@charset "utf-8";
/* CSS Document */
li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #da9d61;
display:table;
width: 95%;
color: #936a41;
text-align: left;
}

li a { text-decoration: none; 

}
li img {
	float : left;
	display:block;
	padding:5px;
	}


//a img { border:0; }
h1, h2, h3, h4 { margin:0; }
h2 { font-size:90%; }
h3 { border-bottom:1px solid #606060; padding-top:5px; margin-left:5px; }
h4 { font-size:80%; font-weight:normal; color:#000000; }
p { margin:0; padding:5px; }
div.clear { clear:both; }

div#texte {
	/* Aucun spécification particulière ... il sert juste à structurer le code HTML
	Cependant, rien ne vous empeche de définir certaines propriétées
	*/
	}
	
.infos {
	margin-left:500px;
	margin-bottom:16px;
	padding:3px;
//	background-color:#eeeeee;
	
}
