/* CSS Document */
html,body{
	margin:0px;
	padding:0px;
	overflow-x:hidden;

}

body{
	font-family:"trebuchet ms", arial;
	font-size:11px;
	color:#333333;
	background-color:#dccfce;
	background-image:url(../img/accueil1.gif);
	background-repeat:repeat-x;
	background-position:top;
	

}

ul,li,h1,h2,h3,h4,h5{
	margin:0px;
	padding:0px;
}
table td{ vertical-align:top;}
img{border:0px;}

.accueil{
	background-image:url(../img/accueil.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	height:98px;
	position:absolute;
	text-align:center;
	padding-top:500px;
}

.accueil ul li {
	list-style-type:none;
	display:inline;


}
.accueil ul li a{
	color:#6e1e1c;
	font-size:15px;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;
}
.accueil ul li a:hover{
	border-top:1px solid #6e1e1c;
	text-decoration:underline;
}

.texte{
	width:750px;
	margin:30px auto 0 auto;
	text-align:justify;
}
a{
	color:#6E1E1C;
}

.adresse{
	color:#57413f;
	margin-top:35px;
	font-size:12px;

}