/* 
 * La bande des occasions premium
 */
#bande_premium {
	background: #9a9a9a url('/portail/cotrans/design/images-design/plus/bande-premium.jpg') no-repeat right top;
	height: 150px;
	margin-bottom: 10px;
	padding-right: 335px;
	color: #EEE;
	margin: -4px -5px 0 -5px; /* !ATTENTION! : à modifier en même temps que le padding de #page */
}
#bande_premium h2 {
	letter-spacing: .2em; 
	border: none;
	color: #FFF;
	/*font-variant:small-caps;*/
	font-weight: normal;
	font-size: 170%;
	font-family: Arial, serif;
	padding:15px 0 10px 15px;
}
#bande_premium p {
	padding: 2px 15px;
}
.lien_premium {
	text-align: right;
}
.lien_premium a{
	color: #FFE;
	padding: 10px;
	display: block;
	text-decoration: none;
	float: right;
	background-color: #AAA;
}
.lien_premium a:hover {
	color: #FF0; /*yellow;*/	
	text-decoration: none;
	/*background-color: #999; !! Attention à IE6 si utilisé => bug du footer ?? !! */
}
.lien_premium a:focus, .lien_premium a:active {
	background: none;
	color: #FFF;
}

/* 
 * La page des occasions premium
 */
#les-heureux {
	float: left;
	margin-right: 10px;
}
.textepremium {
	width: 270px;
	line-height: 1.4em;
}

.textepremium ul {
	list-style: square;
	list-style-position: inside;
	margin-left: 5px;
}
.textepremium li {
	margin-bottom: .5em;
}

#bloc_lien_premium {
	background: none;
	background-color: #004D9F;
	padding: 0;
}
#bloc_lien_premium a {
	font-size: 130%;
	color: #FFF;
	text-align: center;
	display: block;
	padding: 5px;
	border: 1px solid #59F;
}


/* 
 * Détails d'une annonce premium
 */
body .detail_premium {
	background: #9A9A9A url(/portail/cotrans/design/images-design/plus/bande-premium.jpg) no-repeat scroll right top;
	color: #EEE;
}
.detail_premium .annonce_fiche { color: #111; background-color: #CCC; }

body .detail_premium h2 {color: #EEE; }

.detail_premium .expli_premium { 
	border: 1px solid #DDD; 
	background-color: #CCC; 
	color: #333; 
	
	float: left;
	margin-top: -100px; 
	width: 180px; 
}

.detail_premium #bloc_annonce_fonction { 
	padding-top: 155px;
}
.detail_premium .expli_premium2 { 
	/*border: 1px solid #DDD; 
	background-color: #CCC;*/ 
	color: #333; 
	
	clear: both; 
}

