/*
Design d'exemple du Site du Zér0
Réalisé par zaz, venom et mateo21
http://www.siteduzero.com
*/

body
{
   width: 760px;
   margin: auto;
   margin-top: 5px;
   margin-bottom: 3px;    
   /*background-image: url("images/fond_bleu_clair.29320.jpg");-*/
   /*background-image: url("images/Fond_Bleu_Bleu.jpg");*/
   background-repeat: repeat-x;
   background-color: white;
}

/*******************************************************************************/
/* COINS ARRONDIS issus de : http://www.roundedcornr.com/ */

/*RoundedCornr with Gradient
Corner radius in pixels:  10
Background color:  #2149d2
Box color at top:  #3290f8
Box color at bottom:  #bad1ff
Gradient height in pixels:  30
Gradient angle (degrees):  0*/

.roundedcornr_box_590994 {
   background: #bad1ff url(roundedcornr_590994_grad.gif) repeat-x top left;
   margin-bottom: 10px;	/*espacement entre 2 cadres arrondis  du menu*/
}
.roundedcornr_top_590994 div {
   background: url(roundedcornr_590994_tl.gif) no-repeat top left;
}
.roundedcornr_top_590994 {
   background: transparent url(roundedcornr_590994_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_590994 div {
   background: url(roundedcornr_590994_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_590994 {
   background: transparent url(roundedcornr_590994_br.gif) no-repeat bottom right;
}

.roundedcornr_top_590994 div, .roundedcornr_top_590994,
.roundedcornr_bottom_590994 div, .roundedcornr_bottom_590994 {
   width: 100%;
   height: 5px;
   font-size: 1px;
}
.roundedcornr_content_590994 { 
	/*margin: 0 10px; */
   text-align: center;
}


/*******************************************************************************/
/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 130px;
   background-image: url("images/banniereME_Gimp.jpg");
   background-repeat: no-repeat;
   margin-bottom: 5px;
}

/*******************************************************************************/
/* Le menu */

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

/* Mise en forme ACCES ABONNES */
.loginPwd
{ 
margin-top: 10px;
}

.form_pseudo
{ 
margin-top: -30px;
padding-left:7px;
color:#0000e3;
}

.form_pwd
{ 
margin-top: -20px;
padding-left:7px;
color:#0000e3;
}

.form_OK
{ 
margin-top: 10px;
margin-left: 47px;
color:#0000e3;
}

/* Quelques effets sur les menus */

.loginPwd h3
{ 
color: white;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-align: left;
margin-left: 22px;
}

.element_menu
{
   /*background-color: #b2e7b2;*/
   /*background-color: #0000e3;*/
   /*background-color: #3290f8;*/
   background-color: #2149d2;
   /*background-image: url("images/motif.jpg");*/
   background-repeat: repeat-x;
   /*border: 2px solid green;*/
   margin-top: 30px;
   margin-bottom: 5px;
}

.element_menu h3
{    
   /*color: rgb(0,0,255);*/
   color: white;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("images/puce.jpg");
   padding: 0px;
   padding-left: 2px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   /*color: rgb(0,0,255);*/
   /*color: white;*/
   color: #0000e3;
	font-weight : bolder;
}

.element_menu a:hover
{
   /*background-color: #B3B3B3;*/
   color: #259f2d;
	font-weight : bolder;
}

.h1_vert
{
  color: #259f2d;
}
.text01, .text02, .text03, .text04, .text05, .text06, .text07, .text08, .text09, .text10, .text11
{
   color: #0000e3;
   font-size : 150%;
	font-weight : bolder;
}

.text20, .text21/*, .text22*/
{
  color: #259f2d;
   font-size : 250%;
	font-weight : bolder;
}
.text22
{
  color: #0000e3;
   font-size : 250%;
	font-weight : normal;
}

.text00
{
   line-height: 0.5;
}

.text01
{
   padding-left: 200px;
   /*padding-left: 433px;*/
 }
.text02
{
   /*padding-left: 425px;*/
   padding-left: 410px;
   line-height: 0.5;
 }
.text03
{
   padding-left: 185px;
}
.text04
{
   padding-left: 270px;
}
.text05
{
   padding-left: 225px;
}
.text06
{
   padding-left: 50px;
}
.text07
{
   padding-left: 45px;
}
.text08
{
   padding-left: 340px;
}
.text09
{
   padding-left: 338px;
}
.text10
{
   padding-left: 35px;
}
.text11
{
   padding-left: 50px;
}
.text20
{
   padding-left: 170px;  /*180*/
   /*font-family: fantasy;*/
   font-family: Mistral;
}
.text21
{
   padding-left: 20px;  /*100*/
   font-family: Mistral;
   /*line-height: 0.5;*/
}
.text22
{
   padding-left: 95px;  /*20*/
   font-family: Mistral;
   /*line-height: 0.5;*/
}

#corps sup
{
	font-size : 70%;
}

.compteur
{ 
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-align: center;
color:white;
font-weight : bolder;
/*font-size : 150%;*/
}

/*******************************************************************************/
/* Le corps de la page */

#corps00
{
   margin-left: 0px;
   margin-bottom: 5px;
   padding: 8px;   /* =toutes directions =>idem cadre*/
   
   color: blue;
   /*background-color: #b2e7b2;*/
   /*background-color: #0000e3;*/
   /*background-color: #3290f8;*/
   background-color: #2149d2;
   background-repeat: repeat-x;
   
   /*border: 2px solid black;*/
}

#corps
{
   margin-left: 130px;
   margin-bottom: 1px;
   /*padding: 20px;*/
   padding-top: 1px;
   /*padding-bottom: 20px;*/ /* PB qd activé : décalage variable avec molette souris*/
   padding-left: 20px;
   padding-right: 20px;
   
   color: blue;
   background-color: #bad1ff;
   /*background-color: white;*/
   background-image: url("images/virgule_0Fond_1Ombre_01.gif");
   /*background-color: white;
   background-image: url("images/image010.gif");*/
      
   /*background-position:center center;*/
   background-position:center 70%;
   /*background-repeat: repeat-x;*/
   background-repeat: no-repeat;
  
   /*border: 5px solid white;*/
}

#corps h1
{
    /*background-image: url(fond_grad3.gif);
	background-position:bottom;
   background-repeat: repeat-x;*/
  color: rgb(0,0,255);
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;

   padding-top: -10px;
   padding-bottom: 15px;
    background-image: url(fond_grad3.gif);
	background-position:bottom;
   background-repeat: repeat-x;
}

.h1_small
{
   font-size : 70%;
}

#corps h2
{
   /*background-image: url("images/titre.jpg");*/
  /* margin-top:-20px;*/
   /*height: 30px;*/
}

#corps h3
{
   color: #329932;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size : 150%;
}


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

#pied_de_page
{
   /*padding: 5px;*/

   width: 760px;
   height: 30px;

   /*margin-top: 1px;*/
  /*margin-bottom : 20px;*/
	color: #0000e3;
   text-align: center;
   vertical-align: baseline;
   line-height: 1.5;
   /*background-image: url(roundedcornr_947663_grad.gif);*/
   background-image: url(roundedcornr_590994_grad.gif);
   background-repeat: repeat-x;
    border-style:solid;
   border-width:4px 4px 4px 4px;
   border-top:#2049d2;
   border-left:none;
   border-right:none;
   border-bottom:#2049d2;

   /*color: rgb(0,0,255);*/
   /*background-color: #3290f8;*/
   /*background-color: #c7e6ff;*/
   /*background-image: url("images/motif.jpg");
   background-repeat: repeat-x;*/
   
   /*border: 2px solid blue;*/
}
.ME_vert
{
	color :  #329932;
	font-weight : bolder;
	font-size : 110%;
}
.ME_bleu
{
	color :  #0000e3;
	font-weight :bolder;
	font-size : 100%;
}