body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #999999;
	background-color: #000000;
	font-size: 70%;
	text-align: center;
	margin: 0px;
}

/*	mise en forme	*/

strong {
	color: #FF6600;
}


a {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #00CCCC;
}

/* calques */

#menu_general {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	background-color: #333333;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	cursor: default;
}
#menu_general a {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
#menu_general a:hover {
	color: #FF9900;
}


#conteneur {
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

#gauche {
	width: 260px;
	float: left;
	text-align: justify;
}

#droite {
	float: left;
	width: 260px;
	text-align: justify;
}

#centre {
	width: 260px;
	float: left;
	text-align: justify;
}

#footer {
	clear: both;
	text-align: center;
}