body {
	color: #FFFFFF;
	font-size: 13px;
	background-color:#000000;
	background-repeat: repeat-x-y ;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* Navigation */
#navigation a {
		background-color: #000000;
}
#navigation a:hover, #navigation a:focus {
}

/* Bloc central */
#centre {
	margin-top:-8px;
	margin-left: 12px;
}


/* Contenu principal */
#principal {
	color: #e8dcc9;
	background: #000000; /* -> 2 */
	min-height: 600px;
}
#principal a {
	color: #cca58f;
}
#principal a:hover, #principal a:focus {
	color: #6E5122;
}
#principal strong {
	color: #181A12;
}

/* Contenu principal2 */
#principal2 {
	background-color: #000000; /* -> 2 */
}
#principal2 a {
	color: #e8dcc9;
}
#principal2 a:hover, #principal a:focus {
	color: #e8dcc9;
}
#principal2 strong {
	color: #181A12;
}




/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: -16px 0px;
}
#global {
	left: 50%;  
	top: 50%; 
	width: 900px;
	margin: 0 auto; /* -> 3 */
}

#fdleft {
	position:absolute;
	float:left;
	margin-left:-15%;
	margin-top:-12px;
	width: auto;
}

#fdright {
	margin-right:5%;
	position:relative;
	float:right;
	margin-top:-12px;
	width: auto;
}

/* En-tête */
.entete {
}
#entete h1 img {
	float: left;
	margin-top: -11px;
}

/* Menu de navigation */
#navigation {
	margin-top: -5px;
	margin-left:8px;
	margin-bottom: 0px;
	padding: 1px 0px 0px 0px;
}
#navigation ul {
	width: 820px;
	height:33px;
	margin-left:-36px;
	overflow: hidden;
	list-style: none;

}
#navigation li.gauche {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
}
#navigation li.droite {
	float: left;
	background-color: #000000;
}

#navigation a {
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}


/* Bloc central */
#centre {
	width: 100%; /* -> 4 */
	margin-top:-15px;
	overflow: hidden; /* -> 4 */
}

/* Contenu principal */
#principal {
	float: left;
	width: 570px;
	height:auto;
	padding: 0px 30px 0px 20px;
}
#principal > :first-child {
	margin-top: 00px;
}
#principal p, #principal li {
	line-height: 1.5;
}


/* Contenu titre */
#title {
	float: left;
	height:77px;
	width:620px;
	background:#000000;
}


/* Contenu texte */
#texte {
	float: right;
	padding-left:20px;
	width:340px;
	font-size:16px;
	
}
#texte  :first-child {
		font-size:14px;
}
#texte p, #texte li {
	line-height: 1.1;
	font-size:14px;
}

/* Contenu image */
#image {

}

/* Contenu disco */
#disco {
	float: left; /* -> 5 */
	width:580px;
	height:auto;
	margin-bottom:20px;
}


/* Contenu secondaire */
#secondaire {
	margin-top:-85px;
	margin-right:92px;
	float:right;
	padding: 5px 5px;
	width: 178px;
	background-color:#000000;
}

/* Mention de copyright */
#copyright {
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:5px 5px 0px;
	font-size: 12px;
	text-align: left;
}

/* Mise en page des news*/
.niouztitle {
	font-weight: bold;
	color: #FF6533;
	font-size: 14px;
	margin-bottom:5px;
}

.niouzcontent{
	margin-bottom:20px;
}

#discocontent{
	line-height: 1.2;
	font-size: 14px;
}

/* Bloc central Administration*/
#adminheader {
	min-height:20px;
	background-color:#000000;
	width: 100%; /* -> 4 */
	text-align:center;
	margin-top:-15px;
}


