/** styles de base **/ 
/** utilisés par le site & l'editeur ! **/ 
body,html,td,p,div,span{
	font-size: 12px;
  font-family: Arial, Tahoma, Verdana, sans-serif;
	color:#000;
}
a{
	text-decoration: none;
	color: #932816;
}
a:hover {
    text-decoration: none;
    color: #444;
}

p{
	margin: 0px;
	padding: 0px;
}

h1 {
    margin:0px;
    padding:0px;
}
h2 {
    margin:0px;
    padding:0px;
}
h3 {
    margin:0px;
    padding:0px;
}


textarea {
    overflow: auto;
}

li {
  color:#444;
  margin-left:5px;
  list-style-type:square;
}

/*
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..*/



