/* Mise en forme du plan  du site et du resultat moteur de recherche */

/* ------------------------------ plan du site ------------------------------------ */

/* 1er niveau de plan du site */

#plan ul {

	margin-top: 10px;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-bottom: 0px;

	margin-left : 0px;

	margin-right: 0px;

	padding-left: 0px;

}

#plan li {

	list-style-type: none;

	margin-bottom: 5px;

}

#plan li a {

	color: #685A4D; 

	text-decoration: none;

	font-weight: bold;

	font-size: 16px;

	background-color: #F4F2EE;

	display: block;

	padding-left: 10px;

}

#plan li a:hover {

	text-decoration: none;

	color: #D26606;

}

/* 2eme niveau de plan du site */

#plan ul ul {

	margin-top: 8px;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-bottom: 5px;

	margin-left : 20px;

	margin-right: 0px;

	padding-left: 0px;

}

#plan li li a {

	color: #685A4D;

	font-size: 11px;

	font-weight: bold;

	text-decoration: none;

	background-color: transparent;

	display: inline;

	padding-left: 0px;

}



#plan li li a:hover {

	color: #685A4D;

	text-decoration: underline;

}

/* 3eme niveau de plan du site */

#plan ul ul ul {

	margin-top: 5px;

	margin-bottom: 0px;

	padding-top: 0px;

	padding-bottom: 0px;

	margin-left : 30px;

	margin-right: 0px;

	padding-left: 0px;

}

#plan li li li a {

	color: #685A4D;

	font-size: 11px;

	text-decoration: none;

	font-weight: normal;

}

#plan li li li a:hover {

	text-decoration: underline;

}

/* 4eme niveau de plan du site */

#plan ul ul ul ul {

	margin-top: 0px;

	margin-bottom: 5px;

	padding-top: 7px;

	padding-bottom: 11px;

	margin-left : 30px;

	margin-right: 0px;

	padding-left: 0px;

}

#plan li li li li a {

	color: #685A4D;

	font-size: 11px;

	text-decoration: none;

	font-weight: normal;

}

#plan li li li li a:hover {

	text-decoration: underline;

}

/* ----------------------------------------- moteur de recherche --------------------------------- */

div.enteteresultrecherche {

}

div.enteteresultrecherche span {

}

/* numero et lien de la reponse */

span.lienrech {

	color: #C5C6B4;

	font-weight: bold;

	font-size: 13px;

}

span.lienrech a {

	color: #D26606;

	text-decoration: underline;

	font-weight: bold;

	font-size: 15px;

}

span.lienrech a:hover {

	color: #C5C6B4;

	text-decoration: none;

	font-weight: bold;

	font-size: 15px;

}

/* couleur de fond du resume */

div.fondresultrecherche {

	margin-top: 5px;

	margin-bottom: 5px;

	margin-left : 12px;

	margin-right: 0px;

	padding-top: 7px;

	padding-bottom: 7px;

	padding-left: 10px;

	padding-right: 10px;

	background-color: #F4F2EE;

	color: #685A4D;

}

/* zone de liens en dessous du resume */

div.basresultrecherche {

	margin-top: 0px;

	margin-bottom: 10px;

	margin-left : 12px;

	margin-right: 0px;

	padding-top: 2px;

	padding-bottom: 7px;

	padding-left: 0px;

	padding-right: 10px;

}

div.basresultrecherche li {

	list-style: none;

	display: inline;

	margin-right: 8px;

	font-size: 11px;

}

div.basresultrecherche li a {

	background-image: url(img/fleche-nav.gif);

	background-repeat: no-repeat;

	background-position: right 5px;

	padding-right: 10px;

	font-size: 11px;

}

div.basresultrecherche li a:hover {

	text-decoration: none;

	font-size: 11px;

}

/* --------------------------------- */
/* ---------- modules -------------- */
/* --------------------------------- */
/* --- phototheque --- */

ul.phototheque {
	list-style: none;
	background-color: #DAD6AF;
	padding-top: 10px;
	padding-left: 7px;
	padding-right: 3px;
	padding-bottom: 8px;
	width: 373px;
	margin-bottom: 50px;
	margin-top: 20px;
	float: left;
}

ul.phototheque li {
	display: block;
	float: left;
	width: 124px;
	height: 150px;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
}

ul.phototheque li img {
	height: 90px;
	width: 90px;
	border: 1px solid #9B9968;
	margin-bottom: 4px;
}

ul.phototheque li a	{
	font-size: 10px;
	text-decoration: none;
	color: #D36607;
	font-weight: bold;
}

ul.phototheque li a span {
	display: none;
}

ul.phototheque li a:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #D36607;
	font-weight: bold;
}

/* vote */
h3.posit {
	font-size: 16px;
	letter-spacing: 1px;
	color: #008463;
}

/* ---------------------- popup --------------------------- */
h1.popuptitre {
	color: #433312;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 45px;
	margin-bottom: 24px;
}

#popupcorps {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #ffffff;
}

#popupbas{
	width: 100%;
	border-top: 1px solid #433312;
	color: #433312;
	text-align: center;
	padding-top: 5px;
}

#popupbas a {
	color: #D36607;
	font-weight: bold;
	text-decoration: none;
}

#popupbas a:hover {
	color: #D36607;
	font-weight: bold;
	text-decoration: underline;
}

div.bloc_stretcher {
	display: none;
}	

/* --- div attente position absolue --- */

html, body {
height: 100%;
width: 100%;
}

#patienter {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
	visibility: hidden;
	cursor: default;
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
	background-image: url(img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

a.voirpanier {
	background-image: url(img/icone_panier.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
	color: #D36607;
	text-decoration: none;
	font-weight: bold;
}

a.voirpanier:hover {
	color: #D36607;
	text-decoration: underline;
	font-weight: bold;
}

a.retourboutique {
	background-image: url(img/fleche_sousm_over.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 18px;
	color: #D36607;
	text-decoration: none;
	font-weight: bold;
}

a.retourboutique:hover {
	color: #D36607;
	text-decoration: underline;
	font-weight: bold;
}


body.voeux {
	background: #cac086;
}

div#pub	{
	margin: 10px 0px 20px 0px;
}

#isens_sondage label {
	width: auto!important;
	text-align: left!important;
}

#isens_sondage input {
	margin-right: 5px;
}
