html, body {
	margin:0px;
	padding:0px;
	width:99%;
	height:99%;

}

*{
	font-family: "Verdana","Arial";
}

h1 { 
	margin-left: 0px; 
	margin-bottom: 15px; 
	margin-right: 0px; 
	margin-top: 0px; 
	font-family: "Verdana","Arial";
	font-size: 24px; 
	font-weight:100; 
	text-align: left; 
	padding: 0px 0px 5px 0px; 
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
	border-bottom: 0px none transparent;
	background-image: url(no-image);
}
h1, h1 a {
	color: #B1B000;
}

h2 { 
	font-style: normal; 
	margin-left: 0px; 
	margin-bottom: 5px; 
	margin-right: 0px; 
	margin-top: 15px; 
	font-size: 16px; 
	font-weight: normal; 
	text-align: left; 
	padding: 0;
}
h2, h2 a {
	color: #28abe3;
}

h3 { 
	font-style: normal; 
	margin-left: 0px; 
	margin-bottom: 5px; 
	margin-right: 0px; 
	margin-top: 10px; 
	font-size: 14px; 
	font-weight: normal; 
	text-align: left; 
	padding: 0;
}
h3, h3 a {
	color: #B1B000;
}

h4 { 
	margin-left: 0px; 
	margin-bottom: 5px; 
	margin-right: 0px; 
	margin-top: 5px;
	font-size: 12px; 
	font-weight: bold; 
	text-align: left; 
	padding: 0; 
}
h4, h4 a {
	font-style: normal;
	font-weight: normal;
	color: #009fd6; 
}

h5 { 
	margin-left: 0px; 
	margin-bottom: 5px; 
	margin-right: 0px; 
	margin-top: 5px;
	font-size: 12px; 
	font-weight: bold; 
	text-align: left; 
	padding: 0;
}
h5, h5 a {
	color: #3c3e4a; 
}

h6 { 
	font-weight: bold; 
	margin-left: 0px; 
	margin-bottom: 0px; 
	margin-right: 0px; 
	margin-top: 5px; 
	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: #006fb4;

}
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 40px !important;
	margin: 0px 0px 0px 0px !important;
}
ul, ul li { 
	text-align: left !important; 
	margin-bottom: 5px !important; 
	list-style-type: square !important; 
	list-style-image: url(../images/puce.gif) !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;
}
