html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#000000;
	font-family:arial;
	font-size:11px;
	color:#ffffff;
}
a{
	outline:none;
}
#site{
	position:relative;
	width:1024px;
	height:100%;
	margin:auto;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
#logo{
	display:block;
 	background-image:url(images/logo2.png); 
	width:154px;
	height:100px;
	float:left;
}
#menu{
	width:680px;
	height:60px;
	margin-top:35px;
	float:left;
}

/*---------------- RUBRIQUES ------------------*/

#rub{
	width: 100%;
	height:30px;
	margin-bottom:5px;
	
}
#rub a{
	height:30px;
	display:block;
	float:left;
}
#oztyle{
	width: 100px;
	background-image:url(images/boutons/bt_oztyle_on.png);
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
#oztyle:hover, #oztyle.current{
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
#collections{
	width: 130px;
	background-image:url(images/boutons/bt_collections_on.png);
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
#collections:hover, #collections.current{
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
#boutique{
	width: 105px;
	background-image:url(images/boutons/bt_boutique_on.png);
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
#boutique:hover, #boutique.current{
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
#terrain{
	width: 150px;
	background-image:url(images/boutons/bt_sur_le_terrain_on.png);
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
#terrain:hover, #terrain.current{
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
#actualite{
	width: 115px;
	background-image:url(images/boutons/bt_actu_on.png);
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
#actualite:hover, #actualite.current{
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
#extra{
	width: 80px;
	background-image:url(images/boutons/bt_extras_on.png);
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
#extra:hover, #extra.current{
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}

/*---------------- SOUS RUBRIQUES ------------------*/

#ssRub{
	position:relative;
	width:100%;
	height:25px;
}
#ssRub div{
	height:25px;
/* 	display:none; */
}
#ssRub div a{
	float:left;
	height:25px;
	display:block;
}
/*COLLECTION*/
#ss_collections{
	display:none;
	position:absolute;
	top:0px;
	left:105px;
}
#bt_oz_sport{
	width:125px;
	background-image:url(images/boutons/bt_oztyle_sport.png);
	background-repeat:no-repeat;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
#bt_oz_sportWear{
	width:155px;
	background-image:url(images/boutons/bt_oztyle_lifestyle.png);
	background-repeat:no-repeat;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}

/*TERRAIN*/
#ss_terrain{
	display:none;
	position:absolute;
	top:0px;
	left:350px;
}
#bt_ozteam{
	width: 95px;
	background-image:url(images/boutons/bt_ozteam.png);
	background-repeat:no-repeat;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
#bt_ambassadeurs{
	width: 210px;
	background-image:url(images/boutons/bt_ambassadeur.png);
	background-repeat:no-repeat;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
/*ACTU*/
#ss_actualite{
	display:none;
	position:absolute;
	top:0px;
	left:360px;
}
#bt_agenda{
	width: 95px;
	background-image:url(images/boutons/bt_agenda.png);
	background-repeat:no-repeat;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
#bt_presse{
	width: 145px;
	background-image:url(images/boutons/bt_presse.png);
	background-repeat:no-repeat;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
/*EXTRA*/
#ss_extra{
	display:none;
	position:absolute;
	top:0px;
	left:385px;
}

#bt_portfolio{
	width: 115px;
	background-image:url(images/boutons/bt_portfolio.png);
	background-repeat:no-repeat;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
#bt_video{
	width: 85px;
	background-image:url(images/boutons/bt_videos.png);
	background-repeat:no-repeat;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
#bt_goodies{
	width: 95px;
	background-image:url(images/boutons/bt_goodies.png);
	background-repeat:no-repeat;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}

#bt_ambassadeurs:hover, #bt_ambassadeurs.current, #bt_ozteam:hover, #bt_ozteam.current, #bt_oz_sport:hover, #bt_oz_sport.current, #bt_oz_sportWear:hover, #bt_oz_sportWear.current, #bt_oz_sport:hover, #bt_oz_sport.current, #bt_agenda:hover, #bt_agenda.current, #bt_presse:hover, #bt_presse.current, #bt_portfolio:hover, #bt_portfolio.current, #bt_video:hover, #bt_video.current, #bt_goodies:hover, #bt_goodies.current{
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}

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

