/** styles de base **/ 
/** utilisés par le site & l'editeur ! **/ 
body,td,p, div{
	font:12px Arial, Tahoma, Verdana, sans-serif;
	color:#32312D;
}
a {
    color: #0F1D55;
	text-decoration: none;
	border: none;
}
a:hover {
    color: #e2001a;
    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;
}

/* autres..*/

h2.cheminDeFer {
    font-size: 12px;
}


hr {
    color: #aaaaaa;
    text-align:center;
    width: 75%;
}

li {
  list-style-type:square; 

  margin-left: 20px;
}

