/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


#zonetexte{
	margin:0px;
	padding:0px;
	position:relative;
	width:970px;
	background-color:#ffffff;
	height: 485px;
	}
	
	
#separateur {
	width: 22px;
	position: relative;
	margin : 0px;
	margin-top:10px;
	float:left;
	background: url(../images/separateur.png) repeat-y;
	height:475px;
 }





/*formatage texte*/
html {font-size:100.01%;}
body {font-size:12px;color:#887c6e;font-family:Arial, Helvetica, sans-serif;}
strong {font-weight:bold;}
img {opacity:1; }

h1 {
font-size:16px;
font-weight:bold;
color:#6d6156;
text-align:center;
}


h2 {
font-size:14px;
font-weight:bold;
padding:0px;
margin:0px;
color:#007cc1;
text-align:center;
opacity:1;  }

.deadline {font-size:14px;}
.txtviolet {color:#c0609d;}
.txtorange {color:#e99004;}
.txtvert {color:#83b717;}

.petittxtnoir {color:#000000; font-size:11px;}


ul {
margin:0px;
padding:0px;
font-weight: bold;
}

li {
margin:0px;
padding:0px;
font-weight:normal;
list-style-image:url(../images/puce_info.png);
list-style-position:inside;
}




/*Formulaire*/
input, select, textarea {
	border: thin solid;
	font-family: Arial, Verdana, Helvetica;
	margin: 2px;
	margin-left: 0px;
	font-size: 12px;
	color: #545454;
	border-color: #007cc1;
	padding:2px;
}

/*Config Tableau*/



.fondgris {
	padding: 5px;
	background-color: #bababa;
	height:28px;
	color: #FFFFFF;
	font-size:14px;
	font-weight: bold;
	text-align:center;
}


.fondcheck{
	position: relative;
	background:url(../img/check.png) center no-repeat #bababa;
}