/*-----------------------------------------------------
	RIGHT-BAR
------------------------------------------------------*/	

#right-bar{
	position:relative;
	width:200px;
	left:2px;
	float:left;
	padding:1px;
}

/*-----------------------------------------------------
	MODULE DOSSIER
------------------------------------------------------*/	

#dossiers-mod{
	position:relative;
	width:210px;
	border:1px solid #eae9e9;
}

#bd-dossier{
	position:relative;	
	background-image:url("../images/bg-dossier.png");
	border:1px solid #ebd223;
	width:206px;
	height:39px;
	top:1px;
	margin:auto;
}
#bd-dossier h1{
	position:relative;
	color:#f3f3f3;
	top:5px;
	left:20px;
}

/*-----------------------------------------------------
	MODULE NOUVEAUTES
------------------------------------------------------*/	

#nouveautes-mod{
	position:relative;
	width:208px;
	top:10px;
	border:1px solid #eae9e9;
	padding:1px;
}
#nouveautes-mod li{
	list-style-type: none;
}

#bd-nouveautes{
	position:relative;	
	background-image:url("../images/bg-nouveaute.png");
	border:1px solid #b42688;
	width:204px;
	height:39px;
	top:1px;
	margin:auto;
}
#bd-nouveautes h1{
	position:relative;
	color:#f3f3f3;
	top:5px;
	left:20px;
}

#nouveautes-mod  .nouveaute{
	position:relative;
	width:180px;
	float:left;
	padding:5px;
}

#nouveautes-mod  img{
	position:relative;
	float:left;	
}

#nouveautes-mod  .description{
	position:relative;
	width:70px;
	left:5px;
	float:left;	
}

#nouveautes-mod  .toutesLesNouveautesMod{
	position:relative;
	width:208px;
	height:22px;
	font-weight:bold;
	background-color:#eae8e8;
	clear:both;	
}

#nouveautes-mod  .toutesLesNouveautesMod a{
	position:relative;
	width:170px;
	top:5px;
	left:5px;
}


/*-----------------------------------------------------
	MODULE INFOS
------------------------------------------------------*/	

#informations-mod{
	position:relative;
	width:210px;
	top:20px;
	border:1px solid #eae9e9;
}

#bd-infos{
	position:relative;	
	background-image:url("../images/bg-information.png");
	border:1px solid #949494;
	width:206px;
	height:39px;
	top:1px;
	margin:auto;
}
#bd-infos h1{
	position:relative;
	color:#f3f3f3;
	top:5px;
	left:20px;
}

/*-------------------------------------------------------------
	FOOTPG
-------------------------------------------------------------*/
#footpg{
	position:relative;
	background-color:#FFF;
	width:890px;
	height:50px;
	clear:both;
	top:30px;
}
