html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

img {
	border: 0px;
}

a {
	font-weight: bold;
}

ul {
	margin: 0px;
	margin-left: 6px;
	padding: 0px;
	padding-left: 6px;
	list-style: square;
	line-height: 18px;
}

ul a {
	text-decoration: none;
}

ul strong {
	color: #333333;
}

#conteneur {
	position: relative;
	width: 900px;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	margin: auto;
	padding: 0px;
	background: url('../img/filigrane.gif') no-repeat left bottom;
}

#bandeau {
	width: 900px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid black;
	z-index: 1;
}

#nav {
	width: 900px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li {
	float: left;
	width: 127px;
	height: 18px;
}

#nav a {
	display: block;
	width: 123px;
	height: 18px;
	padding-left: 4px;
	text-decoration: none;
	color: #000000;
}

#nav a:hover {
	color: #FFFFFF;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 127px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	margin-left: -1px;
	z-index: 11;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav .vert, #nav .vert ul {
	background-color: #85A366;
}

#nav .vert a:hover, #nav a.vert_on {
	background-color: #758466;
	color: #FFFFFF;
}

#nav .rouge, #nav .rouge ul {
	background-color: #E06666;
}

#nav .rouge a:hover, #nav a.rouge_on {
	background-color: #A36666;
	color: #FFFFFF;
}

#nav .jaune, #nav .jaune ul {
	background-color: #FFE085;
}

#nav .jaune a:hover, #nav a.jaune_on {
	background-color: #B2A375;
	color: #FFFFFF;
}

#nav .bleu, #nav .bleu ul {
	background-color: #A3C2FF;
}

#nav .bleu a:hover, #nav a.bleu_on {
	background-color: #8494B2;
	color: #FFFFFF;
}

#nav .violet, #nav .violet ul {
	background-color: #A385C2;
}

#nav .violet a:hover, #nav a.violet_on {
	background-color: #847594;
	color: #FFFFFF;
}

#nav .terre, #nav .terre ul {
	background-color: #E0C2A3;
}

#nav .terre a:hover, #nav a.terre_on {
	background-color: #A39484;
	color: #FFFFFF;
}

#nav .turquoise, #nav .turquoise ul {
	background-color: #66A3C2;
}

#nav .turquoise a:hover, #nav a.turquoise_on {
	background-color: #668494;
	color: #FFFFFF;
}

#nav .vert, #nav .rouge, #nav .jaune, #nav .bleu, #nav .violet, #nav .terre, #nav .turquoise {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#sousnav, #actu {
	position: absolute;
    top: 120px;
	left: 0px;
	width: 190px;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 2;
}

#actu {
	width: 180px;
	background: #EEEEEE url('../img/post-it.gif') no-repeat right bottom;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity:0.80;
	opacity:0.80;
}

#actu ul {
	font-style: italic;
	line-height: 14px;
}

#actu ul li {
	margin-top: 10px;
}

#actu .actu_resume {
	font-size: 10px;
}

#page {
	width: 437px;
	margin: 0px;
	margin-left: 200px;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 15px;
	z-index: 2;
}

#anim {
	position: absolute;
	top: 120px;
	right: 5px;
	width: 248px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}

#anim p {
	position: relative;
	top: 30px;
	width: 248px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

#anim p.image {
	position: absolute;
}

#pied {
	position: absolute;
	bottom: 0px !important;
	width: 900px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid black;
	font-size: 10px;
	z-index: 3;
}

#poucet {
	width: 643px;
	padding-left: 4px;
	float: left;
}

#piednav {
	width: 248px;
	margin-left: 647px;
	text-align: center;
}

#poucet a, #piednav a {
	color: #000000;
	font-weight: normal;
}

.droite {
	text-align: right;
}

.icone {
	border: 0px;
}

.form_ident {
	background: url('../img/password.gif') no-repeat 90px 5px;
}

label {
	width: 160px;
	float: left;
	font-weight: bold;
	color: #333333;
}

label:hover {
	cursor: pointer;
}

input {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #666666;
	width: 200px;
}

.checkbox {
	width: auto;
}

.btn_sub {
	font-weight: bold;
	color: #333333;
	width: auto;
}

select {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #666666;
	width: auto;
}

textarea {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #666666;
	width: 400px;
	height: 200px;
}

.error_msg {
	font-weight: bold;
	color: #FF0000;
}