/* GLOBAL */
object{
	outline: none;
}

/******************************************************/
/***********************BODY ET MAIN*****************/
/******************************************************/

html{
	text-align: center;
}

body{
	font-size:12px;
	color:#262626;
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align : center;
	background: url('/BBP/utilsbbp/img/bg-body.jpg') repeat-x;
	background-color: #f5f5f6;
}

div#main{
	position: relative;
	width: 990px;
	margin: 10px auto 0 auto;
	text-align : left;

}
div#content{
	float: left;
	width: 720px;
	margin-bottom:15px;
}

img{
	border: 0px;
}

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


img.fleche{
	vertical-align: baseline;	
}

Titre{
	font-size: 14pt;
	text-transform: uppercase;
	font-weight: bold;
	color: #847040;
}

STitle{
	font-size: 10pt;
	padding: 0;
	font-weight: bold;
	text-decoration: underline;
}

h1{
	font-size: 2em;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 1em 0;
}

h2{
	font-size: 18px;
	padding: 0;
	margin-bottom: 1em;
	
}

h3{
	font-size: 1.1em;
	padding: 0;
	margin: 0.5em 0 0 0;
}
h4{
	font-size: 1.1em;
	padding: 0;
	margin: 0.5em 0 0 0;
	text-decoration: underline;
}

form{
	margin-top:0px;
	margin-bottom:0px;
}

form div.titre{
	text-align:center;
}

#header{
	position:relative;
	width: 1063px;
	margin: 0 auto;
}

#wrap{
	position: relative;
	overflow: hidden;
	width: 910px;
	padding: 20px;
	margin: 0 0 15px 26px;
	background: #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 0 0 5px #bbb;
	-webkit-box-shadow: 0 0 5px #bbb;
	box-shadow: 0 0 5px #bbb;
}

/******************************************************/
/*********************MENU LEFT********************/
/******************************************************/
/*div#menu{
	width: 150px;
	position:absolute;
	margin-left:3px;
	padding-right:30px;
}
div#menu div.rubrique{
	margin-bottom:17px;
}

div#menu div.rubrique DIV{
	padding-bottom:8px;
	cursor:pointer;
}*/
/******************************************************/
/*********************FOOTER***************************/
/******************************************************/
div#footer{
	position:relative;
	width: 990px;
	border-top: #999 dotted 1px;
	padding: 20px 0 5px 0;
	margin: 20px auto 5px auto;
}
div#footer div.content{
	text-align:center;
	padding: 10px 0;
}
div#footer div.content A{
	color:#737373;
}

div#footerContainer{
	position:relative;
	width: 910px;
	padding: 10px 20px;
	margin: 0 0 15px 26px;
	background: #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 0 0 5px #bbb;
	-webkit-box-shadow: 0 0 5px #bbb;
	box-shadow: 0 0 5px #bbb;
}

/******************************************************/
/*********************PUB RIGHT************************/
/******************************************************/
div#pub_right{
	width: 152px;
	position: relative;
	margin: 0 10px 0 740px;
	padding-left: 15px;
	border-left: #999 dotted 1px;
}
div#pub_right p{
	color:#999999;
	font-size:10px;
	margin:0px;
	padding:0px 0px 4px 0px;
	text-align:center;
}
div#pub_right DIV{
	margin-bottom: 4px;
	border:1px solid #d9d9d9;
}
/******************************************************/
/*********************PAGE CENTER*********************/
/******************************************************/
h4, h5, h6, p, table, form{
	padding:0px;
	margin:0px;
}
/*
/*container du redactionnel*/
div#page_center{	
	margin-left: 30px;
	padding-right:225px;
	min-height: 440px;
}
/*classe spécifique à une home affectée via asp top.inc.asp;*/
div#page_center.specialhome{
	padding-left:185px;
	margin-right:185px;
	padding-right:0px;
	background:none;
}
/*classe spécifique à une home affectée via asp top.inc.asp;*/
div#page_center.specialbblab{
	padding-left:185px;
	margin-right:175px;
	padding-right:0px;
	background:none;
}
/*classe spécifique à une home affectée via asp top.inc.asp;*/
div#page_center.videocont{
	padding-left:185px;
	margin-right:175px;
	padding-right:0px;
	background:none;
}
/*paragraphes généraux*/
div#page_center P{
	margin-bottom: 20px;	
}
/*titre de rubrique de la page*/
div#page_center H1{
	position:relative;
	background-image: url(../img/pointille.gif);
	background-position:left bottom;
	background-repeat: repeat-x;		
	padding-bottom:10px;
	text-transform: uppercase;
	color: #4c3f21;	
	width:620px;	
	margin-bottom:7px;
}

