body
{
background-color : #ffead4;
font-family : Times, Garamond, serif;
color : #000;
text-align: center;
}

/*Blocs de position ici */

#contenant
{
position: absolute;

margin: 0 auto;
margin-top: 5px;

padding: 0;
text-align: left;

left: 50%;
width: 734px;
margin-left: -367px;

background-color: #FFF;

border-style: solid;
border-width: 1px;
border-color: #FFF;
}

#header
{
margin: 0 auto;
height: 159px;

padding: 0;
}

#headerHaut
{
margin: 0 auto;
padding: 0;
height: 31px;
}

#headerMilieu
{
margin: 0 auto;
padding: 0;
height: 72px;
}

#headerBas
{
margin: 0 auto;
padding: 0;
height: 56px;
}

#menu
{
margin: 0 auto;
padding: 0;
width: 150px;
height: 401px;
background: url(../images_communes/com_i_fondMenu.jpg);
background-position: top center;
background-repeat: no-repeat;

float: left;
}

#sousMenu
{
margin: 0 auto;
padding: 0;
width: 584px;
background: url(../images_communes/com_i_sousMenu.jpg);
text-align: right;
}

#contenu
{
margin: 0 auto;
padding: 0;
width: 584px;
background: url(../images_communes/com_i_fondTexte.jpg);
background-position: top center;
background-repeat: no-repeat;

float: right;
}

#petitContenu
{
margin: 0 auto;
padding: 0;
width: 584px;
height: 25em;
background: url(../images_communes/com_i_fondTexte.jpg);
background-position: top center;
background-repeat: no-repeat;

float: right;
}

#footer
{
height: 63px;
clear: both;
}

#formulaireContact
{
margin-left: 12px;
}

/*Classes de texte ici*/

a:link
{
color : #8E693E;
text-decoration : none;
}

a:visited
{
color : #A06825;
text-decoration : none;
}

a:active
{
color : #000;
}

a:hover
{
text-decoration : underline;
}

h2.bienvenue
{
margin-top: 5px;
margin-bottom: 3px;
margin-left: 9px;

font-size: 2.6em;
color: #827c76;
font-style: italic;
}

h2.sousTitre
{
margin-top: 5px;
margin-bottom: 3px;
margin-left: 6px;

font-size: 1.3em;
color: #827c76;
}

h2.glossaire
{
margin-top: 5px;
margin-bottom: 3px;
margin-left: 6px;

font-size: 1.3em;
text-align: center;
color: #827c76;
}

h2.plan
{
margin-top: 5px;
margin-bottom: 3px;
margin-left: 6px;

font-size: 1.2em;
color: #827c76;
}

p
{
margin-top: 12px;
margin-left: 12px;
margin-right: 12px;
}

p.note
{
margin-left: 12px;
font-style: italic;
}

p.menuGlossaire
{
margin-top: 3px;
margin-bottom: 3px;

text-align: center;
font-weight: bold;
}

p.sousMenu
{
padding: 0;
margin: 0 auto;
margin-bottom: 2px;
font-size: 0.8em;
margin-right: 3px;
}

p.hautPage
{
font-size: 1.1em;
text-align: center;
}

.entreeGlossaire
{
color: #827c76;
font-weight: bold;
}

/*Classes speciales ici*/

.imageParagraphe
{
float: right;
margin-left: 3px;
margin-bottom: 3px;
margin-right: 12px;
}

.tableArchives
{
margin-left: 12px;
}

.packLeft
{
border-width: 0px;

float: left;
}

.packRight
{
border-width: 0px;

float: right;
}