@charset "ISO-8859-1";

/* Positionnement/espacement des différents éléments dans la fenêtre, bordures et marges */
#Cadre { position: relative; height: 625px; width: 995px; top: 0px; margin-left: auto; margin-right: auto; }
	#Titre { margin: 5px; }  
	#Point { float: left; margin: 0 5px; }  
		#Point img { border: 1px solid black; }
	ul { height: 575px; overflow: auto; border: 1px solid black; margin: 0 5px; text-align: justify; }
		ul li { margin: 5px 5px 0 20px; padding-left: 8px; } 
	.clsQuestion { margin-top: 10px; border-bottom: 1px dashed; }
	.clsReponse { margin-top: -1px; border: 2px solid #9F2F2F; padding: 1px 4px; display: none; }
	#ReponseVisible { display: block; }
	#AutreQuestion { position: absolute; bottom: 60px; left: 5px; width: 280px; }

/* Couleurs et autres arrangements du texte */
body {background: #F7DFC7 url("images/motifbeige.gif") repeat; }   
#Point { font-size: 12px; } 
.clsQuestion { font-weight: bold; font-size: 110%; cursor: pointer; } 
#QuestionCliquee { color: #9F2F2F; }
#LienCder { font-size: 12px; line-height: 14px; }                              
.clsInsistance { text-decoration: underline; } 
ul { list-style-image: url("images/iconepoint.gif"); }