/** styles de base **/ 
/** utilisés par le site & l'editeur ! **/ 
body,td,p{
        font-family: Arial, helvetica, sans-serif;
  		font-size: 11px;
		color: #222222;
}

div.spacer{

	clear: both;
    margin:0px;
    padding:0px;

}

a {
    color: #AE2016;
    text-decoration: none;
}
a:hover {
    color: #AE2016;
    text-decoration: underline;
}




textarea {
    overflow: auto;
}

/*
STYLES UTILISES PAR EDITEUR
NE PAS SUPPRIMER !!
*/

/** divs plugins **/
div.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*/
img.zoomImage {
    cursor: pointer;
    
}

/* autres..*/

h2.cheminDeFer {
    font-size: 12px;
}




