#header {
    position: relative;
    margin: 0 auto;
    text-align:center;
}
/*-----------------------------------------*/
#menu {
    margin: 0 auto;
    padding: 0;
    width: 1090px;
    position: relative;
}

ul.topnav {
	list-style: none;
        text-align: center;
	float: left;
	width: 1090px ;
	background: #222;
	font-size: 0.8em;
	background: url(../img/menu/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
        margin-left: 20px;
	padding: 0 15px 0 0;
	position: relative;
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a.subhover{
	background: url(../img/menu/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*-- Style du bouton qui exécutera l'action qui déroulera le menu déroulant jquery (représenté par une flèche) --*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../img/menu/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {/*-- Changement au survol de la flèche (bouton Drop Down)--*/
        background-position: center bottom;
        cursor: pointer;} 

ul.topnav li ul.subnav {
	list-style: none;
        z-index: 1;
	position: absolute;
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 180px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Crée un effet de bevel--*/
	border-bottom: 1px solid #444; /*--Crée un effet de bevel--*/
	clear: both;
	width: 180px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 155px;
	background: #333 url(../img/menu/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Changement au survol d'un lien de la sous-navigation--*/
	background: #222 url(../img/menu/dropdown_linkbg.gif) no-repeat 10px center;
}
/*-----------------------------------------*/

*{margin:0;padding:0;}
html,body{
            background-image: url("../img/background.png") ;
            background-attachment:fixed;
            background-repeat: repeat-x;
            font-size:12px;
            font-family:Arial,Helvetica,sans-serif;
            color:#F0F0F0;}


 a img {border: none;}
 a {
        outline:0;
 }
#content    {    
        width: 1090px;
        height: 100% auto;
        margin:0 auto;
        background-color:rgba(0,0,0,0.8)!important;
		background-color:black;
        padding: 0;
        
        
}
p1{     font-size:12px;
        font-family:Arial,Helvetica,sans-serif;
	margin:5px 0;
        cellspacing: 100px;
}
 
#news{
	position: relative;
	width: 845px;
	height:  575px;
        
}
 
.new{
	position:absolute;
	list-style-type: none;
	top: 0;
	left: 0;
	height:575px;
}
.content{
	padding: 10px;
	position:absolute;
	left: 0;
	bottom: 0;
	background-color:rgba(0,0,0,0.6)!important;
	background-color:black;
	width: 825px;
	height: auto!important;
	height: 95px;
	min-height: 95px;
}
 
p{
	margin:5px 0;
}
 
.link{
	color: #0B6BFE;
	float:right;
}
.link:hover{
	text-decoration:none;
}
 
#thumbs{
	width:165px;
	height:115px;
}
.thumb{
	background-color:transparent;
	padding: 0 0 0 5px;
	margin:0;
	float: left;
	display:inline;
}
.thumb:hover{
	background-color: #73A8F9;
}
 
.thumb_current{
	background-color:#0B6BFE;
}

/*-----------------------------------------*/
#footer {
        padding-top: 2px;
        list-style: none;
        position:relative;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
	width: 1090px ;
	background: #222;
	font-size: 0.8em;
	background: url(../img/menu/topnav_bg.gif) repeat-x;
      	}
