 /* CSS Document */
body {
	margin:0;
	font-size:11px;
	background-color:#000;
}
/*  TEXTE
/***************************************************************************************************************************/
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color: #d98e26;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #d98e26;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #d98e26;
}
h4, h4 a{
	font-family:Arial, Helvetica, sans-serif;
	color : #97D408;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: none;
	padding-top:10px;
}
h4 a:hover { 
	color: #ffffff;
}
h5, h5 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #d98e26;
	text-decoration: none;
}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#FFF;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #d98e26;
	text-decoration: none;

}
.smalltext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#FFF;
}
.textorange {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #d98e26;
	text-decoration: none;
}
.align {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	float:right;
	padding : 0px 40px 0px 0px;
	
}
/*  GENERAL 
/***************************************************************************************************************************/
#site { 
width:100%;
margin : 0 auto;
text-align : left;
/*  TOP 
/***************************************************************************************************************************/
}
#top {
	width:100%;
	height:210px;
	margin-top:auto;
}
#header {
	width:	1000px;
	margin:auto;
	height : 150px;
	background-image:url(../images/header.jpg);
}
/* MENU>>top
/***************************************************************************************************************************/
.navigation {
	width:1000px;
	height:60px;
	margin:auto;
}
.navigation ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
}
.navigation li {
	display: block;
	float: right;
	border-right: 3px solid #dcdcd6;
	height:25px;
	text-align:center;
	width:135px;
}
.navigation ul li {
	float: right;
	list-style: none;
}
.navigation a {
	color: #AAA;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px 10px;
	font-weight:500;
	text-align:right;
	text-decoration: none;
}
.navigation a:hover {
	color: #d98e26;
	text-decoration: none;
}
.navigation li.current_page_item a {
	background: none;
	color: #d98e26;
}

/*  MENU>>foot
/***************************************************************************************************************************/
.navigationbas {	
	width:1000px;
	background-color:#dcdbd6;
	height:50px;
	margin:auto;
}
.navigationbas li {
	display: block;
	float: left;
	width:238px;
	border-right: 2px solid #000000;
	height:25px;
	text-align:center;
}
.navigationbas a {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	text-align:center;
}
.navigationbas a:hover { 
	color: #d98e26;
	text-decoration: none;
}
.navigation li.current_page_item a {
	background: none;
	color: #d98e26;
}
/* MENU>>side
/***************************************************************************************************************************/
.navigationside {
	width:170px;
	height:60px;
	margin:auto;
}
.navigationside ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
}
.navigationside li {
	display: block;
	float: right;
	border-right: 3px solid #dcdcd6;
	height:25px;
}
.navigationside ul li {
	float: right;
	list-style: none;
}
.navigationside a {
	color: #AAA;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px 10px;
	font-weight:500;
	text-align:right;
	text-decoration: none;
}
.navigationside a:hover {
	color: #d98e26;
	text-decoration: none;
}
.navigationside li.current_page_item a {
	background: none;
	color: #d98e26;
}
/* Content>>side
/***************************************************************************************************************************/
#side {
	float:left;
	width: 250px;
	height:auto;
	background-color:#171717;
}
#sideright {
	float:left;
	width: 225px;
	height:auto;
	background-color:#171717;
}
.plaquette {
	float:left;
	width:250px;
	height:auto;
	margin:auto;
	background-color:#171717;
}
.side-content {
	float:left;
	width:250px;
	height:80px;
	margin:auto;
	background-color:#171717;
}
.side-content a { 
color :#d98e26;
text-decoration : none ;  
}
.side-content a:hover { 
text-decoration : none ;  
}

/*  Content 
/***************************************************************************************************************************/
#main {
	width:1000px;
	padding:10px 0 0 0;
	margin:auto;
	overflow : auto ;
}
#centrage {
	padding : 0 ;
	overflow : auto; 
}
#content {
	float:right;
	width : 750px ;
	height:auto;
}	
#side {
	float:left;
	width: 250px;
	height:auto;
	background-color:#171717;
}

#midlle {
	padding-right:0px;
	width : 525px ;  
	float  : left ;
	height:auto;
}
#sideright {
	float:left;
	width: 225px;
	height:auto;
	background-color:#171717;
}
#telechargement {
	width:1000px;
	height:120px;
	margin:auto;
}
/*  CONTENU >> POST
/***************************************************************************************************************************/
.post {
padding : 10px 20px 20px 20px;
}   
.post img {
margin : 0 10px 5px 20px;
}
.telecharger {
padding : 0 0 0 20px;
width:90px;
height:70px;
} 
.telecharger img {
margin : 0 20px 20px 0;
}
/*  FORMULAIRE
/***************************************************************************************************************************/
.smallDark {
	font-family: Tahoma,Arial,Verdana;
	font-size: 14px;
	color:#FFF;
	font-weight:normal
}
.form {
	background-color:#000;
	color:#FFF;
	border-color:#FFF;
	
	
	
}
.texte {
	color:#FFF;
	font-size:12px;
}

/*  FOOT
/***************************************************************************************************************************/
#foot {
	margin-top:10px;
	width:1000px;
	margin:auto;
	height:100px;
	background-repeat:no-repeat;
}
#footer { 
    width:1000px;
	height:50px;
	margin:auto;
	text-align : center ;  
}
#footer p { 
	margin : 0 ;
	padding : 10px 0 0 0;  
	color : #d98e26; 
}
#footer a { 
color : #868686;
text-decoration : none ;  
}
#footer a:hover { 
text-decoration : underline ;  
}
