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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align:center;

}
#main{
	background-color:#FFFFFF;
	}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.menuFond{
	background-image: url(images/menuFond.gif);
	background-repeat:repeat-x;
	/*background-color:#FFFFFF;*/
	}
.texteTd{
	padding:10px;
	}
.texteIndex{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	text-decoration:none;
	}
	.texteBlanc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
	text-decoration:none;
	}
		.Titrage{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color:#A19857;
	text-decoration:none;
	}
	.texteDate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff;
	text-decoration:none;
	}
	.vert10{
	font-family:"Trebuchet MS", Georgia, "Times New Roman";
	font-size:10px;
	font-weight:bold;
	color: #d0d322;
	}
.titreListe{
	font-family:"Trebuchet MS", Georgia, "Times New Roman";
	font-size:28px;
	font-weight:bold;
	color: #d0d322;
	/*border-bottom:1px solid #99CC00; 
	
	margin:5px;
	padding:5px 0px 0px 5px;*/
}
.sousTitreListe{
	font-family:"Trebuchet MS", Georgia, "Times New Roman";
	font-size:14px;
	color: #DA007A;
}
.titreProduit{
	font-family:"Trebuchet MS", Georgia, "Times New Roman";
	font-size:14px;
	font-weight:bold;
	margin:10px;
	padding:10px;
	background-color:#B7D060;
	color:#FFFFFF;
	text-align:center;
}
.titreProduitIndex{
	font-family:"Trebuchet MS", Georgia, "Times New Roman";
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:10px;
	color:#016227;
	text-align:center;
}
.titreProduitFiche{
	font-family:"Trebuchet MS", Georgia, "Times New Roman";
	font-size:18px;
	text-align:right;
	font-weight:bold;
	background-color:#B7D060;
	color:#FFFFFF;
	padding:10px;
}
.titreInfo{
	font-family:"Trebuchet MS", Georgia, "Times New Roman";
	font-size:14px;
	font-weight:bold;
	color:#355b82;
	margin:10px;
	/*text-decoration: underline;*/
}
.texteProduit{
	font-family:"Trebuchet MS", Georgia, "Times New Roman";
	border-bottom:dotted 1px #999999;
	margin:0px;
	padding:0px;
}
.titre{
	font-family:"Trebuchet MS", Georgia, "Times New Roman";
	border-bottom:dotted 1px #999999;
	margin:10px;
}
#contenant {
	position: relative;
	top: 0px;
	visibility: visible;
	
	z-index:1
}
	
#contenu {
	position: absolute;
	width: 219px;
	height:671px;
	left: 0px;
	top: 0px;
	z-index:3;
	visibility: visible;
}

#contenu2 {
	position: absolute;
	width: 769px;
	height:671px;
	left: 168px;
	top:0px;
	z-index:2;
	visibility: visible;
	
	}
