body {
	text-align: center;
	margin: auto;
	background: #ffffff;
}

#bg {
	background: url(../images/bg.jpg) repeat;
	width: 900px;
	margin: auto;
	border-top: 1px solid #5c976b;
}

#fenetre {
	width:800px;
	text-align:left;
	margin: auto;
	position: relative;
	margin-top:50px;
}


/*--En général : titres, paragraphes, listes, liens, etc--*/

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

.souligne {
text-decoration: underline;
}

.texte_right {
	text-align: right;
	font-style: italic;
	margin-right: 15px;
	color: #223802;
}

.texte_left {
	text-align: left;
	font-style: italic;
	margin-right: 15px;
	color: #223802;
}

.imagegauchetexte {
	margin: 0px 10px 5px 0px;
	float: left;
}

.imagedroitetexte {
	margin: 0px 10px 5px 0px;
	float: right;
}


.retrait_gauche {
	margin-left: 45px;
}

.italic {
	font-style: italic;
	font-size: 12px;
}

/*--Logo et En_tête--*/

#en_tete {
	background:url(../images/hdr.jpg);
	height:180px;
	border-top: 1px solid #5c976b;

}

#en_tete h1 {
	font-size:32px;
	color:#8b0000;
	padding: 60px 0 0 40px;
}

#en_tete h2 {
	padding-left: 70px;
	font-size: 16px;
	font-style: italic;
	color: #223802;
}

#en_tete img {
margin-top: 16px;
}


/*--Menus de gauche--*/

.float-l {
	float:left;
}

.left {
	width:233px;
	background:#E7ECEF;
	height: 800px;
}

#menu h1 {
	font-size: 24px;
	padding: 5px 0px 0px 40px;
	color: #8b0000;
}

#menu h2 {
	font-size: 24px;
	padding: 25px 0px 0px 40px;
	color: #8b0000;
}
#menu ul {
	padding: 0px 15px 0px 20px;
}
#menu li {
	line-height:1.9em;
	border-bottom: #88bcbc 1px solid;
	list-style: inside disc;
	color: #336666;
}
#menu li a {
	color: #336666;
}


/*--corps du texte--*/

.float-r {
	float:right
}
.right {
	width:567px;
	background:#fff;
	margin-bottom: 5px;
	height: 800px;
}

#corps_du_texte h2 {
	font-size: 22px;
	color: #223802;
	padding: 5px 5px 5px 30px;
}

#corps_du_texte h3 {
	font-size: 20px;
	color: #223802;
	padding: 5px 5px 5px 40px;
	text-decoration:underline;	
	margin-top: 20px;
	margin-bottom: 0px;
}

#corps_du_texte h4 {
	font-size: 16px;
	color: #223802;
	padding: 5px 5px 5px 40px;
	text-decoration:underline;	
	margin-top: 20px;
	margin-bottom: 0px;
}

#corps_du_texte p {
	padding: 5px 10px 0 40px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#corps_du_texte table {
	margin: 0px 2px 0px 5px;
	padding: 0 5px 0 5px;
	border: 1px solid black;
	border-collapse: collapse;
}

#corps_du_texte td, th {
	border: 1px solid black;
	padding: 5px;
}

#corps_du_texte th {
	background-color: #5c976b ;
	color: white; 
	font-weight: bold;
}

#corps_du_texte .table2 { /* classe table2=marge gauche de 40px*/
	margin-left: 40px;
}

#corps_du_texte .table3 { /* classe table3=tableau sans bordure */
	margin: 0px 2px 0px 5px;
	padding: 0 5px 0 5px;
	border: none;
}

#corps_du_texte .table3 td /* Les cellules sans bordure des tableau de type 3 */
{
   border: none;
}

#corps_du_texte .bas_page {
	text-align: left;
	color: #223802;
	font-size:12px;
}

/* Boite de recherche */

#boite_de_recherche table {
	margin: 0px;
	padding: 0 5px 0 5px;
	border-collapse: collapse;
	background-color: #5c976b ;
	border: none;
}

#boite_de_recherche td, th {
	padding: 5px;
	background-color: #5c976b ;
	border: none;
}

#boite_de_recherche th {
	background-color: #5c976b ;
	color: white; 
	font-weight: bold;
	border: none;
	text-align: right;
	font-weight: normal;
}


#boite_de_recherche form {
	padding: 8px 0px 20px 35px;
	margin: 0;
}

#boite_de_recherche .submitrow {
	text-align: right;
}

#boite_de_recherche .blanc {
color: white;
}


/* pied_de_page */

#pied_de_page {
	clear: both;
	height: 60px;
	position: relative;
	color: #fff;
	margin-left: 20px;
	margin-top: 10px;
}

#pied_de_page a {
color: #FFFFFF;
}

#copyright p {
	color: #FFFFFF;
	font-size:12px;
}

#xhtml {
	position: absolute;
	left: 550px;
}




