@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_pub
{
   float: left; /* Le menu flottera à gauche */
   margin-left: 5px;

}
.element_banniereflash
{
   float: left; /* Le menu flottera à gauche */
   margin-left: 5px;

}
.element_dedicace
{
   margin-left: 453px;
}


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

.element_titreencours
{
   float: left;
   width: 445px;
   height: 370px;
   margin-top: 5px;
   margin-left: 5px;
   background-image: url("images/backtitreencours.jpg");
}
.element_news
{
   width: 540px;
   height: 370px;
   margin-left: 453px;
   margin-top: 5px;
   background-image: url("images/backnews.jpg");
}


.element_newsletter
{
   float: left;
   width: 445px;
   height: px;
   margin-right: 5px;
   margin-left: 5px;
   margin-top: 5px;
   background-image: url("images/fondnewsletter.png");
   background-color:#
   
}
.element_publicite
{
  
   width: 445px;
   height: 180px;
   margin-right: 5px;
   margin-top: 5px;
   margin-left: 500px;
   background-image: url("images/");
   background-color:#
   
}

.element_top
{
	
}

.element_pub2
{
	float: left;
margin-left: 10px;	
margin-top: 10px;
}

.element_autopromo
{
  
   width: 300px;
   height: 600px;
   padding-left: 25px;
   padding-right: 25px;
   margin-left: 645px;
   margin-top: 10px;
   background-image: url("images/fondcommunauteaccueil.jpg");   
}

#pied_de_page
{
	
	widht: 1000px;
	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;
}



