@charset "utf-8";

/* CSS Document */
.bandeau_haut, .bandeau_bas, .bandeau_droite {
	text-align:center;
	z-index:120;
	background-color:none;
}

.bandeau_prix {
	font-weight:bold;
	color:red;
	font-size:110%;
}

/**/
.bandeau_recherche {
	width:468px;
	height:60px;
	background-image:url(../banners/bandeauPub_haut_bg.gif);
	text-align:center;
	margin-left:50px;
}

.bandeau_recherche .bandeau_content {
	line-height:20px;
}

/**/
.bandeau_haut {
	width:468px;
	height:60px;
	background-image:url(../banners/bandeauPub_haut_bg.gif);
}

.bandeau_haut .bandeau_content {
	line-height:20px;
}

/**/
.bandeau_bas {
	width:240px;
	height:183px;
	background-image:url(../banners/bandeauPub_bas_bg.gif);
}

.bandeau_bas .bandeau_content {
	line-height:60px;
}

/**/
.bandeau_gauche {
	width:160px;
	height:80px;
	background-image:url(../banners/bandeauPub_droite_bg.gif);
}

.bandeau_gauche .bandeau_content {
	line-height:25px;
}

/**/
.bandeau_droite {
	width:160px;
	height:80px;
	background-image:url(../banners/bandeauPub_droite_bg.gif);
}

.bandeau_droite .bandeau_content {
	line-height:25px;
}

/* communs aux bandeaux (par défaut) */
.bandeau_content {
	color:white;
	font-weight:bold;
}

/* Tableaux */

table.bandeauPubChoixPosition {
	border:1px solid gray;
	margin:5px 0;
}

/* style pour afficher un boutons "continuer" toujours avec la même disposition */
.bandeauNext {
	text-align:center;
}

.bandeauNext input {
	/*background-color:red;*/
	color:black;
	font-weight:bold;
	padding-right:15px;
	
	background-image:url('img/bandeau_fleche_next.gif');
	background-position:right;
	background-repeat:no-repeat;
}

/* Pour le panier */
table.bandeauPanier th {
	font-size:11px;
	background-color:#999;
}

table.bandeauPanier {
	border-collapse:collapse;
}

table.bandeauPanier th, table.bandeauPanier td {
	border:1px solid black;
}

table.bandeauPanier td {
	padding:3px;
}

/* simple style pour bien espacer toutes les cellules de la même façon */
table.bandeauDureeTab td {
	padding-right:4em;
}

/* messages et autres */
.bandeauMessageRouge {
	color:white;
	background-color:red;
	font-weight:bold;
}

/* va permettre de mettre en valeur un élément de liste (select avec plusieurs lignes visibles) */
option.cp_in_list {
	background-color:#FC0;
}

.erreur {
	font-weight:bold;
	font-size:14px;
	color:#E91000;
}

.dejaIdentifier {
	font-size:14px;
}

#ficheBienPub {
	font-size:13px;
	margin:5px 11px 5px 5px ;
	padding:4px 0 0 10;
	width:650px;
	background-color:#FFFFFF;
	background-position:50% 0%;
	border-left:1px #cecece solid;
	border-right:1px #cecece solid;
	border-bottom:1px #cecece solid;
}
#ficheBienPub h1, #ficheBienPub h2 {font-size:20px;color:#000000;text-align:center;}
#ficheBienPub p {
	padding:0.3em;
}
#ficheBienPub.mail p,
#ficheBienPub.mail td {
	text-align:left;
}
