/*Importation du menu*/
@import url("menu_horizontale.css");
/*Fin d'importation du menu*/
/*************************Décoration de la totalité de l'ecran***********************************/
 body {margin:0;padding: 0;
background:#E5E5E5; height: 100%;
}
#global {background:#F8F8F8; 
margin:auto; 
width: 1050px; 
min-height: 100%;
padding:10px;
border-left: 1px solid #ACA899;
border-right: 1px solid #ACA899;
}
/*Boite contenant tout le forum*/
.brd {
	/*padding: 15px 2em;*/
	margin: 0;/* 15px 30px 10px 270px;*/
	min-height: 100%;
	}
#brd-main .pub {
	min-width: 730px; border: 1px solid #76AD76;
	text-align:center;background:#FCFAF8;
	margin-bottom: 1em;
	padding: 0 1.5em;
	}
.lien-pub{background:url(lien.gif) no-repeat center left; padding:0 14px; width:30px;position:relative; float:right; top:75px; right:0;}	
div.admodule{
    text-align: center;
    border-top: 1px solid #DDE4EB;   border-bottom: 1px solid #CCCCCC;   
    background: #FAFAFA;
	position:relative;height:100px;
}
div.admodule .content{margin:5px;text-align: center;height:90px;}
div.admodule .author{
	list-style: none;
	background:#EDF1F5;
	float:left; 
	border-right: 1px solid #DDE4EB; 
	width: 216px/*15.5em*/;
	font-size: 1.167em;
	font-weight: bold;
	height:100px;margin:0 0 0 0px;
}
div.admodule .author a,
div.admodule .author a:link,
div.admodule .author a:visited {
	text-decoration: none;
	margin: 20px;
}

div.admodule .author a:hover,
div.admodule .author a:active,
div.admodule .author a:focus {
	text-decoration: underline;
	}
/*fin de boite contenant le forum*/
/*Décoration des texte title et description*/
#brd-title, #brd-title a, #brd-title strong {
	text-decoration: none;
	font-weight: normal;
	margin:15px auto 0 30px;
	font : bold 24px verdana,"Trebuchet MS", Helvetica, Sans-Serif;
	color:#666;
	}

#brd-desc {
	padding-top: 0;
	padding-bottom: 0;
	margin:15px auto 0 230px;
	font : bold 14px verdana,"Trebuchet MS", Helvetica, Sans-Serif;
	color:#666;
	}

#header {
	background:#F8F8F8 url(img/fd-header.gif) repeat-x left top;margin:0 auto 0 auto;
	padding:10px;
	color : #666;
	height:70px;

}
/***************************************
Positionement des données
*************************************/
#header .ent{
	width:1030px;
	margin:10px auto;
	color : #666;
	height:50px;	
}
#url {text-align:left; margin:5px; padding:0; border-bottom: 2px solid #00468C; 
font: bold 10px verdana,"Trebuchet MS", Helvetica, Sans-Serif #00468C;}
/*******************************************
Décoration de positionnement des textes
***************************************** */
#header .ent .titre{
	font:bold 2em "Trebuchet MS"; 
	margin: 0px auto auto 50px
}


#header .ent .desc{
	font : bold 14px verdana,"Trebuchet MS", Helvetica, Sans-Serif; 
	margin: 10px auto auto 200px;
}
/*Fin de décoration  et de positionnement des textes */
/******************Decoration des textes d'entêtes*****************/
#header .ent h1{font : bold 24px verdana,"Trebuchet MS", Helvetica, Sans-Serif; margin: 10px auto auto 50px}
#header .ent .titre{font : bold 24px verdana,"Trebuchet MS", Helvetica, Sans-Serif; margin: 10px auto auto 50px; color:#666;}
#header .ent .desc {font : bold 14px verdana,"Trebuchet MS", Helvetica, Sans-Serif; margin: 10px auto auto 200px;color:#666;}

/*****************************End Cadres header*******************************/
/*Fin de boite d'entête*/	
/*Décoration pour liens du proprietaire en bas de page*/
#copyright {text-align: right;}

#copyright, #copyright a:link , #copyright a:active, #copyright a:visited{
	font-size: 8px;
	font-weight: normal;
	color: #999;
	border: thin none #CCCCCC;
}	
/*style pour boite personalisé du footer*/
#global #footer {
	margin:10px 0 0 0;
	color: #666;
    background : url(img/fd-footer.gif) no-repeat top center;
	clear:both;
	font: 10px verdana; 
	height:auto;
	padding: 10px;
	position: relative;
 }
 .membres {background: #446063; width: auto; text-align : left; visibility:visible;text-transform:uppercase;
 font : 10px verdana, arial; color : #FFF; padding: 5px 10px; }
.content-footer{ width:1020px; margin: auto;
	}
.stats {
    float: left;
	font: 8px verdana;
	width:45px;
	height:31px;
}
/*Fin de décoration de bas de pages*/
/****************************Décoration liens Header et footer*****************************/
#global #header a:link, #global #header a:active, #global #footer a:link, #global #footer a:active {color: #666;}
#global #header a:hover, #global #footer a :hover{color:green;} 
#global #header a:visited, #global #footer a :visited {color:#666;}
/********************************End textes header et footer*************************/