#assistant { }
#assistant .fond { position:absolute; z-index:500; top:0; left:0; width:100%; background:url(../images/assistant/fond.png) repeat;}
#assistant .conteneur { position:absolute; z-index:510; top:100px; width:100%; }
#assistant .contenu { position:relative; margin:auto; width:520px; height:553px; text-align:left; background:#fff;  }
#assistant h1 { color:#ea6e07; font-size:18px; padding:20px 0 0 12px; margin:0; }
#assistant .commentaire { color:#4f4f4f; font-size:12px; padding:0 0 5px 10px; margin:0; }
#assistant img { margin:10px 12px; }


#assistant #retour { position:absolute; bottom:17px; left:10px; display:block; width:73px; height:21px; background:url(../images/assistant/retour.jpg) no-repeat; }
#assistant #retour:hover { background:url(../images/assistant/retour_roll.jpg) no-repeat; }
#assistant #fermer { position:absolute; bottom:17px; right:10px; display:block; width:73px; height:21px; background:url(../images/assistant/quitter.jpg) no-repeat; }
#assistant #fermer:hover { background:url(../images/assistant/quitter_roll.jpg) no-repeat; }


