body  { color: #333; font-size: 11px; font-family: verdana, arial, helvetica, sans-serif; background-color: white }
/* Browsers that understand the CSS child selector get the good typography. */
a {
	color:#09c;
	text-decoration:none;
	font-weight:600;
	}
a:link     { color: #5f9ea0 } 
a:visited     { color: #f08080 } 

a:hover    { color: #ff7f50; background-color: #eee } 
hr {size
	color: #EEEEEE;
	height: 2px;
}
a.voirsquel {color: #ffffff;}
a.voirsquel:hover  { color: #ff7f50; text-decoration: none; background-color: #ffffff }

h1 {
	color:#333333;
	font-size:12px; /* Not a relative value, since this is the site logotype */
	line-height:12px; /* Ditto */
	font-weight:800;
	font-family:verdana, arial, helvetica, sans-serif; /* Again, it's the logotype, so we want this control. */
	margin:0;
	padding:0;
	}
h2  { color: #999; font-size: 2.18em; font-weight: 800; margin: 0 0 0.83em }
h3 {
	color:#333;
	font-size:1em;
	font-weight:700;
	margin:1.63em 0 .27em; /* ~18px 0 ~3px */
	}
h4  { color: #999; font-weight: 800; font-size: 1.27em; text-align: left; margin: 0.43em 0 0.21em }
h5 {
	color:#999;
	font-size:1em;
	font-style:italic;
	font-weight:800;
	margin:1.8em 0 .27em; /* ~20px 0 ~3px */
	}

blockquote {
	margin:1em 2.7em 1.36em; /* 11px ~30px ~15px */
	color:#666;
	line-height:1.5;
	}
#Menu       { background: url(../images/dotted_vertical.gif) repeat-y; float: left; margin-top: 38px; padding: 0 10px 40px; width: 20%; height: auto }
#Menualbum        { background: url(../images/dotted_vertical.gif) repeat-y; margin-top: 20px; padding: 0 10px 40px 5px; height: auto }
.tablealbum { background-color: #f5f5f5; border: solid 4px #e2e2e2 }
#Main      { width: 74%; float: left; clear: left }
#Mainalbum      { background-position: right ; float: left; clear: left; width: 64% }

#Content            { background: url(../images/image_flottante.gif) no-repeat right top; padding: 38px 15px 0 40px }

#tete           { background: url(../images/tete_droite.gif) no-repeat right center; margin-top: 50px; border-style: solid; border-width: 1px 0 1px 0; border-color: #098798; width: 100%; height: 32px; voice-family: "\" }\"";
  	voice-family:inherit;
		height:30px;
	}
#page  { margin-top: 10px; margin-right: 20%; margin-left: 20%; padding-right: 10%; padding-left: 10%; border: dotted 2px #aebcbe }
#tete1 { background: url(../images/tete_droite.gif) no-repeat right center; margin-top: 50px; width: 100%; height: 30px; border-style: solid; border-width: 1px 0; border-color: #098798; voice-family: inherit }
body>#Header {height:30px;}

#tetegauche          { color: #666666; font-weight: bold; background: url(../images/tete_gauche.gif) no-repeat left top; float: left; padding: 17px 0 0 130px; height: 32px }
#tetecentre    { background: url(../images/tete_centre.gif) no-repeat left center; position: absolute; top: 10px; left: 69%; width: 140px; height: 100px }
#Copyright       { color: #999; font-weight: 800; background: url(../images/logbaspage.gif) no-repeat center; clear: both; padding: 20px 0px 10px; width: 80%; height: 204px }
#copyrightText  { color: #999; font-weight: 800; background: no-repeat center; text-align: center; clear: both; padding: 0px; width: 80% }
#papillon   { float: right; margin-right: 40px; margin-bottom: 20px; position: relative; width: 150px; height: 80px }
#encadr_titre { margin-left: -15px; padding: 12px; border-bottom: 1px dashed #098798; border-left: 1px dashed #098798 }
.spip_logos  { padding-right: 10px; padding-left: 10px; width: 110px; height: auto }
.liste-articles { text-align: justify; margin-top: 10px; margin-bottom: 10px; clear: left; border-bottom: 1px dashed silver }
#video   { background-color: #eaeaea; background-image: url(http://www.jeanmichelvideau.com/images/video.png); background-repeat: no-repeat; background-position: 1em 0; margin: 30px 12px; padding-top: 20px; padding-bottom: 20px; position: relative; width: 90%; height: auto; clear: both; border: outset 4pt #cbcbcb }
/* Mise en forme des QCM
 */

.spip_qcm
{  
  text-align:left;
  font-size: 80%;
  font-family            : arial, helvetica, sans-serif;
  color :  #3F5264;
  font-size : 12;
  border: 1px solid #F78C54;
  padding: 3px; 
  background-color : #FFEADE;
}

.spip_qcm_question{ 
  font-size : 12;
  font-weight : bold;
  color :  #3F5264;
 }

.spip_qcm_proposition{ 
  font-size : 10;
  color :  #3F5264;
 }

.spip_qcm_reponse{ 
  font-size : 10;
  color :  #3F5264;
 }

.spip_qcm_precision{
  margin-left: 0;
  margin-top: 5;
  margin-bottom: 1em;  
  margin-right: 0;
  text-align:left;
  font-size: 80%;
  width:90%;
  font-family            : arial, helvetica, sans-serif;
  color :  #3F5264;
  font-size : 12;
  border: 1px dotted #3F5264;
  padding: 3px; 
}

.spip_qcm_correction_faux{ 
  font-size : 10;
  background-color : red;
  color : #FFEADE;
  font-weight : bold; 
  width:120px;
}

.spip_qcm_correction_juste{ 
  font-size : 10;
  background-color : green;
  color : #FFEADE;
  font-weight : bold;
   width:120px;
}

.spip_qcm_correction_null{ 
  font-size : 10;  
  font-weight : bold;
}


.spip_qcm_bouton_corriger{ 
 color :  #3F5264;
  font-size : 10;  
  font-weight : bold;
 background-color : #FFEADE;
}

.spip_qcm_select{ 
  color :  #3F5264;
  font-size : 10;  
  background-color : #F3EEEA;
}


.spip_qcm_titre{ 
  text-align : center;
  font-size : 14;
  font-weight : bold;
  color :  #3F5264;
}

.spip_qcm_point{ 
  font-size : 10;
  font-weight : normal;
  color :  #3F5264;
}

.spip_qcm_score{   
  text-align:center;
  width:20%;
  font-family : arial, helvetica, sans-serif;
  color :  red;
  font-size : 12;
  font-weight : bold;
  border: 2px solid green;
  padding: 3px; 
}

.spip_qcm_erreur{ 
  font-family : arial, helvetica, sans-serif;
  color :  red;
  font-size : 14;
}
a.spip_out { background-image: url(../ecrire/img_pack/spip_out.gif); background-repeat: no-repeat; background-position: right center; padding-right: 10px; }
