@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}

img  {
	border: 0;
}

a img
{
	border:none;
}

.marge10
{
	margin-left: 10px;
	margin-right: 10px;
}

.marge3
{
	margin-left: 12px;
	margin-right: 2px;
}

.margeBottom20
{
	margin-bottom: 20px;
}

.margeTop10
{
	margin-top: 10px;
}

.FloatLeft
{
	float: left;
}
/**********************************************************************************/
/*** Général **********************************************************************/
html,body
{
	scrollbar-arrow-color: #866d59;
	scrollbar-face-color: #6b5441;
	background-image:url(http://www.mantaspirit.com/V2/fr/images/fond-page.jpg);
	background-repeat: repeat-x;
}

#Page
{
	width:1000px;
	height: 1500px;
	float: left;
	background-image:url(http://www.mantaspirit.com/V2/fr/images/fond-head.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#ColGauche
{
	width:258px;
	height: 1500px;
	float: left;
}

#ColDroite
{
	width:707px;
	height: auto;
	float: left;
}


/**********************************************************************************/
/*** Defnition des zones ************************************************************/
#Menu
{
	width:707px;
	height: 134px;
}

#Player
{
	width:707px;
	height: 50px;
	background-image:url(http://www.mantaspirit.com/V2/fr/images/fond-zick.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 40px;
}

#Contenu
{
	width:707px;
	height: auto;
}

#Zoom
{
	width:238px;
	height: 165px;
	margin-left: 20px;
	margin-top: 200px;
	background-image:url(http://www.mantaspirit.com/V2/fr/images/ColGauch01.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 55px;
}

#Partenaires
{
	width:238px;
	height: 105px;
	margin-left: 20px;
	background-image:url(http://www.mantaspirit.com/V2/fr/images/ColGauch02.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 55px;
}

#News
{
	width:238px;
	height: auto;
	margin-left: 20px;
	background-image:url(http://www.mantaspirit.com/V2/fr/images/ColGauch03.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 55px;
}

#Cdv
{
	width:238px;
	height: 125px;
	margin-left: 20px;
	background-image:url(http://www.mantaspirit.com/V2/fr/images/ColGauch04.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 55px;
}
/******************************************************/
/*** Defnition du menu ************************************************************/
.menu01
{
	width: 260px;
	height: 86px;
	float: right;
}

.menu02
{
	width: 707px;
	height: 48px;
	float: right;
}

.menu03
{
	width: 265px;
	height: 48px;
	float: left;
}

.tools
{
	float: right;
	margin-left: 3px;
	margin-top: 3px;
}

.ListingActu
{
	width: 238px;
	height: 50px;
	margin-bottom: 10px;
}

.ListingActu h1
{
	width: 197px;
	height: 30px;
	background-image: url(http://www.mantaspirit.com/V2/fr/images/fond-listingactu.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	padding-left: 23px;
}

.ListingActu .date
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e98fc4;
}

.ListingActu a,a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	text-decoration:none;
}

.promoZoom
{
	overflow: hidden;
	height: 150px;
	width: 233px;
}


/******************************************************/
/*** Listing produit ************************************************************/ 
.Listing
{
	width: 162px;
	height: 240px;
	float: left;
	margin-right: 6px;
	margin-top: 6px;
	overflow: hidden;
}

.Image
{
	width: 152px;
	height: 195px;
	float: left;
	padding: 5px;
	overflow: hidden;
	background-color: #aea790;
}

.InfoHF
{
	width: 42px;
	height: 55px;
	float: left;
	margin-top: -60px;
	margin-left: 110px;
	background-image: url(http://www.mantaspirit.com/V2/fr/images/fond-sexe.png);
	background-repeat: no-repeat;
}

.Picto
{
	width: 42px;
	height: 42px;
}

.PictoHF
{
	margin-left: 4px;
	margin-top: 3px;
}

.PrixListing
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	width: 42px;
	display: block;
	margin-left: 10px;
	padding-top: 2px;
}

.InfoProduit
{
	width: 161px;
	height: 23px;
	float: left;
	padding: 2px;
	background-color: #aea790;
	margin-top: 5px;
}

.InfoProduit select
{
	width: 123px;
	height: 21px;
}

.QtPanier
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight:bold;
	color: #ff49b4;
	margin-left: 16px;
}

.PrixPanier
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight:bold;
	color: #933a6e;
	margin-left: 30px;
}

.BtnPanier
{
	margin-left: 5px;
	margin-top: 8px;
	display: block;
}

/******************************************************/
/*** Detail produit ************************************************************/ 
.FicheProduit
{
	width: 707px;
	height: 710px;
	float: left;
	margin-right: 6px;
	margin-top: 6px;
	overflow: hidden;
}

.ImageProduit
{
	width: 317px;
	height: 415px;
	float: left;
	padding: 5px;
	overflow: hidden;
	background-color: #aea790;
}

.InfoHFProduit
{
	width: 42px;
	height: 55px;
	float: left;
	margin-left: -57px;
	margin-top: 15px;
	background-image: url(http://www.mantaspirit.com/V2/fr/images/fond-sexe.png);
	background-repeat: no-repeat;
}

.TexteProduit
{
	width: 370px;
	height: auto;
	float: left;
	padding: 5px;
	overflow: hidden;
}

.ProduitModele
{
	width: 250px;
	height: 30px;
	float: left;
	background-image: url(http://www.mantaspirit.com/V2/fr/images/ProduitModele.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aea790;
	padding-left: 115px;
	padding-top: 5px;
}

.ProduitMarque
{
	width: 250px;
	height: 30px;
	float: left;
	background-image: url(http://www.mantaspirit.com/V2/fr/images/ProduitMarque.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aea790;
	padding-left: 115px;
	padding-top: 5px;
}

.ProduitPrix
{
	width: 250px;
	height: 30px;
	float: left;
	background-image: url(http://www.mantaspirit.com/V2/fr/images/ProduitPrix.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aea790;
	padding-left: 115px;
	padding-top: 5px;
}

.ProduitPanier
{
	width: 350px;
	height: 80px;
	float: left;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.ProduitPanier select
{
	width: 330px;
	height: 20px;
	margin-bottom: 10px;
	color: #695241;
	float: left;
}

.ProduitPanier input
{
	margin-bottom: 10px;
	margin-right: 3px;
	float: left;
}

.ProduitPanier a,a:hover
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.ProduitPaiement
{
	width: 370px;
	height: 40px;
	float: left;
	background-image: url(http://www.mantaspirit.com/V2/fr/images/ProduitPaiement.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.ImagePitite
{
	width: 96px;
	height: 130px;
	float: left;
	padding: 5px;
	overflow: hidden;
	background-color: #aea790;
	margin-right: 6px;
}

.ProduitComment
{
	width: 330px;
	height: auto;
	float: left;
	background-image: url(http://www.mantaspirit.com/V2/fr/images/ProduitComment.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfc7ad;
	text-align: justify;
}

/******************************************************/
/*** Contenu bateau ************************************************************/ 

.TexteType
{
	width: 665px;
	height: auto;
	float: left;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfc7ad;
}

.TexteType p
{
	width: 655px;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfc7ad;
	text-align: justify;
}

.TexteType table
{

	margin-left: 10px;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfc7ad;
	width: auto;
	float: left;
}

.obligatoire
{
 float: left;
 margin-left: 6px;
}

.InputForm
{
	width: 250px;
	height: 25;
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #695241;
	float: left;
}

.InputForm2
{
	width: 250px;
	height: 25;
	margin-left: 6px;
	margin-top: 3px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #695241;
	float: left;
}

.TexteType a,a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cfc7ad;
	text-decoration: none;
}

.imgageNews
{
	width: 80px;
	float: left;
	margin-right: 6px;
}

/******************************************************/
/*** Galerie photo ************************************************************/ 
.Gallerie
{
	background-image: url(http://www.mantaspirit.com/V2/fr/images/fond-photo.gif);
	background-repeat: no-repeat;
	height: 111px;
	width: 145px;
	padding-left: 15px;
	padding-top: 20px;
	float:left;
}

.Gallerie p
{
	height: 90px;
	width: 130px;
	overflow: hidden;
}
