@charset "utf-8";
/* CSS Document */
html{
	height:100%;
	overflow-x: hidden;
}

body
{
	background-color:#F1F1F1;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#content
{
	background-image:url(../images/line.jpg);
   position: relative;
   padding-bottom:0px;
   margin:auto;
   min-height:546px;
   width: 926px;
}

#haut{
	
	position: relative;
	padding-bottom:0px;
	margin:auto;
	min-height: 546px;
	width: 926px;
	}
	
#header{
	background-image:url(../images/banner.jpg);
	width:926px;
	height:118px;
	}
	
#gauche{
	position:relative;
	float:left;
	width:216px;
	min-height:430px;
	}
#gche_bande{
	background-image:url(../images/gche_bande1.jpg);
	width:216px;
	height:18px;
	}
	
#menu_bar{
	background-image:url(../images/menu_bar.jpg);
	width:216px;
	height:84px;
	}
	
/*#line{
	background-image:url(../images/line.jpg);
	width:216px;
	min-height:1px;
	}*/
	
#droite{
	position:relative;
	background-color:#FFF;
	float:right;
	width:710px;
	min-height:417px;
	}
	
#corps_bande{
	position:relative;
	background-image:url(../images/corps_bande1.jpg);
	width:710px;
	height:18px;
	}
	
#titre{
	position:relative;
	background-image:url(../images/corps_titre.jpg);
	width:710px;
	height:84px;
	}
	
#texte_principale{
	position:relative;
	width:570px;
	min-height:97px;
	margin-bottom:40px;
	}
	
#texte{
	position:relative;
	width:528px;
	min-height:293px;
	margin-left:28px;
	margin-right:154px;
	padding-bottom:27px;
	}
.texte{
		font-size:10px;
		font-weight:bold;
	}	
#texte_milieu{
	color:#979aa3; 
	font-size:14px;
	width:625px;
	margin:0px;
	}
	
#texte a{
	color:#979aa3;
	font-size:14px;
	outline:none;
	}
	
#texte a:hover{
	color:#979aa3; 
	font-size:14px;
	outline:none;
	}

#texte li{
	color:#979aa3;
	font-size:14px;
	margin-bottom:5px;
	}

.texte_titre{
	text-transform:uppercase; 
	color:#2a568f; 
	font-size:14px; 
	font-weight:bolder;
	margin-top:0px;
	margin-bottom:14px;
	margin-left:0px;
	margin-right:0px;
	width:498px;
	margin-right:30px;
	
	}

.texte_image{
	text-transform:uppercase; 
	color:#2a568f; 
	font-size:14px; 
	font-weight:bolder;
	margin-top:0px;
	margin-bottom:14px;
	margin-left:0px;
	margin-right:0px;
	width:500px;
	margin-right:30px;
	
	}

#photo1, #photo2, #photo3, #photo4 {
	float:left;
	margin-right:4px;
	}
	
#bas{
	background-image:url(../images/bas.jpg);
	width:926px;
	height:26px;
	}
	
#corps_bande2{
	position:relative;
	background-image:url(../images/corps_bande2.jpg);
	width:710px;
	height:13px;
	}




