body
{
   width: 820px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
  background-image: url("img/back.png"); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   background-attachment:fixed;
   background-position:bottom left;
   background-repeat:no-repeat;
}
#about
{
width:400px;
margin:auto;
text-align:center;
font-weight:bold;
}
#head
{
	width:818px;
	height:185px;
	background-image:url("img/head.png");
	margin-bottom:0px;
	background-repeat:no-repeat;
}
#menu
{
height:55px;
margin-bottom:10px;
border-bottom:solid 2px;
}
#corps
{
min-height:300px;
width:826px;
background-image:url("img/back-cor.png");
background-repeat:repeat-y;
background-position:left;
padding:20px;
}
#pied
{
background-image: url("img/foot.png");
width:826px;
height:47px;
background-repeat:no-repeat;
}
#pied a
{
width:100px;
display:block;
padding-top:10px;
padding-right:10px;
position:relative;
right:5px;
left:700px;

text-decoration:none;
font-weight:bold;
}
.identif
{
width:150px;
height:20px;

display:block;
position:relative;
bottom:50px;
left:520px;
font-weight:bold;
}
.center_block
{
display:block;
margin:auto;
width:220px;
}
a img
{
border:none;
}
a img:focus
{
border:none;
}
#infos
{
text-align:center;
}
legend
{
background-image:url("img/menu/back2.png");
background-repeat:no-repeat;
background-position:left;
font-weight:bold;
}
#erreur
{
border:solid 2px #000000;
background-color: #ff6189;
background-image:url("img/err.png") ;
background-position:left;
background-repeat:no-repeat;
padding-left:30px;
font-weight:bold;
min-height:55px;
}
.choix_mat
{
width:100%;
}
#rgl
{
background-image:url("img/rgl_b.png");
background-repeat:no-repeat;
background-position:right bottom;
width:600px;
min-height:267px;
margin:auto;
text-align:center;
font-size:1.3em;
padding:15px;
}
.choix_mat td
{
text-align:center;
font-weight:bold;
}


#message
{
text-align:center;
background-image:url("img/msg.png");
margin:auto;
background-repeat:no-repeat;
width:681px;
height:167px;
padding:20px;
font-size:2em;
font-weight:bold;
}

a.info span
{
display:none;font-size:0.9em;
}
a.info { position: relative;color: black; text-decoration: none;}

a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

   cursor: pointer; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
   display: inline; /* pour afficher l'infobulle */
   position: absolute;

   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 20px; /* on positionne notre infobulle */
   left: 10px;

   background: white;
	-moz-opacity:0.98;
	opacity: 0.98;
	filter:alpha(opacity=98);

   color: #0300b0;
   font-weight:bold;
   padding: 3px;
	font-size:0.8em;
   border: 1px solid #ec5c00;
   border-right: 8px solid #ec5c00;
   
}

a.info:focus span{
display:none;
}


#ask
{
border:solid 2px #000000;
background-color: #e6c04e;
background-image:url("img/ask.png") ;
background-position:left;
background-repeat:no-repeat;
padding-left:55px;
font-weight:bold;
min-height:55px;
}
label
{
font-weight:bold;
}
textarea:focus
{
background-color:#f6f6f6;
}
#ok
{
border:solid 2px #000000;
background-color: #a5ff47;
background-image:url("img/ok.png") ;
background-position:left;
background-repeat:no-repeat;
padding-left:30px;
font-weight:bold;
min-height:55px;
}
#table_q
{
text-align:center;
}
.table_qs
{
border-collapse:collapse;
}

.hd_q
{
background-image:url("img/bord/hg.png");
width:804px;
height:70px;
}
.hd_q span
{
font-size:1.4em;
font-weight:bold;
position:relative;
right:350px;
top:10px;
}
.q_corps
{
background-image:url("img/bord/bm.png");
min-height:300px;
text-align: left;
padding:25px;
font-size:1.2em;
font-weight:bold;
font-family:;
}
#img_quest
{
text-align:center;
}
#img_quest img
{
max-width:450px;
border-left-style:ridge;border-bottom-style:ridge;
}
.ch_d
{
background-image:url("img/bord/ch_d.png");
background-position:left;
font-size:1em;
background-repeat:no-repeat;
width:50%;
}
.ch_g
{
background-image:url("img/bord/ch_g.png");
background-position:right;
background-repeat:no-repeat;
text-align:right;
width:50%;
}
.choix_t
{
width:100%;
}
label
{
cursor:pointer;
}
.t_res
{
width:719px;
}
.t_res_top
{
height:131px;
background-image:url("img/res/top.png");
vertical-align:top;
}
.t_res_mid
{
min-height:133px;
background-image:url("img/res/mid.png");
background-repeat:repeat-y;
padding:10px;
}
.t_res_bot
{
height:195px;
background-image:url("img/res/bot.png");
text-align:right;
}
.correction
{
width:100%;
}
.tr_v
{
background-color:#e5ffd9;
}
.tr_f
{
background-color:#ffdfed;
}
.your_a
{
font-weight:bold;
font-size:1.2em;
}
.q_cor
{
margin:auto;
width:80%;
background-color:#fff1cd;
background-image:url("img/ask-f.png") ;
background-position:left;
background-repeat:no-repeat;
padding-left:80px;
min-height:81px;
border:double ;
}
.corriger
{
font-size:1.2em;
font-weight:bold;
color:#1fb000;
}
