@charset "utf-8";
/* CSS Document */
/*html {
	overflow-x:auto;
	overflow-y:scroll;
}
html, body {	
	margin:0px;
	padding:0px;
	height:100%;
}*/
body {
	margin:0px;
	padding:0px;
	overflow-y: hidden;
	/*background-color: #FFFFFF;*/
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {  /*table, tr, th, td*/
    margin: 0; 
    padding: 0; 
    border: 0; 
}
body, td, th, p, div, h1, h3, h4, li {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7e7b79;
}
.txt_gras {
	font-weight:bold;
}
.txt_important {
	font-size: 15px;
	font-weight:bold;
}
.txt_important2 {
	font-size: 14px;
	font-weight:bold;
}
.txt_normal {
	color: #7e7b79;
}
.txt_vert {
	color: #85b94a;/*9ec870;*/
}
.txt_rouge {
	color: #FF0000;
}
p {
	margin-bottom:12px;
	text-align:justify;
}
a:link, a:visited, a:active {
	color: #85b94a;/*9ec870;*/
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #85b94a;
}
input, select, textarea {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	/*font-size: 13px;
	color: #7e7b79;*/	
	border:1px solid #d8d8d8;
	font-size:12px;
	padding:0px;
	margin:0px;	
}
input, select {
	width:140px;
	height:20px;
}
textarea {
	width:250px;
	height:100px;
}
/************************************************* FORM CONTACT */
#formulaire_contact {
}
#formulaire_contact input {
	background-color:#FFFFFF;
	width:250px;
}
#formulaire_contact #code{
	width:85px;
}
#formulaire_contact #msg {
	background-color:#FFFFCC;
	margin-bottom:5px;
	padding:5px;
	text-align:center;
} 
#formulaire_contact #submit_btn{
	height:30px;
}
/************************************************* */
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom:10px;
}
li {
	list-style-image:url(img/point.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 5px;
	margin-left:20px;
}
/*
ul {
	list-style-position:outside;
	list-style-type:disc;
	padding-left:12px;
	margin-left:13px;
	margin-bottom:20px;
}
li {
	color: #9ec870;
}
li span {
	color: #7e7b79;
}*/
h2 {
	padding-top:15px;
	padding-bottom:12px;
	color: #85b94a;
	font-size:14px;
	font-weight:bold;
}
