/*****************************************************************************
 *	accordeon.css
 *	Feuille de style pour les offres de ChangerMonJob
 *
 *	Lunaweb(c)2008
 *****************************************************************************/

#accordion {
	margin: 0;
	padding: 0;
}

#accordion,
#accordion li.accordion-li {
	width: 550px;
	padding: 0;
	list-style: none;
	background: white;
	clear: both;
}

#accordion h3.ui-accordion-link {
	height: 80px;
	line-height: 80px;
	padding: 9px 24px 9px 9px;
	text-decoration: none;
	color: #666;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

.offre-top {
	background: white url(../media/img/design/pages/offre-top-bg.png) top left no-repeat;
}

.offre {
	background: white url(../media/img/design/pages/offre-bg.png) top left no-repeat;
}

#accordion h3.ui-accordion-link .num-offre {
	display: block;
	float: left;
	margin: -4px 5px 0 0;
	font-size: 30px;
	color: #f8c100;
}

#accordion h3.ui-accordion-link .icone {
	float: right;
}

#accordion h3.ui-accordion-link .savoir-plus {
	margin-top: -55px;
	display: block;
	font-size: 12px;
	text-transform: none;
}

.ui-accordion-body {
	clear: both;
	background: white url(../media/img/design/pages/accordion-bg.png) top left repeat-x;
	width: 500px;
	padding: 0 25px 15px;
	margin-top: 0;
}

span.ui-accordion-right {
	display: none;
}

.encartdroite {
	float: right;
	text-align: center;
	font-weight: bold;
	width: 150px;
}

span.prix {
	display: block;
	color: #E98812;
	font-size: 22px;
	font-weight: bold;
	padding: 3px 0 0;
	margin: 15px 8px 10px auto;
}

a.etrerappele,
a.inscription {
	clear: both;
	display: block;
	width: 115px;
	height: 32px;
	margin: 0 auto;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 7px 0 0;
}

a.etrerappele {
	color: #333;
	background: transparent url(../media/img/design/pages/offre-bg-rappel.gif) top left no-repeat;
}

a.inscription {
	color: #555;
	background: transparent url(../media/img/design/pages/offre-bg-souscription.gif) top left no-repeat;
}

h3,
h2 {
	text-indent: 10px;
}

.box strong {
	color: #428394;
}