/* CSS Document */
balise
{
    margin: 15px; /* Pour les autres navigateurs */
    ma\rgin: 20px; /* Pour IE6 et IE7 */
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Verdana Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: ##000000;
}
ul {
	padding-left: 0.3em;
	padding-right: 0.3em;
	margin-left: 5px;
	margin-right: 5px;
        margin-top: 1px;
	font-size: 14px;
	list-style-position: inside;
	list-style-type: disc;
}
li {
   padding-bottom: 5px;
   padding-top: 5px;

}
p {
	text-align: left;
}
.chapo {
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#chemin {
	font-size: 14px;
	margin: 0;
	letter-spacing: 0.1em;
	padding-left: 0.5em;
	color: #000000;
	text-align: right;
}
#centrale {
	font-size: 14px;
}
#centrale h1 {
	font-size: 20px;
	font-family: "Anja Eliane accent002",Verdana, Helvetica, sans-serif;
        border-radius: 10px;
	margin: 0;
	letter-spacing: 0.1em;
	padding-left: 0.5em;
	background-color: #000000;
	color: #FFFFFF;
}
#centrale h2 {
	font-size: 20px;
        border-radius: 10px;
	margin: 0;
	letter-spacing: 0.1em;
	padding-left: 0.5em;
	background-color: #000000;
	color: #FFFFFF;
}
#centrale h1.une {
	font-size: 14px;
	margin: 0;
	color: #000000;
	background-color: #E1D9D9;
}
#centrale h2.une {
	font-size: 14px;
	margin: 0;
}
#centrale p.une {
	margin: 0;
}
table.spip {
	font-size: 14px;
}
.encart_titre {
	font-family: "Anja Eliane accent002", Impact, Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	//text-align: center;
	color: #FFFFFF;
	background-color: #C70C0C;
        border-radius: 10px;
	letter-spacing: 0.1em;
	padding-left: 1em;
}
.encart {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #E1D9D9;
	color: #000000;
        border-radius: 13px;
	border-right-width: 5px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 3px 10px 2px;
        margin: 3px;
}
li.puce {
	list-style-image: url(puce.gif);
	list-style-position: inside;
}
li {
   padding-bottom: 5px;
   padding-top: 5px;

}
.notes {
	font-size: 9px;
}
@font-face {
    font-family: "Anja Eliane accent002";
    src: url('Anja Eliane accent002.ttf');
}