#header_droite{
	float:left;
	width:135px;
	height:100px;
	margin-left:55px;
}
#bloc_contact{
	width:125px;/*-10px à cause du padding*/
	height:40px;/*-10px à cause du padding*/
	padding:10px 0 0 10px;
}
#bloc_contact a{
	display:block;
	color:#ffffff;
	font-size:13px;
	text-decoration: none;
}
#bloc_contact a#newsletter{
	border-bottom:1px dotted #ffffff;
	width:120px
	
}
#bloc_pictos{
	margin-top:20px;
	width:100%;
	height:30px;
}
#bloc_pictos a{
	float:right;
	margin:0;
	padding:0;
}
#bloc_pictos img{
	margin:0;
	padding:0;
}
/*---------------- BANDEAU ------------------*/

#bandeau{
	clear:both;
	position:relative;
	width:1024px;
	height:402px;
	background-color:#ffffff;
	margin:0;
	padding:0;
	overflow:hidden;
}
#fond_bandeau{
	width:1022px;
	height:401px;
	position:absolute;
	top:1px;
	left:1px;
	background-image:url(images/fd_bandeau.gif);
}

/*---------------- ZONE BAS ------------------*/

#bandeau_boutique{
	position:relative;
	width:1022px;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	height:48px;
	background-image:url(images/fd_boutique.jpg);
}
#ariane{
	position:absolute;
	top: 20px;
	left: 20px;
	color: #5c5c5c;
}
#ariane a{
	color: #5c5c5c;
	text-decoration:none;
}
#ariane a:hover{
	color: #5c5c5c;
	text-decoration:underline;
}
#bt_boutique_bas{
	position:absolute;
	display:block;
	top:12px;
	right:10px;
	width:105px;
	height:25px;
	background-image:url(images/bt_boutique_bas.png);
}
#bandeau_vignettes{
	width:1022px;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	height:228px;
	padding: 0;
	background-image:url(images/fd_polas.gif);
}
.polas{
	width:200px;
	height:190px;
	float:left;
	margin-top:17px;
	background-image:url(images/fd_pola.png);
}
.polas .photo{
	width:179px;
	height:103px;
	margin-top:9px;
	margin-left:11px;
	overflow:hidden;
}
.polas .titre{
	margin-top:3px;
	margin-left:11px;
	width:179px;
	height: 20px;
}
#pola_1{
	margin-left:10px;
}
#pola_1 .titre{
	background-image: url(images/polas/titre_1.gif);
}
#pola_2 .titre{
	background-image: url(images/polas/titre_2.gif);
}
#pola_3 .titre{
	background-image: url(images/polas/titre_3.gif);
}
#pola_4 .titre{
	background-image: url(images/polas/titre_4.gif);
}
#pola_5 .titre{
	background-image: url(images/polas/titre_5.gif);
}

/*---------------- FOOTER ------------------*/

#footer{
	position:absolute;
	clear:both;
	width:1024px;
	background-color: #e6e6e6;
	padding:0;
	margin:0;
	color:#5c5c5c;
}
#footer a{
	color:#5c5c5c;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer div.cel{
	float:left;
	top:10px;
	min-height: 170px;
	width:215px; /* 256 - 40px - 1px  padding - border*/
	padding:20px;
	height:100%;	
}
#footer div h2{
	margin:10px 0 10px 0;
	font-size:12px;
	text-transform:uppercase;
	color:#ff9600;
}
#footer div.cel ul.type1 li, #footer div.cel ul.type1 {
	list-style-type: none;
	margin:0;
	padding:0;
}
#footer div.cel ul.type1 li ul{
	margin-left:-30px;
}
#foot_bloc_1{
	border-right: 1px dotted #cccccc;
}
#foot_bloc_2{
	border-right: 1px dotted #cccccc;
}
#foot_bloc_3{
	border-right: 1px dotted #cccccc;
}
#foot_bloc_3 ul{
	margin:0;
	padding:0;
}
#foot_bloc_3 ul li{
	list-style-type: none;
	margin-left:5px;
}

#foot_bloc_4 ul{
	margin:0;
	padding:0;
}
#foot_bloc_4 ul li{
	list-style-type: none;
	float: left;
	margin-left:5px;
}


/* plan du site */

/*#foot_bloc_1{
	width:1004px; -20px à cause du padding
	padding-left:20px;
	left:0px;
}
#foot_bloc_1 div{
	float:left;
	padding:10px;
}*/
#footer .ss_cat{
	color:#735f3a;
	font-weight: lighter;
}
#footer .ss_cat a{
	font-size:9px;
	display:inline;
	color:#735f3a;
	font-weight: lighter;
}
