
body {
	color: #666;
	background: #FFF;
	margin: 0 auto;
	font: 62.5% "Lucida Sans","Lucida Sans Unicode","Lucida Grande",Lucida,sans-serif; 
}
a {
text-decoration:none;
color:#666666;
}

a:hover, a:focus {
text-decoration: none;
color:#666666;
}

global {
	color: #F0E39E;
	margin: 0 auto; 
}


#header {
	background: #BE0831;
	height:169px;
	}

	#nav {
				list-style: none ;
				margin: 0 ;
				padding: 0 ;
				font: 1.2em "Lucida Sans","Lucida Sans Unicode","Lucida Grande",Lucida,sans-serif;
				}
			#nav li {
				display: inline ;
				color: #fff ;
				background: #BE0831 ;
				margin: 0 20px 0 0;
				padding: 0 0 0px 0;
				font-size: 1.4em;
								}
			#nav li a {
				color: #fff ;
				text-decoration: none ;
				}
			#nav li a:hover, #nav li a:focus, #nav li a:active {
				color: #F0871C ;
				text-decoration: none ;
				}

#contenu {
	padding: 10px 20px;
	background: url('pix/navquizz.jpg') top center repeat-x;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}


#pied {
	background:#BE0831;
	padding: 10px 0 20px;
	text-align: center;
	color: #998F76;
	font-size: 1.0em;
}
#pied a {
	color: #998F76;
	text-decoration:none;
}

#panel-handler {
	height: 20px;
	background: #F0871C url(pix/panel-handler.png) no-repeat top center;
}

h1 {
color: #BE0831;
font-family: Palatino,"Palatino Linotype",Palladio,"URW Palladio L","Book Antiqua","Liberation Serif",Times,serif;
font-size: 2.2em;
font-weight:normal;
text-align:left;
}

h2 {
color: #666;
font-family: Palatino,"Palatino Linotype",Palladio,"URW Palladio L","Book Antiqua","Liberation Serif",Times,serif;
font-size: 1.5em;
font-weight:normal;
text-align:center;
}

h3 {
color: #998F76;
font-family: Palatino,"Palatino Linotype",Palladio,"URW Palladio L","Book Antiqua","Liberation Serif",Times,serif;
font-size: 1.1em;
font-weight:normal;
text-align:center;
}






/* quizz
-------------------------------------------------------- */

#quizz {
font-family: Palatino,"Palatino Linotype",Palladio,"URW Palladio L","Book Antiqua","Liberation Serif",Times,serif;
font-size: 1.4em;
text-align:justify;
width:750px;
}

.orange {
  color: #F0871C;
  background-color: transparent;
}

.rouge {
  color: #BE0831;
  background-color: transparent;
  font-size: 1.5em;
}

.good {
  color: #BE0831;
  background-color: transparent;
}