@charset "utf-8";
/* CSS Document */


/* COPRS DE LA PAGE */
body
{
	width: 900px;
	margin:auto; /* Pour centrer notre page */
	margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. */
	margin-bottom: 10px;    /* Idem pour le bas du navigateur */
	text-align:center;
	   background-image:url("images/fond.jpg");
   background-repeat:repeat-x;
  
}


#allh
{
width: 900px;
height:170px;
   background-image: url("images/allh.gif");
   background-repeat: no-repeat;
   text-align:left;
}
.text
{
padding-top:20px;
padding-left:260px;
padding-right:20px;
text-align:justify;
   	font-family:Arial, Helvetica, sans-serif;
 	font-size:12px;
	color:#333333;
}

#allm
{
width: 900px;
   background-image: url("images/allm.gif");
   background-repeat:repeat-y;
}

#texte_over
{
height:120px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

#pied_depage
{
	width:900px;
	height:150px;
	background-image:url("images/pied.gif");
	background-repeat:no-repeat;
}
.pied
{
background-color:#AAFA36;
	padding-left:5px;
	padding-right:5px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
 	font-size:8px;
 	margin-bottom:0px;
}

#allb
{
width: 900px;
height:100px;
margin-top:0px;
   background-image: url("images/allb.gif");
   background-repeat: no-repeat;
}

#prechargement
{
 display: none;
}
 
#img
{
margin-top:0px;
text-align:center;
}


#lientab
{
float:left;
margin-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:8px;
}


#bas
{

width:900px;
text-align:center;
}
