html {
font-family: arial;
font-size: 14px;
color: 343633;
background-color: #DDDAD9;
}

/***************************************************
* Main
****************************************************/

#main {
	width: 970px;
	margin-top: 30px;
	margin: auto;
}

#top {
	width: 970px;
	height: 30px;
	margin: auto;
	background: url(../medias/image/fond_top.gif) no-repeat;
}

#contenu {
	width: 970px;
	margin: auto;
	background: url(../medias/image/fond.gif) repeat-y;
}

#bottom {
	width: 970px;
	height: 30px;
	margin: auto;
	background: url(../medias/image/fond_bottom.gif) no-repeat;
}

/***************************************************
* Header
****************************************************/

#header {
	width: 910px;
	padding: 10px 30px 0px 30px;
	text-align: right;
height: 18px;
}

#logo {
float: left; 
width: 230px;
text-align: left;
height: 85px;
padding-left: 20px;
}

#menu {
float: left; 
width: 720px;
height: 85px;
}

/***************************************************
* Content
****************************************************/

#content {
	padding: 10px 30px 10px 30px;
}

/***************************************************
* Footer
****************************************************/

#footer {
clear: both;
	width: 910px;
	padding: 0px 30px 10px 30px;
font-size: 11px;
}


.col_gauche {
float: left;
width: 410px;
}

.col_droite {
float: right;
width: 410px;
}