@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #333;
	margin-top: 20px;
	}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	color: #333;
	margin-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #666;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 3px;
	color: #333333;
	font-size: 16px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}

a:visited{
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

a:active{
	color: #FFF;
	text-decoration: underline;
}


#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8B8C90;
	border-bottom-color: #8B8C90;
	border-left-color: #8B8C90;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8B8C90;
}
#header {
	background-color: #000;
	width: 1000px;
	height: 120px;
}
#section {
	color: #FFF;
	float: left;
	width: 947px;
	background-color: #999;
	text-align: justify;
	height: 700px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 18px;
	padding-right: 10px;
	padding-left: 10px;
}
fieldset {
	border: 1px dotted #fff;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#nav a:link {
	color: #CCC;
	text-decoration: none;
}
#nav a:visited {
	color: #CCC;
	text-decoration: none;
}

#nav a:hover {
	color: #F00;
}

#nav a:active{
	color: #F00;
	text-decoration: none;
}



#nav ul li {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 20px;
	margin-left: 20px;
	}

.clearfloat {
	clear: both;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: #999;
}
#footer ul {
	text-decoration: none;
	padding-bottom: 9px;
	margin: 0px;
	padding-left: 0px;
	padding-top: 9px;
	padding-right: 0px;
}
#footer ul li {
	display: inline;
}
#footer a:link {
	color: #CCC;
	text-decoration: underline;
}

#footer a:visited {
	color: #CCC;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;	
}
#footer a:active {
	color: #CCC;
	text-decoration: underline;
}

label {
	text-align: right;
	float: left;
	width: 150px;
	display: block;
}
.formw {
	text-align: right;
	float: left;
	margin-left: 10px;
}
.row {
	clear: both;
	padding-top: 8px;
}
.asterisque {
	font-size: 11px;
}
#nav ul li .current {
	color: #F00;
}
