/** styles de base **/ 
/** utilisés par le site & l'editeur ! **/ 
a {
    color: #4D84C4;
    text-decoration: none;
}
a:hover {
    color: #CDE000;
    text-decoration: underline;
}



body, p, div, span, li, td {
  font-family: Arial;
  font-size: 12px;
  color: #333333;
}

.h1,h1 {
  font-family: Arial;
  font-size: 16px;
  color: #666666;
  margin:0px;
  padding:0px;  
  font-weight: bold;
}

.h2,h2 {
  font-family: Arial;
  font-size: 13px;
  color: #333333;
  margin:0px;
  padding:0px;  
  font-weight: bold;
}

.h3,h3 {
  font-family: Arial;
  font-size: 12px;
  color: #4D84C4;
  margin:0px;
  padding:0px;  
  font-weight: bold;

}

.texte_italic {
  font-family: Arial;
  font-size: 10px;
  color: #666666;
  font-style: italic;
}


textarea {
    overflow: auto;
}

/*
STYLES UTILISES PAR EDITEUR
NE PAS SUPPRIMER !!
*/

/** divs plugins **/
.divplugin {
	font-size: 13px;
	line-height: 16px;
	height: 16px;
	display:block;
	color:#000;
	text-decoration: none;
	font-weight: bold;
	border: 1px dotted #a7a7a7;
	background-color: transparent;
	background: url(../web/images/spacer.gif);


}

/*special zoom*/
.zoomImage {
    cursor: pointer;
    cursor: hand;
}

/* autres..*/

h2.cheminDeFer {
    font-size: 12px;
}






