a:focus{ outline:none; }

a {
	outline:none;
	color:#009933;
	padding-bottom:2px;
	text-decoration:none;
}

a:hover {
	background:none; /*Bug IE6 sur les span hover*/
}

.noBorder { border:none; }
.souligne { text-decoration:underline; }
.gras { font-weight:bold; }
.commentaire { font-size:75%; }
.centrer { text-align:center; margin:0 auto; }
.grise { background-color:#431400; }
.print { display:none; }
.gallerieImage { border:3px solid #FFF; }

#cache {
	position:absolute;
	top:-2000px;
}

a img { border:none;
 }

/*Mise en page*/
/*------------------------------------------------------------------------------------------------*/
body
{
	margin: 0px;
	padding: 0px;
	font: 70% Verdana;
	background-color:#FFF;
}

#page
{
	position:relative;
	width: 846px ;
	height:575px;
	margin:0 auto;
	background:url(../images/fond.jpg) no-repeat;
}

#contenu {
	position:relative;
	top:70px;
	left:200px;
	width:603px;
	padding:20px;
	background:url(../images/contenu.png);
	color:#000;
}

#contenu p { 
	text-align:justify;
	margin:15px 0;
}

#pied {
	position:absolute;
	left:750px;
	top:570px;
	text-align:right;
	font-size:78%;
}

/*Menu*/
/*------------------------------------------------------------------------------------------------*/
#menutop {
	position:absolute;
	top:290px;
	left:94px; /*A preciser sinon bug IE*/
	width:94px;
	font-size:110%;
}

#menutop ul, #menuProduit ul {			/*IE FF*/
	margin:0px;
	padding:0px;
}

#menutop li {
	list-style-type:none;
	padding-left:6px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #2C6C02;
}

#menutop li a{
	color:#000;/*#FFE7BD;*/
	text-decoration:none;
	border:none;
}

#menutop a:hover {
	text-decoration:none;
	margin-left:5px;
}

/*Différents titres*/
/*------------------------------------------------------------------------------------------------*/
#header {
	position:relative;
	margin:0;
	padding:0;
	height:104px;/*139*/
}

#contenu h1 {
	text-align:center;
	font-size:12px;
	color:#AA0000;/*color:#FFC091;*/
	margin:0 150px 15px 150px;
	padding-bottom:5px;
	border-bottom:1px solid #A00;
}

#contenu h2 {
	font-size:100%;
	font-weight:bold;
	/*text-decoration:underline;*/
}