/* CSS Document */
body{
margin:0px;
padding:0px;
background:#FFFFFF url(images/fb_bandeau.jpg) repeat-x top;
}

img
{
	margin:0px;
	border:0px;
}

img.nomargin
{
	margin:0;
}


#contenu{
	position:absolute;
	left:50%;
	width: 1024px;
	margin-left:-512px;
}

#logo_menu{
	position:absolute;
	float:left;
	width:145px;
	height:142px;
	background-image:url(images/logo_elv.jpg);
	background-repeat:no-repeat;
	left: 171px;
	top: 16px;
}

#bandeau{
position:absolute;
width:1024px;
height:172px;
float:right;
}

#bandeau ul{
	position:absolute;
	list-style-type:none;
	background-image:url(images/barre_menu.jpg);
	background-position:90% 100%;
	background-repeat:no-repeat;
	vertical-align:text-top;
	width:496px;
	height:27px;
	left: 468px;
	top: 115px;
}

#bandeau li{
display:inline;
margin-right:50px;
}

#bandeau a{
background-image:url(images/logo_bl.gif);
background-position:left;
background-repeat:no-repeat;
color:#FFFFFF;
font-family:"Trebuchet MS";
font-size:11px;
font-weight:bold;
text-decoration:none;
letter-spacing:1px;
}

#bandeau a:hover{
background-image:url(images/logo_vert.gif);
background-position:left;
background-repeat:no-repeat;
color:#5b7801;
}

#bandeau a span{
margin-left:25px;
}

#corps{
	position:absolute;
	width:100%;
	height:460px;
	background-image:url(images/fb_logo.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	top: 173px;
}

#image_gauche{
position:absolute;
float:left;
background-image:url(images/photo_gauche.jpg);
background-position:top left;
background-repeat:no-repeat;
width:321px;
height:439px;
display:inline;
}

#contenu_texte{
	position:absolute;
	float:right;
	padding-top:50px;
	padding:25px;
	text-align:justify;
	font-family:"Trebuchet MS";
	color:#4b4b4b;
	font-size:12px;
	left: 323px;
	width: 651px;
	height: 390px;
}

#contenu_texte span {
background-image:url(images/logo_vert2.gif);
background-position:left;
background-repeat:no-repeat;
border-bottom:1px solid #5b7701;
}

#contenu_texte span strong {
font-family:"Trebuchet MS";
font-weight:bold;
color:#5b7701;
font-size:14px;
padding-left:25px;
padding-right:60px;
}

#contenu_texte strong {
color:#5b7701;
}

#bas_page{
	position:absolute;
	height:58px;
	width:100%;
	background:url(images/barre_bas_page.jpg) no-repeat top center;
	left: 0px;
	top: 488px;
	padding-top:20px;
	text-align:center;
}

#bas_page span{
font-family:"Trebuchet MS";
	font-size:11px;
	color:#bfd45f;
	letter-spacing:1px;
}

#bas_page a{
text-decoration:none;
font-family:"Trebuchet MS";
font-size:11px;
	color:#bfd45f;
}

#bas_page a:hover{
text-decoration:none;
font-family:"Trebuchet MS";
font-size:11px;
font-weight:bold;
	color:#5b7701;
}

.lien_vert{
font-family:"Trebuchet MS";
text-decoration:none;
font-size:12px;
color:#727272;
}

.lien_vert:hover{
color:#5b7701;
}