/* CSS Document */
body {
	margin: 0px;
 	SCROLLBAR-FACE-COLOR: #FFC05F;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFC05F;
	SCROLLBAR-SHADOW-COLOR: #FFC05F;
	SCROLLBAR-3DLIGHT-COLOR: #FFC05F;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #FFC05F;
	SCROLLBAR-DARKSHADOW-COLOR: #FFC05F;
}
ul {list-style-type: none;padding:0px}
#menu-rubrique {
	list-style-type:none;
	margin:0 0 0 14px;
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	font-weight:bold;
	/*background-color:#9933FF;*/
}
#menu-rubrique a {
	background-repeat: no-repeat;
	text-decoration: none;
	padding:4px 0 0 8px;
	/*margin-top:15px;*/
	width:118px;
	height: 49px;
	display:block;
	background-image: url("../images/bouton.gif");
	color:#787438;
	text-align:left;
}

#menu-rubrique a:hover {
	background-position: 0% -53px;
	padding:7px 0 0 11px;
	width:115px;
	height: 46px;
	/*text-decoration: underline overline;*/
}
.menu {
	width:108px;
	text-align:left;
	/*float:left;*/
	/*margin-top:105px;*/
	margin-left:auto;
	margin-right:auto;
}
.menu a {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-indent:5px;
	color:#787438;
	text-decoration: none;
	border: 2px solid #D4817D;
	padding-bottom:0px;
	height:18px;
	/*width:105px;*/
	display: block;
}
.menu a:hover {
     background: #FFF;
	 color:#D57B8E;
     /*border: 1px solid #D57B8E;*/
	 /*height:21px;
	 width:101px;
	 padding-top:6px;*/
}
.menu li {margin-top: 5px;background-color:#D2E478;}
.menu-form {
	text-align:center;
	width:60px;
	margin:0px;
	margin-left:15px;
	margin-top:10px;
	float:left;
}
.menu-form a {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#787438;
	text-decoration: none;
	border: 2px solid #D4817D;
	height:14px;
	display: block;
}
.menu-form a:hover {
     background: #FFF;
	 color:#D57B8E;
}
.menu-form li {margin-top: 0px;background-color:#D2E478;}
.espacement {
	border-bottom:1px solid #C6C6C7; 
	letter-spacing: 0.53em; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.6em; 
	word-spacing: 0.3em;
	margin:10px 0 10px 0;
}
.contenu {
	background-color:#FFFFFF;
	height:400px;
	float:right;
	width:515px;
	padding-right:21px;
}
.titre {
	font-weight:bold;
	font-style:italic;
	font-size:19px;
}
.champs {
	background-color:#FDF5EC;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #999999;
	margin-left:90px;
	font-size:11px;
 	font-family: Arial, Helvetica, sans-serif;
}