
div {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div.fond {
	background-image:url('/img/background.png');
	background-repeat: no-repeat;
	background-position: right top;
	width: 954px;
	margin: 0 auto;
}

.accueil.footer {
	background-image:url('/img/banner.gif');
	background-position: bottom;
	text-align: right;
	height: 230px;
	margin-bottom: 5px;
}

#fleur_service {
	text-align: left;
}

.orias {
	font-size: 11px;
	float: left;
	margin-left: 10px;
}

#mentionslegales {
	float: right;
	margin-right: 10px;
	font-size: 12px;
}
	
div.bloc_produits {
	width: 100%;
	height: 370px;
}

.colonne div.fleur {
	position: relative;
	background: center;
	background-repeat: no-repeat;
	width: 190px;
	height: 180px;
	color: white;
	float: right;
}

div.fleur.orange {
	background-image: url(/img/fleur/fleur.jaune.gif);
}

div.fleur.marron {
	background-image: url(/img/fleur/fleur.marron.gif);
}

div.fleur.autre {
	background-image: url(/img/fleur/fleur.autre.gif);
}
		
div.fleur.bleu {
	background-image: url(/img/fleur/fleur.bleu.gif);
}

div.fleur.vert_pale {
	background-image: url(/img/fleur/fleur.vert_pale.gif);
}

div.fleur.mauve {
	background-image: url(/img/fleur/fleur.mauve.gif);
}

span.produit {
	width: 100%;
	position: absolute;
	margin-top: 77px;
	margin-left: 2px;
	text-align: center;
	background-color: transparent;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
}

div.liens {
	text-align: center;
	font-weight: bold;
	height: 190px;
}

span.contrat,
span.devis  {
	display: block;
	height: 55px;
}

span.contrat a,
span.devis a {
	color: yellow;
	font-family: "Trebuchet MS";
	font-size: 15px;
}

span.devis {
	padding-top: 48px;
}

div.fleur.autre span.produit {
	margin-left: -2px;
	margin-top: 70px;
	font-size: 15px;
}

div.fleur.autre span.produit a {
	color: white;
	font-family: "Trebuchet MS";
}

.tooltip {
	border: 1px solid #ff8c00;
	width: 200px;
	background-color: #ffffe0;
	padding: 5px;
	font-size: medium;
	color: #ff8c00;
}
.tooltip2 {
	border: 1px solid #999999;
	width: 140px;
	background-color: #dddddd;
	padding: 5px;
	font-size: medium;
	color: #999999;
}
span.indisponible {
	margin-top: 105px;
	font: bold;
	font-style: italic;
	height: 20px;
	display: block;
	color: #777777;
	font-size: 12px;
	margin-right: 5px;
}
#tooltipHelper #tooltipURL{
	display: none;
}

span.produit.locaux_pro {
	margin-top: 68px;
	font-size: 15px;
}

.colonne {
	width: 20%;
	float: right;
}

.colonne.personnes {
	width: 39%;
}

.fillservice {
	width: 190px;
	height: 180px;
}

.fillpersonne {
	width: 380px;
}

.login {
	margin-top: 10px;
	padding-right: 5px;
	text-align: center;
}

/*** popup d'informations ***/
.msg {
	margin-top: 80px;
	margin-left: 10px;
	text-align: left;
}
.popup.accueilpopup {
	top:40px;
	left:40%;
	width:850px;
	height:400px;
}

.popup.message {
	overflow:auto;
	height:400px;
}

.popup.partenaire {
	overflow:auto;
	height:400px;
}

.message p, .partenaire td {
	font-size: small;
	padding-bottom: 3px;
}

.message a{
	color: #8b0000;
}

.message a.special {
	color: #00008b;
}

.message h1 {
	color: #008b8b;
	font-size: x-large;
	text-align: center;
}

.message h2 {
	font-size: medium;
	margin: 0px;
	margin-bottom: -7px;
	padding-bottom: 0px;
	color: orange;
}

.partenaire span {
	margin: 0;
	padding: 0;
}