/** styles de base **/ 
/** utilisés par le site & l'editeur ! **/ 
body,td,p{
  font-size:12px;
  font-family: Arial;
		color: #465661;
}
a {
  color:#006420;
  text-decoration: none;
}
a:hover {
  color:#bde530;
}
.saisie {
  border:1px solid #CFCFCF;
  font-family: Arial;
  font-size:11px;
}







h1,.h1 {
    font-family: Arial;
    margin:0px;
    padding:0px;
    color:#4c5113;
    font-weight:bold;
    font-size:16px;    
}
h2,.h2 {
    font-family: Arial;
    margin:0px;
    padding:2px;
    color:#4c5113;
    font-weight:bold;
    font-size:13px;  
    width:90%;
    border-bottom: 1px solid #4c5113;
    
}
h3,.h3 {
    font-family: Arial;
    margin:0px;
    padding:0px;
    color:#006420;
    font-weight:bold;
    font-size:11px;  
}

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;
}




