h1{
font-size:18px;
padding-bottom:10px;
}
h2{
	font-size:16px;
	padding-bottom:0;
	border-bottom: thin solid #000000;
	
}
h3{
font-size:12px;

}
img {
	border: none;
}



/* Class */ 

.floatl{
	float: left;
}
.floatr{
	float: right;
}
.height{
	height:400px;
	border:1px solid black;
}
.center{
	text-align:center;
}
.img_floatl{
	float:left;
	margin: 0 10px 10px 0;
}


/* ID */

#conteneur{
	width: 1010px;
	margin: 0 auto;
	padding: 0 auto;
}

#contenu{
	text-align: left;
	margin: 20px 0 0 0;
}

#lien_domaine{
	float: left;
	width: 500px;
}

#lien_arbre{
	width: 500px;
	float: right;

}

#b_valga{
	background:url(/images/b_valga.jpg) no-repeat;
	width:116px;
	height:18px;
	display:block;
	float:left;
		
	color: white;
	margin: 100px 0 0 0;
	padding: 1px 0 0 0;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-family:tahoma;
}

#b_corbeau{
	background:url(/images/b_corbeau.jpg) no-repeat;
	width:116px;
	height:18px;
	display:block;
	float:right;
	
	color: white;
	margin: 100px 0 0 0;
	padding: 1px 0 0 0;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-family:tahoma;
}

#flash{
	margin: 0;
	padding: 0;
	text-align:center;
	width: 1010px;
}

#footer{
font-size:10px;
	text-align:center;
	margin: 0;
	padding:0;
}
#footer li{
	display:inline;
	margin: 0;
	padding:0;
	
}
#footer li a{
color:#565656;
}