/* CSS Document */
#logo p{
	font: bold 0.8em/13px "Trebuchet MS", sans-serif, Arial;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
}
span.gris {
	color: #dbdbdb;
	font-size: 80%;
}
#menu {
	font: 0.7em "Trebuchet MS", sans-serif, Arial;
	color: #FFFFFF;
}
#menu a {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/sepa-menu.png) no-repeat left center;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
}
#menu a.accueil {
	background: url(none);
}
#menu a:hover {
	color: #D0FF6F;
}
#texte {
	font: 0.7em "Trebuchet MS", sans-serif, Arial;
}
h1,h2,h3,h4,h5,h6 {
	color: #1a1416;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 7px;
}
p {
	text-align: left;
	font-size: 100%;
	color: #667d83;
	margin-top: 7px;
	margin-bottom: 7px;
}
a.noline {
	color: #667d83;
	text-decoration: none;
}
a {
	color: #1a1416;
	text-decoration: underline;
}
a:hover {
	color: #667d83;
}
#foot {
	font: 0.6em "Trebuchet MS", sans-serif, Arial;
	text-align: left;
	color: #8F8F8F;
}
#foot a {
	font-weight: bold;
	color: #8F8F8F;
}
#foot a:hover {
	color: #667d83;
}

p.hdclic {
	font: 0.6em "Trebuchet MS", sans-serif, Arial;
	margin: 0px 15px 0px 0px;
	text-align: right;
}
p.hdclic a {
	color: #363636;
	text-decoration: none;
}
p.hdclic a:hover {
	color: #D3D3D3;
	text-decoration: underline;
}

