/********/
/* HTML */
/********/
body {
	margin	: 15px;
}
body, td {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #1A1B1F;
}
a:link, a:visited, a:hover, a:active {
	color			: #1A1B1F;
	text-decoration	: none;
}
a:hover {
	color			: #1A1B1F;
	text-decoration	: underline;
}
hr {
	color		: #555555;
	border		: 0;
	border-top	: 1px #999999 dashed;
	margin		: 20px 0 20px 0;
	height		: 1px;
}
li {
	margin-bottom:5px;
}
/******************************/


/***********/
/* CLASSES */
/***********/
.cadre {
	border	: 1px #000000 solid;
}
.cadre_gris {
	border	: 1px #999999 solid;
}
.cadre_gauche {
	border-left	: 1px #000000 solid;
}
a.lien_none:hover {
	text-decoration	: none;
}
.vignette {
	margin-bottom	: 5px;
}
a.titre_haut:link, a.titre_haut:visited, a.titre_haut:active, a.titre_haut:hover {
	color		: #8D8D8F;
	margin-left	: 25px;
	font-size	: 18px;
	font-weight	: bold;
}
.menu_haut_telephone {
	font-size	: 16px;
}
.fond_gris {
	text-align		: left;
	background-color: #F9F9F9;
	color			: #085892;
	padding			: 20px 10px 20px 10px;
	font-size		: 12px;
	font-weight		: bold;
	border			: 1px #CCCCCC dashed;
}
.fond_gris li {
	list-style-image: url(images/divers/carre_bleu.gif);
	padding-left	: 5px;
	margin-bottom	: 5px;
}
.nom_site, .nom_site a:link, .nom_site a:visited, .nom_site a:active, .nom_site a:hover {
	font-size		: 14px;
	font-weight		: bold;
	color			: #085892;
	padding-bottom	: 10px;
}
/******************************/


/******/
/* ID */
/******/
#entete {
	border-bottom	: 1px #000000 solid;
	padding			: 3px;
}
#contenu {
	margin	: 10px 0 10px 0;
	border	: 1px #000000 solid;
}
#contenu td.marges {
	padding	: 20px 30px 40px 30px;
}
#contenu p {
	text-align	: justify;
}
#contenu h1 {
	font-size	: 16px;
	font-style	: italic;
	text-align	: center;
}
#contenu h2 {
	font-size	: 14px;
}
#contenu h3 {
	font-weight		: bold;
	color			: #08573A;
	font-size		: 14px;
	margin-bottom	: 10px;
}
#contenu h4 {
	font-weight	: bold;
	color		: #08573A;
	font-size	: 13px;
	margin		: 0 0 -10px 0;
}
#contenu a {
	color		: #085892;
	font-weight	: bold;
}
#menu {
	margin-top	: 40px;
}
/******************************/