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

body{
               background-color:#000000;
			font-family: Arial, Helvetica, sans-serif;
			}

@media screen { 
    p {color:blue;} 
    .hasJS p {color:red;} 
}

/* ----------------------- éviter le cadre autour des images sous firefox -------------- */
img {
			border:none;
			}
/* ------------------------------------------------------------------------------------ */

		
/* -----------------------pour garder la transparence des .png sous I.E. -------------- */
* html img,
* html .png{
			behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
			this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
			this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
			this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
			this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
			);
			}
/* ------------------------------------------------------------------------------------ */


/* ---------------------------------------- B L O C S Structure pages marques--------------------------------- */
#menu{
	position:absolute;
	top:70px;
	width:750px;
	left:372px;
	height: 30px;
}



#contour{
	position:absolute;
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 600px;
	margin-top: -300px; /* moitié de la hauteur */
	margin-left: -500px; /* moitié de la largeur */
	background-color: #000000;
			}
			
#head{
	position: relative;
	width: 1000px;
	height: 135px;
	top: 0px;
	left: 0px;
	background-image: url(../images/head.gif);
			}
			
#footer{
	position: relative;
	width: 1000px;
	height: 78px;
			}
			
#centre{
	position: relative;
	width: 1000px;
	height: 413px;
	background-image:url(images/centre.gif);			}
/* ------------------------------------------------------------------------------------ */


/* ---------------- Style pour la pop-up javascript sur Vitrine.php ------------------- */

/* ----------------------------------------------------------------------------------- */


/* ---------------------------------------- B L O C S infos montres --------------------------------- */
#nom_modele {
	position:absolute;
	left:0px;
	top:0px;
	width:502px;
	height:19px;
}

#ref_modele {
	position:absolute;
	left:0px;
	top:19px;
	width:502px;
	height:22px;
}

#Image-12-03 {
	position:absolute;
	left:0px;
	top:41px;
	width:502px;
	height:15px;
}

#mouvement {
	position:absolute;
	left:0px;
	top:56px;
	width:105px;
	height:28px;
}

#Image-12-05 {
	position:absolute;
	left:105px;
	top:56px;
	width:397px;
	height:28px;
}

#specificites {
	position:absolute;
	left:0px;
	top:84px;
	width:105px;
	height:28px;
}

#Image-12-07 {
	position:absolute;
	left:105px;
	top:84px;
	width:397px;
	height:28px;
}

#boitier {
	position:absolute;
	left:0px;
	top:112px;
	width:105px;
	height:28px;
}

#Image-12-09 {
	position:absolute;
	left:105px;
	top:112px;
	width:397px;
	height:28px;
}

#diametre {
	position:absolute;
	left:0px;
	top:140px;
	width:105px;
	height:30px;
}

#Image-12-11 {
	position:absolute;
	left:105px;
	top:140px;
	width:397px;
	height:30px;
}

#bracelet {
	position:absolute;
	left:0px;
	top:170px;
	width:105px;
	height:30px;
}

#Image-12-13 {
	position:absolute;
	left:105px;
	top:170px;
	width:397px;
	height:30px;
}

#prix {
	position:absolute;
	left:0px;
	top:200px;
	width:105px;
	height:30px;
}

#Image-12-15 {
	position:absolute;
	left:105px;
	top:200px;
	width:397px;
	height:30px;
}
			
/* ------------------------------------------------------------------------------------ */



/*-------------------HEADER-------------------------------------------------------------*/

body {margin:0 ; padding:0; font:Arial,Sans-serif;} /* marges intérieures et extérieures de la page à 0 */ 
.menu-general { /* défini les boites qui comprenent chaque menu de base */
  float:left ; /* Les boite sont calées à gauche */
  padding:0px ; /* marges intérieures à 0 */
  margin: 0 ; /* marges extérieures à 0 */
  width:auto;
  height:25px;
  padding-bottom:5px;
  padding-top:5px;
}
.menu-general2 { /* défini les boites qui comprenent chaque menu de base */
  float:left ; /* Les boite sont calées à gauche */
  padding:0px ; /* marges intérieures à 0 */
  margin: 0 ; /* marges extérieures à 0 */
  width:auto;
  padding-top:3px;

}
#menu-general,#menu-general1,#menu-general2 ,#menu-general3, #menu-general4, #menu-general5, #menu-general6 {
}
#sous-menu1, #sous-menu2, #sous-menu3, #sous-menu4,#sous-menu5 { /*défini les 3 boites des 3 sous-menues */
	clear:left;
	display:none; /* les sous-menus ne sont pas affichés */
  margin: 0; /* marges extérieures à 0 */
	padding : 0px; /* marges intérieures à 0 */
	position : absolute; /* boite positionnée par rapport à la boite parent, ici l'écran */
	top : 25px; /* Début (par rapport au haut de page) des sous-menus */
	left : 0px; /* Début (par rapport à la gauche de la page) des sous-menus */
	width : 42%;/* largeur des sous-menus par rapport à la boite parent (ici la page)*/
}

.lienmenu{	
	text-decoration:none;
	font-size: 10px;
	width:100%;
	height:100%;
	color:#FFFFFF
}


.liensousmenu{
text-decoration:inherit;
	font-size: 10px;
	color:#FFFFFF

}
.liensousmenu:hover {color:#95BE0F;} 
.liensousmenu:active {color:#95BE0F;} 

/*-------------------FOOTER-------------------------------------------------------------*/
.Style5:hover {
	font-size: 13px;
	color:#A33624;
	}

a {
text-decoration:none;
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
}

a:hover {
text-decoration:none;
color: #A33624;
font-family: Arial, Helvetica, sans-serif;
}



#adresse1
{
	position:absolute;
	width:240px;
	left: 63px;
	top:44px;
	line-height:15px;
	height: 1px;
}
#adresse2
{
	position:absolute;
	width:240px;
	left: 392px;
	top:44px;
	line-height:15px;
	height: 32px;
}
#adresse3
{
	position:absolute;
	width:249px;
	left: 712px;
	top:44px;
	line-height:15px;
	height: 32px;
}
#fleche1
{
	position:absolute;
	left:168px;
	top:32px;
}
#fleche2
{
	position:absolute;
	left:499px;
	top:32px;
}
#fleche3
{
	position:absolute;
	left:819px;
	top:32px;
}
