* { color:#CCCCCC; font-size:13px;}
body {
	color: #CCCCCC;
	background-color: #000000;
	font-family:  Trebuchet MS, Helvetica, Verdana, sans-serif;
	margin:0 auto;
	
	
	

}
		
#all{
	
	width: 938px;
	
}
.fond{
	margin: 0 auto;
	margin-top:25px;
	margin-bottom:25px;
	padding:25px;
	padding-left:15px;
	padding-top:10px;
	text-align: center;
	width: 978px;
	background-color: #121212;
	background-image: url(../images/light-source-trans.png);
	background-position: center top;
	background-repeat: no-repeat;
	border:1px #343434 solid;
	border-bottom:1px #232323 solid;
	border-right:1px #232323 solid;
}
#menu{
	margin: 0 auto;
	margin-top:85px;
	float:left;
	width: 180px;
	text-align:center;
}
#contenu{
	margin: 0 auto;
	float:right;
	width: 728px;
}

a.block { display: block; }
a, a:visited, a:active { text-decoration: none; border: none; }
a.underline:hover { text-decoration: underline; }

h2 a { font-size: 25px; margin:4px; }
h1{	font-size: 30px; margin:5px;}
h2{	font-size: 25px; margin:4px;}
h3{	font-size: 20px; margin:3px;}
h4{	font-size: 17px; margin:2px; text-align:left; }

input, select, textarea{
	border          : 1px #565656 solid;
	border-left : 1px #343434 solid;
	border-top : 1px #343434 solid;
	background-color: #000000;
	text-align: left;
}
.bouton{
	border          : 1px #565656 solid;
	border-right : 1px #343434 solid;
	border-bottom : 1px #343434 solid;
}

hr{
	color:#343434;
	border:0px;
	border-top:1px #121212 solid;
	border-bottom: 1px #454545 solid;
	margin:0;padding:0;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
img{
	border: none;
}
#menu .inact,
#menu .act {
    background-color: rgb(12,12,12);
    border: 1px solid rgb(45,45,45);
    width: 170px;
    padding: 1px;
    margin: 0px;
    margin-bottom: 0px;
    margin-left: 10px;  
    display: block;
    color: rgb(160,170,180);
    text-decoration: none;
    font-family: Trebuchet MS;
	font-size: 13px;
	text-align:left;
}