/** styles de base **/ 
/** utilisés par le site & l'editeur ! **/ 
body,td,p,div,span{
        font-family: Arial, helvetica, sans-serif;
  		font-size: 12px;
		color: #465661;
}


.spacer{
	clear: both;
	padding: 0px;
	margin: 0px;
}


p{
margin:0px;
}

a {
    color: #D54700;
    text-decoration: none;
}
a:hover {
    color: #FFAD23;
    text-decoration: none;
}

h1 {
    margin:0px;
    padding:0px;
}
h2 {
    margin:0px;
    padding:0px;
}
h3 {
    margin:0px;
    padding:0px;
}


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;
}





