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

html, body 
{
    padding : 0;
    margin : 0;
	width:100%;
	
	background-color: #c0a697;
}


/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////          CORPS          ///////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////// */

#conteneur_global
{
	width : 100%;
}

#conteneur_global td
{
	padding : 0px;
}

#structure_corps
{
	width : 37%;
	background-color : transparent;
	margin : auto;
	margin-bottom : 100px;
	border-collapse : collapse;
}

a:link
{

	color:#544540;

}

a:hover
{
	color :#f88a00;
}


#structure_corps td
{
	padding : 0px;
}

#corps
{
	font-family : Arial , sans-serif;
	font-size : 9pt;
	color : #000000;
	background-color : #FFFFFF;
	padding : 5px;
}

.center
{
	text-align:center;
}

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

#banniere
{
	
	height :257px;
	background :  no-repeat center; 

}


/* /////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////         BORDURE         ///////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////// */
	
.CHG
{
	width : 8px;
	height : 8px;
	padding : 0px;
	background-image : url("CHG.png");
}

.CHD
{
	width : 8px;
	height : 8px;
	padding : 0px;
	background-image : url("CHD.png");
}

.CBG
{
	width : 8px;
	height : 8px;
	padding : 0px;
	background-image : url("CBG.png");
}

.CBD
{
	width : 8px;
	height : 8px;
	padding : 0px;
	background-image : url("CBD.png");
}

.BH
{
	background-image : url("BH.png");
	height : 8px;
	padding : 0px;
	background-repeat : repeat-x;
}

.BG
{
	background-image : url("BG.png");
	width : 8px;
	padding : 0px;
	background-repeat : repeat-y;
}

.BD
{
	background-image : url("BD.png");
	width : 8px;
	padding : 0px;
	background-repeat : repeat-y;
}

.BB
{
	background-image : url("BB.png");
	height : 8px;
	padding : 0px;
	background-repeat : repeat-x;
}

.taille_minimale_bordure_droite
{
	width : 8px;
}
	
.taille_minimale_bordure_gauche
{
	width : 8px;
}


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

h1
{
	font-size : 19px;
	display : inline;
	color:#f88306;
	text-align:center;
}

h2
{
	font-size : 15px;
	display : inline;
	color:#544540;
}

.texte
{
	text-align : justify;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 20px;
	
	border-top:2px;
}

a
{
	color : #646464;
	text-decoration : none;
}






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


.citation
{
	font-style:italic;
}


.footer
{
	text-align:center;
}
