/* **************************************************************************
Menu de l'accueil
****************************/

#menuContainerAccueil{
	background-image:url("../images/bg-menu-accueil.jpg");
	width:965px;
	height:48px;
	margin-top:5px;
	background-position:0px -1px;
}

#menuAccueil{
	background-color:#000000;
	height:40px;
	width:963px;
	color:#ffffff;
	text-align:center;
	
	font-size:0.9em;
}

#menuAccueil ul{
	list-style-type:none;
}

#menuAccueil ul li{
	float:left;
	width:119px;
	height:40px;
	background-repeat:no-repeat;
	background-position:center top;
}

#menuAccueil ul li a{
	display:block;
	height:40px;
	background-image:url(../images/menu/separateur.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#menuAccueil ul li:hover{
	background-position:center bottom;
	background-color:#F0F0D0;
}


/* *******************************************************************************************
Partie gauche
********************************************* */

#page #contenuGauche{
	float:left;
	width:235px;
}

#page #contenuGauche #menuLateral{
	background-image:url(../images/bg-menu.jpg);
	background-repeat:repeat-y;
	background-position:2px;
}

#page #contenuGauche #menuLateral ul{
	list-style-type:none;
	color:#636466;	
}

#page #contenuGauche #menuLateral li{
	font-family:Trebuchet MS, verdana;
	display:block;
	border-bottom:2px #ffffff solid;
	margin-right:10px;
	font-size:0.80em;
	padding:7px 0px;
	padding-left:25px;
	padding-right:20px;
}

#page #contenuGauche #menuLateral li a:link,
#page #contenuGauche #menuLateral li a:visited{
	color:#636466;
	text-decoration:none;
}

#page #contenuGauche #menuLateral .actif{
	font-weight:bold;
	color:#000000;
}

#page #contenuGauche #menuLateral .actif a:link,
#page #contenuGauche #menuLateral .actif a:visited{
	color:#000000;
	text-decoration:none;
}

#page #contenuGauche .imageCentreVisuel{
	margin-top:10px;
	margin-bottom:30px;
}


/* *******************************************************************************************
Partie droite
********************************************* */

/* Menu principal (haut de la page) ----------------------------------------------------------*/
#menuContainer{
	background-image:url("../images/bg-menu-pages.jpg");
	background-position:1px 1px;
	background-repeat:no-repeat;
	width:735px;
	height:48px;
	margin-top:5px;
}

#menu{
	background-color:#000000;
	height:38px;
	width:731px;
	color:#ffffff;

}

#menu ul{
	list-style-type:none;
}

#menu ul li{
	float:left;
	width:91px;
	height:38px;
	background-repeat:no-repeat;
	background-position:center top;
}

#menu ul li a{
	display:block;
	height:38px;
	background-image:url(../images/menu/separateur.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#menu ul li:hover{
	background-position:center bottom;
	background-color:#F0F0D0;
}

#Pub {
	/*height: 146px;
	width:890px;
	margin:auto;*/
	padding-bottom: 25px;
}

#Pub img {
	
}
