body
{
    margin-left: 3 px;
	padding: 0;	
	color: black;
	font-size: 80%;
	font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, serif;    
    background: #ffffc0;	
}
/*div#global
{	
	background-image: url(../images/multi_099.jpg);	
	background-repeat: repeat-y;
	background-position: left;
}*/
#bandeau_haut
{
	height: 160px;
	background: #ffffc0 url(../images/yeux_transp.png) center center no-repeat;
}
/*h1
{
	border: 3px dimgray groove; 	
    font-weight: bolder;
    font-size: 26pt;  
	font-family: 'Arial Greek', 'Courier New';    
    text-transform: capitalize;	
    color: black;    
	/*width: 30em;*
	text-align: center;    
    background-color: rgb(200, 200, 100);
}*/
h2
{
	margin-left: 50px;
}
p
{
	font-style: italic;
	font-weight: bold;
	color: rgb(100, 50, 25);
	line-height: 2em;
	width: 30em;
	border-right: 3px dotted yellow;	
	margin-left: 50px;
	margin-left: 10px;
}
li
{
    list-style-position: outside;
    list-style-type: none;
}
li a
{
    text-decoration: none;
    color: #a00020;
}
li a:hover
{
    text-decoration: none;
    color: black;	
}
li a img
{
    width: 160px;
	height: 100px;
	float: left;
	border: 1px solid #a00020;
}
li a:hover img
{
    width: 160px;
	height: 100px;
	float: left;
	border: 1px solid black;
}
.separation
{
	clear: both;
	visibility: hidden;
}