/*
vert du fond de bienvenue : #0D8A29
rouge des titres du menu : #C00124
vert du logo : #0D9129
rouge du logo : #C70124
*/

* {margin:0; padding:0; border:0}

body {
	text-align: center ;
	font: 0.75em arial, helvetica, sans-serif ;
	background: #67AB71 ;
}

h1 {
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
}
div#conteneur, div#header, div#content, div#footer {width: 922px ;}

div#conteneur {

	margin: 0 auto ;
	text-align: left ;
	background: #fff url('../img/bg_conteneur.jpg') repeat-y;

}
div#header {
	position:relative;
	height:155px;
	background-color:#67AB71;
}

div#content {
	background:url('../img/bg_content.jpg') no-repeat bottom left;
	}
div#gauche {
	width:222px;
	float:left;
	margin:-5px 0 0 9px;
	background:url('../img/bg_sous_logo.gif') no-repeat top;
	padding:84px 0 178px 0;
	}

div#contenu
{
	border-top:0px none;
	float:left;
	width:630px;
	margin-left:20px;
}
div#footer
{
	clear:both;
	text-align: center ;
	background:url('../img/bg_footer.jpg') no-repeat bottom;
	padding-bottom:25px;
	padding-top:5px;
}