body
{
   width: 90%;
   margin-left: auto;
   margin-right: auto;
   background-color: #000000; /*couleur noire*/
   font-family: Arial, "Times New Roman", Times, sans-serif;
}
#menu a
{
   color: black;
   text-decoration: none;
}
#menu a:hover
{
   color: #fff;
   display: block;
   background: #ffd700; /*couleur gold*/
   padding: 0 0 0 0;
}
h1
{
  text-indent: -50000px;
}
#en_tete
{
   height: 100px;
   border: 4px solid #ffd700; /*couleur gold*/
   background: url("images/titrelong2.png") no-repeat #ffff99 center;
}
#menu
{
   width: 20%;
   float: left;
}
.sous_menu
{
   margin-top: 20px;
   margin-bottom: 10px;
   line-height: 1.7;
   background: url("images/jauneblancmenu.png") repeat;
   border: 4px solid #ffd700; /*couleur gold*/
   color: black;
   font-style: italic;
}
.sous_menu h3
{
   color: black;
   text-align: center;
}
#diaporama img 
{
	position: absolute;
	border: 2px solid #666;
	width: 18%;
}
#corps h2
{
   text-align: center;
}
#corps a
{
   color: #0000ff;
   text-decoration: underline;
}  
#corps
{
   width: 55%;
   float: left;
   margin-left: 2%;
   margin-top: 20px;
   margin-bottom: 20px;
   padding: 10px;
   color: black; /*couleur du texte*/
   background: url("images/jauneblanc.png") repeat;
   border: 4px solid #ffd700; /*couleur gold*/
   text-align: justify;
   font-style: normal;
   font-size: 0.9em;
}

#imagecorps img
{list-style-type: none;
margin-left: 15%;;
width: 70%;
}
.rouge
{
   color: red;
}
.bleu
{
   color: blue;
}
#navigation 
 {
	margin: 0 ;
	padding: 0 ;
	list-style: none; 
}
#navigation li 
{
	float: left ;
	width: 13% ;
	border: 2px solid #ffd700 ;
	margin-right: 2px ;
	color: black ;
	background: url("images/jauneblanc.png");
}
#navigation li a 
{
	display: block ;
	background: url("images/jauneblanc.png") repeat;
	color: black ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	padding: 4px 0 ;
	text-align: center ;
	text-decoration: none;
	}	
#navigation li a:hover, #navigation li a:focus, #navigation li a:active 
{
	background: #ffd700 ;
}
#navigationadherent 
 {
	margin: 0 ;
	padding: 0 ;
	list-style: none; 
}
#navigationadherent li 
{
	float: left ;
	width: 18% ;
	border: 2px solid #ffd700 ;
	margin-right: 1px ;
	color: black ;
	background: url("images/jauneblanc.png");
}
#navigationadherent li a 
{
	display: block ;
	background: url("images/jauneblanc.png") repeat;
	color: black ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	padding: 4px 0 ;
	text-align: center ;
	text-decoration: none;
	}	
#navigationadherent li a:hover, #navigationadherent li a:focus, #navigationadherent li a:active 
{
	background: #ffd700 ;
}
#droite /*logo du club avec bonnet rouge*/
{  
   margin-left: 81%;
   height: 145px;
   padding: 0px;
   margin-top: 20px;
   background: black no-repeat center black;
   text-align: center;
   color: black;
}
#droite a img
{
 border: none; /*pour enlever la bordure autour de l'image lien*/
}
#droite  img
{
 width: 100%; /*pour que l'image suive le bloc*/
}
#logodroite
{
   margin-top: 20px;
   margin-left: 81%;
   height: 539px;
   border: 4px solid #ffd700; /*couleur gold*/
   background: url("images/logodroite.png") no-repeat center #ffff99;
}
#logotribours
{
   margin-top: 20px;
   margin-bottom: 10px;
   background: black repeat;
 
   float: left;
   height: 171px;
}
#logotribours a img
{
 border: none; /*pour enlever la bordure autour de l'image lien*/
}
#logotribours  img
{
 width: 100%; /*pour que l'image suive le bloc*/
}

#pied_de_page
{
   clear: left;
   margin-top: 20px;
   padding: 5px;
   background-color: #ffff99;
   background-image: url("images/fondpieddepage.jpg");
   border: 4px solid #ffd700; /*couleur gold*/
   color: black;
   text-align: center;
}
#affiche  img
{
 width: 100%; /*pour que l'image suive le bloc*/
 height:100%


