@charset "utf-8";
#tableau {
	background-image: url(../images/tuile-3.jpg);
	background-repeat: repeat-x;
}
#tableau2 {
	background-image: url(../images/tuile-4.jpg);
	background-repeat: repeat-x;
}

body {
	background-image: url(../images/tuile-accueil.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #6d7a3c;
}


#menu {
	background-image: url(../images/bt_off.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	text-align: center;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	vertical-align: middle;
	
}
#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

#menu li a {
	font-weight: bold;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/bt_off.jpg);
	background-repeat: no-repeat;
	display: block;
	clear: none;
	float: left;
	height: 37px;
	padding-bottom: 0px;
	width: 107px;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu li a:hover {
	background-image: url(../images/bt_on.jpg);
}
#menu li a:active {
	background-image: url(../images/bt_on.jpg);
}

#coordonnees {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: right;
	font-style: normal;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#coordonnees a {
	text-decoration: none;
	color: #666666;
}
#coordonnees a:hover {
	color: #000000;
}
#texte {
	background-image: url(../images/background-texte.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding: 20px;
}
#texte a {
	font-weight: bold;
	color: #6d7a3c;
	text-decoration: none;
}

#texte h1 {
	font-size: 20px;
	font-weight: bold;
	color: #6D7B3E;
}

.signature {
	color:#6d7a3c;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}