/*mise en page generale*/
body
{
font-family:"Trebuchet MS", "Times New Roman";
font-size:13px;
background-color: #666666;
color:#000000;
width: 964px;
margin:auto;
}

a /*valable sauf si précision voir feuille propre à la page*/
{
color:#000000;
text-decoration:none;
}

a img
{
border:none;
}

.voir_le_site
{
color:#3333CC;
text-decoration:none;
}


.aide
{
color:#0066FF;
}

a:hover
{
text-decoration:underline;
}

.smile /*pour les smiles du jscode*/
{
vertical-align:middle;
height:25px;
}

.pagination
{
	margin-top: 5px;
	text-align:center;
	margin-bottom: 10px;
	line-height: 20px;
}
/*en tête--------------------------------------------------------------------------------------*/
.entetehaut
{
height: 23px;
width: 964px;
background-image:url(mise_en_page/entetehaut.jpg);
}

.baniere
{
height: 143px;
width: 964px;
background-image:url(images/baniere.jpg);
}

.entetebas
{
height: 23px;
width: 964px;
background-image:url(mise_en_page/entetebas.jpg)
}

/*pied----------------------------------------------------------------------------*/
.pied
{
height:71px;
width:964px;
background-image:url(mise_en_page/pied.gif);
}

/*corps -------------------------------------------------------------------------*/
.corps
{
width:964px;
background-color:#FFFFFF;
border: none;
padding-bottom: 2px;
padding-top: 3px;
}


