/*Feuille de style d'Infos PC, commune à tous les designs
Permet les en-têtes personnalisés.*/

/*Dégradé d'Infos PC*/
BODY 
{
margin-top: 0px;
margin-bottom: 20px;
background-image: url("../../img/infos_pc/degrade.jpg");
background-repeat: repeat-x;/*Normal*/
}


/*En-tête d'Infos PC : contient les dimensions et surtout le fond (logo)*/
#en_tete
{
   margin-top: 0px;
   height: 110px;
   width: 310px;
   margin:auto;
   margin-bottom: 10px;
   background-image: url("../../img/infos_pc/logo.jpg");/*Normal*/
   background-repeat: no-repeat;
}

#en_tete_cache
{
	display:none;
}

#xiti-logo
{
	text-align: center;
}

