/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////       BACKGROUND        ///////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////// */

html, body
{
	height : 100%;
	margin : 0px;
	padding : 0px;
}

html
{
	background-color : #ffffff;
	font-family : "Trebuchet MS" , sans-serif;
}


/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////    STRUCTURE GLOBALE    ///////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////// */

#conteneur_1
{
	min-height : 100%;
}

#conteneur_2
{
	width : 100%;
	min-width : 600px;
	margin : auto;
	padding-top : 35px;
	padding-bottom : 75px;
}

#corps
{
	width : 100%;
	background-color : #FEFFF3;
	color : #000000;
}


/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////        BANNIERE        ////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////// */

#banniere
{
	height : 221px;
	min-width : 600px;
	background : url("banniere.jpg") top center no-repeat;
}


/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////          TEXTE          ///////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////// */

#texte 
{
	padding : 20px;
	margin-left : 215px;
	text-align : justify;
	font-size : 15px;
}

p
{
	margin-top : 0px;
}

h1
{
	font-size : 19px;
	margin-top : 0px;
}

h2
{
	font-size : 16px;
	margin-top : 0px;
}
		
a
{
	color : #288de8;
	text-decoration : none;
}

a:hover
{
	color : #ff8000;
}

#overflow
{
	overflow : hidden;
}


/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////     MENU HORIZONTAL     ///////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////// */

#MH
{
	height : 35px;
	min-width : 600px;
	background : url("MH.png") center no-repeat;
	margin : 0px;
	padding : 0px;
	text-align : center;
}

#MH li
{
	display : inline;
	margin-right:0px;
	margin-left:-6px;
	text-align : center;
}

#MH a
{
	display : inline-block;
	margin : 0px;
	height : 27px;
	padding-top : 8px;
	padding-left :20px;
	padding-right :20px;
	vertical-align:top;
	text-decoration : none;
	font-size : 14px;
	font-weight : bold;
}

#MH li a
{
	color : #FFFFFF;
}

#MH li a:hover
{
	background : url("MH_hover.png");
	color : #C8C8C8;
}


/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////     MENU VERTICAL     ////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////// */

#MV
{
	width : 200px;
	float : left;
	text-align : center;
	margin-top : 20px;
	margin-left : 6px;
}

.marge_MV
{
	height : 20px;
}

.en_tete_MV
{
	width : 200px;
	height : 23px;
	padding-top : 4px;
	background : url("en_tete_MV.png") no-repeat;
	text-align : center;
	padding-left:0px;
	padding-right:0px;
	margin : 0px;
	color : #D1D1D1;
	font-size : 14px;
	position:relative;
}

a.lien_MV
{
	width : 200px;
	height : 25px;
	padding-top : 5px;
	background : url("bouton_MV.png") no-repeat;
	padding-left:0px;
	padding-right:0px;
	text-align : center;
	color : #424242;
	font-size : 14px;
	text-decoration : none;
	display : block;
}

a.lien_MV:hover
{
	background : url("bouton_MV_hover.png") no-repeat;
	text-decoration:underline;
	color : #1E1E1E;
}

.bottom_MV
{
	width : 200px;
	height : 17px;
	position : relative;
	background : url("bottom_MV.png") repeat-x;
	margin : 0px;
}


/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////       BAS DE PAGE       ///////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////// */

#pied_de_page
{
	height : 34px;
	background : url("pied_de_page.png") center;
	margin-top : -50px;
	min-width : 600px;
	text-align : center;
	padding-top : 16px;
	color : #FFFFFF;
}

#pied_de_page a
{
	color : #FFFFFF;
}

#clear_both
{
	clear : both;
}


/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////         BORDURE         ///////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////// */

#CHG
{
	background : url("CHG.png") no-repeat top left;
	float : left;
	width : 25px;
	height : 25px;
	margin : 0px;
}

#CHD
{
	background : url("CHD.png") no-repeat top right;
	float : right;
	width : 25px;
	height : 25px;
	margin : 0px;
}

#CBG
{
	background : url("CBG.png") no-repeat bottom left;
	float : left;
	width : 25px;
	height : 25px;
	margin : 0px;
}

#CBD
{
	background : url("CBD.png") no-repeat bottom right;
	float : right;
	width : 25px;
	height : 25px;
	margin : 0px;
}

#BH
{
	background : url("BH.png") repeat-x top center;
	margin-right : 25px;
	margin-left : 25px;
	height : 25px;
}

#BG
{
	background : url("BG.png") repeat-y left;
	padding-left : 25px;
	margin : 0px;
}

#BD
{
	background : url("BD.png") repeat-y right;
	padding-right : 25px;
	margin : 0px;
}

#BB
{
	background : url("BB.png") repeat-x bottom center;
	margin-right : 25px;
	margin-left : 25px;
	height : 25px;
	padding : 0px;
}