/* CSS Document */
htm, body{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	font-size:0.6em;
	color:#505050;
	background-image:url(../medias/fond_index.jpg); 
	background-repeat:repeat-x; 
	background-color:#00A6ED;
	}
	
#conteneur {
	position: relative; 
	margin-left: auto;
	margin-right: auto;
	width:760px;
	margin-top:53px;
	/*text-align:left;
	padding:0px;*/
}
	
#quercy{
	background-image:url(../medias/quercy.gif);
	background-repeat:no-repeat;
	width:314px;
	height:50px;
	margin-left: auto;
	margin-right: auto;
}

#quercy h1{
	display:none;
}

#depuis1987{
	background-image:url(../medias/1987.gif);
	background-repeat:no-repeat;
	width:320px;
	height:295px;
	margin-left: auto;
	margin-right: auto;
}

.entrez{
	position:relative;
	width:80px;
	height:20px;
	background-image:url(../medias/entrez2.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-top:206px;	
}

.entrez a {
	height:20px; 
	width:80px;
	display: block;
	background-image:url(../medias/entrez.gif);
	background-position:bottom;
	background-repeat:no-repeat;	
	z-index:1;	
}

.entrez a:hover {
	z-index:3;
	background: transparent none;

}

.entrez h2{
	display:none;
}

#fleurs{
	float:right;
	padding-right:4px;

}

