/* ------------------------------------------------------------------ */
/* CSS pour le centrage du contenu et la balise BODY */
/* ------------------------------------------------------------------ */

body {
	font: normal 12px "Trebuchet MS";
	margin: 0;
	padding: 5px;
	background-color: #DFDFD7;
	color: #C2CBD1;
	background-image: url("../img/fondpage.gif");
	background-repeat: no-repeat;
}

#CenterFrame {
	width: 860px;
	margin: 0px auto;
	color: #000;
	background-image: url("../img/motif.gif");
}

/* Règle pour la grande image */
#GrandeImage {
	margin-top: 0px;
	margin: 0;
	padding: 0;
}

#IndexMainFrame
{
	height: 190px;
	margin: 0 10px 0 10px;
}

/* Règle pour le contenu */
#MainFrame
{
	margin: 0;
	padding: 0 0 5px 0;
}

* html #MainFrame
{
	padding: 0 0 5px 0;
	margin: -0px 0 0 0;
	border: 0;
}


/* Règle pour l'image du haut */
#TitrePage
{
	background-image: url("../img/titre.gif");
	width: 860px;
	height: 105px;
	margin: 0;
	padding: 0;
}

#Image {
	margin: -13px 0 0 0;
}

/* ------------------------------------------------------------------ */
/* CSS pour le contenu */
/* ------------------------------------------------------------------ */

#FrameRight
{
	margin: 0 10px 10px 10px;
	padding: 5px 5px 0 205px;
	background-image: url("../img/fondrightframe.gif");
	border-top: 4px solid #C2C1B0;
	/*background-color: #E4E4DB;*/
	/*background: #F1F1ED;*/
	/*border: 1px dashed black;*/
	/*border-left: 1px solid #C2C1B0;*/
}

* html #FrameRight
{
	margin: 0px 10px 10px 10px;
	padding: 5px 5px 0 205px;
	border-top: 4px solid #C2C1B0;
	/*background-image: url("../img/FondRightFrame.gif");*/
	background-repeat: no-repeat;
	border: 0;
	/*background-color: #E4E4DB;*/
	/*border: 1px dashed black;*/
	/*border-left: 1px solid #C2C1B0;*/
}

#FrameLeft
{
	float: left;
	width: 189px;
	padding: 5px;
	margin: 0 0 0 10px;
	border-top: 4px solid #C2C1B0;
	background-image: url("../img/fondrightframe.gif");
	/*background-color: #F1F1ED;*/
	/*border-right: 1px solid #C2C1B0;*/
	/*background-color: #EAEAE3;*/
}

* html #FrameLeft
{
	float: left;
	width: 188px;
	padding: 5px;
	margin: -5px 0 0 5px;
	background-repeat: no-repeat;
	border: 0;
	border-top: 4px solid #C2C1B0;
	/*background-image: url("../img/FondRightFrame.gif");*/
	/*background-color: #F1F1ED;*/
	/*border: 1px dashed black;*/
	/*background-color: #EAEAE3;*/
}

/* ------------------------------------------------------------------ */
/* CSS pour le pied de page */
/* ------------------------------------------------------------------ */

#menuh
{
	color: #fff;
	text-align: center;
	height: 27px;
	margin: -40px 0 0 -40px;

}

* html #menuh
{
	color: #000;
	height: 20px;
	margin: 0 0 -8px 0;
	padding-top: 5px;
}

/* ------------------------------------------------------------------ */

#BottomHeader
{
	text-align: right;
	font-size: 11px;
	height: 75px;
	background: url("../img/bottom.gif");
	margin: -10px 0 0 0;
	padding: 15px 60px 0 200px;
	color: #000;
	clear: both;
}

* html #BottomHeader
{
	text-align: right;
	height: 75px;
	background: url("../img/bottom.gif");
	margin: -10px 0 0 0px;
	padding: 15px 60px 0 210px;
	color: #000;
	clear: both;
}

/* ------------------------------------------------------------------ */
