
/* CSS Document */
body{	
	/*background-color:#333;
	padding:-50px;
	color:#fff;*/
	padding:0;
	margin:0;
	font-family:Calibri, "Comic Sans MS", Arial;
	font-size:1.1em;
	background-color:#e4e9e9;
}

#fond{
	/*top :140px;*/
	position:fixed;
	width:100%;
	
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:-5px;
	text-align:center;	
}

#fond>img{
	width:1300px;
	height:101%;
}

#wrapper{
	width:1300px;
	margin-left:auto;
	margin-right:auto;
	
	color:#000;
	
	
	
}

#wrapper>div{
	position:relative;
}

img{
	border:0;
}
/*******************************************************/
/*				HEADER 						
/*******************************************************/

#header{
	height:180px;
	
	width:1300px;
	border-top:0;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	
}



#header #logo{
	width:200px;
}

#header td{
	padding:5px;
}

#header #texte2 ul{
	margin-left:-20px;
	color:#ffffff;
	font-size:0.8em;
	list-style-type:none;
}


/*******************************************************/
/*				MENU 						
/*******************************************************/

#menu {
	background-repeat:no-repeat;
	border-top:2px solid #000;
	color:#fff;
	text-align:center;
	font-family: Calibri, Arial;
	
	text-transform:capitalize;
	height:40px;
	background-color:#990d0e;
	background-image:url(fond.png);
	background-repeat:repeat-x;
}

#menu table{
	
}

#menu td{
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:8px;
	

}

#menu a{
	text-decoration:none;
}
#menu a div{
	border:3px outset #c8c8c8;
	color:#fff;
	text-decoration:none;
	padding: 2px 2px;
	
	background-repeat:no-repeat;
	font-size:0.9em
	text-transform:uppercase;
	
}

#menu a div:hover{
	border:3px inset #c8c8c8;
	background-color:#fff;
	color:#000;

}

/*******************************************************/
/*				CONTENU 						
/*******************************************************/
#centre{
	
	margin-top:30px;
	width:100%;
}

#contenu{

	
	
}
#actu{
	margin:2%;
	margin-top:20%;
	border:2px ridge #FFFF99;

}
#actu a{
	color : #000;
}

#actu #titre_actu{
	width:100%;
	padding: 2% 0;
	background-color:#FFFFFF;
	text-align:center;
	letter-spacing:2px;
	font-family:"Comic Sans MS", Calibri, Arial;
}



#actu .titre_actu{
	font-weight:bold;
	color:#fff;
}

#actu .titre_actu a{
	color:#fff;
}

#actu .date_actu{
	font-weight:normal;
	color:#fff;
}

#actu .date_actu a{
	font-weight:normal;
	color:#fff;
}

#actu .texte_actu{
	color:#fff;
	
}

#actu .texte_actu a{
	color:#fff;
	
}





#actu_all .titre_actu{
	font-weight:bold;
	
}



#actu_all .date_actu{
	font-weight:normal;
	font-style:italic;
}



#actu_all .texte_actu{
	
	
}




#contenu p{
	
	font-family:Calibri, "Times New Roman", Arial;
	font-size:1em;
	/*font-weight:bold;*/
	/*font-style:italic;*/
	text-indent:30px;
	text-align:justify;
}


#titre{
	font-size:1.2em;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	
}

#texte{
	text-align:center;
}	

.titre{
	font-size:1.2em;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
}


/*******HISTORY ************/
#history h1{
	/*width:60%*/;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	border-top: 4px solid #03F;
	border-bottom: 4px solid #03F;
	font-weight:bold;
	font-style:italic;
	padding:10px;
	/*background-color:#e6e6e6;*/
	
}

#history h2{
	/*text-decoration:underline;*/
	font-style:italic;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
}	
/*******CLUB *********/

ul{
	/*font-family:"Times New Roman", Times, serif;*/
	font-size:1em;
	/*font-weight:bold;*/
	/*font-style:italic;*/
	font-family:Calibri, "Times New Roman", Arial;
	margin-left:25px;
	text-align:justify;
	
}	


/*****************************/

.gras {
	font-weight:bold;
}


/*******************************************************/
/*				FOOTER 						
/*******************************************************/

#footer{
	position:relative;
	float:left;
	border-top: 3px ridge #1f1fff;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:5px 0;	
	text-align:center;
	position:absolute;
	margin-top:100px;
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	color: #fff;
	font-style:italic;
	padding-bottom:3%;
}
