* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(../img/fond.gif);
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#entete {
	width: 820px;
	height: 330px;
	margin: 0 auto;
	background: #CCC url(../img/fond_entete.gif) no-repeat;
}
#cale {
	width: 40px;
	float: left;
	margin-top: 50px;
}
#menu{
	float: left;
	width: 200px;
	height: 200px;
	margin-top: 50px;
}
#logo{
	float: left;
	margin-top: 50px;
	width: 470px;
	padding-left: 100px;
	padding-top: 25px;
	height: 200px;
}
#titre{
	border-bottom: #d9e21c 4px solid;
	width: 455px;
	margin-left: 332px;
}
#container{
	margin: 0 auto;
	background: url(../img/fond_container.gif) repeat-y;
	width: 820px;
}
#gauche {
	float: left;
}
#coor{
	float: left;
	width: 197px;
	height: 300px;
	background: url(../img/fond_coor.gif) no-repeat;
}
#coor_text{
	width: 192px;
	margin-top: 80px;
	margin-left: 8px;
	font-size: 0.8em;
}
#central{
	float:left;
	width: 460px;
	margin-left: 50px;
	text-align: justify;
	font-size: 0.8em;
}
#cental a{
	color: #8e9505;
}
#cental a:hover{
	color: #000;
}
#cale_footer{
	float: left;
	margin-top: 8px;
}
#footer{
	float: left;
	border-top: #d9e21c 4px solid;
	width: 460px;
	padding-bottom: 10px;
	font-size: 0.7em;
	text-align: right;
	margin-top: 8px;
}
#footer a{
	color: #8e9505;
}
#footer a:hover{
	color: #000;
}
img {
	border:none;
}
ul, ol {
   margin:0 0 0 2em;
}
.textVert {
   color: #D9E21C;
   background-color: inherit;
}
.center {
   text-align: center;
}