/*
Design du Site de ASSO.P.R.I
Réalisé par JPG 
http://jpgphotos.fr
*/

body
{
   width : 100%;
   margin : auto;
   background-image :url("http://jpgphotos.fr/images/ciel69.jpg");
   text-align: center;
}

#arriere{
width : 100%;
height: 100%;
}

a img
{
   border: none;
}


/* L'en-tête */

#en_tete
{
   width : px;
   height : px;
   background-repeat : no-repeat;
   background-color :;
  
   margin-bottom : 10px;
}
#en_tete h1
{
   color : #0B009F;
   background-color : ;
   text-align : center;
  
   font-size: 95px;
   font-family : georgia, "Arial Black", "Times New Roman", Times, serif;
}

#en_tete h2
{
   color : #0B009F;
   background-color : ;
   text-align :left ;
   
   font-size: 18px;
   font-family : georgia, "Arial Black", "Times New Roman", Times, serif;
}
#en_tete h3
{
   color : #0B009F;
   background-color : ;
   text-align :left ;
   text-align : center;
   font-size: 45px;
   font-family : georgia, "Arial Black", "Times New Roman", Times, serif;

}
#en_tete h4
{
   color : #0B009F;
   
}
/* Le menu gauche */

#menu_gauche
{
   float : left;
   margin-left :5px;
   width : 250px;
  background-color :;
  background-image :url("images/bois_040.jpg") ;
}


.element_menu_gauche
{
   font-weight : bold;
   text-decoration: none;
   background-repeat : repeat-x;
   background-image : ;
   border : 0px solid #000000;
   margin-bottom : 0px;
  font-size: 20px;
}

.element_menu_titre 
{ 
   color : #ffffff;
   background-color : ;
   font-weight : bold;
   text-align : center;
   border : 0px dashed #660066;
   font-size: 25px; 
}

/* Quelques effets sur les menus */

.element_menu_gauche ul
{
   padding-left : 5px;
   margin : 5px;
   text-decoration: none;
}

.element_menu_gauche a
{
   color:#ffffff;
   text-decoration: none;
}

.element_menu_gauche a :hover
{
   background-color : ;
   color : #ffffff;
   text-decoration: none;
}

/* Le menu droite */

#menu_droite
{
   float : right;
   width : 120px;
   margin-right : 5px;
}

.element_menu_droite
{
   color : #ffffff;
   background-color : ;
   font-weight : bold;
   background-repeat : repeat-x;
   border : 0px solid #660066;
   padding-bottom : 20px;
}


/* Quelques effets sur les menus */

.element_menu_droite ul
{
   padding-left : 5px;
   margin : 5px;
}

.element_menu_droite a
{
   color: #000000;
   background-color : ;
}

.element_menu_droite a :hover
{
   background-color : ;
   color : #000000;
}

/* Le corps de la page */

#corps
{
   margin-left : 250px;
   margin-right : 80px;
   margin-bottom : 5px;
   padding : 5px;
   color :#ffffff;
   background-color : ;
   text-align : center;
   font-weight : bold;
   background-repeat : repeat-x;
   border : 0px solid #000000;
   background-image : ;
}

#element_corps_promo
{
   color :#FB9F00;
   width : px;
   background-color :;
   font-size: 22px;
   text-align : center;
   border : 0px dashed #808080;
   padding-bottom : 18px;
   background-image :url("images/")  ;
}

.element_corps_promo_titre 
{ 
   color : #FB9F00;
   width : px;
   background-color : ;
   font-weight : bold;
   font-size: 65px;
   text-align : center;
   border : 0px solid ;
   background-image :url("images/")  ; 
}

#corps h1
{
   color : #FB9F00;
   background-color : ;
   font-size: 25px;
   text-align : center;
   
   font-family : georgia, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   color : #FB9F00;
   background-color : ;
   font-size: 70px;
   
   font-family : georgia, "Arial ", "Times New Roman", Times, arial black;
}

#corps h3
{
   color : #FB9F00;
   background-color : ;
   text-align : center;
   font-size: 35px;
   display: inline;
   
   font-family : georgia, "Arial ", "Times New Roman", Times, arial black;
}

#corps h4
{
   color : #0B009F;
   font-style: italic;
   font-weight: bold;
   font-size: 25px;
   display: inline;
   text-decoration: ;
   background-color : ;
   
   font-family : georgia, "Arial ", "Times New Roman", Times, arial black;
}

/* Le pied de page */

#pied_de_page
{
   clear : both;
   margin-left : px;
   margin-right : px;
   padding : 5px;
   text-align : center;
   color : #0B009F;
   font-weight : bold;
   background-image : ;
   background-color : ;
   background-repeat : repeat-x;
   
   border : 0px solid #000000;
}

#pied_de_page h1
{
   color : #0B009F;
   background-color : ;
   font-size: 12px;
   background-image :;
   text-align : center;
   font-family : Comic sans MS, "Arial ", "Times New Roman", Times, arial black;
}

#pied_de_page h2
{
   color : #0B009F;
   background-color : ;
   font-size: 12px;
   background-image :;
   text-align : right;
   font-family : Comic sans MS, "Arial ", "Times New Roman", Times, arial black;
}

.pied_de_page ul
{
   padding-left : 5px;
   margin : 5px;
}

.pied_de_page a
{
   color:#0B009F;
   background-color :;
}

.pied_de_page a :hover
{
   background-color : ;
   color : #0B009F;
}