/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(/image/bg.png);
	padding:0 0 0 0;
	margin:0;
	height:100%;
	}
	
img{
	border:none;
}

#conteneur  {
	position:relative;
	z-index:1;
	width:950px;
	margin: auto;
	text-align: left ;
	min-height: 100%;
	}

#flags {
	position:absolute;
	top:10px;
	width:75px;
	left: 830px;
	height:20px;
	z-index:1002;
}

#bottom {
	position: absolute;
	left:0;
	top:387px;
	width:950px;
	background-color:#FFFFFF;
}

#content {
	position: absolute;
	left:400px;
	width:600px;
	z-index:1003;
	vertical-align:top;
	background-color:#FFFFFF;
}

/* CONTENU DE GAUCHE */

#menu {
	position: absolute;
	left:0;
	top:0;
	width: 399px;
	background-image:url(/image/menu.png); 
	height:475px;
	z-index: 1000;
}

#content_left {
	position: absolute;
	left:30px;
	top:100px;
	width:337px;
	z-index:1001;
	background-color:#FFFFFF;
}

#newsletter {
	position:absolute;
	bottom:50px;
	width:100%;
	text-align:center;
	line-height:20px;

}

#menu_link_pos {
position:absolute;
top:150px;
left:29px;
font-size:18px;
display: block;
}

.menu_link{
text-transform:uppercase;
display: block;
z-index:1001;
height:31px;
width:335px;
padding-top:7px;
color:#333333;
vertical-align:middle;
}

.menu_link:hover{
display: block;
text-transform:uppercase;
display: block;
background-color:#b5b5b5;
}

.bullet {
padding-left: 17px;
background: url(/image/bull_of.png) 0 no-repeat;
color:#333333;
}

.bullet:hover {
padding-left: 17px;
background: url(/image/bull_on.png) 0 no-repeat;
color:#333333;
background-color:#b5b5b5;
}

.menu_link_ok{
display: block;
background-color:#b5b5b5;
text-transform:uppercase;
display: block;
z-index:1001;
height:31px;
width:335px;
padding-top:7px;
color:#333333;
vertical-align:middle;
}


.bullet_ok {
padding-left: 17px;
background: url(/image/bull_on.png) 0 no-repeat;
color:#333333;
background-color:#b5b5b5;
}



/* CONTENU FOOTER */

#footer  {
	display:block;
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	z-index:1003;
	height:50px;
	}

/* MIS EN PAGE CONTENU */

.ombre {
border-top-width:2px;
border-top-style:solid;
border-top-color:#666666;
height:14px;
}

.btn {
vertical-align:middle;
padding-bottom:4px;}

#separateur {
	background-image: url(/image/point_grey_space.gif);
	height:10px;
	background-repeat: repeat-x;
	background-position:center;
	}
	

/* GALERIE LAYOUT PHOTO */

.bordureTall {border: 1px solid #d4d0c8; padding:10px; background-color:#FFFFFF;}
.ombreImage{
background-color:#f6f6f6;
padding-right:3px;
background-image:url(/image/white.gif);
background-repeat:no-repeat;
background-position:top;
}

.ombreGauche
{
background-color:#f6f6f6;
padding-bottom:3px;
background-image:url(/image/white.gif);
background-repeat:no-repeat;
background-position:left;
}

#image a {color:#6E92A7; text-decoration:none;}
#image a:hover {
color:#DA9A34;
text-decoration:none;
filter:alpha(opacity=60);
opacity:0.6; 
-moz-opacity:0.6; 
}

