/* CSS Document */

html {
	height:100%;
	margin:0;
}

body {
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin:0 auto;
	padding:0;
	background:#CFE0F3;
}

#top {
	width:100%;
	height:290px;
	background-color:#0C3A6D;
	background:url(../images/bg-top.jpg) repeat-x;
}

#header_top {
	width:924px;
	height:260px;
	margin:0 auto;
	background:url(../images/header-top.jpg) no-repeat;
	background-color:#0C3A6D;
}

#header_bottom {
	width:924px;
	height:30px;
	margin:0 auto;
	background:url(../images/bg-bread.jpg) no-repeat;
	background-color:#D3CBBE;
}

/******************* Contenu *********************/

#middle {
	width:100%;
	height:100%;
	background:url(../images/bg-middle.jpg) repeat-x;
	background-color:#FFFFFF;
}

#contener {
	width:924px;
	margin:0 auto;
	height:100%;
	background:#FFFFFF;
}

#content_top {
	width:924px;
	height:20px;
	margin:0 auto;
	padding:0;
	background:url(../images/bgtop-cont.jpg) no-repeat;
}

#content {
	width:924px;
	height:100%;
	margin:0 auto;
	background:url(../images/bgrepeat-cont.jpg) top left repeat-y;
}

#content_bottom {
	width:924px;
	height:15px;
	margin:0 auto;
	padding:0;
	background:url(../images/bgbottom-cont.jpg) no-repeat;
}

.whitebox {
	margin: 0 0 0 15px;
	width: auto;
}

/********************** Colonne centrale ************************/

#colmiddle {
	float:left;
	width:708px;
	height:100%;
	height:auto;
	margin:0 auto;
	margin-left:5px;
	background-color:#FFFFFF;
}

#bottom {
	width:667px;
	height:100%;
	height:auto;
	padding:0 20px;
}

#bottom-left {
	float:left;
	width:325px;
	padding-right:5px;
}

#bottom-right {
	float:left;
	width:325px;
	padding-left:5px;
}

/********************* Colonne droite ***************************/

#colright {
	float:right;
	width:205px;
	height:100%;
	background:url(../images/back_menu.jpg) repeat-y;
	margin-right:2px;
	margin-top:-20px;
	overflow:hidden;
}

#bottomright {
	height:255px;
	width:100%;
	background:url(../images/footer_menu.png) bottom right no-repeat;
	overflow:visible;
	margin-top:25%;
}

/********************** Footer *************************/

#footer {
	clear:both;
	width:100%;
	height:110px;
	margin:0 auto;
	background-color:#D3CBBE;
	background:url(../images/bgfoot.jpg) repeat-x;
}

#foot_cont {
	width:924px;
	height:110px;
	margin:0 auto;
	background:url(../images/bgfoot2.png) left top no-repeat;
}

#foot_cont-left {
	float:left;
	width:362px;
	height:90px;
	margin:0 auto;
	padding:10px 0 10px 100px;
}

#foot_cont-right {
	float:right;
	width:362px;
	height:90px;
	margin:0 auto;
	padding:10px 100px 10px 0;
}

#extra {
	width:100%;
	height:100%;
	height:25px;
	background:#0C3A6D;
}

#powered {
	width:900px;
	height:16px;
	margin:0 auto;
	padding:4px 0;
	background:#0C3A6D;
}