/**********************************************************************/
/* Gestion des DIV de mise en page
*/
#container {
	margin-left: auto;
	margin-right: auto;
	width: 978px;
	background-color: #FFFFFF;
}
#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 {
	position:relative;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;
	}

#Logo{
	position:absolute;
	top:20px;
	left:20px;
}

#Search{
	position:absolute;
	top:20px;
	right:104px;
}

#twitter{
	position:absolute;
	top:20px;
	right:20px;
}

#ctnSousMenu{
	margin-top:10px;
	margin-bottom:10px;
	height:359px;
}
#cu3er-container{
	float:left;
	width:660px;
}
#SousMenu{
	float:right;
	width:291px;
	height:359px;
	background-image:url(/cmsTemplates/cwi/Charte/Menu-2-fond.png);
	background-repeat: no-repeat;
}
#SousMenuCtn{
		margin:15px;
}
#footer {
	background-color: #fff;
	color: #006;
	font-size: 11px;
	padding: 2px 10px 0 0;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	}
#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;
}	
/* * */


