/** styles de base **/ 
/** utilisés par le site & l'editeur ! **/ 
body,td,p,div,span{
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	color:#5d5d5d;
}
a{
	color: #e37b00;
  text-decoration: none;
}
a:hover{
	color: #4e4e4e;
  text-decoration: none;
}

img{
	border: none;
}

.cadre_image{
	background: #fff;
	padding: 3px;
	border: #efefef solid 2px;
	margin: 0px 0px 5px 5px;
}

h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
	font-size: 12px;
}

p{
	margin: 0px;
	padding: 0px;
}


textarea {
    overflow: auto;
}

li {
  list-style-image : url('../upload/puces/puce.gif');
  
}

/*
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..*/






