/* CSS Document */


#logo {
	margin-bottom:0px;
	padding-top:12px;
	margin-top:-12px;
	z-index:4;
	text-align:center;
	background-color: #008CDC;
}
#page {
	float: right;
	width:630px;
	margin-right:8px;
	margin-top:0px;
}
#page_ht {
	background-image: url(../img/page_ht_trans.png);
	background-repeat: no-repeat;
	height:30px;
	margin:0px;
}
#texte {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom:1px;
	padding-top:1px;
	margin-top:-15px;
	background-image: url(../img/trans.png);
	background-repeat: repeat;
	line-height: 20px;
}
#page_b {
	background-image: url(../img/page_b_trans.png);
	background-repeat: no-repeat;
	height:16px;
	margin-top:0px;
}
#menu_d_ht {
	margin-top:15px;
	background-image: url(../img/menu_ht_trans.png);
	background-repeat: no-repeat;
	height:13px;
}
#menu_d_texte {
	
}
#menu_d_b {
	background-image: url(../img/menu_b_trans.png);
	background-repeat: no-repeat;
	height:13px;
	margin-top:-12px;
}
#srubriques {
	background-color:#008CDC;
}
#srub_entete {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
}
#srub_titre {
	text-align:right;
	margin-right:10px;
	color:#FFFFFF;
	font-weight:bold;
}
#srub_rub {
	margin-top: 10px;
	margin-right:10px;
	margin-left: 10px;
	color:#000000;
	padding-right:25px;
	font-weight:bold;
}
#srub_rub a {
	color: #000000;
	text-decoration: none;	
}
#srub_rub a:hover {
	text-decoration:underline;
}
#equipe {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#breve_en {
	color:#333333;
	font-family:"Courier New", Courier, monospace;
	margin-left:15px;
}
#texte_document {
	margin-left:15px;
	margin-top:15px;
}
#texte_document_en {
	margin-left:15px;
	margin-top:0px;
	font-family:"Courier New", Courier, monospace;
}
#mcles_fr {
	margin-left:15px;
	margin-top:15px;
	background-color:#333333;
	color:#EBEBEB;
	padding:4px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font-size:10px;
}
#mcles_fr a {
	color:#FFFFFF;
}
.mcles_en {
	color:#000000;
	font-size:10px;
}
#nettoyeur_page {
	width: 95%;
	height: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	margin-top:10px;
}
.champ_contacts {
	border: 1px solid #333333;
	padding-left:2px;
	padding-right:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.champ_message {
	border: 1px solid #333333;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	width: 95%;
	font-size: 12px;
	color: #333333;
	padding:3px;
}
.avert {
	color:#008CDC;
	font-weight:bold;
	font-size:10px;
}
.stitre_rub_en {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;	
	color:#FFFFFF;
	margin-right:25px;
}
.stitre_rub_en2 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color:#333333;
}

/* menu déroulant id="menu_d" */


ul#menu{
	margin-left: 0px;
	color:#000000;
	background-image: url(../img/trans.png);
	background-repeat: repeat;	
	margin-top: 0px;
}
ul#menu li {
	display:block;
	list-style:none;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-left:-40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
ul#menu li a {
	color: #000000;
	font-weight:bold;
	display:block;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #008CDC;
	text-decoration: none;
}
ul#menu li:hover>ul {
	display:inline;
}
ul#menu li ul {
	display:none;
	padding:0px;
	position:absolute;
	list-style:none;
	margin-top: -30px;
	margin-left: 140px;
	z-index: 5;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	background-image: url(../img/trans.png);
}
ul#menu ul li {
	display:block;
	padding:0px;
	height:auto;
	margin-left:0px;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
ul#menu ul li a {
	color: #000000;
	padding:5px;
}
ul#menu ul li a:hover {
	color: #000000;
	border-bottom-width: 0px;
	background-color: #D4E2E7;
}



