/**********************************************************************/
/* Gestion des DIV de mise en page
*/
#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #FFFFFF;
}
#containerdepage{
	margin-right: 30px;
	margin-left: 30px;
}
#nav {
	width: 255px;
	float: left;
	margin-left: 0px;
	padding: 0px;
	background-color: #00CC33;
}
#menuhaut{
	padding: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}	
#content {
	padding: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
	position: relative;
	}
#header {
	/*background-image: url(Charte/fondHaut.jpg);*/
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 252px;
	}
#footer {
	background-color: #fff;
	color: #006;
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E38B27;
	}
#Align-Droite {
	background-color: #fff;
	color: #006;
	border-top: 1px solid #006;
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
}	
/* * */
/***************************************************************/
/* Slide de la charte graphique
*/
#BANcontainer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
#BANheader {
	background-image:url(/cmsTemplates/canitao/Charte/bandeau-public-01.gif);
	position: relative;
	height: 220px;
	width: 100%;
	}
#BANimagecentre{
	position: absolute;
	left:0px;//378
	top:0px;
	z-index:2;
}
#BANScript1 {
	position: absolute;
	height: 220px;
	width: 960px;
	left:0px;
	top:0px;
	z-index:1;
	overflow: hidden;
	}
/***/

#BarDessusMenu{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 29px;
	background-image: url(/cmsTemplates/canitao/Charte/MENU-BARRE.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}
#BarDessusMenuSuivieNav{
	top: 5px;
	left: 50px;
	position: relative;
	height: 24px;
	width: 30px;
	float: left;
}
#BarDessusMenuContact{
	top: 10px;
	left: -50px;
	position: relative;
	height: 24px;
	width: 30px;
	float:right;
}
