* {
	margin:0;
	padding:0;
}

html {
	background-color: #0C3762;
	margin-top: 0px;
}

body {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #FFFFFF;
}

#header {
	/*background-color: #333333;*/
	width: 800px;
	height: 150px;
	/*background-image: url(/images/banniere.jpg);
	background-repeat: no-repeat;*/
	margin-bottom: 10px;
}

#menu {
	width: 795px;
	height: 30px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#menu ul {
	width: 800px;
	list-style-type: none;
}

#menu ul li {
	float: left;
	width: 105px;
	height: 25px;
	margin-right: 9px;
	padding-top: 5px;
	/*background-color: #333333;*/
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu ul li a:hover {
	color: #DDDDDD;
}

.menu_actif {
	background-image:url(/images/ongletblanc.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}

.menu_inactif {
	background-color: #AAAAAA;
	background-image:url(/images/ongletbleu.jpg);
	background-repeat: no-repeat;
}

.lien_actif {
	color: #0C3762;
}

#page {
	margin-top: 20px;
	min-height: 670px;
}

#left {
	float: left;
	width: 460px;
	padding-left: 10px;
}

#left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #CC0000;
	margin-top: 0px;
	margin-bottom: 0.5em;
	line-height: 1em;
}

#left h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #555555;
	margin-top: 0px;
	margin-bottom: 0.5em;
	line-height: 1em;
}

#left p {
	margin-bottom: 1em;
	padding-left: 20px;
	text-align: justify;
}

#left p a, ul li a {
	color: #CC0000;
	text-decoration: none;
	text-align: justify;
}

#left ul {
	margin-left: 60px;
	margin-bottom: 1em;
	text-align: justify;
}

.habillage {
	float: right;
}

.right {
	width: 283px;
	margin-left: 490px;
	padding: 10px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	border: 1px dashed #CC6600;
}

.right h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000066;
	margin-top: 0px;
	margin-bottom: 0.5em;
	line-height: 1em;
}

.right p {
	margin-bottom: 1em;
}

.right ul {
	margin-left: 40px;
	margin-bottom: 1em;
}

.right p a, ul li a {
	color: #CC0000;
	text-decoration: none;
}

.right_without {
	width: 283px;
	margin-left: 494px;
	padding: 10px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}

#footer {
	margin-top: 40px;
}

#footer p {
	text-align: center;
	color: #666666;
}

#footer p a {
	text-align: center;
	text-decoration: none;
	color: #666666;

}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-bottom: 2px;
}

.field {
	width: 300px;
}

.submit {
	color: #FFFFFF;
	background-color: #CC3300;
	padding: 2px;
	text-align: center;
}

hr {
	clear:both;
	visibility: hidden;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.centre {
	text-align: center;
}

.signature {
	font-style: italic;
	margin-left: 20px;
}
