@charset "utf-8";
/* CSS Document */
body
{
   width: 1000px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-image: url("images/background.jpg");
   background-position: center top;
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-color: #000000;

}


a:link
{
color: transparent; text-decoration: none;
}
a:visited
{
color: transparent; text-decoration: none;
}
a:hover
{
color: transparent;
text-decoration: none;
background: transparent;
}
a:active
{
color: transparent;
text-decoration: none;
}


#blocconnexion
{
   width: 1000px;
   height: 65px;
   background-color: #; /* Une couleur de fond pour le bloc connexion */
   background-position: center;
   background-repeat: no-repeat;
   margin: auto;
   margin-bottom: 10px;
   text-align: center;
}

/* L'en-tête */
#entete
{
	margin-top: 108px;
	width: 1000px;
	height: 120px;
}

.element_bandeau
{
   
   width: 1000px;
   height: 20px;
   margin-top: 20px;
   
}

.element_lienlecteur
{
   
   width: 80px;
   height: 60px;
   margin-left: 851px;
}


.element_scripttitre
{
   width: 100px;
   height: 20px;
   margin-left: 685px;
   
}

#menu
{
   width: 1000px;
   height: 30px;
   margin: auto;
   margin-top: 2px;
   background-image: url("images/backmenu.jpg");
}




#corps
{
   margin-top: 0px; /* Ca c'est pour éviter que le corps colle trop à l'entete */
   margin-bottom: 10px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   
   
   color: #B3B3B3;
   background-color: #1e1e1e; /* Une couleur de fond pour le corps */
}
.element_formulaire
{

}
.element_facebook	
{
   
   
   width: px;
   height: px;
   margin-top: 5px;
   }
   
.element_sousmenu
{
   float: left;
	padding-top: 5px;
   width: px;
   height: px;
   margin-left: 5px;
   margin-right: 10px;
   margin-top: px;
}

.element_iframe
{
	padding-top: 5px;
   width: px;
   height: px;
   margin-left: px;
   margin-top: px;
}








#pied_de_page
{
	padding: 5px;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
	background-image: url("images/backnews.jpg");
	background-repeat: repeat-x;
	margin-top: 10px; /* Ca c'est pour éviter que le corps colle trop à l'entete */
	text-align:center;
}
