* { padding:0; margin:0; border:0; }

/***************ELEMENTS COMMUNS ***********************/
body {
	font-size: 12px;
	text-align: center;
	background-color:#ffffff;
	font-family:  Times, serif;
	}
h1 {
	font-size: 15px; 
 	font-weight:bold; 
	margin: 0px 0 7px 0; 
	text-align: justify; 
	color: black;
}
h2 {
	font-size: 14px; 
	margin: 10px 0 3px 0; 
	text-align: justify; 
}
h3 {
	font-size: 13px; font-weight:bold; 
	margin: 5px 0 2px 0;
	text-align: left;
}
p {
	color: #393939;
	text-align: justify; 
	margin: 0.3em 0 0.55em 0;
}
#txt_centre{text-align:center}
#txt_gauche{text-align:left}
#txt_droite{text-align:right}
a img {border: none; }
a {
	text-decoration: none; color:#6a1010; 
	font-weight: bold; font-size:11px
	}
ul {margin: 0 0 20px 0 ;}
li {
	color: #393939;
	list-style-type: circle; 
	margin:0 5px 2px 20px; 
	text-align: justify;
	font-size: 11.5px;
}
li a {font-size:12px}

p .texte_plus {
	display: none
}


/*************** ZONE DE RECHERCHE **********************/
#Search {
  width: 107px;
  height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ajaxSearch_submit {display:none;}
#ajaxSearch_init {display:none;}
#ajaxSearch_input {
  background-color: transparent;
  width: 76px;
  height: 12px;
  margin: 4px 0 0 15px;
  font-size: 12px;
}
.ajaxSearch_extract{
  color: #555; font-style:italic;
  padding:0 20px;
 }
 .ajaxSearch_result{
	text-align: left; 
	margin:10px 0 0 0 ;
 }
  .ajaxSearch_resultsInfo{
	font-size: 15px;
 }

 .ajaxSearch_resultDescription{
	font-size: 12px;
	margin: 0 0 0 10px;
 }

 .ajaxSearch_resultLink {
 	font-size:12px;
 }
 .ajaxSearch_paging {
 	font-size:12px;
}

/*************** FORMULAIRE **********************/
.ZoneFormulaire {
	text-align: center;
	width: 107px;
  	height: 25px;
}
.Formulaire {
	float: right;
	width : 400px;
	margin: 0 0 0 20px; padding:0 0 0 15px;
	text-align:left;
  	border-left: dashed 1px #681417;
}
#cfName, #cfEmail , #cfRegarding, #cfMessage {
	background:#ffefd4;
}
#cfName, #cfEmail, #cfRegarding {
	position: relative; float: right; top: -10px;
	width:250px; margin:0 3px 0 0;
}
#cfMessage {width:397px; height: 110px}
#LabelName, #LabelEmail, #LabelRegarding, #LabelMessage {
	font-weight:bold;
}
#ButtonSend {text-align: center}
#ButtonSend p {text-align: center;}
#cfContact {
	background:transparent; 
	margin-top:10px;
	font-weight: bold;
	color:#681417;
	 font-size:12px
}

