@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-color:#f6f6f6;
	font-family:arial;
}
#header {
	width:100%;
	height:100px;
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(left, #e5e5e5 0%, #a6a5a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e5e5e5), color-stop(100%, #a6a5a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #e5e5e5 0%, #a6a5a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #e5e5e5 0%, #a6a5a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #e5e5e5 0%, #a6a5a3 100%); /* IE10+ */
	background: linear-gradient(left, #e5e5e5 0%, #a6a5a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#a6a5a3', GradientType=1 ); /* IE6-9 */
	position:fixed;
}
#header-content {
	width:1024px;
	height:100;
	margin-left:auto;
	margin-right:auto;
}
#wrapper #header .logo {
	display: block;
	margin-top: 15px;
	margin-left:12px;
}
#wrapper #header #drapeaux {
	display:block;
	float: right;
	margin-top: -35px;
}
.englais {
	margin-left:5px;
}
.bande-grise {
	width:100%;
	height:9px;
	background-image:url(../images/bnde-grise.png);
	position:fixed;
	z-index:100;
}
.bande-rouge {
	width:100%;
	height:9px;
	background-color:#C00;
	position:fixed;
	margin-top:90px;
}
#menu {
	width:100%;
	height:57px;
	background-image:url(../images/menu-bg.jpg);
	background-repeat:repeat;
	position:fixed;
	margin-top:100px;
}
#wrapper #menu ul {
	height: 57px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color:#333;
}
#wrapper #menu ul a {
	color:#333;
	text-decoration:none;
}
#wrapper #menu ul a:hover {
	color:#FFF;
	text-decoration:none;
}
.centraltag {
	height: 38px;
	width: 150px;
	text-align:center;
	padding-top:20px;
	margin-right: auto;
	margin-left: auto;
	margin-top:-16px;
	float:left;
	list-style:none;
	background-image:url(../images/liste-bordure.jpg);
	background-repeat:no-repeat;
}
.comment {
	height: 38px;
	width: 225px;
	text-align:center;
	padding-top:20px;
	margin-right: auto;
	margin-left: auto;
	margin-top:-16px;
	float:left;
	list-style:none;
	background-image:url(../images/liste-bordure.jpg);
	background-repeat:no-repeat;
}
.desinscription {
	height: 38px;
	width: 225px;
	text-align:center;
	padding-top:20px;
	margin-right: auto;
	margin-left: auto;
	margin-top:-16px;
	float:left;
	list-style:none;
	background-image:url(../images/liste-bordure.jpg);
	background-repeat:no-repeat;
}
.securite {
	height: 38px;
	width: 299px;
	text-align:center;
	padding-top:20px;
	margin-right: auto;
	margin-left: auto;
	margin-top:-16px;
	float:left;
	list-style:none;
	background-image:url(../images/liste-bordure.jpg);
	background-repeat:no-repeat;
}
.menu-bordure-droite {
	height: 38px;
	width: 1px;
	text-align:center;
	padding-top:20px;
	margin-right: auto;
	margin-left: auto;
	margin-top:-16px;
	float:left;
	list-style:none;
	background-image:url(../images/liste-bordure.jpg);
	background-repeat:no-repeat;
}
#content {
	background-color:#f6f6f6;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#page1 {
	width:1024px;
	margin-top:190px;
	margin-left:auto;
	margin-right:auto;
	/*height:600px;*/
}

.clear {
	clear:both;
}

.redstar{
	color:red;
}

.formulaire_question{
	width:90%;
}

.firsttd{
	text-align: right;
	font-style: italic;
}