/* $Id: prestataires.css,v 1.0 2010-01-30 21:47:00+01 alain Exp alain $

Feuille de style pour les couleurs des rubriques et sous-rubriques des prestataires
	titre : id_rubrique, code
	que faire :  41, 00aeef
		loisirs sportifs :28, 00aeef
		loisirs culturels :24,  00867d
		artisanat : 43, 00a651
	ou dormir : 40,  f7931e
		hotels : 21, cca204 
		chambres hotes :  35, f7931e
		gites étape : 23, f26522
		gites sejour :  37, ed1c24
		campings : 22, d2ac2b
		villages : 42, a78237
*/

/* Rubriques */
.chapo41, .chapo70, .chapo72 { color: #00aeef;} /* texte rubrique "que faire" versions fr, en, nl */
.chapo40, .chapo69, .chapo71 { color: #f7931e;} /* texte rubrique "ou dormir" versions fr, en, nl */

/* sous-menus de "Ou dormir" */
.coul21, .coul73, .coul80 {color: #cca204; } /* menu HR versions fr, en, nl */
.coul35, .coul74, .coul81 {color: #f7931e;} /* menu gites versions fr, en, nl */
.coul37, .coul75, .coul82 {color: #ed1c24;} /* menu gites versions fr, en, nl */
.coul22, .coul76, .coul83 {color: #d2ac2b;} /* menu campings versions fr, en, nl */
.coul47, .coul77, .coul84 {color: #f26522;} /* menu hebergement equestre versions fr, en, nl */
.coul42{color: #a78237;} /* menu Vilages vacances (en attente) */

/* sous-menus de "Que faire" */
.coul28, .coul78, .coul85 {color: #00aeef;} /* menu loisirs sportifs versions fr, en, nl */
.coul24{color: #00867d;} /* menu Loisirs culturels */
.coul43, .coul79, .coul86 {color: #00a651;} /* menu artisanat versions fr, en, nl */

/* articles prestataires */
#contenu40 { 
	background-color:#ffe292;
	float:left;
	margin-left:5px;
	padding:5px;
	width:36em;
}

#contenu41 { 
	background-color:#ddeff6;
	float:left;
	margin-left:5px;
	padding:5px;
	width:36em;
}

#contenu44{
	text-align: justify;
	float: left;
	width: 45em; 
	padding: 5px; /* AL */
	margin-left: 25px;
}

#visites{
	float: left;
	font-size: x-small;
	font-style:italic;
}

#brouillon{
	float: right;
	border: 3px groove cyan;
	background-color: white
}

#i_brouillon {
	background: url(/IMG/brouillon.png) no-repeat fixed left;
}

/* === Boutons du menu de droite */
#boite40, #boite41, #boite66, #boite44, #boite69, #boite70, #boite71, #boite72,  #boite_rech{
	width: 200px;
	height: 64px;
	background-image: url(/IMG/blanc.png);
}
#boite_rech{background-color: cyan;} /* Rechercher */
#boite40, #boite69, #boite71 {background-color: green;} /* Ou dormir */
#boite41, #boite70, #boite72 {background-color: red;} /* Que faire */
#boite66{background-color: blue;} /* Liens */
#boite44{background-color: orange;} /* Prestataires */

#txt40, #txt41, #txt66, #txt44, #txt_rech, #txt69, #txt70, #txt71, #txt72 {
	padding-top: 18px;
	color: red;
	font: 16pt Arial Narrow, Gadget, sans-serif;
	text-align: left;
}
#txt67{letter-spacing: -1px;}
/* === Pour les modeles prop */
.dyncadre{
	border: solid blue 0px; /* changé par onmouse*/
 }
 
 a.noir:link{color: black;}
 a.noir:visited{color: black;}
