body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	background-color: black;
	color: white;
}

h1 {
	font-size: 1.2em;
	text-align: center;
}

#header{
	margin: auto;
	width: 900px;
	height: 25px;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	padding-top: 270px;
}

#menu{
	margin: auto;
	border: 0px solid red;
}

#menu strong{
	margin-right: 25px;
}

#content{
	margin: auto;
	width: 835px;
	font-size: 1em;
	padding-left: 15px;
	padding-right: 15px;
}

#content a, a:hover, a:visited{
	margin: auto;
	font-size: 1.1em;
	font-weight: normal;
}

#content li{
	margin-bottom: 5px;
}

#content ul{
	margin: auto;
}

#footer{
	margin: auto;
	width: 900px;
	height: 228px;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
}

a, a:hover, a:visited{
	text-decoration: underline;
	font-weight: bold;
	color: white;
	font-size: 1em;
}

.normal a, a:hover, a:visited{
	text-decoration: underline;
	color: white;
	font-size: 1em;
	
}

#credits{
	background-color: white;
	text-align: center;
	padding-top: 75px;
	height: 40px;
	margin-bottom: 0px;
	font-size: 10px;
}

.webCredits{
  color: #43A627;
}

.webCredits a{
  text-decoration: none;
  color: #43A627;
}

.webCredits a:hover{
  text-decoration: underline;
}

.consigne{
	text-align: left;
	margin: 15px 25px;
	width: 90%;
	font-size: 13px;
}
 
select {
	border: 1px solid silver;
	font-size: 1em;
}

select:focus{
	border: 1px solid #898e3f;
	background-color: white;
	font-size: 1em;
}

input, textarea{
	border: 1px solid silver;
	font-size: 1em;
}

input:focus, textarea:focus{
	border: 1px solid #898e3f;
	background-color: white;
	font-size: 1em;
}

button {
	font-size: 1em;
	border: 1px solid silver;
}

checkbox{
	font-size: 1em;
	border: none;
}

.err_msg{
	color: #D40C30;
	font-weight: bold;
	background-color: #E6C0C0;
	border-top-color: #DE7A7B;
	border-bottom-color: #DE7A7B;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-style: none;
	border-bottom-width: 2px;
	border-top-width: 2px;
	display:none;
	padding-top: 3px;
	padding-bottom: 3px;
}

.ok_msg{
	color: #0055BB;
	font-weight: bold;
	background-color: #C3D2E5;
	border-top-color: #84A7DB;
	border-bottom-color: #84A7DB	;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-style: none;
	border-bottom-width: 3px;
	border-top-width: 3px;
}

.obligatoire{
	font-weight: bold;
	color: #BF004B;
	font-size: 14px;
}

.avertissement{
	color: #AF9E7D;
	font-size: 1.2em;
}

.avertissementBtn{
	color: #AF9E7D;
	font-size: 1.3em;
	margin-top: 10px;
}

#menu a, a:hover, a:visited {
	text-decoration: underline;
	color: white;
	font-weight: normal;
	font-size: 1.2em;
	margin-right: 25px;
}

h4{
	font-size: 1.3em;
	text-decoration: none;
	color: #a79778;
	font-weight: bold;
}