/** styles de base **/ 
/**utilisés aussi dans l'editeur**/
html, body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a2421;
}
a {
        font-weight:normal;
	text-decoration:none;
	color:#ac1019;
}
a:hover {text-decoration:underline;}
p {
        text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a2421;
}
h1 {
    margin:0px;
    padding:0px;
}
h2 {
    margin:0px;
    padding:0px;
}
h3 {
    margin:0px;
    padding:0px;
}
li{
	list-style-type:none;
	background:url(images/li_back.jpg) no-repeat left 3px;
	margin:20px 0px;
	padding-left:20px;
}

.titre_liste{
	margin:5px 0 8px;
	font-size:11pt;
	line-height:25px;
	color:#C21A17;
	font-weight:normal;
	background: url(images/arrow-red.gif) no-repeat 0 6px;
	padding:0 0 0 21px;
}

.divEmbedGalerie {
    border:0px;
}

.tablemagic {
    border: thin dashed #993300;
}
.table_pointillee{
    border: thin dotted #CCCCCC;
}
