/**
* CSS
* 
* @version 1.0
* @author Damien Arnaud — Studio Tabaramounien, Bordeaux
* @client Sandrine Philippe
*/

/* GENERAL */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:inherit;}
a:active { text-decoration: none; color:inherit;}
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; color:inherit;}

a img { border: none; }

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:lighter;
	text-transform:uppercase;
	color:#666666;
	line-height:10px;
	margin:0px;
	padding-top:5px;
	padding-bottom:2px;
}

/* MENU */

/* apparence générale */

#rubrique {
	width: 100%;
    height: 28px;
	background-color: #000;
	position: absolute;
	top:386px;
	z-index:10;
	/*ajout*/
	padding:0px;
	margin:0px;
	float:left;
	}

.cacheNoir{
	width:1100px;
	height:28px;
	position: absolute;
	left:0px;
	top:386px;
	background-color:#000000;
}


.menu {
	width:600px;
	height:28px;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	text-align:left;
	position: absolute;
	left:250px;
	top:0px;
	/*ajout*/
	padding:0px;
	margin:0px;
}


/* Bouton image */

/* attributs */
.bouton-Couture, .bouton-Collections, .bouton-News, .bouton-About, .bouton-Shop {
	width:120px;
	height:28px;
	overflow: hidden;
	float:left;
	/* ajout*/
	background-color:#000000;
	display:block;
	}

.bouton-Couture:hover, .bouton-Collections:hover, .bouton-About:hover {
	height:auto;
	cursor:pointer;}

/* position */

.bouton-Collections {
	position:relative;
	left:3px;
	}
	
.bouton-News {
	position:relative;
	left:-7px;
	}
	
.btn-News{
	position:absolute;
	top:386px;
	left:485px;
	width:90px;
	height:28px;
	z-index:100;
}

.bouton-About {
	position:relative;
	left:-32px;
	}

.bouton-Shop {
	position:relative;
	left:-52px;
	}
	
.btn-Shop{
	position:absolute;
	top:386px;
	left:700px;
	width:90px;
	height:28px;
	z-index:100;
}

#survol{
	position:absolute;
	top:418px;
	left:390px;
	z-index:100;
	visibility:hidden;
}


.bouton-Couture li, .bouton-Collections li, .bouton-News li, .bouton-About li, .bouton-Shop li {
	height:15px;
	text-decoration:none;
	padding-left:12px;
	padding-top:0px;
	margin:0px;
}

.menu li:hover{
background-color:#333333;
}

.bouton-Couture li a:link, a:visited , .bouton-Collections li a:link, a:visited , .bouton-News li a:link, a:visited , .bouton-About li a:link, a:visited, .bouton-Shop li a:link, a:visited {
	text-decoration:none;
	color:#666;
}

.bouton-Couture li a:hover, .bouton-Collections li a:hover, .bouton-News li a:hover, .bouton-About li a:hover, .bouton-Shop li a:hover {
	color:#fff;
	text-decoration:none;
}

/* attribut */
.bouton-Couture li.titre, .bouton-Collections li.titre, .bouton-News li.titre, .bouton-About li.titre, .bouton-Shop li.titre {
background-repeat:no-repeat;
height:28px;
color:#000;
font-size:2px;
/* ajout */
background-position:top;
padding:0px;
margin:0px;
}

/* image de fond */
.bouton-Couture li.titre {
background-image:url(../../../files/img/couture.gif);
}

.bouton-Collections li.titre {
background-image:url(../../../files/img/collections.gif);
}

.bouton-News li.titre {
background-image:url(../../../files/img/news.gif);
}

.bouton-About li.titre {
background-image:url(../../../files/img/about.gif);
}

.bouton-Shop li.titre {
background-image:url(../../../files/img/shop.gif);
}

/* pied menu 
.pied-menu {
height:20px;
background-image:url(../../../files/img/pied-menu.gif);
background-position: bottom;
background-repeat:no-repeat;
}*/

/* CONTENU TEXTE ET IMAGE */

#content {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:386px;
}


#content p {
}

p {
    margin: 0 0 0 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

/* CONTENU COUTURE */

.container-3, .container-2 {
    height: 143px;
	width:100%;
	position:relative;
  	top: 218px;
	padding : 0px 0px 0px 0px;
	background-image:url(../../../files/img/blanc-transparent.png);
	text-align:center;
	float:left;

}

.container-3 #img-container, .container-2 #img-container {
    height: 143px;
	width:100%;
	overflow: hidden;  /* permet les scrollbars */
	}


/* CONTENU ABOUT et NEWS */

.container-5, .container-4 {
    height: 231px;
	width:950px;
    padding : 70px 60px 35px 60px;
	position:relative;
	top: 25px;
	background-color:#FFFFFF;
	text-align: justify;
}

.container-5 p, .container-4 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#000;
	margin-bottom:8px;
}
.container-5 p a:link, p a:visited, .container-4 p a:link, p a:visited {
	text-decoration: underline;
	color:#000;

}

.container-5 a:hover, .container-4 a:hover {
	text-decoration: none;
	color:#666666;
}

.container-5 img,.container-4 img  {
margin: -30px 0px 10px -30px}


/* CONTENU PRESS */

.container-5 #img-container {
    height: 150px;
	width:200px;
	overflow:hidden; 
	}
	
/*COLONNE DE TEXTE POUR ABOUT */
.colonne{
float:left;
position:relative;
height:126px;
width:180px;
margin-right:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:17px;
color:#000;
text-align:left;
}

.colonne2{
float:left;
position:relative;
height:126px;
width:430px;
margin-right:20px;
font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#000;
}

.img-boutique{
position:absolute;
top:115px;
left:350px;
}

/* CONTENU SHOPPING */
/*INDEX PRODUITS*/
.indexShopping {
	position:relative;
	top: 218px;
	padding : 0px 0px 0px 0px;
	background-image:url(../../../files/img/blanc-transparent.png);
	text-align:center;
	float:left;
	
	height: 143px;
	width:100%;
	overflow: hidden;  /* permet les scrollbars */
	}
	

/*BTN KII */
.btn-kii{
position:absolute;
bottom:80px;
right:80px;
filter : alpha(opacity=100);
-moz-opacity : 1;
opacity : 1;
}

.btn-kii:hover{
filter : alpha(opacity=80);
-moz-opacity : 0.8;
opacity : 0.8;
}

/* SCROLL NEWS */
.contentNews{
    height: 230px;
	width:1020px;
	overflow:auto;
}
