/* CSS Document */
body {
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color : #fff;
	margin: 0;
	padding: 0;
	background-color: #000;
	height: 100%;
}
#conteneur {
	position: relative;
	width: 970px;
	min-height: 540px;
	margin: 0 auto;
	background-color:#000;
	border: 1px solid #c09d51;
	top: 20px;
	background-image: url(images/centre.gif);
	background-repeat: repeat;
}
/* Pour Internet Explorer 6 */ * html #conteneur { height: 540px;}
#header {
	height: 55px;
	margin-left :20px;
	background: url(images/logo-dc.gif) no-repeat left;
	margin-top: 20px;
}
#centre {
	margin-right: 185px;
	min-height: 465px;
	background-image: url(images/halo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* Pour Internet Explorer 6*/ * html #centre { height: 465px;} 
#contenu {
	margin-right: 20px;
	margin-left: 20px;
	/*min-height: 465px; */
}
/* Pour Internet Explorer 6  * html #contenu { height: 465px;}*/
#news {
	margin-right: 20px;
	margin-left: 20px;
}
#droite {
	position: absolute;
	width: 160px;
	right: 10px;
}
#pied {
	height: 10px;
	text-align: center;
}

ul {list-style-type: none;
margin: 0;
padding: 0;}

.menu a {
	/*boite*/
	width : 150px;
	height : 20px;
	padding-top: 2px; /*remplissage haut dans la boite*/
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	/*bloc*/
	display: block;
	text-align : left;
	text-indent: 10px;	
	/*arriere plan*/
	background-image: url(images/puce01.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	/*texte*/
	text-decoration: none;
	color: #f99da0;
	font-weight: bold;
}
.menu a:hover { color: #c09d51;}

a {color : #c09d51; font-size: 12px; text-decoration : none; font-weight: bold;}
a:hover  {color : #fff;}

a.class1 {text-decoration: none; color: #fff;}
a.class1:hover{text-decoration: underline;}

p {}

.baseline1 {
	font-size : 15px;
	color : #fff;
	font-weight: bold;
}
.actu-titre {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #c09d51;
	font-weight: bold;
}
.actu-txt {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #fff;
}
.baseline {
	font-size : 10px;
	color : #c09d51;
	font-weight: normal;
	text-align: center;
}

.titre-rouge {
	font-weight: normal;
	font-size : 20px;
	color : #c40008;
}
.titre-jaune {
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size : 16px;
	color : #c09d51;
}
.legende {
	font-size : 11px;
	font-weight: normal;
	color : #c09d51;
	text-align: left;
}
