

/* ****************************** */
/* TABLEAUX */
/* ****************************** */
TD{
 font-size: 12px;
}




/* ****************************** */
/* TITRES */
/* ****************************** */
H1{
 font-size: 16px;
 font-style: italic;
 color:#666666;
 font-weight: bold;
 margin: 8px 0px -6px 0px;
}
H2{
 font-size: 14px;
 color:#666666;
 font-weight: bold;
 margin: 12px 0px 5px 0px;
}
H3 {
 font-size: 14px;
 color: #666666;
 font-weight: bold;
 margin: 10px 0px 5px 0px;
}
H4 {
 font-size: 16px;
 color: #666666;
 font-weight: bold;
 margin: 10px 0px 5px 0px;
}
H5 {
 font-size: 10px;
 color: #827855; 
 font-weight: normal;
}




/* ****************************** */
/* TEXTE */
/* ****************************** */
b, strong {
 color: #000000;
 font-weight: bold;
}

p{
 margin: 0px 0px 8px 0px;
 font-size: 12px;
 color: #000000;
 font-size: 12px;
}




/* ****************************** */
/* LIENS */
/* ****************************** */
a { 
/*color: #FF6600;*/
 color:#666666;
 font-weight: normal;
 text-decoration: none;
}
a:hover.none {
 text-decoration: underline;
}
a:hover {
 /*color: #ff9900;*/
 color:#666666;
 text-decoration: underline;
/* font-weight: bold;*/
}
a.courant {
 color: #FF6600;
 font-weight: normal;
 text-decoration: none;
}
a.courant:hover {
 /*color: #ff9900;*/
 color:#666666;
 text-decoration: underline;
 font-weight: bold;

}




/* ****************************** */
/* FORMULAIRES */
/* ****************************** */
SELECT {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 margin: 0px 0px 0px 0px;
 color: #000000;
} 

INPUT {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 color: #000000;
 height:20px;
}




/* ****************************** */
/* LISTES A PUCES */
/* ****************************** */
ul {
	padding: 0px;
	margin: 8px 80px 0px 30px;
	list-style-position:outside;
	list-style: square;
}
li {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

OL{
 list-style-position: inside;
 font-family:Arial,Helvetica,Verdana,sans-serif;
 font-size: 12px;
 font-style: normal;
 text-decoration: none;
 line-height: normal;
 text-indent: -16px;
 margin-bottom: 11px;
 margin-left: 17px;
 margin-right: 0px;
 margin-top: 0px;
 color: #000000;
}




/* ****************************** */
/* DIVERS */
/* ****************************** */
HR {
  size: 1px;
  outline:none;
  font-style: normal;
  color: #827855;
  border: 1px solid #827855;
}


