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

a
{
   color: rgb(0,0,255);
}

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

td
{
   text-align: center;
   vertical-align: middle;
   padding-right: 40px;
}

/* 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  droit l'association*/

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

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

/* 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.45em;
   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 a:hover
{
   color: rgb(243,98,0);
}

.element_menu_droite ul
{
   padding: 0px;
   padding-left: 30px;
   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;
}

/* Le corps de la page */

#corps
{
   margin-right: 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;
}

#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-top: 30px;
   margin-bottom: 15px;   
}

#corps h2
{
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: left;
   font-size: 1.1em;
   color: rgb(254,123,0);
   margin: 0px;
   margin-top: 17px;
   margin-bottom: 5px;
}

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

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

#corps ul li
{
   margin: 0px;
   margin-bottom: 5px;
}
#corps ol li
{
   padding: 0px;
   padding-bottom: 5px;
   margin: 0px;
   color: rgb(254,123,0);
   font-weight: bold;
}

#corps table ol li
{
   color: rgb(0,0,255);
}

#corps p
{
   margin: 0px;
   margin-bottom: 15px;
}

#corps img
{
   border: none;
 }

.align_droite
 {
   text-align: right;
}

.align_gauche
 {
   text-align: left;
}

.justifie
{
   text-align: justify;
}

.centre
 {
   text-align: center;
}

.faq
{
   text-align: justify;
   text-indent: 20px;
}

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

#corps_camps_retraites h2
{
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: left;
   font-size: 1.1em;
   color: rgb(254,123,0);
   margin: 0px;
   margin-top: 17px;
   margin-bottom: 5px;
}

#corps_camps_retraites img
{
   float: right;
   margin: 0px;
   padding: 0px;
   padding-left: 10px;
   padding-bottom: 5px;
}

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

em
{
	font-weight: bold;
}

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