/*//////////////////////////////////////////////////////////////////////////////////
								Mise en page principale
//////////////////////////////////////////////////////////////////////////////////*/

*
{
	margin: 0; padding: 0;
}

html, body 
{
	font-family: arial, verdana, sans-serif;
	background-color: #eaeae9;
	height: 100%;
	color: #000000;
}

#conteneur {
	position: left;
	width: 100%; 
	width:expression(document.body.clientWidth < 750? "750px": "100%" );
	margin-left: 0px;
	overflow: auto;
}

.gauche
{
	float: left;
	width: 295px;
	height: 100%;
	background-color: #eaeae9;
	color: #000000;
}


.droiteGalerie
{
	width: auto;
	height: 100%;
	overflow: auto;
	font-size: 10px;
	background-color: #eaeae9;
	color: #000000;
}

.droite
{
	width: auto;
	height: 100%;
	overflow: auto;
	font-size: 10px;
	background-color: #eaeae9;
	color: #000000;
}

.gras
{
	font-weight: bolder;
	font-size: 11px;
}

table
{
	font-size: 10px;
}

a
{
	color: #FFFFFF;
	text-decoration: none;
	outline:none;
} 


/*//////////////////////////////////////////////////////////////////////////////////
										Menu
//////////////////////////////////////////////////////////////////////////////////*/

a.menu
{
	font-size: 17px;
	color: #8f8f8f;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}

a.menu:hover
{
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #f8cb71;
	padding-right: 5px;
	padding-left: 5px;
}

.menuActif
{
	font-size:18px;
	color: #ffffff;
font-weight: bold;
	text-decoration: none;
	background-color: #f8cb71;
}

a.menu2
{
	font-size: 17px;
	color: #8f8f8f;
	font-weight: bold;
	text-decoration: none;
}

a.menu2:hover
{
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #f8cb71;
	padding-right: 5px;
	padding-left: 5px;

}

.menu2Actif
{
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #f8cb71;
}

a.menu3
{
	font-size: 12px;
	color: #8f8f8f;
	text-decoration: none;
}
a.menu3:hover
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #f8cb71;
	padding-right: 5px;
	padding-left: 5px;

}
.menu3Actif
{
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #f8cb71;
}

/*//////////////////////////////////////////////////////////////////////////////////
									Les galeries
//////////////////////////////////////////////////////////////////////////////////*/


.galerie
{
	margin-top: 11px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

.blocImageInfos
{
	float: left;
	margin-left: 0px;
	
}

.zoom
{
	position: absolute;
	right: 0px;
}

.image
{
	position: relative;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
}

.infos
{
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	height: 45px;
	position: relative;
	margin-top: 10px;
	padding-left: 5px;
}

.lignesSecondaires
{
	color: #a0a0a0;
}

.buy
{
	position: absolute;
	top: 8px;
	right: 5px;
}
