html, body {
	margin:0px;
	padding:0px;
	width:99%;
	height:99%;

}

*{
	font-family: "Arial"; 
}

h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial;
	font-size: 18px;
	font-weight:100;
	text-align: left;
}
h1, h1 a {
	color: #58A3E4;
}

h2 { 
	font-style: normal; 
	margin: 15px 0px 5px 0px; 
	padding: 2px 0px 0px 0px; 
	font-size: 16px; 
	font-weight: normal; 
	text-align: left; 
}
h2, h2 a {
	color: #349f28;
}

h3 { 
	font-style: normal; 
	margin: 10px 0px 5px 0px; 
	font-size: 14px; 
	font-weight: normal; 
	text-align: left; 
	padding: 0;
}
h3, h3 a {
	color: #FE7B0A;
}

h4 { 
	margin: 5px 0px 5px 0px; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: left; 
	padding: 0; 
}
h4, h4 a {
	font-style: normal;
	font-weight: bold;
	color: #009fd6; 
}

h5 { 
	margin: 5px 0px 5px 0px;
	font-size: 12px; 
	font-weight: bold; 
	text-align: left; 
	padding: 0;
}
h5, h5 a {
	color: #3c3e4a; 
}

h6 { 
	font-weight: bold; 
	margin: 5px 0px 0px 0px; 
	color: #aaa8a9;
}
h6, h6 a {
	color: #aaa8a9;
}

p, div, td, li { 
	font-size: 12px; 
	text-align: left; 
	
}
a, a img {
	border: 0px none transparent;
	text-decoration: none;
	color: #58A3E4;

}
p { 
	text-align: left; 
	margin: 0px 0px 0px 0px !important;
	padding: 2px 0px 3px 0px !important;
	line-height: 15px !important;
}

ul {
	padding: 0px 0px 0px 30px !important;
	margin: 0px 0px 0px 0px !important;
}
ul, ul li { 
	text-align: left; 
	margin-bottom: 5px; 
	list-style-type: square ; 
	list-style-image: url(../images/arrow-right-bleu.gif);
}
ul li li { 
	list-style-image: url(../images/arrow-right-orange.gif);
}
ol{
	padding: 0px 0px 0px 30px !important;
	margin: 0px 0px 0px 0px !important;
}
ol, ol li { 
	text-align: left; 
	margin-bottom: 5px; 
	list-style-type: decimal; 
	
}


table#table_content tr td {
	vertical-align: top;
}
a,
a img,
.no_border {
	border: 0px none transparent;
}

.mention {
	font-size: 10px;
	color:#555555;
	white-space: nowrap;
}

#hp_body .chapeau {
	font-size: 16px;
	color: #707173;
}

.chapeau {
	font-size: 14px;
	color: #184c9a;
}

.images_soulignee,
.images_a_droite,
.images_a_gauche {
	border-bottom: 4px solid #ed7a16;
}

.images_a_droite  {
	float: right;
	margin: 0px 0px 20px 20px;
}

.images_a_gauche {
	float: left;
	margin: 0px 20px 20px 0px;
}

	.boutons{
	}		
	.boutons a{
		display: block;
		width: 220px;
		margin: 0px 0px 20px 0px !important;
		padding: 5px 10px 5px 10px !important;
		background: url(../images/td-bleu.gif) left bottom;
		text-transform: uppercase;
		color: #ffffff;
		font-size: 12px;
		border: 1px solid #0092e7;
	}

.googlemap {
	width: 220px;
	height: 220px;
	border: #555555 solid 1px;
	margin: 0px 20px 0px 0px !important;
	background: #d8d8d8;
}

.chapeau {
	font-size: 14px;
	font-style: italic;
	color: #666666;
}

.tableau {
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.tableau th,
.tableau td {
	padding: 5px 5px 5px 5px;
	border-right : 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.tableau th {
	background-color: #dddddd;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
}