/* CSS Document */
#menu {
	font: 0.8em "Trebuchet MS", sans-serif, Arial;
	text-transform: uppercase;
}
#menu ul {
	padding-right: 200px;
}
#menu li {
	display: inline;
	list-style: none;
	margin-left: 20px;
	font-size: 80%;
}
#menu li a {
	font-weight: bold;
	color: #f1deff;
	padding-left: 7px;
	text-decoration: none;
}
#menu li a:hover, #menu li a.actif {
	background: url(../images/puce-menu.png) no-repeat left center;
}
#menu li a:hover {
	color: #a25ece;
}

#texte, #cont-news, #nathalie {
	font: 0.7em "Trebuchet MS", sans-serif, Arial;
}
#texte .message { 
	font-weight: bold; 
	color: #ffffff; 
	text-align: center; 
} 
h1,h2,h3,h4,h5,h6 {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #a25ece;
	font-size: 110%;
	margin-bottom: 0px;
}
#news .titre {
	font-weight: bold;
	color: #a25ece;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 5px;
}
#news .titre a.titre {
	text-transform: uppercase;
	color: #a25ece;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #a25ece;
	text-decoration: none;
}
#cont-news p, #nathalie p {
	color: #d3cadf;
	text-align: left;
}
span.titre, span.titre a, a {
	color: #f1e0fb;
	text-decoration: none;
}
span.titre a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover , a:hover {
	text-decoration: underline;
}
p, #texte ul {
	font-size: 100%;
	color: #d0bbdd;
	text-align: left;
	margin-bottom: 13px;
	line-height: 16px;
}
#texte li {
	margin-left: 30px;
}
#nathalie p.centre {
	text-align: center;
}
#sous-menu p {
	font-size: 100%;
	text-transform: uppercase;
	color: #2A2A2A;
}
#sous-menu p a {
	color: #f1e0fb;
	text-decoration: none;
	margin-right: 22px;
	margin-left: 22px;
}
#sous-menu p a:hover {
	color: #a25ece;
}
table {
	padding: 2px;
	width: 93%;
	margin-left: 15px;
	margin-bottom: 10px;
	color: #f1e0fb;
}
td {
	padding: 5px;
	background: #252525;
}
td.info {
	color: #f1e0fb;
	background: #333333;
}
p.hdclic {
	font: 0.6em "Trebuchet MS", sans-serif, Arial;
	text-align: right;
	float: left;
	width: 100%;
}
p.hdclic a {
	color: #8f54b5;
	text-decoration: none;
}
p.hdclic a:hover {
	color: #FFAE1A;
	text-decoration: underline;
}
