/************** STYLE GENERAL DU SITE *********************/

/* GLOBAL */
body{
	background-color:#45484d;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-image:url(../design/common/background.jpg);
	background-repeat:repeat-x;
}

#page{
	width:999px;
	left:50%;
	margin-left:-505px;
	position:absolute;
	float:left;
}

/* PUBLICITE HEAD RUBRIQUE */
#publicite_head{
	width:100%;
	height:100px;
	background-color:#CCCCCC;
	text-align:center;
	padding-top:10px;
}
/* FIN */



/* HAUT DE PAGE */
#page #header{
	width:999px;
	float:left;
	margin:0 0 8px 0;
	padding:0;
}

#page #header #logo{
	width:250px;
	height:110px;
	float:left;
	margin:10px 0 0 0;
	padding:0;
}

#page #header #search{
	width:720px;
	height:20px;
	float:left;
	margin:0;
	padding:40px 0 0 10px;
}

#page #header #search .search{
	width:680px;
	height:36px;
	border:none;
	font-size:1em;
	color:#0099CC;
	float:left;
	padding:10px 10px 10px 30px;
	background-image:url(../design/common/search.png);
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
	-moz-border-radius:10px 0 0 10px;
}

#page #header #search .button{
	padding:10px 7px 11px 7px;
	background-color:#333333;
	margin-left:-14px;
	-moz-border-radius:0px 10px 10px 0;
	color:#FFFFFF;
	border:none;
	font-weight:bold;
	font-size:0.7em;
	color:#FFFFFF;
	float:left;
}

#page #header #date{
	width:740px;
	height:3px;
	margin:0;
	color:#FFFFFF;
	font-size:0.7em;
	text-align:right;
	float:left;
	padding-top:45px;
}

/* MENU DU SITE */
#page #menu{
	width:999px;
	float:left;
	padding:0;
	margin:17px 0 10px 0;
}

#page #menu ul{
	padding:0 0 0 5px;
	margin:0;
}

#page #menu .menu{
	height:45px;
	background-color:#2cb7ff;
	-moz-border-radius:5px 5px 0 5px;
}

#page #menu .sous_menu{
	background-image:url(../design/common/fond_sous_menu.png);
	background-position:left center;
	background-repeat:no-repeat;
	height:36px;
	-moz-border-radius:5px 0 0 5px;
	padding:0 0 0 290px;
}

#page #menu .sous_menu li{
	padding-top:4px;
	margin-right:10px;
	margin-top:3px;
}

#page #menu .menu .active,
#page #menu .menu li:hover{
	background-color:#FFFFFF;
	height:51px;
	margin-top:-6px;
	-moz-border-radius:5px 5px 0 0;
}

#page #menu .sous_menu .active,
#page #menu .sous_menu li:hover{
	background-color:#b6c6ce;
	-moz-border-radius:5px 5px 0 0;
	background-image:none;
}

#page #menu ul .last{
	background-image:none;
}

#page #menu ul li{
	padding:0 10px 0 10px;
	margin:0 0 0 2px;
	float:left;
	display:inline;
	background-image:url(../design/common/separator.png);
	background-position:right center;
	background-repeat:no-repeat;
}

#page #menu a img{
	border:0;
}

/* PUBLICITE HAUT DROITE */
#page #container #publicite{
	width:300px;
	height:250px;
	float:left;
	margin:2px 0 0 6px;
	padding:0;
	background-color:#000000;
}
/* FIN */

/* REGLAGE CONTENU DU SITE */
#page #container{
	width:994px;
	float:left;
	margin:0;
	background-color:#FFFFFF;
	padding:5px 0 15px 5px;
	-moz-border-radius:10px;
}


#page #container #liste_galeries{
	width:975px;
	float:left;
	padding:0 5px 10px 5px;
}
/* FIN */
