.full-box h2 {
	color:#FC8308;
	font-size:1.5em;
	line-height:1em;
	margin-bottom:30px;
}

p.intro-recherche {
	color:black;
	font-size:0.85em;
	line-height:1.35em;
	position:relative;
	bottom:15px;
}

/*------------------ Formulaire page recherche */

#form1 {
	margin:0 0 30px 0;
}

#form1 label {
	color:#86906a;
	font-weight:bold;
	font-size:1.2em;
	padding:0 10px 0 0;
	float:left;
}

#form1 .champ-texte {
	border:1px solid #d4dcbc;
	width:345px;
	float:left;
}
	
#form1 .champ-texte:focus {
	background:#e6f0c9;
}

#form1 #lancer-recherche {
	background:#6B7F01 url(../../images/boutons/fond_submit1.jpg) no-repeat scroll left top;
	border:0 none;
	bottom:1px;
	color:white;
	float:left;
	font-size:1.2em;
	height:24px;
	left:14px;
	padding:0 0 5px;
	position:relative;
	width:153px;
}

/* ----------------------------------- Formulaires de recherche generaux */
.form-top {
	padding:0 0 20px 0;
}

.conteneur, .actions {
	float:left;
	width:96%;
	padding-bottom:15px
}

.conteneur.demi, .actions.demi { width:48%; }
.conteneur.demimoins, .actions.demimoins { width:32% }
.conteneur.demiplus, .actions.plus { width:64% }

.conteneur label {
	width:30%;
	line-height:1.2em;
	color:#7d885f;
	font-weight:bold;
	font-size:1.05em;
	padding:0 5px 0 0;
	display:block;
	float:left;
}

.conteneur label.short {
	width:70px;
}

.conteneur .champ-texte { 
	width:50%;
	float:left;
	font-size:0.9em;
	padding:2px 0 2px 3px;
	background:#e6f0c9 url('../../images/structure/background/fond_zone_texte.gif') no-repeat top left;
	border:0;
}

/*.conteneur .champ-texte:focus {
	border:1px solid black;
} */

.conteneur  select {
	width:50%;
	float:left;
	font-size:0.9em;
	border:1px solid #666;
}

.actions input {
	margin:0 54px 0 0;
	float:right;
	background:#6B8201 url(../../images/boutons/fond_long_bouton.jpg) no-repeat scroll left top;
	color:white;
	height:22px;
	width:123px;
	border:0;
	padding:0 0 1px 0;
	font-weight:bold;
}

.actions input.long {
	background:#6B8201 url(../../images/boutons/fond_submit1.jpg) no-repeat scroll left top;
	width:153px;
}

/* ---------------------------------- Extranet */

ul.dates li {
	display:block;
	float:left;
	width:40%;
	margin:0 0 10px 0;
}

ul.dates li a {
	background:transparent url(../../images/elements/fleche_ronde.gif) no-repeat scroll left center;
	color:#7D885F;
	font-size:1.1em;
	line-height:1.1em;
	margin:0 0 10px;
	padding:0 0 0 30px;
	font-weight:bold;
}

#reservation {
	clear:both;
	padding:35px 0 0 0;
}

#reservation h2{
	font-size:1.9em;
	margin:0 0 20px 0;
}

#reservation .conteneur label {
	width:32%
}

#reservation .actions input {
	margin:0 50px 0 0;
}

/* ---------------------------------- Resultats */

#nb-resultats {
	margin:0 0 25px 0;
}

#nb-resultats h2 {
	font-size:1.9em;
	margin:0;
	float:left;
	padding:0 6px 0 0;
}

#nb-resultats span {
	font-size:1.7em;
	color:#7d885f;
	line-height:1.2em;
}

.resultat {
	padding:0 20px 20px 10px;
}

.resultat.last {
	padding:0 20px 0 10px;
}

.resultat h3 {	
	background:transparent url(../../images/elements/fleche_ronde.gif) no-repeat scroll left center;
	color:#7D885F;
	font-size:1.3em;
	line-height:1.1em;
	padding:0 0 0 30px;
	margin:0 0 10px 0;
}

.resultat p {
	text-align:justify;
	font-size:0.85em;
	color:#7d7d7d;
	line-height:1.5em;
	padding:0 0 5px 38px;
}

.resultat.jaune p {
	padding:0 0 5px 10px;
	margin:0 0 0 28px;
	border-left:3px solid #ffe400;
}

.resultat.rouge p {
	padding:0 0 5px 10px;
	margin:0 0 0 28px;
	border-left:3px solid #ff0000;
}

.resultat.bleu p {
	padding:0 0 5px 10px;
	margin:0 0 0 28px;
	border-left:3px solid #009cff;
}

.resultat p.intro {
	color:black;
	font-weight:bold;
}

.resultat a.more {
	float:right;
	color:#7d885f;
	font-weight:bold;
	font-size:0.9em;
	text-decoration:underline;
}
.resultat a.more:hover {
	text-decoration:none;
}
