body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	background-color: #000000;
	margin: 0px;
	line-height: 20px;
}
.txtBlanc {
	font-weight: bold;
	color: #FFFFFF;
}
/*----------------------------------------------------------*/
.formChamps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	border: 1px solid #333333;
	width: 200px;
}
.formBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formBtn:hover {
	color: #FFFFFF;
	background-color: #999999;
}
/*----------------------------------------------------------*/
a.liensGris:link, a.liensGris:visited {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
a.liensGris:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-color: #FFFFFF;
}
/*----------------------------------------------------------*/
#logo {
	position: absolute;
	height: 165px;
	width: 280px;
	left: 30px;
	top: 30px;
}
#menu {
	text-align: right;
	position: absolute;
	height: 165px;
	width: 200px;
	top: 30px;
	right: 30px;
}
#contenu {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #151515;
	top: 220px;
	position: absolute;
	width: 100%;
}

#pied {
	position: relative;
	height: 75px;
	width: 100%;
	text-align: center;
	top: 550px;
}

