html, body {
	height: 100%;
	background-image: url(images/fond.gif);
	background-repeat: repeat-y;
} 
.titreBullet {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#interface {
	position:absolute;
	left:0px;
	top:0px;
	width:1050px;
	height:100%;
	min-height: 100%;

}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:1050px;
	height:136px;
	background-image: url(images/accueil_01.jpg);
}

#left-sidebar {
	position:absolute;
	left:0px;
	top:136px;
	width:215px;
	background-image: url(images/fond_sidebar.gif);
	background-repeat: repeat-y;
	min-height: 100%;
	height: 400px;
}

.menu {
	position: relative;
	top: 20px;
}
.menuOn {
	position: relative;
	top: 20px;
	background-image: url(images/fond_menu_on.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003300;
	background-repeat: no-repeat;
}

.section{
	text-indent: 20px;
	height: 30px;
	padding: 5px;
}
.section a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #f3f1d2;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	
}
.section a:hover{
	color: #003300;
}
#contenu {
	position:absolute;
	left:215px;
	top:136px;
	width:780px;
	height:100%;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	margin: 20px;
	font-size: 16px;
	padding-left: 15px;
	text-align: left;
}
#contenu a{
	text-decoration: none;
	color: #660000;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#contenu a:hover{
	color: #660000;
	font-weight: bold;
	text-decoration: underline;
}
/*Section quiz*/
#contenu .button .startQuiz a:hover{
	text-decoration: none ;
	color: #FFFFFF !important;

}

#contenu a:visited {
	color: #333300;
	text-align: center;
}
#contenu h1{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #472c1a;
}
#contenu h1{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #472c1a;
}
.questionTitre {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	color: #FFF9B5;
	background-color: #AA153D;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;

}
.questionReponses {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #472c1a;
	padding-top: 10px;

}
#footer {
	left:215px;
	width:600px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px;
	font-size: 11px;
	padding-left: 15px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	top: 40px;
}
.recit{
	/*font-family: "Times New Roman", Times, serif;*/
	font-style: italic;
	left: 60px;
	font-size: 18px;
	text-align: justify;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFF9B5;

}
.ecriture{
	color: #000066;
	font-weight: normal;

}
p {
	font-family: Arial, Helvetica, sans-serif;
}
