@charset "utf-8";
/* CSS Document */

/****************** Tags HTML ***************/
body{
	background-color: #928b6e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
	color: #5d4e3b;
}

img{
	border: none;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #4d4030;
	margin: 0px 0px 20px 0px;
	text-align: right;
	font-weight: normal;
}

p{
	margin: 0px 0px 8px 0px;
	text-align: justify;
}

a{
	color: #5d4e3b;
	text-decoration: underline;
}

a:hover{
	color: #b76c21;
}

/***************** Structure de page *************/
#container{
	width: 970px;
	margin: 0px auto;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#entete{
	width: 970px;
	height: 205px;
}

#menu_gauche{
	width: 213px;
	margin: 0px;
	float: left;
}

#contenu{
	margin: 0px 20px 0px 223px;
}

#pied{
	clear: both;
	padding: 8px 0px;
}

/***************** div #entete **************/
#entete img{
	display: block;
}

/************** div #menu **************/
/**** div #langues ****/
#menu_gauche #langues{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: auto;
}

#menu_gauche #langues li{
	float: left;
	margin-right: 4px;
	display: inline;
}

/**** div #menu ****/
#menu_gauche #menu{
	list-style-type: none;
	padding: 0px;
	margin: 13px 8px 0px 0px;
}

#menu_gauche #menu li{
	text-align: right;
	padding-bottom: 8px;
	background-image: url(../images/separateur-menu.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 19px;
}

#menu_gauche #menu li a{
	color: #d9d9d3;
	font-family: "Times New Roman", Times, serif; 
	font-size: 24px;
	text-decoration: none;
}

#menu_gauche #menu li a:hover{
	color: #d9c593;
}

/***************** div #pied ***************/
#pied p{
	text-align: center;
	margin: 0px 0px 0.7em 213px;
}

#pied a{
	color: #78725a;
	font-size: 9px;
	text-decoration: none;
}