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

body
{
   width : 100%;
   margin : auto;
   background-color :#48609e;
   background-image : ;
   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;
  
   margin-bottom : 10px;
}
#en_tete h1
{
   color : #ffffff;
   background-color : ;
   text-align : center;
  
   font-size: 50px;
   font-family : Monotype Corsiva, "Arial Black", "Times New Roman", Times, serif;
}

#en_tete h2
{
   color : #ffffff;
   background-color : ;
   text-align :left ;
   
   font-size: 18px;
   font-family : Monotype Corsiva, "Arial Black", "Times New Roman", Times, serif;
}
#en_tete h3
{
   color : #ffffff;
   background-color : ;
   text-align :left ;
   text-align : center;
   font-size: 45px;
   font-family : Monotype Corsiva, "Arial Black", "Times New Roman", Times, serif;
}
/* Le menu gauche */

#menu_gauche
{
   float : left;
   margin-left :5px;
   width : 250px;
}


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

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

/* 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: #ffffff;
   background-color : ;
}

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

/* Le corps de la page */

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

#element_corps_promo
{
   color : #ffffff;
   width : px;
   background-color : #48609e;
   font-size: 22px;
   text-align : center;
   border : 0px dashed ;
   padding-bottom : 18px;
}

.element_corps_promo_titre 
{ 
   color : #ffffff;
   width : px;
   background-color : #48609e;
   font-weight : bold;
   font-size: 36px;
   text-align : center;
   border : 0px solid ; 
}

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

#corps h2
{
   color : #ffffff;
   background-color : ;
   font-size: 30px;
   background-image : ;
   font-family : serif, "Arial ", "Times New Roman", Times, arial black;
}

#corps h3
{
   color : #ffffff;
   background-color : ;
   font-size: 22px;
   display: inline;
   background-image :;
   font-family : serif, "Arial ", "Times New Roman", Times, arial black;
}

#corps h4
{
   color : #ffffff;
   font-style: italic;
   font-weight: bold;
   font-size: 25px;
   display: inline;
   text-decoration: ;
   background-color : ;
   background-image :;
   font-family : Comic sans MS, "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 : #000000;
   font-weight : bold;
   background-image : ;
   background-color : ;
   background-repeat : repeat-x;
   
   border : 0px solid #000000;
}

#pied_de_page h1
{
   color : #000000;
   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 : #000000;
   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:#000000;
   background-color :;
}

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