
/*------------------------------------structure générale du site------------------------------------*/

* {
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll;
	overflow:-moz-scrollbars-vertical;
}

body {
	background:#b2b2b2;
}

.clear {
	clear:both;
}
.clear2 {
   font-size:0px;
   overflow:hidden;
   clear:both;
   width:2%;
   height:0px;
}
.clear3 {
   font-size:0px;
   overflow:hidden;
   float:left;
   width:75%;
   height:0px;
}
.clear4 {
   font-size:0px;
   overflow:hidden;
   float:left;
   width:100%;
   height:0px;
}

#global {
	width:960px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-480px;
}

#top {
	width:960px;
	height:143px;
	background:url(../_img/general/fd_top.gif) bottom left no-repeat;
}

#top #logo {
	float:left;
	width:252px;
	height:143px;
}

#top #menu {
	float:left;
	width:708px;
	height:143px;
}

#contenu {
	width:960px;
	height:862px;
}

#bottom_logo {
	height:67px;
	background:url(../_img/general/fd_bottom.gif);
}

#footer {
	width:960px;
	height:21px;
	background-color:#3b3b3b;
}

#footer ul {
	list-style-type:none;
	padding:3px 0 0 0;
/*	width:320px;*/
width:230px;
	margin-left:auto;
	margin-right:auto;
}

#footer ul li {
	float:left;
	padding:0 15px 0 15px;
	background:url(../_img/general/separateur_footer.gif) center right no-repeat;
	line-height:12px;
}

#footer li.last {
	background:none;
}

#footer a {
	color:#acacac;
	text-decoration:none;
	font:normal 11px Arial, Helvetica, sans-serif;
}

#footer a:hover, #footer a.on {
	color:#fefefe;
}
