/*
Design AIS
Réalisé par WizarD, 
http://www.a-i-s.info/
*/

body
{
   width: 100%;
   margin: 0;   
   background: url('../../images/bgheader.png') repeat-x #FFF2DF;
   height: 100%;
   font-family: "Verdana", Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 12px;
}

/* L'en-tête */

#en_tete
{
   width: 100%;
   height: 163px;
}

#glob
{
   background: url('../../images/bgmenu.png') repeat-y;
   heoght: 100%;
}

/* Le menu */

#menu
{
   float: left;
   width: 148px;
}

.element_menu
{
   
}

.element_menu1
{
   color: #266CDE;
   font-size: 11px;
}


/* Quelques effets sur les menus */


.element_menu h3
{   
   color: #D55D5E;
   text-align: center;
   background: url('../../images/bgh3.png');
   padding-top: 5px;
   font-size: 12px;
   height: 30px;
}

.element_menu ul
{
   list-style-type: none;
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #404950;
   text-decoration: none;
   border-left: 2px solid #FFC66F;
}

.element_menu a:hover
{
   color: #404950;
   text-decoration: none;
   border-left: 30px solid #5B5FB6;
}

.element_menu1 h3
{   
   color: #D55D5E;
   text-align: center;
   background: url('../../images/bgh3.png');
   padding-top: 5px;
   font-size: 12px;
   height: 30px;
}

.element_menu1 ul
{
   list-style-type: none;
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu1 a
{
   color: #404950;
   text-decoration: none;
   border-left: 2px solid #FFC66F;
}

.element_menu1 a:hover
{
   color: #404950;
   text-decoration: none;
   border-left: 30px solid #5B5FB6;
}

/* Le corps de la page */

#corps
{
   margin-left: 180px;
   margin-right: 10%;
   margin-bottom: 85px;
   margin-top: 30px;
   color: #000000;
   border: 1px solid black;
}

#corps h1
{
   color: #094DC8;
   text-align: center;
   font-size: 17px;
}

#corps h2
{
   color: #094DC8;
   text-align: center;
   font-size: 17px;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;
   text-align: center;
   color: #00000;
   margin-bottom: 0px;
}