/* CSS Document */

*{
	margin:0;
	padding:0;
	}
body, html{
	font-size:62.5%;
	}
body{
	font-size:1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/caharel_fond01_02.jpg) left top repeat-x;
	}
	
.invisible{
	display:none;
	visibility:hidden;
	}
.conteneur{
	display:block;
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	}

.bandeau{
	float:left;
	background:url(images/caharel_fond01_045.jpg) left top no-repeat;
	width:1018px;
	height:250px;
	}
	
.menu{
	float:left;
	width:1018px;
	height:30px;
	}

.menu ul{
	list-style:none;
	display:inline;
	color:#FFFFFF;
	line-height:16px;
	font-size:1em;
	margin-left: 125px;
	}
.menu li{
	display:inline;
	color:#FFFFFF;
	margin-left:10px;
	}
.menu a{
	text-decoration:none;
	font-weight:bolder;
	color:#FFFFFF;
	}
.menu a:hover{
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bolder;
	}
.menu a{
	text-decoration:none;
	color:#FFFFFF;
	}
.corps{
	width:1018px;
	float:left;
	background-color: #214673;
	background-repeat: repeat-y;
	background-position: left top;
	}
.corps-gauche{
	margin-top:15px;
	float:left;
	margin-left:50px;
	width:200px;
	color: #FFF;
	}
.corps-droit{
	margin-top:15px;
	margin-bottom:15px;
	width:663px;
	float:left;
	background-color: #214672;
	}
	
.adresse{
	float:left;
	text-align:center;
	color:#FFF;
	width:1018px;
	height:23px;
	line-height:23px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	}
.adresse a{
	color:#FFF;
	}
.boite-donnee{
	margin:10px 10px 0px 10px;
	width:640px;
	float:left;
	border:#ffffff 1px solid;
	background-color: #214673;
	}
.img{
	text-align:center;
	float:left;
	display:inline;
	width:240px;
	margin-top: 20px;
	}
.description{
	margin:20px;
	float:left;
	display:inline;
	width:300px;
	color: #FFF;
	}
.etat{
	margin:20px;
	text-align:center;
	float:left;
	display:inline;
	width:160px;
	}
.boite-vide{
	float:left;
	height:10px;
	width:663px;
	text-align: center;
	}
a{
	color:#FFF;
	}
.pied{
	float:left;
	width:1018px;
	height:51px;
	}
.bandeau h1 {
	height: 195px;
}

