/* CSS Document */


html, body {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	}


p{
	margin: 0px;
	padding: 0px;
}


div#global {
	width: 802px;
	margin: 0 auto;
	padding: 0 0px;
	position: relative;
	background-image: url(images/g03.gif);
	background-repeat: repeat-y;
}

div#header {
	height: 35px;
	position: relative;
	}

div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */ 
	overflow: auto;
	}
	
div#footer {
	}

div#navigation
{
	float: left;
	width: 259px;
}
	
div#content {
	float: right;
	width: 494px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding-left: 20px;
	padding-right: 27px;
	padding-top: 25px;
	text-align: justify;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7B98A;
	padding-bottom: 25px;
	}
.menus {
	background-image: url(images/menus-int.gif);
	background-repeat: no-repeat;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #AE233A;
	text-decoration: underline;
}
a:active {
	color: #AE233A;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
.table-form {
	width: 85%;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}
.italique {
	font-style: italic;
}
.resume {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
.intitule {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
.gras {
	font-weight: bold;
}
.obligatoire {
    color: #AE233A
}
