/* CSS Document */
body{
	background-color:#855F58;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#navi{
	position: absolute;	/* positionnement pour IE5 et IE5.5 */
	top: 0px;
	left:5px;
	height:450px;
	width:133px;
}
ul, li {	/* utilisation de liste pour le menu */
list-style-type: none;	/* suppression des puces de liste */
margin:0;
padding:0;
}
ul {
	float:left;
	height:450px;
	background: transparent url(graphic/navi.jpg) top left no-repeat;	/* arrière-plan général du menu */
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {float: left;}

li a {	/* dimensions et définitions des boutons */
	display: block;	/* mise en block de <a> pour lui donner des dimensions */
	height: 30px;
	width: 133px;
	color:#000000;
	font-size: 16px;
	line-height:30px;	/* hauteur de ligne pour éviter les paddings */
	font-weight: bold;
	font-family: arial, serif;
	text-decoration: none;
}
li a:hover {
background: transparent url(graphic/navi.jpg) top left no-repeat;
color:#FFFFFF;
}
a#l1:hover {
background-position: 0px -450px;	/* décalage de l'arrière-plan pour chaque bouton */
}
a#l2:hover{
	background-position: 0px -480px;
}
a#l3:hover{
	background-position: 0px -510px;
}
a#l4:hover{
	background-position: 0px -540px;
}
a#l5:hover{
	background-position: 0px -570px;
}
a#l6:hover{
	background-position: 0px -600px;
}
a#l7:hover{
	background-position: 0px -630px;
}
a#l8:hover{
	background-position: 0px -660px;
}
a#l9:hover{
	background-position: 0px -690px;
}
a#l10:hover{
	background-position: 0px -720px;
}
a#l11:hover{
	background-position: 0px -750px;
}
a#l12:hover{
	background-position: 0px -780px;
}
a#l13:hover{
	background-position: 0px -810px;
}
/*Sous menu pop UP1*/
#submenu1{
	display:none;
	position:absolute;
	top:180px;
	left:140px;
	width:130px;
	padding-left:6px;
	background-color:#FFCCCC;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	color:#000000;
	font-size: 14px;
	line-height:22px;	/* hauteur de ligne pour éviter les paddings */
	font-weight: bold;
	font-family: arial, serif;
	text-decoration: none;
}
#submenu1 a:link{
	color:#000000;
	text-decoration:none;
}
#submenu1 a:hover{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bolder;
	background-color:#666666;
}
#submenu1 a:visited{
	color:#999999;
	text-decoration:none;
	font-weight:lighter;
}
/*Sous menu pop UP2*/
#submenu2{
	display:none;
	position:absolute;
	top:120px;
	left:140px;
	width:130px;
	padding-left:6px;
	background-color:#FF9999;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	color:#000000;
	font-size: 14px;
	line-height:22px;	/* hauteur de ligne pour éviter les paddings */
	font-weight: bold;
	font-family: arial, serif;
	text-decoration: none;
}
#submenu2 a:link{
	color:#000000;
	text-decoration:none;
}
#submenu2 a:hover{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bolder;
	background-color:#666666;
}
#submenu2 a:visited{
	color:#999999;
	text-decoration:none;
	font-weight:lighter;
}
/*Sous menu pop UP3*/
#submenu3{
	display:none;
	position:absolute;
	top:150px;
	left:140px;
	width:130px;
	padding-left:6px;
	background-color:#FF6666;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	color:#000000;
	font-size: 14px;
	line-height:22px;	/* hauteur de ligne pour éviter les paddings */
	font-weight: bold;
	font-family: arial, serif;
	text-decoration: none;
}
#submenu3 a:link{
	color:#000000;
	text-decoration:none;
}
#submenu3 a:hover{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bolder;
	background-color:#666666;
}
#submenu3 a:visited{
	color:#999999;
	text-decoration:none;
	font-weight:lighter;
}
#texte1{
	position: absolute;
	width: 777px;
	height:450px;
	left: 147px;
	top:0px;
	overflow:scroll;
	background-color:#FFFAE8;
	background-position:top;
	background-position:left;
	background-repeat:repeat;
/*	background-color:#6F0A28;*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding-top:12px;
}
#ref{
	position: absolute;
	width: 657px;
	height:50px;
	left: 157px;
	top:800px;
	overflow:scroll;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#333333;
	padding-top:12px;
}
.titre01{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	font-stretch:expanded;
	letter-spacing:3px;
}
a:link{
	text-decoration:underline;
	font-weight:bold;
	font-stretch:extra-expanded;
	color:#000000;
}
a:hover{
	text-decoration:underline;
	font-weight:bolder;
	font-stretch:expanded;
	color:#FF9999;
}
a:visited{
	text-decoration:underline;
	font-weight:bold;
	color:#666666;
}
.mini{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
.prix{
	color:#000000;
	font-weight:bold;
	font-stretch:extra-expanded;
	font-size:13px;
}
.linkcouleur{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF6666;
}
.linkcouleur:hover{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF6666;
}
.linkcouleur:visited{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF6666;
}
.linkcouleur:link{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF6666;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	font-stretch:expanded;
	letter-spacing:3px;
}
.table:hover{
	background-color:#FFEFB7;
}
.espace{
	padding-bottom:15px;
}