body {
	background: #3A3A3A;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 10pt;
	/*color: #efefef;
*/
	color: #5f5f5f;
	margin: 0;
	/*width: 998px;
*/
}
.banniere {
	float: left;
	width: 100%;
	padding-left: 0px;
	margin-bottom: 0px;
	background: url('img/fond_haut.png') repeat-x top left;
	border-bottom: solid 1px #8f8f8f;
}
#titrehaut {
	float: left;
	background-image: url(img/titre_haut.png);
	position: relative;
	width: 240px;
	font-size: 28pt;
	font-weight: lighter;
	color: #0f0f0f;
	padding-left: 10px;
	padding-top: 2px;
	z-index: 0;
}
#menuhaut {
position: absolute;right:0px;top:-20px;
	float: right;
	font-size: 12pt;
	font-weight: bold;
	color: #8f8f8f;
	margin-top: 47px;
	/*border-bottom: solid 1px #8f8f8f;
*/
	margin-right: 50px;
	/*background: black;
*/
}
#menuhaut a {
	/*color: #8f8f8f;
*/
	color: black;
	text-decoration: none;
}
#menuhaut a:hover, a:focus, a:active {
	color: #bfbfbf;
	text-decoration: overline;
}
#barreconnexion {
	position: absolute;
	left: 10px;
	top: 50px;
	font-size: 10pt;
	font-weight: bold;
}
#barreconnexion a {
	color: black;
	text-decoration: none;
}
#barreconnexion a:hover, a:focus, a:active {
	color: #bfbfbf;
	text-decoration: overline;
}
.contenu {
	margin-left: 25px;
	margin-right: 25px;
	color: #7f7f7f;
	background: #222222;
	border-left: solid 1px #8f8f8f;
	border-right: solid 1px #8f8f8f;
	border-bottom: solid 1px #8f8f8f;
	padding-top: 12px;
	-moz-border-radius: 0.5em;
}
.contenu p {
	padding-top: 0px;
	margin: 0px;
	margin-left: 65px;
	padding-left: 10px;
	margin-right: 65px;
	padding-right: 10px;
	border-left: solid 1px #bfbfbf;
	/*border-right: solid 1px #bfbfbf;*/
	border-top: solid 1px #bfbfbf;
}
.contenu p.noborder {
	border-left: 0px;
	border-top: 0px;
}
.contenu p a.lmarge {
	padding-left: 20px;
}
.contenu h1 {
	padding-left: 15px;
	font-size: 26pt;
	font-weight: normal;
	color: white;
	margin: 0px;
	margin-bottom: 20px;
	margin-left: 24px;
	margin-top: 12px;
}
h1, h2, h3 {
	color: white;
}
.contenu A {
	color: #05ACEB;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
.contenu A:hover {
	/*text-decoration: underline overline;*/
	color: #5f5f5f;
	/*font-weight: bold;*/
	outline: none;
}
.pieddepage {
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
	text-align: center;
	vertical-align: middle;
	font-size: 8pt;
}
.pieddepage A {
	color: #bfbfbf;
	text-decoration: none;
	font-weight: normal;
}
.pieddepage A:hover {
	color: #bfbfbf;
	text-decoration: underline overline;
	font-weight: normal;
}
table.form_login {
	background-color: #efefef;
	color: #2f2f2f;
	font-size: 12pt;
	font-weight: normal;
	width: 100%;
}
#cadre_connexion {
	z-index: 2;
	background: #efefef;
	position: absolute;
	left: 15;
	width: 300px;
	display: none;
	border: solid 1px #8f8f8f;
}
.splash A {
	color: #bfbfbf;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
.splash A:hover {
	color: #5f5f5f;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	/*filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
*/
}

table.email INPUT, textarea {
    color:#05ACEB;
    background-color:#5f5f5f;
    font-size:12px;
    font-family:arial;
	border-width: 0px;
	border-color: #5f5f5f;
}

table.email {
	padding-top: 0px;
	margin: 0px;
	margin-left: 65px;
	padding-left: 10px;
	margin-right: 65px;
	padding-right: 10px;
	border-left: solid 1px #bfbfbf;
}
