/* Styles mis en place par JMF */

/* Le haut de la page */
div#container {
padding: 20px 0px 0px 0px;
}
.bandeau_haut {
margin: 0px 20px 0px 20px;

}
.bandeau_chemin {
margin: 0px 20px 0px 20px;
}

.site_nom {
text-align: right;
font-size: 25px;
font-weight: strong;
}

/* L'article et son contenu */

/* Gestion des articles */

div#content_article {
/* Gestion de la largeur de l'article */
/* Haut Droite Bas Gauche */	
	margin: 0px 20px 20px 240px; 
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

.article {
padding: 10px 10px 10px 10px ;
font-size: 1.3em;
}

.article h3 {
	font-weight: bold;
	font-size: 120%;
	margin: 1.5em 0em 0.5em 0em;
}
.article h4 {
	font-weight: bold;
	font-size: 110%;
	margin: 1em 0em 0.5em 0em;
}
.article h5 {
	text-decoration: underline;
	font-size: 100%;
	margin: 1em 0em 0.3em 0em;
}


.description {
padding: 10px 10px 10px 10px ;
}

/* Gestion des puces et des numéros dans un article */
.article ul {padding: 0; margin: 0px 0 0px 30px;}
.article ul li {list-style-image: url(/squelettes/images/puce-n0.gif); padding: 0px; margin: 0px 0 0 0px; line-height: 1.3em;}
.article ul ul li {list-style-image: url(/squelettes/images/puce-n1.gif); line-height: 1.2em;}
.article ul ul ul li {list-style-image: url(/squelettes/images/puce-n2.gif); line-height: 1.2em;}

.article ol {padding: 0; margin: 0px 0 0px 30px;}
.article ol li {list-style-type: decimal; list-style-image: none; list-style-position: outside;	padding: 0; margin: 0px 0 0 0; line-height: 1.3em;}
.article ol ol li {list-style-type: lower-alpha; line-height: 1.2em;}
.article ol ol ol li {list-style-type: lower-roman; line-height: 1.2em;}

/* Gestion des liens dans un article */
.article a {font-weight: bold;}
.article a:hover {
background-color : #FFF7B2;
} 


/*.cartouche {
color: #990000;
}
.cartouche a {
color: #99000;
}*/




/* Le bloc visiteur (plan, déconnexion...) 
div#nav_visiteur {
color: #FFFF99;
background : #D0C07A;
}*/

/* l'édito
div#edito h1 {
color: #5B3C11;
}*/



