body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	background-image: url(../images/charte/fond.png);
	background-repeat: repeat;
	background-color: #d0eaff;
	text-align: justify;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	background-color: #ECF7FF;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #003399;
}

a:hover {
	text-decoration: underline;
	color: #000066;
}

.Style1 {
	margin-top: 50px;
}

.Style2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.Style3 {
	font-size: 14px;
	font-weight: bold;
	margin-top:4%;
}

.Style4 {
	font-size: 300%;
	text-align:center;
	line-height: 50px;
	font-weight: bold;
}

h1 {
	font-size: 180%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	font-size: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

/*conteneur*/

#conteneur {
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
	margin-bottom: 0px;
}

#conteneur #piedpage a {
	color: #003399;
}

#conteneur #piedpage a:hover {
	color: #FFFFFF;
}

/*en-tete et pied de page*/

#entete {
	background-image: url(../images/charte/bandeau.gif);
	height: 166px;
	background-repeat: no-repeat;
}

#piedpage {
	font-size: 10px;
	color: #003399;
	text-align: center;
	background-image: url(../images/charte/degrade.gif);
	margin-top: 5px;
	background-repeat: no-repeat;
	height: 32px;
	width: 946px;
	line-height: 32px;
	clear: both;
}

/*corps*/

#corps {
	background-color: #FFFFFF;
	color: #003399;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contenu1 {
	background-color: #d0eaff;
	line-height: 25px;
	border: 1px solid #003399;
	width:933px;
}

/*Barre de navigation horizontale - haut écran*/

#navbarreh{
	display:block;
	height:32px;
	font-weight:bold;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
	background-image: url(../images/charte/degrade.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	margin-top: 2px;
	width: 946px;
	clear: both;
}

#navbarreh ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
	height: 32px;
}

#navbarreh ul li{
	display:block;
	float:left;
	height: 32px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
}

#navbarreh ul li a{
	display:block;
	float:left;
	color:#003399;
	text-decoration:none;
	height:32px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 24px;
	text-align: center;
	line-height:30px;
}

#navbarreh ul li a:hover, #navbarreh ul li a.current{
	color:#fff;
	background-color: transparent;
	background-image: url(../images/charte/boutonh_survol.gif);
	background-repeat: no-repeat;
	height: 32px;
	margin-top: 1px;
	background-position: center top;
}

/* Barre de navigation horizontale - bas écran */

.navbarreh_bas{
	position:relative;
	display:block;
	height:32px;
	font-weight:bold;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
	background-image: url(../images/charte/degrade.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	margin-top: 2px;
	width: 946px;
	float: none;	
}

.navbarreh_bas ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
	height: 32px;
}

.navbarreh_bas ul li{
	display:block;
	float:left;
	height: 32px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
}

.navbarreh_bas ul li a{
	display:block;
	float:left;
	color:#003399;
	text-decoration:none;
	height:32px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 24px;
	text-align: center;
	line-height:30px;
}

.navbarreh_bas ul li a:hover, #navbarreh ul li a.current{
	color:#fff;
	background-color: transparent;
	background-image: url(../images/charte/boutonh_survol.gif);
	background-repeat: no-repeat;
	height: 32px;
	margin-top: 1px;
	background-position: center top;
}
	
/*Formulaire*/

.cadre_form {
	width: 500px;
	margin-left: 220px;
	border: 2px dashed #003399;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 10px;
}

#form1 {
	width: 900px;
	background-color: #d0eaff;
	float: left;
	padding-bottom: 5px;
	margin-left: 8px;
	clear:both;
}

html>/**/body  #form1 label, html>/**/body #form1 input { /* ne fonctionne que pour les navigateurs modernes sauf IE7 */
	margin-bottom:16px;
}

/* Label */

label{
	display:block;
	width: 150px;
	float: left;
	margin-left:20px;
	padding-right: 5px;
	text-align: right;
	letter-spacing: 1px;
	margin-top:10px;
}

label:hover{
	font-weight: bold;
}

/* Input */
input, select{
	margin-left: 0px;
	width: 250px;
	border: #CCC 1px solid;
	margin-top:12px;
}

input:hover, select:hover, input:focus, select:focus{
	border: #999 1px solid;
	background-color: #DDEEFF;
}

.btn_sub {
	cursor: pointer;  /* pour transformer de pointeur en main */
	background-color: transparent;
	background-repeat: no-repeat;
	margin-top: 20px;
	width:150px;
	height:42px;
}

.btn_submit {
	font-size:18px;
	width:200px;
	height:45px;
	font-weight: bold;
	color: #003399;
	background-color: #FFFF99;
}



