/***************** FONTFACE *****************/

@font-face {
	font-family: 'helvcondensed_regular-webfont';
	src: url('../fonts/helvcondensed_regular-webfont.eot');
	src: local('â˜º'), url('../fonts/helvcondensed_regular-webfont.woff') format('woff'), url('../fonts/helvcondensed_regular-webfont.ttf') format('truetype'), url('../fonts/helvcondensed_regular-webfont.svg#webfont3O1lEWkC') format('svg');
	font-weight: normal;
	font-style: normal;
}

/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
.left{ float:left;}
.right{ float:right;}


body,html{
height:100%;
/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}

body{background:#000000 /*url(../images/charte/bg-body.jpg) left top repeat-x*/;}

/***************** CONTAINER *****************/
#container{
position:absolute;
width:980px;
height:570px;
left:50%;
top:50%;
margin-left:-490px;
margin-top:-285px;
background: #000000;
}

#menu-left{
  width:252px;
  height:570px;
  padding:0px 0px 0px 0px;
  float:left;
  font:18px/20px 'helvcondensed_regular-webfont', Arial;
  /*background: url(../images/charte/bg-menu.jpg) right top no-repeat;*/
}
#menu span.pictoCat {
	width:8px;
	height:8px;
	display:inline-block;
	background-color:#808080;
	margin-right:10px;
	margin-bottom:3px;
}
#menu span.pictoSubCat {
	width:4px;
	height:4px;
	display:inline-block;
	background-color:#808080;
	margin-right:5px;
	margin-bottom:3px;
}
#menu a {
	height:30px;
	font:18px/30px 'helvcondensed_regular-webfont', Arial;
}
#menu a:hover {
	color:#808080;
	height:30px;
	font:18px/30px 'helvcondensed_regular-webfont', Arial;
}
#menu .subcategorie a {
	margin-left:20px;
	height:20px;
	font:15px/20px 'helvcondensed_regular-webfont', Arial;
}
#menu .subcategorie .subsub a {
	font:12px/15px 'helvcondensed_regular-webfont', Arial;
	margin-left:0;
}
#contenu{
  width:728px;
  float:left;

}
#contenu-text{
  overflow:auto;
  float:left;
}

#gbl_accueil #contenu-text{
	padding-top:0px;
}

#gbl_accueil #contenu-text a img:hover{
	opacity : 0.8; 
    -moz-opacity : 0.8; 
    -ms-filter: "alpha(opacity=80)"; /* IE 8 */ 
    filter : alpha(opacity=80); /* IE < 8 */
}



/***************** COLLECTION *****************/
#collection1{
width:728px;
height:530px;
background-color: red;
}

#accueil3{
width:720px;
height:570px;
padding-left:8px;
}


/***************** FOOTER *****************/
#gbl_collection #footer , 
#gbl_collection #footer2 {
	bottom:-95px;
}

#footer , 
#footer2 {
position:absolute;
width:980px;
height:30px;
left:0;
bottom:-30px;
}
#footer2 {
	left:520px;
	width:450px;
	bottom:-60px;
}
/***************** STYLE FOOTER *****************/
#footer p ,
#footer2 p {
font:10px/20px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
letter-spacing:1px;
padding:4px 10px 0 0;
}
#footer a:link, #footer a:visited , 
#footer2 a:link, #footer2 a:visited{
text-decoration:none;
color:#fff;
}
#footer a:hover, #footer a:active ,
#footer2 a:hover, #footer2 a:active  {
text-decoration:underline;
color:#fff;
}


