﻿@charset "UTF-8";
/* CSS Document */

/**********************************/
/***********Tags généraux**********/
/**********************************/
a:link, a:visited {
	text-decoration: underline;
	color: #fff;
}
a:hover, a:active {
	text-decoration: none;
	color: #ff0;
}
html, body {
	background-color: #000;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	scrollbar-face-color:#000;
	scrollbar-arrow-color:#fff;
	scrollbar-track-color: #000;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #000;
}
form {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 17px;
	font-weight: bold;	
	line-height: 30px;
	color: #fff;
	margin: 10px 0 10px 20px;
	padding: 0;
}
h1 a:link, h1 a:visited {
	text-decoration: none;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	margin: 10px 0 10px 20px;
	padding: 0;
}
h2.lienSavoir {
	font-size: 19px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	margin: 10px 15px 10px 20px;
	padding: 0;
}
hr {
	margin: 15px 5px 20px 20px;
	border-top: 1px dotted #aaa;
}
img {
	border: 0px none #000;
}
li {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
}
p, h1, h2, h3, h4, h5, h6, td, li, input, select, textarea, a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	margin: 10px 0 10px 20px;
	padding: 0;
}

/**********************************/
/***********Conteneurs*************/
/**********************************/
#bandeauHaut {
	width: 988px;
	margin: 0;
	padding: 0;
}
#bdp {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 988px;
	height: 30px;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	border-top: 1px dotted #555;
}
#bdp p {
	font-size: 12px;
	margin: 0;
}
#contenu {
	width: 590px;
	margin: 0 0 45px 190px;
	padding: 0;
	text-align: left;
	height: 580px;
}
html>body #contenu {
height: auto;
min-height: 580px;
}
#globalAccueil {
	width: 988px;
	height: 586px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;	
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
#global {
	width: 988px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;	
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
}
#liensAccueil {
	position: absolute;
	top : 550px;
	left: 400px;
	width: 220px;
	height: 20px;
	padding: 0;
	margin: 0;
	text-align: left;
}
#liensAccueil a {
	color: #000000;
}
#mentionsCnil {
	font-size: 12px;
	color: #ddd;
}
#menu1 {
	position: absolute;
	top : 355px;
	left: 190px;
	width: 220px;
	padding: 0;
	margin: 0;
	text-align: left;
	visibility: hidden;
}
#publicite {
	position: absolute;
	width: 192px;
	margin: 0;
	padding: 0;
	text-align: left;
	left: 785px;
	top: 410px;
}
#ref {
	left: 0px;
	top: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}
/**********************************/
/***********Classes****************/
/**********************************/
a.lien1Menu1:link, a.lien1Menu1:visited {
	width: 220px;
	height: 20px;
	text-decoration: none;
	color: #ffe500;
	font-size: 14px;
	display: block;
	background-color: #000;
	font-weight: bold;	
	padding: 5px;
	border-top: 1px solid #e4b500;
	border-right: 1px solid #e4b500;
	border-left: 1px solid #e4b500;
}
a.lien1Menu1:hover, a.lien1Menu1:active {
	width: 220px;
	height: 20px;
	color: #d00;
	text-decoration: none;
	font-size: 14px;
	display: block;
	background-color: #ffe500;
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #e4b500;
	border-right: 1px solid #e4b500;
	border-left: 1px solid #e4b500;
}
a.lien2Menu1:link, a.lien2Menu1:visited {
	width: 220px;
	height: 20px;
	text-decoration: none;
	color: #ffe500;
	font-size: 14px;
	display: block;
	background-color: #000;
	font-weight: bold;	
	padding: 5px;
	border-right: 1px solid #e4b500;
	border-bottom: 1px solid #e4b500;
	border-left: 1px solid #e4b500;
}
a.lien2Menu1:hover, a.lien2Menu1:active {
	width: 220px;
	height: 20px;
	color: #d00;
	text-decoration: none;
	font-size: 14px;
	display: block;
	background-color: #ffe500;
	font-weight: bold;
	padding: 5px;
	border-right: 1px solid #e4b500;
	border-bottom: 1px solid #e4b500;
	border-left: 1px solid #e4b500;
}
.asterisque {
	font-size: 16px;
	font-weight: bold;
	color: #f00;
}
.btn {
	font-size: 14px;
	font-weight: bold;
	color: #f00;
	background-color: #fff;
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #ccc;
}
.center {
	text-align: center;
}
.droite {
	text-align: right;
}
.champ {
	font-size: 12px;
	width: 540px;
	font-weight: bold;
	color: #000;
	background-color: #ddd;
	margin: 0px 20px;
	padding: 2px;
	border: 1px solid #fff;
}
.hidden {
	overflow: hidden;
}
.marginRight1 {
	margin: 0 40px 0 0;
}
.zoneTxt {
	font-size: 12px;
	width: 540px;
	height: 200px;
	font-weight: bold;
	color: #000;
	background-color: #ddd;
	margin: 0px 20px;
	padding: 2px;
	border: 1px solid #fff;
}