/* CSS Document */

/* STYLE GLOBAL DU SITE */

body {
	background-image: url(textureBois.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-position: center top;
}

a {
	border-style:none
}

img {
	border-style:none
}

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	height: 296px;
	width: 850px;
	margin: 0px;
	padding: 0px;
}

#menu {
	height: 36px;
	width: 850px;
	margin: 0px;
	padding: 0px;
}

#gauche {
	margin: 0px;
	width: 228px;
	position: relative;
	float: left;
}
#header_gauche {
	margin: 0px;
	height: 67px;
	width: 228px;
	position: relative;
}
#contenu_gauche_txt {
	position: relative;
	text-align: left;
	padding-right: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 17px;
	padding-left: 80px;
	color: #003399;
	height: auto;
	padding-top: 1px;
	padding-bottom: 1px;
}

#contenu_gauche {
	background-image: url(mini_menu.png);
	width: auto;
	position: relative;
	text-align: left;
}

#footer_gauche {
	height: 56px;
	width: 228px;
	position: relative;
}
#droite {
	float: right;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 622px;
}
#contenu {
	background-image: url(feuille_principale.png);
	background-repeat: repeat-y;
	width: auto;
	position: relative;
	margin: 0px;
	padding-top: 40px;
	padding-right: 125px;
	padding-bottom: 25px;
	padding-left: 70px;
	height: auto;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
}
#footer {
	position: relative;
	height: 62px;
	width: 622px;
}
