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

table
{
   border-collapse: collapse;
    color: rgb(0,0,255);
}

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

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

em
{
	
	font-weight: bold;
}

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

.align_droite
 {
   text-align: right;
}

.justifie
{
   text-align: justify;
}

.nom
{
   width: 175px;
}

.public
{
   width: 142px;
}

.lieu
{
   width: 62px;
   text-align: center;
}

.date
{
   width: 120px;
}

.prix
{
   width: 70px;
}

.contact
{
   width: 158px;
}

.formulaire
{
   width: 65px;
   text-align: center;
}

/*le formulaire*/
#lettre_presentation, #obligatoire
{
	width: 810px; 
	margin: 0px; 
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid gray;
}

label
{
	width: 150px;
	display: block;
	float: left;
	margin: 0px;
}

input, textarea
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 3px;
}

fieldset
{
	border : none;
}

legend
{
	color: rgb(254,123,0);
	font-weight: bold;
}

.conteneur
{
   width: 800px; 
   margin: 0px; 
   padding: 0px;
   padding-bottom: 5px; 
}

.bas
{
	clear: both;
	margin: 0px;
	padding: 5px;
}

#vous, #contact, #coordonnees, #vacances
{
	width: 350px;
	float: left;
	margin: 0px;
	padding: 5px;
	border: none;
}

#contact, #vacances
{
	margin-left: 4px;
}

#code_securite
{
	width: 270px;
}

.avertissement
{
	color: red;
}

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