@charset "utf-8";
/* CSS Document */
body { 
	margin: 0; 
	padding: 0;
	background-color: #FFFFdd;}

a:link {
	color: #999999;
	text-decoration: none;	
}
a:hover {
	color: #eeeeee;
}

h3.spip {
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #999999;
}
.english {
	font-style: italic;
}
#contenu {
	position:absolute;
	left:49px;
	top:49px;
	width:275px;
	height:237px;
	z-index:3;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	padding: 10px;
	border: 1px dotted;
	
	}
#contenu_fond{
	position:absolute;
	left:49px;
	top:49px;
	width:275px;
	height:237px;
	z-index:2;
	padding: 10px;
	background-color: #FFFFFF;
	opacity:0.4;filter:alpha(opacity=40);}
	
#background_image {
	position:absolute; left:185px; top:77px; width:425px; height:208px; z-index:1;
	}
