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

html, body
{
	margin : 0px;
	padding : 0px;
}

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


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

#conteneur
{
	width : 80%;
	min-width : 600px;
	margin : auto;
	margin-top : 35px;
	padding-bottom : 25px;
}

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


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

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

#banniere h1, #banniere h1 a, #banniere h1 a:hover
{
	font-size : 1.6em;
	text-align : center;
	font-family : "ChopinScript",Impact,"Agency FB", Calibri, "Californian FB", serif ;
	color : red;
}


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

.message_erreur{
	font-size : 0.1em;
	color:white;
	}

.hypertexte a, .hypertexte a:hover{
	color:black;
	font-size : 1.01em;
	font-weight:normal;
	}

.hypertexte strong, .hypertexte b{
	font-size : 1.01em;
	font-weight:normal;
	}
	
#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 : 33px;
	background : url("MH.png");
	text-align : center;
	margin : 0;
	padding : 0;
}

#MH li
{
	display : inline;
}

#MH a
{
	height : 26px;
	color : #FFFFFF;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 7px;
	display : inline-block;
	margin : 0;
}

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


/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////     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;
	background : url("en_tete_MV.png") no-repeat;
	margin : auto;
	color : #D1D1D1;
	font-size : 14px;
	padding-top : 4px;
}

a.lien_MV
{
	width : 200px;
	/*height : 25px;*/
	background : url("bouton_MV.png") no-repeat;
	background-color : #dbdbdb;
	margin : auto;
	color : #424242;
	font-size : 14px;
	font-weight : bold;
	padding-top : 5px;
	padding-bot: 5px;
	text-decoration : none;
	display : block;
}

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

.bottom_MV
{
	width : 200px;
	height : 17px;
	background : url("bottom_MV.png") no-repeat;
	margin : auto;
}


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

#pied_de_page
{
	/*height : 34px;*/
	background : url("pied_de_page.png") center;
	text-align : center;
	padding-top : 16px;
	color : #FFFFFF;
	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;
}


/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////         INVISIBLE         //////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////// */



.invisible { 
	font-size:0.3em; 
	line-height: 5px; 
	margin: 0;  
	color:#B8B8B7;
	text-align: right; 
	}




.invisible a:hover, .invisible a{
	text-decoration: none; 
	color:#B8B8B7;
	}