/*sous-titre de rubrique*/
div#page_center H2{
	font-family: arial;
	margin-bottom: 25px;
	color: #847040;
	font-size: 16px;
	text-transform:uppercase;
}
/*** espace si il n'y a pas de H2*/
div#page_center div.blank{
	height:16px;
}
/*H3 titre de section (=> à chaque début de section*/
div#page_center H3{
	font-family: arial;
	margin-bottom: 15px;
	color: #847040;
	font-size: 16px;

}
/*commentaire sous titre H3*/
div#page_center H3 DIV{
	font-size: 11px;
	text-transform: none;
}	
/*titre de paragraphe neutre */
div#page_center H4{
	font-family: Arial, Helvetica, sans-serif;
	color: #737373;
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: normal;
}
/*titre de paragraphe colorisé */
div#page_center H5{	
	color: #847040;
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: normal;
}
/*images*/
div#page_center IMG.arrow_pdf{
	padding-bottom:1px;
	margin-left:9px;
}
/*liste*/
div#page_center UL{
	margin-bottom: 20px;
}
div#page_center LI{
	margin-bottom: 7px;	
	margin-left:15px;	
}*/
/******************************************************/
/*********************formULAIRE*********************/
/******************************************************/
div.formbloc{
	background-image: url(../img/pointille.gif);
	padding-top:5px;
	padding-bottom:5px;
}
div.formbloc div.formcontent{	
	background-image: url(../img/blocs_coin.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#edeae2;
	margin:0px 9px 0px 5px;
}
div.formbloc div.formcontent TABLE{
	margin-left:10px;
	margin-right:10px;
}
div.formbloc div.formcontent TABLE TD{
	border-bottom:1px solid white;
	padding-bottom:5px;
	padding-top:5px;
	padding-right:15px;
}
div.formbloc div.formcontent TABLE INPUT, div.formbloc div.formcontent TABLE SELECT{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#737373;
	padding-left: 3px;
	border:0px;
}


div#page_center TABLE P{
	width : 100%;
}
div#page_center TABLE P.ligne{
margin-top:0px;
margin-bottom:5px;
width:145px;
}


div#page_center P.lien_droite IMG{
vertical-align: text-bottom;
padding-bottom: 4px;

}

UL.listeFormule LI{
margin-top: 0px;
margin-bottom: 0px;

}

div#page_center div.separateur{
background-image: url(../img/pointille.gif);
background-position: bottom left;
background-repeat: repeat-x;
padding-top: 5px;
margin-bottom: 5px;
}

div#page_center div.encard{
width: 510px;
background-image: url(../img/coin_encard.gif);
background-repeat: repeat-x;
background-color: #333333;
background-position:right top;
;
border-bottom-color: #eeebe4;
		
}
div#page_center div.encard DIV{
width: 457px;
background-color: #eeebe4;
		
}

div#page_center div.encard IMG{
float: left;
margin: 0px 5px 5px 5px;
		
}
div#page_center div.encard H1{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #737373;
margin-left: 5px;
padding-top: 5px;

		
}

SPAN.link{
	background:url(../img/right_arrow.gif);
	background-repeat:no-repeat;
	background-position:center left;
}

/*bloc beauty challenger award*/
div#page_center div.bloc_bca{
width:460px;
background-image: url(../img/pointille.gif); 
background-position: bottom left; 
background-repeat: repeat-x; 
padding-bottom:15px; 
margin-bottom:30px
}

div#page_center div.bloc_titre_bca{
background-image: url(../img/pointille.gif); 
background-position: bottom left; 
background-repeat: repeat-x; 
padding-bottom:10px; 
font-size:14px; 
margin-bottom:4px
}

div#page_center SPAN.bca_prize{
color: #df2f70; 
font-size:11px; 
text-transform:uppercase;
}
			
/******************************************************/
/***********************HOME***************************/
/******************************************************/

div#content div.containerfocus{
	height:304px;
}


div#content div.encart_home{
	width: 200px;
	background-image: url(../img/encart_home_coin.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #e6e2d9;
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}

div#content div.bloc_encarts_home{
	background-image: url(../img/pointille.gif);
	float: left;
	padding-left: 1px;
	padding-right: 3px;
	height:250px;
}

div#content div.bloc_encart_part_home{
	float: left;
	background-color: #FFFFFF;
	margin-left: 7px;
	height: 245px;
}
div#content div.partenaire_home{
	background-image: url(../img/pointille.gif);
	padding: 1px 3px 3px 1px;
	margin-bottom: 4px;
	
}
div#content div.partenaire_home IMG{
	width: 160px;
	height: 115px;
	margin-left: 2px;
	margin-top: 2px;
}


div#content div.encart_home_content{
	background-image: url(../img/trait_bas_encart_home.gif);
	margin-left: 10px;
	margin-right: 10px;
	height: 200px;
	margin-top: 10px;
	background-position: bottom left;
	background-repeat: repeat-x;
	

	
}


div#content div.encart_home_content IMG.img_illust_gauche{
	float: left;
	margin-right: 8px;
}

