/** styles de base **/ 
/** utilisés par le site & l'editeur ! **/ 
body,td,p,div{
        font-family: Arial, Tahoma, Verdana, sans-serif;
  		font-size: 12px;
		color: #32312D;
}
a {
	color: #9a7549;
    text-decoration: none;
	border: none;
}
a:hover {
    color: #fd7599;
	text-decoration: none;
	border: none;
}

h1 {
    margin:0px;
    padding:0px;
}
h2 {
    margin:0px;
    padding:0px;
}
h3 {
    margin:0px;
    padding:0px;
}


li {
    list-style-image:url(../upload/puces/list_style_image.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;
}

/** fin styles editeur **/

.titreCategorie {
    font-weight: bold;    
}


