
/* ---------------------------------------------------------------------------------------------body--------------------------------------------------------------- */
body
{
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: #F5FAF9;
}
/* ---------------------------------------------------------------------------------------------bordure image--------------------------------------------------------------- */
img
{
border: none;
}
/* ---------------------------------------------------------------------------------------corps haut + pied de page--------------------------------------------------------------- */
#header_haut_1000
{
margin: auto;
text-align: center;
width: 1000px;
height: 250px;
border-collapse: collapse;
background-image: url("design/header_haut_1000.jpg");
}
#header_haut_1000 #banniere_header
{
margin: auto;
text-align: center;
padding-top: 80px;
}
#header_haut_1000 h1
{
text-indent: -50000px;
}
#pied_de_page
{
margin: auto;
text-align: center;
width: 1000px;
height: 30px;
background-image: url("design/header_intermediaire_1000.jpg");
}
/* ---------------------------------------------------------------------------------------tableau intermediaire-------------------------------------------------------------- */
#intermediaire
{
margin: auto;
text-align: center;
width: 1000px;
height: 35px;
border-collapse: collapse;
background-image: url("design/header_intermediaire_1000.jpg");
}
#intermediaire td
{
width: 250px;
background-image: url("design/ban_blanc_intermediaire.png");
}
#intermediaire a
{
font-family: Arial, Verdana;
font-size: 12pt;
font-weight: bold;
text-decoration: none;
color: black;
}
#intermediaire a:hover
{
text-decoration: underline overline;
font-style: italic;
color: red;
}
/* ---------------------------------------------------------------------------------------corps central--------------------------------------------------------------- */
#central
{
margin: auto;
text-align: center;
width: 1000px;
height: 500px;
border-collapse: collapse;
}
#central_gauche
{
padding-top: 10px;
vertical-align: top;
width: 200px;
background-image: url("design/colonne_menu_gauche.jpg");
}
#central_centre
{
padding-top: 10px;
vertical-align: top;
width: 600px;
}
#central_droit
{
padding-top: 10px;
vertical-align: top;
width: 200px;
background-image: url("design/colonne_menu_droit.jpg");
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
#colonne
{
width: 500px;
}
.colonne_titre, .colonne_milieu
{
width: 500px;
height: 50px;
text-align: center;
}
.colonne_milieu
{
width: 500px;
height: 50px;
text-align: left;
padding-left: 100px;
}
.colonne_titre span
{
font-family: "Comic Sans MS", Arial, Verdana;
font-size: 14pt;
font-weight: bold;
color: blue;
text-decoration: none;
}
.colonne_milieu a
{
text-align: left;
font-family: "Comic Sans MS", Arial, Verdana;
font-size: 9pt;
font-weight: normal;
color: Black;
text-decoration: none;
line-height: 1.7em;
}
.colonne_milieu a:hover
{
text-align: left;
font-family: "Comic Sans MS", Arial, Verdana;
font-size: 9pt;
font-weight: normal;
color: red;
text-decoration: none;
}
/* ----------------------------------------------------------------------------ecriture dans corps central centre--------------------------------------------------------- */
#central_centre h1
{
font-size: 15pt;
font-family: "Calligraph421 BT", Arial, Verdana;
font-weight: bold;
text-decoration: underline;
}
.rubrique
{
padding: 5px 3px 3px 3px;
font-size: 8pt;
font-family: Verdana, Arial;
line-height: 1.3em;
}
span
{
font-size: 8pt;
font-family: Verdana, Arial;
line-height: 1.3em;
}


