html,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body{
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
}

#conteneur{
	width:980px;
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border:1px solid white;/* Firefox */	/* à cause du scrolling général de la page 'inexpliqué' lorsque l'on enlève le border */
	*border:0px solid white;/* IE7 */
	_border:0px solid white;/* IE6 */
}

#bandeau{
	height:100px;
	width:980px;
	margin-top:20px;
	background-color: White;
	border-top:0px solid #faba00;
	border-bottom:0px solid #faba00;
}

#colonne_contenu{
	padding:0px;
	margin:0px;
	margin-top:20px;
	border:0px solid black;
}

#menu_gauche{
	margin:0px;
	padding:0px;
	width:207px;
	height:430px;/*365*/
	border:0px solid black;
}

#indentification{
	position:relative;
	margin:0px;
	padding:5px 0px 5px 10px;
	width:157px;
	height:162px;
	border:1px solid #cdcdcd;
	/*background-color:#afd3e5;*/
	background-color:#ddecf4;
}

#contenu{
	padding:5px 10px 0px 10px;
	margin:0;
	width:750px;/*773*/
	height:446px;
	border:0px solid black;
	overflow:auto;
	text-align:justify;
	overflow-x:hidden;
}


#haut{
	padding:5px 0px 20px 0px; /* Firefox */
	*padding:5px 0px 10px 0px; /* IE7 */
	_padding:5px 0px 0px 0px; /* IE6 */
}

/* **************************************************** */

a.menu:link {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #007DB6;
}

a.menu:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #a4c409;	
}

a.menu:visited {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #007DB6;
}

a.menu:visited:hover{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #a4c409;
}

a.menu:active{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #007DB6;
}


a.menu_p:link {
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #007DB6;
}

a.menu_p:hover {
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #007DB6;	
}

a.menu_p:visited {
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #007DB6;
}

a.menu_p:visited:hover{
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #007DB6;
}

a.menu_p:active{
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #007DB6;
}

/* **************************************************** */

#tableau{
	margin: 0px 0px 0px 0px;
	padding: 0;
	height: 22px;
	border: 0px solid #000000;
	border-collapse:collapse;
	background-color: #fcfcfc;
	font-size: 11px;
}

#tableau th{
	color: #000000;
	margin: 0;
	padding: 0px 10px 0px 10px;
	height: 22px;
	border: 1px solid #a4c600;
}

#tableau td{
	color: #000000;
	margin: 0;
	padding: 2px 10px 2px 10px;
	border-top: 1px solid #a4c600;
	border-right: 1px solid #a4c600;
	border-bottom: 1px solid #a4c600;
	border-left: 1px solid #a4c600;
	height: 22px;
}

#graphique{
	height:447px;
	width:596px;
	background-image: url(../images/graphique.jpg);
	margin:0px;
	padding:0px;
}

ul{
	margin:0px 0px 0px 35px; /* Firefox */
	*margin:0px 0px 0px 20px; /* IE 7 */
	_margin:0px 0px 0px 20px; /* IE 6 */
	padding:1px 1px 1px 1px;
	border:0px solid orange;
}

#petit_logo {
	margin: 0px 0px 0px 20px; /* Firefox */
	padding: 5px 0px 0px 0px; /* Firefox */
	*margin: 0px 0px 0px 20px; /* IE 7 */
	*padding: 5px 0px 0px 20px; /* IE 7 */
	_margin: 0px 0px 0px 20px; /* IE 6 */
	_padding: 5px 0px 0px 20px; /* IE 6 */
	list-style-image: url(../images/petit_logo.gif);
	list-style-position: outside;
	vertical-align:middle;
	border:0px solid red;
}

.champ_form{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a5d50;
	border: 1px solid #000000;
	background-color: #F4F4F4;
	padding:0px 0px 0px 4px;
}

.bold{
	font-weight:bold;
}

.bouton_form {
	font-size: 10px;
	font-weight: bold;
	color: White;
	background-color: #b7a89a;
	border: 1px solid #000000;
	width : 120px;
	height:20px;
	cursor: pointer;
	margin-top:5px;
	margin-bottom:5px;
}