/* ***************************************************************
	Structure
background: rgb(175,127,175) repeat scroll 0% 50%;	mauve	 
background: rgb(88,0,0) repeat scroll 0% 50%; rouge foncé 
background: rgb(75,30,30) repeat scroll 0% 50%; brun clair
*************************************************************** */
#body { background: rgb(0,0,0);
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    font-family: Tahoma,Arial,sans-serif;
	margin:0 auto;
	text-align:center;
    }

#content-wrapper {
	background: #FFF url(../imgs/shadow_top.png) repeat-x 0 0;
	position: relative;
}
#content {
	position: relative;
	width: 1024px;
	/*left:50%;
	margin-left: -512px;	
	background: transparent url(../image/fond/background.gif) repeat-y 0 0; */	  
	margin: auto;
}
#sidebar {
	clear: left;
	width: 170px;
	padding: 20px 10px;
	float: left;
}


/* ***************************************************************
	Elements de l'entête
*************************************************************** */ 

  #header { background: rgb(100, 3, 3) none repeat scroll 0% 50%;
    margin-left: 0px;
    margin-top: -21px;
    min-height: 106px;
    }

/* Bloc pour le positionne de l'image de l'entête */
  #header-content { 
    background: rgb(100, 3, 3) none repeat scroll 0% 50%;
	-moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    color: rgb(250, 212, 0);
    position: relative;
    width: 1024px;
    min-height: 106px;
    }

/* h1 sont les paramètres de l'image du logo */
  #header-content h1 { 
    background: url(../image/logo_site_Excel.gif) no-repeat scroll 0pt 50%;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    text-indent: -10000px;
	margin-top: 22px;
    z-index: 100;
    }

  #header-content h1 a:link, #header-content h1 a:visited, #header-content h1 a:hover { display: block;
    width: 540px;
    height: 106px;
    margin-left: 0px;
    text-decoration: none;
    }

  #header-slogan {
	  display: block;
	  color: #FFFFFF;
	  margin-left: -700px;
	  margin-top: 22px;
	  z-index: 100;
  }		

  #drapeau_france {	
    display: block;
    margin-left: 800px;
	margin-top: -20px;
	z-index: 100;
    }

  #drapeau_anglais {
    display: block;
	margin-left: 900px; 
	margin-top: -80px;
	z-index: 100;
    }	

/* Bloc pour le positionne des menus de l'entête */
  ul#nav { position: absolute;
    right: 10px;
    bottom: -8px;
    max-width: 600px;
    z-index: 100;
    }

/* Paramètres du padding 12=espacement entre les caractètes ; 4=espace sous les caractères */
  ul#nav li { padding: 0pt 10px 18px;
    display: block;
    float: left;
    }

/* Paramètres de la police de l'entête */
  ul#nav a:link, ul#nav a:visited { font-size: 12px;
    color: rgb(250, 212, 0);
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    }

/* Paramètres de l'hyperlink de l'entête */
  ul#nav a:hover { text-decoration: underline;
    }

	
/* Paramètres du bloc menu */  

#Main {position: relative; background: rgb(59, 3, 3); /*background: transparent url(../image/fond/fp11.jpg) repeat 0 0; */
	  width: 1024px;
	  min-height: 861px;
	  }
	  
  #MenuPos{
  	position:relative; 
	background-color:rgb(59, 3, 3); 
	margin-left:-4px; 
	margin-top:-2px; 
	width:160px; 
	height:800px;
	}
  #fiche {
    position: relative;
	background: rgb(255, 255, 255);
	margin-left: -1px;
	min-height: 861px;
	width: 740px;
	margin-top: -2px;
	}		   
	
  #pub {
  	position: relative;
	margin-left:-3px; 
	margin-top:-2px;
	min-height: 861px;
	max-width: 120px;
	}

	/* Paramètres de la police du titre de la fiche */
  #fiche-titre {
    font-size: 23px;
	color: #4C1F24;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding: 10;
	text-shadow: black;
	letter-spacing: normal;
	font-family: Times New Roman
	}
  
  	/* Paramètres de la police du texte de la fiche */
  #fiche-texte {
    font-size: 15px;
	color: #4C1F24;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	padding: 10;
	text-shadow: black;
	letter-spacing: normal;
	font-family: Times New Roman
	}

   /* Paramètres de la police du texte des stats de la fiche */
  #fiche-content h1 {
      font-size: 16px; 
	  color: #8D0404; 
	  text-decoration: none; 
	  text-transform: uppercase; 
	  text-align: left; 
	  font-family: Times New Roman; 
	  text-indent: 10px; 
	  line-height: 10px;
	  }				  

   /* Paramètres de la police du texte des stats de la fiche */
  #fiche-content h2 {
      font-size: 14px; 
      color: rgb(100,3,3); 
	  font-weight: normal; 
	  text-decoration: none; 
	  text-transform: none; 
	  text-align: left; 
	  font-family: Times New Roman; 
	  text-indent: 30px; 
	  line-height: 3px;
	  }				  
	
   /* Paramètres de la police du texte des stats de la fiche */
  #fiche-content h3 {
	  font-size: 14px; 
	  color: #000000; 
	  font-weight: normal; 
	  text-decoration: none; 
	  text-transform: none; 
	  text-align: left; 
	  font-family: Times New Roman; 
	  text-indent: 50px; 
	  line-height: 3px;
  }	
  #fiche-content h3 a:link, #fiche-content h3 a:visited {font-size: 14px; color: #000077; font-weight: normal; text-decoration: none; text-transform: none; text-align: left; font-family: Times New Roman; text-indent: 50px; line-height: 3px}				  

  #fiche-content h3 a:hover { text-decoration: underline;
    }

   /* Paramètres de la police du texte des stats de la fiche */
  #fiche-content h4 {font-size: 11px; color: #000000; font-weight: normal; text-decoration: none; text-transform: none; text-align: right}				  
	
  	/* Paramètres de la police du texte avant la formule la fiche */
  #fiche-texte-formule {font-size: 15px; color: rgb(100,3,3); font-weight: bold; text-decoration: none; text-transform: none; text-align: left; padding: ; text-shadow: black; letter-spacing: ; font-family: Times New Roman}

   /* Paramètres de la police du texte de la formule de la fiche */
  #fiche-formule {font-size: 14px; color: #000000; font-weight: bold; text-decoration: none; text-transform: none; text-align: left; padding: 5 0 5 0; font-family: Arial; min-width: 150px}				  
	
  #classement a:link, #classement a:visited {font-size: 14px; color: #000077; font-weight: normal; text-decoration: none; text-transform: none; text-align: left; font-family: Times New Roman; text-indent: 50px; line-height: 3px}				  

  #classement a:hover { text-decoration: underline;
    }
	
/*	 Style pour la fenêtre Popup     */
  #popup-position-tableau {
  	position: relative;
	margin-left:-9px; 
	margin-top:-12px;
	height: 640px;
	width: 728px;
  }
       
  #temps_restant {
    position: relative; 
	margin-top: -30px; 
	margin-left: 100px;  
	width: 75px; 
	font-size: 13px;
	color: rgb(250, 212, 0); 
	text-align: left; 
	font-family: Tahoma;
	}
  
  #popup-police {font-size: 13px; color: rgb(250, 212, 0); text-align: left; font-family: Tahoma; font-weight: normal}