body {
	margin : 0;
	padding : 0;
	width : 100%;
	text-align : center;
	font: 12px Arial, Helvetica, sans-serif;
	color :#FFFFFF;
	background : #071923 url(img/fond.png) repeat-x;
}

a {
	text-decoration : none;
}

img {
	border : 0;
}

.clear_b {
	clear : both;
}

#header {
	width : 100%;
	height : 180px;
	margin : 0;
	padding : 0;
	background : url(img/header.png) no-repeat;
	background-position : center top;
}

#head_barre {
	width : 100%;
	height : 17px;
	margin : 0;
	padding : 0;
	background : url(img/head_barre.png) repeat-x;
}

#conteneur {
	width : 958px;
	margin : 0 auto;
	padding : 0;
	background : url(img/conteneur.png) repeat-y;
	background-position : 252px
}

#gauche {
	width : 234px;
	margin : 0 0 0 12px;
	padding : 0;
	float : left;
}

.menu_c {
	width : 234px;
	margin : 0;
	padding : 5px 4px 0 4px;
	background : url(img/menu_c.png) repeat-y;
}

.menu_c h1 {
	width : 176px;
	height : 20px;
	margin : 5px 0 0 0;
	padding : 6px 0 0 50px;
	font-size : 12px;
	text-transform : uppercase;
	text-align : left;
	background : url(img/menu_titre.png) no-repeat;
}

.menu_c a {
	width : 170px;
	height : 20px;
	margin : 6px 0 0 0;
	padding : 0 0 0 56px;
	font-size : 12px;
	text-align : left;
	background : url(img/menu_l.png) no-repeat;
	background-position : bottom;
	display : block;
	color : #ffffff;
}

.menu_b {
	width : 234px;
	height : 15px;
	margin : 0 0 15px 0;
	padding : 0;
	background : url(img/menu_b.png) no-repeat;
}

.menu_esp1 {
	width : 234px;
	height : 15px;
	margin : 0;
	padding : 0;
}

#droite {
	width : 692px;
	margin : 0 0 0 6px;
	padding : 0;
	float : left;
}

#droite h2 {
	width : 616px;
	height : 25px;
	margin : 0 23px 0 23px;
	padding : 8px 0 0 30px;
	font-size : 12px;
	text-transform : uppercase;
	text-align : left;
	background : url(img/cont_titre.png) no-repeat;
}

.presentation {
	width : 617px;
	margin : 20px 28px 40px 27px;
	padding : 15px 10px 0 10px;
	background : url(img/fond_presentation.png) no-repeat;
}

.presentation h1 {
	width : 100%;
	height : 20px;
	margin : 0 0 10px 0;
	padding : 0;
	font-size : 14px;
	font-weight : normal;
	text-align : left;
	text-transform : uppercase;
	background : url(img/ligne.png) no-repeat;
	background-position : left bottom;
	color : #2b6b98;
}

.presentation p {
	margin : 0;
	padding : 0;
	color : #1d4059;
	text-align : left;
}

.cont_h {
	width : 638px;
	margin : 0;
	padding : 0;
	background : url(img/cont_h.png) no-repeat;
}

.cont_h p {
	margin : 0;
	padding : 10px;
	text-align : left;
	color : #1d4059;
}

.cont_b {
	width : 638px;
	margin : 0 27px 20px 27px;
	padding : 0;
	background : url(img/cont_b.png) no-repeat;
	background-position : center bottom;
}

.banniere {
	width : 468px;
	height : 60px;
	margin : 7px 100px 15px 100px;
	padding : 10px 12px 10px 12px;
	background : url(img/ban.png) no-repeat;
}

#footer {
	width : 100%;
	height : 79px;
	margin : 0;
	padding : 0;
	background : url(img/footer.png) repeat-x;
	position : relative;
	top : -5px;
}

#footer p {
	width : 958px;
	margin : 0 auto;
	padding : 25px 0 0 0;
}

#footer a {
	color : #ffffff;
}

