/* Spécifique à l'accueil */

#central {
	width: 1003px;
	height: 310px;
	background-color: #336699;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	background: url(/images/visuel-accueil-general.jpg);
}

#hebergementbase, #hebergementprivilege, #offresspeciales, #offressurmesure {
	display: block;
	height: 175px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#hebergementbase h4, #hebergementprivilege h4, #offresspeciales h4, #offressurmesure h4 {
	height: 20px;
	background: #424242;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px 0 0 0;
}

#hebergementbase h4 {
	background-image: url(/images/fond-offres-base.png);
	width: 421px;
}

#hebergementprivilege h4 {
	background-image: url(/images/fond-offres-privilege.png);
	width: 281px;
}

#offresspeciales h4 {
	background-image: url(/images/fond-offres-speciale.png);
	width: 142px;
}

#offressurmesure h4 {
	background-image: url(/images/fond-offres-mesure.png);
	width: 159px;
	height: 22px;
}

.titreoffre {
	text-align: center;
	height: 20px;
	font-size: 12px;
	padding-top: 5px;
}

/**
* Bloc des offres
*/

#bloc_single, #bloc_double, #bloc_luxe, #bloc_suite, #bloc_suiteplus, #bloc_association, #bloc_personnalisee {
	width: 140px;
	height: 145px;
	padding: 0;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	background-repeat: no-repeat;
	float: left;
}

#bloc_single h5, #bloc_double h5, #bloc_luxe h5, #bloc_association h5 {
	margin-top: -3px;
	color: #ec9d00;
	background-repeat: no-repeat;
}

#bloc_suite h5, #bloc_suiteplus h5, #bloc_suite h5 {
	margin-top: -3px;
	color: #f2c900;
	background-repeat: no-repeat;
}

#bloc_single h5 {
	background-image:url(/images/fond-single.png);
}

#bloc_double h5 {
	background-image:url(/images/fond-double.png);
}

#bloc_luxe h5 {
	background-image:url(/images/fond-luxe.png);
}

#bloc_suite h5 {
	background-image:url(/images/fond-suite.png);
}

#bloc_suiteplus h5 {
	background-image:url(/images/fond-suite-plus.png);
}

#bloc_association h5 {
	background-image:url(/images/fond-association.png);
}

#bloc_single ul, #bloc_double ul, #bloc_luxe ul, #bloc_suite ul, #bloc_suiteplus ul, #bloc_association ul, #bloc_personnalisee ul {
	margin: 40px 0 0 0;
	padding: 5px 10px 5px 10px;
	background-color: #000000;
	border-left: 2px solid #232323;
}

#bloc_single li, #bloc_double li, #bloc_luxe li, #bloc_suite li, #bloc_suiteplus li, #bloc_association li, #bloc_personnalisee li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #ffffff;
	font-size: 11px;
}

#bloc_single {
	background-image:url(/images/visuel-accueil-single.png);
	background-position: 0px 18px;
}

#bloc_double{
	background-image:url(/images/visuel-accueil-double.png);
	background-position: 0px 18px;
}

#bloc_luxe {
	width: 141px;
	background-image:url(/images/visuel-accueil-luxe.png);
	background-position: 0px 18px;
}

#bloc_suite {
	width: 141px;
	background-image:url(/images/visuel-accueil-suite.png);
	background-position: 0px 18px;
}

#bloc_suiteplus {
	background-image:url(/images/visuel-accueil-suiteplus.png);
	background-position: 0px 18px;
}

#bloc_association {
	width: 142px;
	background-image:url(/images/visuel-accueil-association.png);
	background-position: 0px 18px;
}

#bloc_personnalisee {
	width: 159px;
	background-image:url(/images/visuel-accueil-surmesure.png);
	background-position: 0px 0px;
}

#bloc_association ul {
	height: 56px;
}

#bloc_personnalisee ul {
	margin: 60px 0 0 0;
}

#bloc_single ul {
	border-left: 2px solid #000000;
}

.plusdinfo {
	padding-left: 70px;
	background-color: #777777;
	background-image:url(/images/fond-plus-dinfos.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 26px;
	font-size: 10px;
}

.plusdinfo a {
	color: #ec9d00;
}

#bloc_association .plusdinfo {
	padding-left: 72px;
}

#bloc_personnalisee .plusdinfo {
	padding-left: 88px;
}

#bloc_suite .plusdinfo a, #bloc_suiteplus .plusdinfo a, #bloc_personnalisee .plusdinfo a {
	color: #f2c900;
}

.plusdinfo a:hover,#bloc_suite .plusdinfo a:hover, #bloc_suiteplus .plusdinfo a:hover, #bloc_personnalisee .plusdinfo a:hover {
	color: #ffffff;
}

#bloc_single .prix, #bloc_double .prix, #bloc_luxe .prix {
	color: #ec9d00;
}

#bloc_suite .prix, #bloc_suiteplus .prix {
	color: #f2c900;
}

#bloc_association ul li {
	color: #ec9d00;
}

#bloc_personnalisee ul li {
	color: #f2c900;
}

/**
* Autres blocs
*/

#sitereference {
	display: block;
	text-align: center;
	margin-top: 2px;
}

#plusdereference {
	display: block;
	text-align: center;
	background-image: url(../../images/plusdereferences.png);
	background-repeat: no-repeat;
	width: 121px;
	height: 7px;
	margin: 6px auto 0px auto;
}

#plusdereference:hover {
	background-position: 0 -7px;
}

#plusdereference span {
	display: none;
}

#bloc_references {
	float: left;
	width: 176px;
	height: 34px;
	background-image: url(../../images/accueil-box-references.png);
	background-repeat: no-repeat;
	padding: 21px 2px 3px 2px;
	text-align: left;
	font-size: 11px;
	color: #000000;
	margin: 5px 0px 5px 1px;
}

#bloc_references a {
	color: #000000;
}

#bloc_references a:hover {
	color: #ffffff;
}

#central2 {
	background-color:#99ccff;
	width: 776px;
	height: 80px;
	padding: 10px 0px 10px 4px;
}

#bloc_partenaires {
	float: left;
	width: 150px;
	height: 52px;
	font-size: 11px;
	color: #ffffff;
	margin: 0 7px 0 9px;
	background-image: url(../../images/accueil-box-partenaires.png);
	background-repeat: no-repeat;
	padding: 23px 6px 5px 6px;
}

#bloc_partenaires a {
	color: #000000;
}

#bloc_partenaires a:hover {
	color: #ffffff;
}
