*{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
  margin: 0;
  background: #fff;
}

.Style2 {
	
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.Style9 {
	font-size: 18px;
}
.Style10 {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}
.Style11 {font-size: 24px}
.Style24 {font-size: 26px}
.Style25 {font-size: 23px}
.Style28 {font-size: 9px}
.ligne{
  display: block;
}
.contenu{
  text-align: left;
  padding: 10px;
  vertical-align: top;
}
.contenu a{
  color: #0168B4;
  font-weight: bold;
}
.contenu a:hover{
  color: #E46E23;
}
.contenu h2{
  color: #E66E23;
  border-left: 20px solid #fff;
  padding-left: 10px;
  font-size: 18px;
}
.contenu h3{
  color: #000;
  font-style: italic;
  border-left: 15px solid #E66E23;
  padding-left: 10px;
  font-size: 14px;
}
.contenu p{
  font-size: 12px;
  clear: both;
}
.contenu img{
  border: 0;
  vertical-align: middle;
}
.contenu li{
  font-size: 12px;
}

.contenu legend{
  background: #0168B4;
  color: #fff;
  font-weight: bold;
}
.contenu label{
  font-size: 10px;
  width: 250px;
  text-align: right;
  float: left;
  vertical-align: top;
  margin-right: 10px;
}
.contenu input{
  font-size: 12px;
  float: left;
  width: 400px;
  background-color: #F0DBBC;
}
.contenu sup{

}
.contenu textarea{
  font-size: 12px;
  float: left;
  width: 400px;
  height: 200px;
  background-color: #F0DBBC;
}
.contenu address{
  background: #E66E23;
  border-left: 20px solid #fff;
  padding: 5px 5px 5px 10px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  word-spacing: 2px;
  text-align: justify;
  font-weight: bold;
  line-height: 20px;
}
.contenu .pictogramme{
  font-size: 12px;
  float: left;
  width: 400px;
  display block;
  height: 100px;
  vertical-align: middle;
}
.contenu .pictogramme_input{
  position: relative; 
  left: 200px; 
  top: -30px; 
  width: 150px; 
  vertical-align: middle; 
  clear: left;
}
.contenu .annonces{
  width: 100%;
}
.contenu .annonces thead{
  background: #0168B4;
  color: #fff;
  text-align: center;
}
.contenu .annonces th{
}
.contenu .annonces td{
  font-size: 10px;  
  border-top: 1px dashed #000;
}
.contenu .annonces tr{
}
.contenu .annonces tfoot{
  background: #0168B4;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 10px;
}
.contenu .annonces a{
  color: #0168B4;
  font-weight: bold;
}
.contenu .annonces a:hover{
  color: #E46E23;
}
.contenu .annonces tfoot a{
  color: #E46E23;
  font-weight: bold;
  text-decoration: none;
}
.contenu .annonces tfoot a:hover{
  color: #EDD5B1;
  text-decoration: none;
}
.contenu .annonce p{
  clear: both;
  padding: 10px 0;
}
.contenu .annonce a{
  color: #0168B4;
  font-weight: bold;
}
.contenu .annonce a:hover{
  color: #E46E23;
}
.erreur{
  font-size: 12px;
  background-image:url("/img/icones/exclamation.png");
  background-position:1px 5px;
  background-repeat:no-repeat;
  color:#fff;
  background-color:#c00;
  font-weight:700;
  padding: 5px 10px 5px 20px;
  border:1px solid #fff;
  margin: 5px;
  clear: both;
}

.avertissement{
  font-size: 12px;
  background-image:url("/img/icones/error.png");
  background-position:1px 5px;
  background-repeat:no-repeat;
  color:#036;
  background-color:#fc0;
  font-weight:700;
  padding: 5px 10px 5px 20px;
  border:1px solid #036;
  margin: 5px;
  clear: both;
}

.validation{
  font-size: 12px;
  background-image:url("/img/icones/accept.png");
  background-position:1px 5px;
  background-repeat:no-repeat;
  background-color:#090;
  color:#fff;
  font-weight:700;
  padding: 5px 10px 5px 20px;
  border:1px solid #fff;
  margin: 5px;
  clear: both;
}

.information{
  font-size: 12px;
  background-image:url("/img/icones/information.png");
  background-position:1px 5px;
  background-repeat:no-repeat;
  background-color:#036;
  color:#fff;
  font-weight:700;
  padding: 5px 10px 5px 20px;;
  border:1px solid #fff;
  margin: 5px;
  clear: both;
}
