@CHARSET "UTF-8";/*image du fond*/body{background-image:url("imagef/thorax.png");background-repeat:no-repeat;background-position:410px 180px;opacity:0.80;}h1{background-color:maroon;width:80%;margin-left:10%;text-align:center;text-weight:bold;font-size:3.8em;color:yellow;	text-shadow: 8px 8px #ff0000;border-radius: 10px;box-shadow: 10px 10px black;}#deroulant,#deroulant ul{padding:0%; margin:0%; list-style:none;}#deroulant{text-align:center;margin-top:120px;}#deroulant li{display:inline-block;margin: 6px;}/* à revoir*/#deroulant ul li{display:block;background-color:#EEE685; width:80%;text-align:center;margin-top:10px;padding-top:3px;margin-left:0px;}#deroulant a{ text-decoration:none; display:block;color:maroon;font-size :1.2em;}#deroulant ul{position:absolute;left:-999em;text-align:center; z-index:1000;}/*position du deroulant*/#deroulant li:hover ul{left:auto; top:auto;margin-top:4px;padding:0px;}#deroulant li	{ background-color:#FFFAFA;}ul li{ width:14%; background-color: #FAFAD2; font-family:"times new roman";color:red; border:groove ;color:black;	border-radius:10px; box-shadow:3px 3px 0px ;black;margin-top:4px;}		/* style pour la zone de navigation*//* style pour le zone d'information*/aside{ display:inline-block;margin-left:400px;margin-top:500px;width:30%;color:blue;background-color: #FFF68F;font-size:1.2em;border:solid;padding-top:20px;}/* style pour le pied de page*/footer {position:absolute;top:60em;left:5em;width:7%;}