/** styles de base **/ 
/** utilisés par le site & l'editeur ! **/ 
body,td,p{
	font-size: 12px;
  font-family: Arial, Tahoma, Verdana, sans-serif;
	color:#605b4a;
}


a{
	text-decoration: none;
	color: #718222;
}
a:hover{
	text-decoration: none;
	color: #B6CE44;
}

p{
	margin: 0px 0px 8px 0px;
	padding: 0px;
	/*text-align: justify;*/
}

h1,h2,h3{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: lighter;
}

li{
  padding-left:5px;
	list-style-image : url(images/fond_liste.gif);
	text-align:left;
	margin: 8px;

}

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;
    
}

/* autres..*/

h2.cheminDeFer {
    font-size: 12px;
}




