@CHARSET "UTF-8";

body{

	margin-left: 6%;
	background-color: #000000;
	font-family:sans-serif;
	color: gray;
}

/* L'en-tête */
#header{
	width: 1041px;
	height: 238px;
	background-repeat: no-repeat;
	margin-top:10px;
	margin-bottom:50px;
	margin-left:200px;
	color : white;
	background-image: url(../pictures/BandeauWKF.jpg);
}

/* Le menu */

#menu {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	color: gray;
	font-size:16px;
}

#menu ul {
    list-style: none;
    margin:0;
   	padding:0;
    border: none;
}

#menu ul li {
    border-bottom: 1px;
	border-bottom-style:solid;
	border-bottom-color:gray;
    margin: 0;
   }
#menu ul li a:hover{
	font-weight: bold;
}

#menu ul li a:link {
	color:gray;
	text-decoration: none;
	
}
#menu ul li a:visited{
	text-decoration: none; 
	color:gray;
 }

.sponsor{
	width:800px;
	margin-top:50px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
	margin-left:200px;
}

.sponsor img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
}
.sponsor a:link {
	color:#000000;
	text-decoration: none;
	
}

/* Le corps de la page */

#corps_midle{

	width:800px;
	background-color: #FFFFFF;
	margin-left: 200px;
}




#news{
	margin-bottom:10px;
	margin-right:15px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 7px;
	width:750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
	
#news span.nom{
	float: left;
	border-bottom-style: solid;	
}

#news span.date{
	float:right;
	
}
#news div.text{
	padding-top: 20px;	
	padding-bottom:5px;
}
#form {
	padding:10px;
}

/* Le pied de page */
#footer {
	width:1200px;
	text-alig:center;
	clear:both;
	font-size: 12px;
	margin-left:200px;
	margin-top:50px;
}

#footer a:link{
	color:#999999;
	text-decoration: none;
}

#footer a:visited{
	color:#999999;
	text-decoration: none;
}

/*link*/
a:link {
	color: black;
	text-decoration: none;
	
		}
a:visited{
	text-decoration: none; 
	color: black;
 }
 
#outils {
               width: 262px;
               background: buttonface;
               border-top: 1px solid buttonhighlight;
               border-left: 1px solid buttonhighlight;
               border-bottom: 1px solid buttonshadow;
               border-right: 1px solid buttonshadow;
               margin: 0;
               text-align:right;
}

.out {
               background: buttonface;
               border: 1px solid buttonface;
               margin: 1;
}

.over {
               background: buttonface;
               border-top: 1px solid buttonhighlight;
               border-left: 1px solid buttonhighlight;
               border-bottom: 1px solid buttonshadow;
               border-right: 1px solid buttonshadow;
               margin: 1;
}



