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

img {
/*	border: 1px solid #FFFFFF;*/
}

h3 {
	color: #FFFFFF;
	font-size: 11px;
}


/*	mise en forme	*/

strong {
	color: #FF6600;
}


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

/* calques */

#menu_general {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #CCCCCC;
	margin: 0px;
	padding: 2px;
	cursor: default;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #333333;
}
#menu_general a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	border: #666666;
}
#menu_general a:visited {
	color: #CCCCCC;
}
#menu_general a:hover {
	color: #FFFFFF;
}


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

#haut {
	margin-top: 16px;
	margin-bottom: 16px;
}

#bas {
	margin-top: 16px;
	margin-bottom: 16px;
}

#centre {
	margin-top: 16px;
	margin-bottom: 16px;
}

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