* {
	margin: 0; padding: 0;
	font-family: arial;
}

body{
	font-size: 12px;
/*	background-color: white; */
/*	background-color: #eff4fb; */
/*	background-color: #9dcd04; */
	text-align: center;
}

.page{
	width: 770px;
	margin-left: 50px;
	text-align: left;
}
a{
	text-decoration: none;
	color: #003082;
}

a:hover{
	text-decoration: underline;
}


/****** header ******/

#page_header{
	height: 100px;
	background-image: url(/img/banniere.gif);
	/* cette image peut etre modifiee par le cgi */
	margin-bottom: 10px;
	position: relative;
}

#page_header .h1 {
	background-color:transparent;
	font-style:italic;
	font-size:14px;
	text-transform:uppercase;
	font-family:verdana;
	letter-spacing:-1.5px
}

/****** question ******/
h1, h2{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #00508C;

}

h3{
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;

}

.question{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

#home, #home2{
	margin-bottom: 10px;
	padding-left: 10px;
}

.main {
	background-color: #E7E7FF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.main th {
	text-align: left;
}
#home td {
	padding-bottom: 5px;
}


#home td h3 a, #home td .h3{
	text-decoration: none;
	color: black;
	font-size: 13px;
}

#home td .h3 {
	text-decoration: none;
	font-weight: bold;
}

#home a.light {
	text-decoration: none;
	color: black;
	font-size: 13px;
	font-weight: normal;
}

#home td h3 a:hover, #home a.light:hover{
	text-decoration: underline;
}

div.comment {
	margin-top: -5px;
	font-size: 11px;
	font-weight: italic;
}

.second{
	background-color: #E7E7FF;
	margin: 0; padding: 0;
}

.guide{
	background-color: #D0D0FF;
	margin-bottom: 10px;
	padding-left: 10px;

}

.signature{
	text-align: center;
	margin-bottom: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00508C;
}

.signature a{
	color: #FFFFFF;
}

.lst_footer{
	text-align: center;
	color: #A0A0FF;
	font-size: 10px;
}

.reponse{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
.reponse_demo{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #999999;
	margin: 0;
	padding: 0;
}
