body {
    margin: 0px;
    padding: 0px;
	background-color: #FFFAEC;
}

.fondhg {
	background-attachment: fixed;
	background-image:   url(../fr/images_interface/bord_haut_gauche.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.fondhd {
	background-attachment: fixed;
	background-image:   url(../fr/images_interface/bord_haut_droit.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFAEC;
}

.fondbg {
	background-attachment: fixed;
	background-image:   url(../fr/images_interface/bord_bas_gauche.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.fondbd {
	background-attachment: fixed;
	background-image:   url(../fr/images_interface/bord_bas_droit.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.fondmenu1 {
	background-image:  url(../fr/images_interface/fond_menu_1.gif);
	background-repeat: repeat-x;
}

td a.fondmenu1alt {
	background-image:  url(../fr/images_interface/fond_menu_1.gif);
	background-repeat: repeat-x;
}

td a.fondmenu1alt:hover {
	background-image:  url(../fr/images_interface/fond_menu_1_alt.gif);
	background-repeat: repeat-x;
}

.fondbasdepage {
	background-image:  url(../fr/images_interface/fond_bas_de_page.gif);
	background-repeat: repeat-x;
}

td a.menu3 {
	background-image:  url(../fr/images_interface/menu3fond.gif);
	background-repeat: repeat-x;	
}

td a.menu3:hover {
	background-image:  url(../fr/images_interface/menu3fondalt.gif);
	background-repeat: repeat-x;
}
.txtmarronfonce {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #544B34;
	text-decoration : none ;
}

.txtmarronfonce:hover {
	text-decoration : underline ;
}

.txtmarronclair {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #796E53;
	text-decoration : none ;
}

.txtmarronclair a {
	text-decoration : underline ;
}

#navcontainer ul
{
    margin-left: 12px;
    /*padding-left: 0px;*/
	/*padding-top: 0em ;
    padding-top: 0.8em !important; */
    /*list-style-type: none;*/
}

#navcontainer ul li { 
    float: left;
    display: inline;
    padding-left : 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #796E53;
}

#navcontainer ul li a {
	text-decoration : none;
	color: #796E53;
}

#navcontainer ul li a:hover {
	text-decoration : overline;
}
.txtmarronfoncetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #544B34;
	text-decoration : none;
	font-weight: bold;

}
