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

body
{
   width: 850px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-color:  #e2e5eb; 
   /*background-image: url("images/fond2.jpg"); */
   color: #4b4f56; /* Le texte de la page sera noir */
   /*border: 2px solid white;*/
}

/* L'en-tête */

#en_tete
{
   width: 850px;
   height: 60px;
   text-align: center;
   margin-left: 0px;
   /*background-image: url("images/banniere.png");
   background-repeat: no-repeat;*/
   margin-bottom: 10px;
   /*background-image: url("images/en_tete6.jpg");*/
   /*background-color:#969799; /*rgb(15,58,23); /* Le fond de la page sera noir */
   /*color: #4b4f56; /* Le texte de la page sera noir */
   /*color : #e2917e;*/
   color: #ff5a00; /*rgb(255,99,54);*/ /* Le Texte sera orange */
   /*border: 2px solid white;*/
}

.head_block { background:url(images/head_bgd.gif) left top repeat-x;}
.head_block .left { background:url(images/head_left.gif) no-repeat left top;}
.head_block .right { background:url(images/head_right.gif) no-repeat right top;}
.head_block .ind  
{ 
    padding:10px 36px 14px 32px;
    font-family: Arial, "Arial white", "Times New Roman", Times, serif;
    font-size:200%;
} /*padding:30px 36px 14px 32px;}*/

/* Le menu */

#menu
{
   float: left;
   width: 200px;
   /*color: rgb(201,176,80);*/
   color: #ff5a00; /*rgb(255,99,54);*/
}

.element_menu
{
   /*background-color: #626262;*/
   /*background-color: white; /* Le fond de la page sera noir */
   color: #4b4f56; /* Le texte de la page sera noir */
   background-repeat: repeat-x;
   
   /*border: 2px solid white;*/
   
   margin-bottom: 20px;
   
   font-family:arial, sans-serif;
   font-size:100%;
   
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   /*color: #B3B3B3;*/
   font-family: Arial, "Arial white", "Times New Roman", Times, serif;
   text-align: center;   
   /*background-color: white; /* Le fond de la page sera noir */
   color: #4b4f56; /* Le texte de la page sera noir */
   /*border: 2px solid white;*/
}

.element_menu ul
{
   /*list-style-image: url("images/ico2.png");*/
   padding: 0px;
   padding-left: 20px;
   margin: 30px;
   margin-bottom: 5px;
   /*background-color: white; /* Le fond de la page sera noir */
   color: #4b4f56; /* Le texte de la page sera noir */
   color:#555555;   
   /*border: 2px solid white;*/
}

.element_menu a
{
   /*color: #B3B3B3;*/
   color: #4b4f56;
	font-weight:bold;
	text-decoration:none;
   text-align: center;   
}

.element_menu a:hover
{
   /*background-color: #B3B3B3;
   color: white;*/
   /*background-color: white; /* Le fond de la page sera noir */
   /*color: #4b4f56; /* Le texte de la page sera noir */
   /*color: #e2917e;*/
   color: #ff5a00; /*rgb(255,99,54);*/
   text-align: center;   
}


/* Le corps de la page */

#corps
{
   margin-left: 200px;
   /*margin-bottom: 20px;*/
   padding: 5px;
   font-size:105%;
   
   /*color: #B3B3B3;*/
   /*background-color: #969799;*/
   /*background-image: url("images/motif.png");
   background-repeat: repeat-x;*/
   
   /*border: 2px solid white;*/
}

#corps h1
{
   /*color: #B3B3B3;*/
   text-align: center;
   font-family: Arial, "Arial white", "Times New Roman", Times, serif;
   /*background-color: white; /* Le fond de la page sera noir */
   color: #4b4f56; /* Le texte de la page sera noir */
   color: #ff5a00; /*rgb(255,99,54);*/ /* Le Texte sera orange */
}

#corps h2
{
   height: 30px;

   /*background-image: url("images/LogoSI.jpg");
   background-repeat: no-repeat;*/
   /*background-color: white; /* Le fond de la page sera noir */
   color: #4b4f56; /* Le texte de la page sera noir */
   color: #ff5a00; /*rgb(255,99,54);*/ /* Le Texte sera orange */
   
   padding-left: 30px;
   /*color: #B3B3B3;*/
   text-align: left;
}


/* 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: #B3B3B3;
   background-color: #626262;
   background-image: url("images/LogoSI.jpg");
   background-repeat: repeat-x;*/
   /*background-color: white; /* Le fond de la page sera noir */
   color: #4b4f56; /* Le texte de la page sera noir */
   
   /*border: 2px solid white;*/
   /*position: absolute;*/
   bottom: 0;
   margin-left: 120px;
}

#lienfoot{
	text-align:center;
	color:#000;
	padding-bottom:10px;
    margin-left: 120px;
}
#lienfoot a{
	color:#818284;
	text-decoration:none;
}
#lienfoot a:hover{
	color:#818284;
	text-decoration:underline;
}

/* La seule image en bas */

#logos
{
   text-align: center;
   /*position: absolute;*/
   bottom: 10px;
   margin-left: 200px;
}

div#label {position:absolute; top:500px; left:50%; margin-left:-415px; width:120px; height:90px;}
div#label2 {position:absolute; top:600px; left:50%; margin-left:-415px; width:120px; height:90px;}