/* BODY - Ręgles universelles*/
body
{
background-image: url("../../commun/images/site/fond-hiver.jpg");
background-color: #f9f4f1;
color:#514930;
}

#conteneur {
background-color:#fcf9f7;
border-color: #cdcaae;
border-width: 3 px;
border-style: solid;
width: 980px;
}


h1
{
color: #993300;
}

h2
{
color: #993300;
}

h3
{
color: #993300;
}

h4
{
color: #993300;
}

h5
{
color: #993300;
}

ul
{
list-style-image: url("../commun/images/site/puce.png");
}


/*LIENS : comportement*/
a:link,a:visited,a:active
{
color: #993300;
}
a:hover
{
color: #993300;
}


/*div BANNIERE en-tęte*/
#en_tete
{
height: 228px;
margin-bottom: 0px;
}

/* div MENU */
#menu
{
background-repeat: repeat-y;
top: 226px;
width: 183px;  largeur menu */
min-height: 588px;
}

/*Effets menu*/

.element_menu ul
{
list-style-image: url("../../commun/images/site/puce.png");
}

.element_menu h1
{
color: #993300;
}

.element_menu a:link,a:active,a:visited
{
color: #993300;
}

.element_menu a:hover 
{
background-color: #D7D5C5;
color: #993300;
border: inset 1px;
}

/*variations menu vers partie ete*/
.ete {
list-style-image: url(../images/site/feuille2.gif)
}

.ete a {
color: green;
}

/* DIV CORPS de la page / MISE EN PAGE*/

#corps
{
/*background-image: url("../../commun/images/site/fond-hiver.jpg");*/
background-color: #fcf9f7;
background-repeat: repeat;
top: 226px;
/*border-top: ridge 2px;*/
}

/*mise en page DIV CORPS*/

#corps .intro /*Introduction site*/
{
color: #993300;
}


/*Listes &agrave; puce*/
#corps ul
{
list-style-image: url("../../commun/images/site/puce.png");
}

/*Tableaux*/

#corps .table_liste ul
{
list-style-image: url("../../commun/images/site/puce.png");
}

#corps .table_liste h2
{
color: #993300;
}

/*photos*/
#corps .bordure-photos
{
border: 2px ridge;
}

#corps fieldset
{
color: #993300;
}


/* PIED DE PAGE */

#pied_de_page {
border: none;
top: 737px;
width: 767px;
}

#pied_de_page p {
color: #993300;
text-align: center;
}


#pied_de_page a:link
{
color: blue;
}
