/* CSS Document */

#menu, #texte, #head {
	font: 0.7em "Trebuchet MS", sans-serif, Arial;
}
#head a {
	color: #999999;
	text-decoration: none;
}
#head .gauche {
	float: left;
	width: 315px;
	padding-left: 76px;
	text-align: right;
	font-size: 100%;
	color: #999999;
}
#head .droite {
	float: right;
	width: 315px;
	text-align: left;
	padding-right: 76px;
	font-size: 100%;
	color: #999999;
}

#menu a {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url(../images/sepa-menu.png) no-repeat left center;
	padding: 21px 43px;
	font-size: 120%;
	text-decoration: none;
}
#menu a.accueil {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url(none);
}
#menu a:hover  {
	color: #FFD680;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6,p,ul {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 110%;
	font-weight: bold;
	color: #ab170d;
	background: url(../images/puce.jpg) no-repeat left center;
	padding-left: 20px;
}
p,ul {
	font-size: 110%;
}
ul,li {
	list-style: disc;
	margin-left: 20px;
}
p.centre {
	text-align: center;
}
span.rouge {
	color: #ab170d;
}
a, #head a:hover {
	color: #ab170d;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
span.petit {
	font-size: 80%;
}
span.gris {
	color: #999999;
}
#foot p {
	font: bold 0.6em "Trebuchet MS", sans-serif, Arial;
	color: #7d0800;
	text-align: center;
	padding-right: 188px;
	padding-left: 188px;
	padding-top: 22px;
}
#foot p a {
	color: #7d0800;
}
div.hdclic {
	font: 0.6em "Trebuchet MS", sans-serif, Arial;
	text-align: right;
	float: right;
	width: 150px;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 105px;
}
div.hdclic a {
	color: #EA0006;
	text-decoration: none;
}
div.hdclic a:hover {
	color: #fff;
	text-decoration: underline;
}
