* 
{
	margin:0;
	padding:0;
}
body 
{
	height:100%;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#0f0f0f;
	color: #ddd;
}
#Container 
{
	margin: 0 auto;
	padding-top:10px;
	width: 700px;
	text-align:center;
	background-color:inherit;
}
img 
{
	border: none;
}
#Banner 
{
	width: 700px;height: 76px;background: url('images/banner.jpg');
}
#Banner span 
{
	display: none;
}
#InnerContainer 
{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 700px;
	display: block;
	background-color:#000;
}
#Content 
{
	padding: 10px;
	text-align: left;
	color: #ddd;
	font-size: 13px;
	border-right: #404040 1px solid;
	border-left:#404040 1px solid;
}
/* Style du contour du menu, bordure d'un pixel sauf barre haute */ 
#menu 
{
	height: 24px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #404040;
}
/* Style de la liste */
#menu ul
{
	padding: 12px 0 0 15px;
	margin:0px;
	margin-top: -10px;
	line-height: 0px;
}
/* Style des éléments de la liste */
#menu ul li 
{
	list-style: none;
	display:inline;
}
/* Style du texte au repos */
#menu a 
{
	padding: 0 15px 0 15px;
	text-decoration:none;
	font-size: 16px;
	color: #555;
}
/* Style du texte survollé*/
#menu a:hover 
{
	padding: 3px 14px 3px 14px;
	color:#999;
	border-width:0 1px;
	border-style:solid;
	border-color: #404040;
}
#menu a:focus 
{
	padding: 3px 14px 3px 14px;
	color:#999;
	border-width:0 1px;
	border-style:solid;
	border-color: #404040;
}
h1 
{
	font-size: 16px;
	color: #666;
}
h2 
{
	margin: 0px;
	font-size: 15px;
	color: #555;
}
.left 
{
	float: left;
}
.right 
{
	float: right;
}
#TopBar 
{
	height: 10px;
}
#BorderTop 
{
	width: 100%;
	border-top: #404040 1px solid;
}
#BottomBar
{
	height: 10px;
}
#BorderBottom 
{
	margin: 0 auto;
	height: 9px;
	width: 680px;
	border-bottom: #404040 1px solid;
}
.bold 
{
	font-weight:bold;
}
#Content a 
{
	text-decoration:none;
	color:#f6ad57;
}
#Content a:hover 
{
	color: #c26900;
}
p 
{
	text-align:justify;
	text-indent: 15px;
	margin:2px 10px;
}
h3 
{
	margin:5px;
	color:#2b93c9;
}
h5 
{
	color:#2b93c9;
}
a img 
{
	border:none;
}
a.hover 
{
	text-decoration:underline;
}
a.haut 
{
	color:gray;
}
#Content li 
{
	margin-left:30px;
}
div.divfaq 
{
	visibility:hidden;
	height:0px;
	overflow:hidden;
}
div.divfaq img 
{
	width:600px;
	margin:6px 20px;
}
span.code 
{
	display:block;
	background-color:white;
	color:black;
	font-family:'Monaco';
	font-size: 10px;
	margin:0px 15px;
}
p.drap 
{
	text-align:right;
	margin:0;
	text-indent:0px ;
}
p.drap img 
{
	margin:0;
}
p.site 
{
	text-align:right;
	margin:0;
	text-indent: 0px ;
}
p.site img 
{
	margin:0;
}