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;
}

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

.angleterre
{
   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;
}


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

/* Le corps de la page */

#corps
{
   margin-left: 170px;
   margin-bottom: 20px;
   padding: 5px;
   color: rgb(0,0,255);
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 0.9em;
}

.programme_01
{
   float: left;
   margin: 0px;
   margin-right: 3px;
}

.bretagne_01
{
	float: right;
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.espagne_01
{
	float: left;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.med3050_01
{
	float: left;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.imageblock
{
   display: block;
   padding: 0px;
   margin: auto;
   padding-bottom: 9px;
}

#corps h1
{
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 1.8em;
   margin: 10px;
}

#corps h2
{
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   background-repeat: no-repeat;
   text-align: center;
   font-size: 1.3em;
}

#corps h3
{
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   background-repeat: no-repeat;
   font-size: 1em;
}

table
{
   border-collapse: collapse;
}

th, td
{
   border: 1px solid rgb(0,0,160);
   font-size: 0.8em;
   padding: 4px;
}

.sommaire_camps td
{
	border: none;
	font-size: 1.05em;
	width: 650px;
}

.avec_puce
{
	list-style-image: url("images/puce_corps.gif");
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 5px;
}

.sans_puce
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	text-align: justify;
}

strong
{
	color: rgb(254,123,0);
}

em
{
	font-weight: bold;
}

#corps p
{
   padding: 3px;
   margin: 0px;
   margin-bottom: 10px;
}

.align_droite
 {
   text-align: right;
}

.centre
 {
   text-align: center;
}
.justifie
{
   text-align: justify;
}

/* Le pied de page */

#pied_de_page
{
   width: 980px;
   height: 60px;
   padding: 5px;
   text-align: center;
   border: 3px double rgb(0,0,160);
}

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

#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;
   visibility: hidden;
}