@charset "utf-8";
/* CSS Document */
html {
	overflow-x:hidden;/*auto;*/
	overflow-y:scroll;
}

html, body {
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	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,
table, caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}
body, td, th, p, div, h1, h3, h4, li {
	/*letter-spacing:-0.2px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444; /*#707173;	*/
}
.petit_txt {
	font-size: 11px;
}
.legende {
	font-size: 11px;
	color:#777777;
	line-height:14px;
}
.temp_msg {
	font-size: 14px;
	font-weight:bold;
	color:#198bca;
	text-transform:uppercase;
	text-align:center;
	
	margin-top:200px;
}
p {
	margin-bottom:10px;
}
a:link {
	color: #1c5b78;/*234175;/*3C6C83;*/
	text-decoration: underline;
}
a:visited {
	color: #1c5b78;
	text-decoration: underline;
}
a:hover {
	/*color: #2b3514;/*59643C;/*91b741;*/
	text-decoration: none;
}
a:active {
	/*color: #2b3514;*/
	text-decoration: none;
}
input, select {
	width:162px;
	/*height:20px;*/
	border:1px solid #999999;
	border-top:1px solid #666666;
	margin-bottom:15px;
}
select {
	width:180px;
}
.chkbox {
	width:auto;
	margin:0px;
	padding:0px;
	border:none;	
}
ul {
	list-style-position:outside;
	list-style-type:disc;
	padding-left:15px;
	margin-left:2px;
	margin-bottom:10px;
}
li {
	/*margin-bottom:7px;*/
}
.ul_2 {
	list-style-type:none;
	margin-top:10px;
	font-weight:bold;
}
.ul_3 {
	margin-top:0px;
	margin-bottom:20px;
}
.li_2 {
	color: #3C6C83;
	font-size:12px;
	margin-bottom:2px;
}
#content .lien_sel {
	color:#2b3514;/*59643C;*/
}

.enorme {
	color:#2b3514;
	font-size:78px;
	font-weight:bold;
	line-height: 84px;
}
.gros {
	color:#198bca;
	font-size:21px;
	font-weight:bold;
	line-height: 27px;
}
.important4 {
	color:#5a5b5d;
	font-size:13px;
	font-weight:bold;
}
.important3 {
	font-size:12px;
	font-weight:bold;
}
.important2 {
	color:#3C6C83;
	font-size:12px;
	font-weight:bold;
}
.important2 a {
	/*font-weight:bold;*/
}

