﻿/*Style by Pierre Lovenfosse - plo@emakina.com - Emakina S.A.*/

/*Main Style for the two orientations*/

* {
	margin:0;
	padding:0;
}

body {
	font-family: "Trebuchet MS","Helvetica",sans-serif;
	font-size: 12px;
	color: #000000;
	background: #fff;
	background-attachment: fixed;
	-webkit-text-size-adjust: none; 
}

.bd_h2{
	font-size: 16px;
	color: #902052;
	padding: 0px 0px 11px 20px;
}

.jeunesse_h2{
	display: block;
	height: 19px;
	margin: 0px 0px 11px 20px;
}

.nouveaute{
	background: url(../_images/jeunesse_nouveaute.gif) no-repeat top left;
	width: 99px;
}

.zoom{
	background: url(../_images/jeunesse_zoom.gif) no-repeat top left;
	width: 47px;
}

.bd_h3{
	font-size: 13px;
	color: #e4a024;
	padding: 0px 0px 7px 0px;
}

.jeunesse_h3{
	font-size: 13px;
	color: #00a0dc;
	padding: 0px 0px 7px 0px;
}

a{
	text-decoration: none;
	color: #000;
	border: none;
}

ul, li{
	list-style: none;
}

li{
	display: inline; 
}

img{
	border: none;
}

/*Header*/

#header{
	clear: both;
}

.bd_pageTitle{
	display: block;
	width: 165px;
	height: 33px;
	position: absolute;
	top: 18px;
	right: 20px;
	background: url(../_images/logo.gif) no-repeat top left;
}

.jeunesse_pageTitle{
	display: block;
	width: 165px;
	height: 33px;
	position: absolute;
	top: 18px;
	right: 20px;
	background: url(../_images/jeunesse_logo.gif) no-repeat top left;
}

.title{
	display: none;
}

.bd_headerLeft{
	display: block;
	background: url(../_images/bd_headerLeft.jpg) no-repeat top left;
	width: 135px;
	height: 72px;
	float: left;
}

.bd_headerRight{
	display: block;
	background: url(../_images/bd_headerRight.jpg) repeat-x top left;
	height: 72px;
	float: left;
	position: relative;
}

.jeunesse_headerLeft{
	display: block;
	background: url(../_images/jeunesse_headerLeft.jpg) no-repeat top left;
	width: 135px;
	height: 72px;
	float: left;
}

.jeunesse_headerRight{
	display: block;
	background: url(../_images/jeunesse_headerRight.jpg) repeat-x top left;
	height: 72px;
	float: left;
	position: relative;
}

/*Menu*/

#menu{
	height: 42px;
	overflow: hidden;
	position: relative;
}

#menu ul{
	clear: both;
	overflow: hidden;
	position: absolute;
	top: 3px;
}

#menu ul li{
	list-style: none;
}

#menu ul li a{
	padding: 0px 0px 0px 9px;
	height: 25px;
	float: left;
	position: relative;
	margin-left: 3px;
}

#menu ul li:first-child a{
	margin-left: 0px;
}

#menu ul li a span{
	padding: 4px 9px 0px 0px;
	height: 21px; 
	font-size: 14px;
	font-weight: bold;
	float: left;
	position: relative;
}

#menu ul li a.bd_menu span{
	background: url(../_images/bd_button.gif) no-repeat top right;
	color: #ffffff;
}

#menu ul li a.bd_menu{
	background: url(../_images/bd_button.gif) no-repeat top left;
}

#menu ul li a.jeunesse_menu span{
	background: url(../_images/jeunesse_button.gif) no-repeat top right;
	color: #000000;
}

#menu ul li a.jeunesse_menu{
	background: url(../_images/jeunesse_button.gif) no-repeat top left;
}

.currentTab{
	opacity:0.4;
	filter:alpha(opacity=40);
}

/*All the content*/

#content{
	clear: both;
}

.subtitle{	
	border-bottom: 1px solid #d1d1d1;
} 

.contentBox{
	padding: 15px 13px 12px 20px;
	border-bottom: dashed 1px #d1d1d1;
	overflow: hidden;
	clear: both;
	position: relative;
	min-height: 100px;
}

.lastBox{
	border: none;
}

.contentBox a{
	display: block;
	overflow: hidden;
}

.contentBox div{
	float: left;
	position: relative;
	overflow: hidden;
}

div.picture{
	width: 108px;
	margin: 0px 11px 0px 0px;
}

div.text{
	padding: 0px 0px 25px 0px;
	font-size: 12px;
}

div.text ul{
	padding-bottom: 7px;
}

div.text ul li{
	color: #999999;
	font-size: 12px;
	display: list-item;
}

div.readBox{
	clear: both;
	float: none;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

/*Footer*/

#footer{
	border-top: solid 1px #d1d1d1;
	padding: 3px 0px 0px 0px;
	margin-top: 45px;
	height: 29px;
}

#footer div{
	background: #e7e0bf;
	height: 28px;
	margin: 3px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#footer p{
	float: left;
}

.jeunesse_footer{
	float: left;
	padding-top: 3px;
}

.bd_footer{
	float: left;
	padding-top: 3px;
}

