html {
	background: #ffffff;
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	padding: 0px;
    text-align: center; /* pour corriger le bug de centrage IE */
}

#conteneur{
	background-color: #ffffff;
	margin-left: auto;
    margin-right: auto;
    width: 800px;
	height: 100%;
    text-align: left; /* on rétablit l'alignement normal du texte*/
	border: 0px;
}

#header {
	margin: 0;
	padding: 0;
	height: 170px;
	width: auto;
	background: url(../images/header.gif) no-repeat;
}

#drapeau{
	float: right;
	margin-top: 125px;
	margin-right: 15px;
	font-family: Arial, Verdana, "Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #3b3430;
	font-weight: bold;
}

#drapeau a:link{
	color: #3b3430;
	font-weight: bold;
	text-decoration: none;
}

#drapeau a:visited{
	color: #3b3430;
	font-weight: bold;
	text-decoration: none;
}
   
#drapeau a:hover, #drapeau a:focus{
	color: #c53d3e;
	text-decoration: none;
}

#content {
	height: 585px;
	width: 100%;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	background: #ffffff url(../images/fond.jpg) no-repeat;
}


#centretotal{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}



a {
	text-decoration:none;
}

/* *** suppression du contour bleu sur les images liens *** */
a img { 
	border: 0px;
}



	/* CONTENU */

	

		/*CADRE BORDER*/

	

.topfond-border{

    height:13px;



}



.CHG-border{

	background:url(../images/fond/CHG-border.gif) no-repeat;

	width: 13px;

    height:13px;

    float:left;

   	margin:0px -3px 0px 0px;

}



.milieuH-border{
	background-color: #f4f4f4;
	margin: 0px 5px;

    height:13px;

}



.CHD-border{

	background:url(../images/fond/CHD-border.gif) no-repeat;

	width: 13px;

    height:13px;

    float:right;

    margin:0px 0px 0px -3px;

}



.basfond-border{

    height:13px;



}



.CBG-border{

	background:url(../images/fond/CBG-border.gif) no-repeat;

	width: 13px;

    height:13px;

    float:left;

    margin:0px -3px 0px 0px;

}



.milieuB-border{

	background-color: #d8d8d8;
	margin: 0px 5px;

    height:13px;

}



.CBD-border{

	background:url(../images/fond/CBD-border.gif) no-repeat;

	width: 13px;

    height:13px;

    float:right;

    margin:0px 0px 0px -3px;

}





/* *** partie centre milieu *** */

#tab-centreaccueil{
	margin: 0;
	padding: 0;
	background: transparent;
	vertical-align: top;
}

#centreaccueil{
	background: url(../images/fond/fond-content.gif) repeat-x #f4f4f4 bottom;
    min-height: 499px;
	margin: 0;
	padding: 0;
	color: #000000;
}

.breaker {
	clear: both;
	height: 1px;
	visibility: hidden;
}


/* *** Titres et textes *** */

h2.titreaccueil{
	font-family: Arial, Verdana, "Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 130%;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 0px 5px 20px;
	color: #4d4d45;
}

.stitre-centreaccueil {
	font-family: Arial, Verdana, "Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 600;
	padding: 0px 0px 20px 20px;
	color:  #abacac;
	text-transform: uppercase;
}

.chapo-centreaccueil { 
	font-family: Arial, Verdana, "Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0px 0px 5px 5px;
	margin: 0px 10px 0px 60px;
}

#centreaccueiltxt{
	width: 450px;
	font-family: Arial, Verdana, "Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	padding: 0px 15px 0px 20px;
	text-align: justify;
}

#centretxt a:link{
	color: #c53d3e;
	font-weight: bold;
	text-decoration: none;
}

#centretxt a:visited{
	color: #c53d3e;
	font-weight: bold;
	text-decoration: none;
}
   
#centretxt a:hover, #centre a:focus{
	color: #c53d3e;
	text-decoration: underline;
}

