body
{
   width: 1000px;
   margin: auto;
   margin-top: 15px;
   margin-bottom: 10px;
   background-color: rgb(255,245,175);
}

a
{
   color: blue;
}

a:hover
{
   color: rgb(243,98,0);
}

/* L'en-tête */

#en_tete
{
   width: 1000px;
   height: 100px;
   background-image: url("../images/banniere_entete.jpg");
   background-repeat: no-repeat;
   background-position: top center;
   margin-bottom: 15px;
}

/* Le menu  gauche camps actualisable annuellement*/

#menu_gauche
{
	float: left;
	width: 150px;
	margin-bottom: 10px;
	margin-right: 27px;
}

.bretagne
{
   color: rgb(0,128,255);
   font-weight: bold;
}

.espagne
{
   color: rgb(255,128,255);
   font-weight: bold;
}

.normandie
{
   color: rgb(172,130,96);
   font-weight: bold;
}

.med25-32
{
   color: rgb(153,204,0);
   font-weight: bold;
}

.med30-50
{
   color: rgb(255,128,0);
   font-weight: bold;
}

.penboch
{
   color: rgb(190,125,255);
   font-weight: bold;
}

/* Quelques effets sur les menus */

#menu_gauche h1
{    
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   font-size: 1.45em;
   color: rgb(254,123,0);
}

#menu_gauche h1 a
{    
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 1em;
   color: rgb(254,123,0);
}

#menu_gauche ul
{
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
   color: rgb(0,0,255);
}

#menu_gauche ul a
{
   font-family: Arial, "Arial Black", "comic sans MS", "Times New Roman", Times, serif;
   font-size: 0.9em;
   font-weight : bold;
   text-align : left;
}

/* Le menu  droit l'association*/

#menu_droite
{
   float: right;
   width: 150px;
   padding: 3px;
}

.element_menu_droite
{
   margin: 0px;
   margin-bottom: 20px;
   padding: 3px;
}

/* Quelques effets sur les menus */
.element_menu_droite h1
{    
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   font-size: 1.55em;
   color: rgb(254,123,0);
}

.element_menu_droite h1 a
{    
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   color: rgb(254,123,0);
}

.element_menu_droite ul
{
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
   color: rgb(0,0,255);
}

.element_menu_droite ul a
{
   font-family: Arial, "Arial Black", "comic sans MS", "Times New Roman", Times, serif;
   font-size: 0.9em;
   font-weight : bold;
   color: rgb(0,0,255);
   text-align : left;
}

.element_menu_droite a:hover
{
   color: rgb(243,98,0);
}

/* Le corps de la page */
#corps
{
   margin-left: 0px;
   margin-right: 177px;
   margin-bottom: 5px;
   margin-top: 40px;
   color: rgb(0,0,255);
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 0.9em;
   text-align: justify;
}

#corps h1
{
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 1.8em;
   color: rgb(0,0,160);
   margin-bottom: 0px;
   padding-bottom: 0px;
   padding-left: 630px;
}

#corps p
{
   text-indent: 20px;
   text-align: justify;
   padding: 0px;
   margin-bottom: 7px;
}

#corps em
{
   color: rgb(254,123,0);
   font-weight: bold;
   font-style: normal;
}

#corps strong
{
   color: blue;
   font-weight: bold;
}

.flottant_droit
{
	display: block;
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;
	float: right;
}

.flottant_gauche
{
	display: block;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	float: left;
}

.flottant_gauche_marge
{
	display: block;
	text-indent: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0px;
	float: left;
}

/* Le pied de page */
#pied_de_page
{
   width: 980px;
   height: 60px;
   padding: 5px;
   text-align: center;
   border: 3px double rgb(0,0,160);
   clear: both;
}

#pied_de_page table
{
	margin: 0px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight : bold;
	color: rgb(0,0,160);
}

#pied_de_page img
{
	border: none;
}

#pied_de_page a
{
   color: rgb(0,0,160);
}

#pied_de_page a:hover
{
   color: rgb(243,98,0);
}

#pied_de_page p
{
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   color: rgb(0,0,160);
   font-size: 0.9em;
}
