/*page*/
body
{
width:777px;
margin:auto;
background:url("logos/fond.png");
font-family:verdana;
}
/*fond blanc*/
#fondblanc
{
background-color:white;
min-height:800px;
}

/*banniere*/
#banniere
{
width:777px;
height:128px;
background-image:url("logos/banniere.jpg");
background-color:white;
}

/*menu sous la banniere*/
#menusousbanniere /*attention : tableau*/
{
background-color:rgb(200,200,200);
border-collapse:collapse;
width:777px;
}

#menusousbanniere td
{
height:22px;
width:20%;
text-align:center;
font-size:0.8em;
}

/*menu gauche*/
#menu
{
width:194px;
float:left;
border:1px black solid;
font-size:0.7em;
text-align:center;
background-color:rgb(255,255,156);
min-height:200px;
}

hr
{
width:80%;
text-align:center;
}

/*corps de la page*/
#corps
{
}

/*suite de liens*/
#navigation
{
text-indent:10px;
margin-top:7px;
margin-bottom:12px;
font-size:0.8em;
}

#slogan
{
width:578px;
margin-left:194px;
text-align:center;
font-size:14px;
}

/*bandeau de pub*/
#pub
{

}

/*centre page */
#centrale
{
margin-left:210px;
width:560px;
margin-top:25px;
margin-bottom:25px;
font-weight:bold;
font-size:0.75em;
padding-bottom:100px;
}

#centrale p
{
text-indent: 20px;
text-align:justify;
}

#stats
{
text-align:center;
font-size:0.7em;
font-weight:bold;
}

.tableauaccueil
{
font-size:0.95em;
}

.tableauaccueil td
{
width:50%;
text-align:justify;
}


/*pied*/
#pied
{
clear:both;
}

/*Liens*/
a, a:active, a:visited ,a img
{
color:blue;
border : none;
}

a:hover
{
color:purple;
font-weight:bold;
}

/*formulaire contact*/
.rougeform
{
font-size:11px;
color:red;
}

.petitcaracteres
{
font-size:10px;
text-align:center;
}

/*historique >>> a propos*/
h2
{
font-size:18px;
}

/*global*/
.centrer
{
text-align:center;
}