div#content div.encart_home_content IMG.img_illust_bas{
	margin-top: 8px;
}

div#content div.encart_home_footer{
	margin-left: 10px;
	margin-right: 10px;
	height: 30px;
	text-align: right;
	color: #847040;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	line-height: 30px;
	background-image: url(../img/right_arrow.gif);
	background-repeat: no-repeat;
	padding-right: 5px;
	background-position: right 51%;

	
}

div#content div.encart_home_content H1{
	margin-top: 0px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
}
div#content div.encart_home_content H2{
	font-size: 11px;
	color: #847040;
	margin-bottom: 8px;
	padding-top: 5px;
	margin-top: 0px;
}

	/*********************SECTION formULES & TARIFS ************/
	div#page_center div.form_tarif_small{
		width : 251px;
		padding : 5px;
		background-image:url(../img/pointille.gif); 
		background-position:top left
	}
	
	div#page_center div.form_tarif_large{
		width : 391px;
		padding : 5px;
		background-image:url(../img/pointille.gif); 
		background-position:top left
	}
	
	div#page_center div.form_tarif_content{
		background-color:#edeae2; 
		background-image:url(../img/blocs_coin.gif); 
		background-position:top right; 
		background-repeat:no-repeat
	}
	
	div#page_center div.form_tarif_content TABLE{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		
	}
	
	div#page_center div.form_tarif_content INPUT{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#737373;
	padding-left: 3px;
		
	}
	

/*********************SECTION VIDEO*******************/
div#videoQuality{
	margin-top:20px;
	margin-bottom:10px;
}
div#videoQuality A.current{
	font-weight:bold;
}
div#videoMainInfo{
	float:left;
	background: #bbb;
	margin-top:0px;
	height:259px;
	width:180px;
	background:url(../img/encart_home_coin.gif) top right;
	background-repeat:no-repeat;
	background-color:#e6e2d9;
}
div#videoMainInfo div.content{
	padding:20px 10px 10px 10px;
}
div#videoMainInfo div.content div.rubrique{
	font-size:13px;
	color:#727171;
	font-weight:bold;
	margin-bottom:20px;
	margin-right:35px;
}
div#videoMainInfo div.content div.titre{
	color:#836f3f;
	margin-bottom:10px;
	font-weight:bold;
	font-size:12px;
}
div#videoMainInfo div.content div.lien{
	position:absolute;
	padding-top:4px;
	margin-top:214px;
	text-align:right;
	width:160px;
	color:#836f3f;
	border-top:1px solid white;
}
div.videoSubContainer{
	height:130px;
	background:url(../img/pointille.gif) bottom left;
	background-repeat:repeat-x;
	margin-bottom:5px
}
div.videoSub{
	cursor:pointer;
	float:left;
	width:230px;
	background:url(../img/videosub_coin.gif) top right;
	background-repeat:no-repeat;
	background-color:#ece8df;
	margin-right:10px;
	padding:5px 10px 10px 10px;
}
div.videoSub div.titre{
	font-size:14px;
	color:#727171;
	font-weight:bold;
	margin-bottom:6px;
	height:35px;
}
div.videoSub div.lien{
	position:absolute;
	color:#836f3f;
	margin-top:90px;
	margin-left:150px;
	text-align:right;
}

/********************* PAGE LOGOS & PARTENAIRES************/

div#logos div.item , div#partenaires div.item{
	float:left;
	width:151px;		
	margin-right:10px;
	margin-bottom:20px;
}	
div#logos div.item div.arrow{
	position:absolute;
	margin-top:100px;
	margin-left:105px;
}	
div#logos div.item div.arrow A{
	font-size:9px;
}
div#logos div.item div.arrow IMG{
	padding-bottom:1px;
}
div#logos div.item div.nom, div#partenaires div.item div.nom{
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color:#847040;
}
div#logos div.item TABLE, div#partenaires div.item TABLE{
	 background-image: url(../img/pointille.gif);
	 width:151px;
	height:111px;
}
div#logos div.item TABLE TD, div#partenaires div.item TABLE TD{
	margin:5px;		 
	text-align:center;
	vertical-align:middle;
	background-color:white
}	
/********************* MY BPP ************/
div#mybbp div.tabtitre{
	margin-bottom:3px;
	font-weight:bold;
}
div#mybbp div.tabinput{
	margin-bottom:5px;
}
div#mybbp A{
	color:#737373;
	text-decoration:underline;
}
div#mybbp div.tabrub{
	color:#857040;
	font-size:14px;
	text-align:center;
	margin-bottom:4px;
	font-weight:bold;
}
div#mybbp TABLE.liste{
	width:100%;
}
div#mybbp TABLE.liste TD{
	padding:3px;
}
div#mybbp div.linktous{
	text-align:center;
	margin-bottom:10px;
}
div#mybbp div.linktous A{
	color:#847040;
	text-decoration:underline;
	text-transform:uppercase;
}
