/*
Design du Site de PR.image
Réalisé par jpg@primage.fr
http://primage.fr
*/

body
{
   width : 100%;
   margin : auto;
   background-image : url("images/claudia01a.jpg");
   text-align: center;
}

#arriere{
width :100%;
height: 100%;
}

a img
{
   border: none;
}

/* L'en-tête */

#en_tete
{
   width :1500px;
   height :200px;
   background-repeat : no-repeat;
   background-image : ;
   margin-bottom : 10px;
}


/* Le menu gauche */

#menu_gauche
{
   float : left;
   margin-left :5px;
   width : 180px;
}


.element_menu_gauche
{
   font-weight : bold;
   text-decoration: none;
   background-repeat : repeat-x;
   background-image : url("images/007.jpg");
   border : 1px solid #000000;
   margin-bottom : 20px;
}

.element_menu_titre 
{ 
   color : #ffffff;
   background-color : #000099;
   font-weight : bold;
   text-align : center;
   border : 1px dashed #ffffff; 
}

/* 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 : #660066;
   color : #000033;
   text-decoration: none;
}

/* Le menu droite */

#menu_droite
{
   float : right;
   width : 120px;
   margin-right : 5px;
}

.element_menu_droite
{
   color : #000033;
   background-color : #000099;
   font-weight : bold;
   background-repeat : repeat-x;
   border : 2px solid #660066;
   padding-bottom : 20px;
}


/* Quelques effets sur les menus */

.element_menu_droite ul
{
   padding-left : 5px;
   margin : 5px;
}

.element_menu_droite a
{
   color: #660066;
   background-color : #000099;
}

.element_menu_droite a :hover
{
   background-color : #660066;
   color : #000033;
}

/* Le corps de la page */

#corps
{
   margin-left : 250px;
   margin-right : 320px;
   margin-bottom : 5px;
   padding : 5px;
   color : #ffffff;
   background-color : ;
   background-image : url("images/tran.gif");
   font-weight : bold;
   background-repeat : repeat-x;
   border : 0px solid #000000;
}

#element_corps_promo
{
   color :#FFFFFF;
   width : 600px;
   background-color : ;
   font-size: 20px;
   text-align : center;
   border :0px dashed #808080;
   padding-bottom : 20px;
}

.element_corps_promo_titre 
{ 
   color : #ffffff;
   width : 690px;
   background-color :  ;
   font-weight : bold;
   font-size: 120px;
   text-align : center;
   border : 0px solid #808080; 
}

#corps h1
{
   color : #CC00CC;
   background-color : ;
   text-align : center;
   background-image :  url("images/tran.gif");
   font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   color : #CC00CC;
   background-color : ;
   font-size: 16px;
   background-image :  url("images/tran.gif");
   font-family : serif, "Arial ", "Times New Roman", Times, arial black;
}

#corps h3
{
   color : #CC00CC;
   background-color : ;
   font-size: 16px;
   display: inline;
   background-image : ;
   font-family : serif, "Arial ", "Times New Roman", Times, arial black;
}

#corps h4
{
   color : #000000;
   font-style: italic;
   font-weight: bold;
   font-size: 18px;
   display: inline;
   text-decoration: underline;
   background-color :;
   background-image : url("images/tran.gif") ;
   font-family : Comic sans MS, "Arial ", "Times New Roman", Times, arial black;
}

/* Le pied de page */

#pied_de_page
{
   clear : both;
   margin-left : 200px;
   margin-right : 160px;
   padding : 5px;
   text-align : center;
   color : #ffffff;
   font-weight : bold;
   background-image : ;
   background-color : ;
   background-repeat : repeat-x;
   
   border :0px solid #000000;
}

#pied_de_page h1
{
   color : #ffffff;
   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 : #ffffff;
   background-color : #ebd97a;
   font-size: 8px;
   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 : #ebd97a;
}

.pied_de_page a :hover
{
   background-color : #ebd97a;
   color : #ebd97a;
}