/*
	CSS pour Conseil de l'industrie forestière du Québec - Principal
	Emilie - egzakt.com
	2011/05/10
*/
body {
	background-color:#231900;
	font:75%/140% Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	color:#564F3C;
}

p {
	margin:0;
	padding:0;
}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

ol {
	margin:0;
	padding:0 0 0 22px;
}

a {
	cursor:pointer;
	color:#564F3C;
	text-decoration:underline;
}

a:hover {
	color:#000;
}

img {
	border:0;
}

form {
	margin:0;
	padding:0;
}

.wrapper {
	width:979px;
	padding:0;
	margin:0 auto;
}


/* CONNEXION
-----------------------------------------*/

#connexion_wrapper {
    width:250px;
    margin:0 auto;
	padding:20px 20px 0 20px;
}

#connexion {
    background-color:#F4F4EE;
    padding:15px 10px;
}

#connexion h1 {
    color:#018C45;
	font-family:Arial, sans-serif;
	font-size:1.356em;
}

#connexion label {
    display:block;
	padding:2px 0 2px 3px;

}

#connexion a {
    margin-left:-2px;
}

#connexion input {
    margin-bottom:10px;
	border:solid 1px #E9E9DC;
	padding:4px;
	width:220px;
}

.lien_bas {
    text-align:right;
    margin-top:10px;
}

/* HEADER
-----------------------------------------*/
#header {
	padding:50px 0 0 0;
	background:#fff url(../images/ul/tuiles/extranet_header.jpg) no-repeat center 0;
}

#header .wrapper {
	overflow:hidden;
	width:939px;
	padding:0 20px;
	background-color:#fff;
}

#header ul {
	float:right;
	text-align:right;
	line-height:1.4em;
}

#header ul a {
	text-decoration:none;
}

#header ul li.culture a {
	display:inline-block;
	background-color:#C6C6A4;
	padding:2px 5px;
	color:#fff;
	margin-bottom:8px;
}

#header ul a:hover {
	text-decoration:underline;
}


/* NAVIGATION SECONDAIRE
-----------------------------------------*/
#navig_secondaire {
	min-height:50px;
	border-top:1px solid #fff;
	background:url(../images/ul/tuiles/extranet_navig_secondaire.jpg) no-repeat center 0;
}

#navig_secondaire ul {
	overflow:hidden;
	font-weight:bold;
	font-size:1.167em;
	line-height:1.2em;
	padding:17px 0 0 5px;
}

#navig_secondaire li {
	float:left;
	padding:0 4px;
	border-right:1px solid #C6C6A4;
}
#navig_secondaire li.dernier {
}

#navig_secondaire ul a {
	display:inline-block;
	height:20px;
	line-height:20px;
	padding-right:5px;
	text-decoration:none;
	color:#fff;
	background:url(../images/ul/boutons/navig_secondaire_droite.gif) no-repeat right 0;
}
#navig_secondaire ul li.dernier a {
	height:23px;
	background:none;
}

#navig_secondaire ul a span {
	display:inline-block;
	height:20px;
	padding:0 1px 0 6px;
	background:url(../images/ul/boutons/navig_secondaire.gif) no-repeat 0 0;
}

#navig_secondaire ul a:hover {
	color:#FF9600;
}

#navig_secondaire ul a.selected,
#navig_secondaire ul a.selected:hover {
	background-position:right bottom;
	color:#231900;
}

#navig_secondaire ul a.selected span {
	background-position:left bottom;
}


/* RECHERCHE */
#recherche_rapide {
	float:right;
	padding-right:42px;
	margin-top:15px;
	position:relative;
}

#recherche_rapide input.text {
    width:150px;
    height:22px;
    padding:0 4px;
    border:0;
    border-radius:2px 0 0 2px;
    color:#564F3C;
    background-color:#fff;
    font:11px/22px Arial,Helvetica,sans-serif;
    position:relative; /* Important pour IE8 avec PIE */
    behavior:url(/js/PIE.php);
}

#recherche_rapide input.unfocus {
	color:#918E81;
}

#recherche_rapide input.bouton {
	position:absolute;
	top:0;
	right:20px;
}

#recherche_mots_cles {
	width:450px; /* Important pour IE6 */
	position:relative;
}

#recherche_mots_cles input.text {
    width:237px;
    height:22px;
    padding:0 4px;
    border:1px solid #E9E9DC;
    border-right:0;
    border-radius:2px;
    color:#564F3C;
    background-color:#fff;
    font:11px/22px Arial,Helvetica,sans-serif;
    position:relative;
    behavior:url(/js/PIE.php);
}

#recherche_mots_cles .bouton {
	position:absolute;
	bottom:0;
	left:244px;
	height:22px;
    border:1px solid #E9E9DC;
    border-left:0;
	border-radius:2px;
    behavior:url(/js/PIE.php);
}

#recherche_mots_cles .bouton a {
	display:none;
}

/* Résultats */
#resultats {
	margin-top:20px;
}

#resultats #total {
	font:1.5em/1.2em Georgia, Times, serif;
	color:#000;
}

#resultats #total span {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#018C45;
}

#resultats .listing {
	margin-top:5px;
	border-top:1px solid #E9E9DC;
	border-bottom:1px solid #E9E9DC;
}

#resultats .listing li {
	padding:10px;
}
#resultats .listing li.paire {
	background-color:#F4F4EE;
}

#resultats .listing h3 {
	font-size:1em;
	line-height:1.2em;
	font-weight:normal;
	margin:0 0 1px 0;
}

#resultats .listing .resume {
	font-size:0.91em;
	line-height:1.2em;
	padding:2px 0 0 0;
}

#resultats .pagination {
	text-align:center;
	margin-top:15px;
	font-size:0.91em;
	line-height:1.1em;
	font-weight:bold;
}

#resultats .pagination li {
	display:inline;
}

#resultats .pagination a,
#resultats .pagination strong {
	text-decoration:none;
	display:inline-block;
	padding:4px 7px;
	color:#564F3C;
}

#resultats .pagination li.numero a,
#resultats .pagination li.numero strong {
	background-color:#E9E9DC;
	border-radius:2px;
	position:relative; /* Pour PIE */
	behavior:url(/js/PIE.php);
}

#resultats .pagination li.numero strong {
	background-color:#8DC63F;
	color:#fff;
}

#resultats .pagination a:hover {
	text-decoration:underline;
}

#resultats .pagination li.numero a:hover {
	background-color:#8DC63F;
	text-decoration:none;
}

#resultats .listing h3 img {
    padding:0 2px 3px 0;
    vertical-align:middle;
}

.aucun_resultat {
    margin:20px 0;
}

/* BARRE ACTIONS
-----------------------------------------*/
#header .wrapper_barre_actions {
    width:979px;
}

#barre_actions {
    border-radius: 5px 5px 0 0;
    margin-top:10px;
    clear:right;
    float:right;
    line-height: 1.3em;
    padding:10px 18px 8px 22px;
    background-color:#F4F4EE;
    color:#564F3C;
    position:relative; /* Pour css pie */
	behavior:url(/js/PIE.php);
}

#barre_actions span {
    font-weight:bold;
    color:#018C45;
}

#barre_actions span.compagnie {
    margin-left:5px;
}

#barre_actions a {
    background-image:url('/images/ul/boutons/bouton_fleche.gif');
    background-repeat:no-repeat;
    background-position:center right;
    border-radius:2px;
    border:solid 1px #fff;
    color:#564F3C;
    text-transform:uppercase;
    font-size:0.790em;
    font-weight:bold;
    text-decoration:none;
    background-color:#C6C6A4;
    padding:6px 16px 4px 7px;
    margin-left:15px;
}


/* ARCHITECTURE CONTENU
-----------------------------------------*/
#contenu {
	background:#e9e7da url(../images/ul/tuiles/contenu.jpg) repeat-y center 0;
}

#contenu .wrapper {
	background-color:#fff;
	padding-bottom:20px;
}

#conteneur_colonnes {
	width:949px; /* Important pour IE6 */
	padding:0 20px 0 10px;
	background:url(../images/ul/tuiles/conteneur_deux_colonnes.gif) repeat-y 163px 0;
}

#colonne_navig {
	float:left;
	width:142px;
	margin-top:14px;
}

#colonne_droite {
	float:right;
	width:795px;
}

#colonne_principale {
	float:left;
}

#colonne_principale .contenu_padding {
	width:775px;
	padding:0 20px;
}


/* Fil ariane */
#ariane {
	padding:11px 0 6px 14px;
	margin-bottom:18px;
	border-bottom:1px solid #E9E9DC;
	background-color:#fff;
	font-size:0.917em;
	line-height:1.2em;
}

#ariane li {
	display:inline;
	padding:0 11px 0 6px;
	background:url(../images/ul/icones/fleche_ariane.gif) no-repeat right center;
}
#ariane li.dernier {
	padding-right:0;
	background:none;
}

#ariane a:hover {
	color:#018C45;
}

#ariane strong {
	color:#231900;
}


/* Actions */
#actions {
	width:763px; /* Important pour IE6 */
	padding:6px 5px;
	margin-bottom:17px;
	border:1px solid #E9E9DC;
	overflow:hidden;
	font-size:0.83em;
	line-height:1.1em;
	text-transform:uppercase;
}

#actions a {
	color:#564F3C;
	text-decoration:none;
}

#actions a:hover {
	text-decoration:underline;
}

#actions a#retour {
	padding-left:9px;
	background:url(../images/ul/icones/retour.gif) no-repeat 0 center;
}

#actions a#imprimer {
	float:right;
	padding-right:12px;
	background:url(../images/ul/icones/imprimer.gif) no-repeat right 0;
}


/* COMMUN
-----------------------------------------*/
.date {
	color:#018C45;
}
#type_industrie .date {
	color:#FF9600;
}


/* Formulaire de type "fiche" */
form.fiche fieldset {
	background-color:#F4F4EE;
	padding:17px 20px 10px 20px;
	border:0;
	margin:0 0 2px 0;
}

form.fiche ul.champs li {
	width:410px; /* Important pour IE6-7 */
	padding-bottom:8px;
	overflow:hidden;
}

form.fiche ul.champs li .gauche {
	float:left;
}

form.fiche ul.champs li .droite {
	float:right;
}

form.fiche label {
	font-size:1.08em;
	line-height:1.2em;
	font-weight:bold;
}

form.fiche .etoile {
	font-size:1.08em;
	line-height:1.2em;
	font-weight:bold;
	color:#994100;
}

form.fiche input.text {
	display:block;
	border:1px solid #E9E9DC;
	padding:3px 5px;
	margin:2px 0 0 0;
	width:398px;
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#564F3C;
}

form.fiche .bouton {
	padding:5px;
	background-color:#E9E9DC;
	text-align:right;
}

form.fiche .bouton a {
	display:none;
}

form.fiche input:focus {
	border-color:#FF9600;
}

/* Boutons call to action */
a.call_action_1,
a.call_action_2 {
	display:inline-block;
	height:26px;
	padding-right:13px;
	background:url(../images/ul/boutons/call_action_1_droite.gif) no-repeat right 0;
	color:#01662F;
	font-weight:bold;
	font-size:0.833em;
	line-height:1.1em;
	text-transform:uppercase;
	text-decoration:none;
}
a.call_action_2 {
	background-image:url(../images/ul/boutons/call_action_2_droite.gif);
	color:#994100;
}

a.call_action_1 span,
a.call_action_2 span {
	display:inline-block;
	height:18px;
	padding:8px 10px 0 13px;
	background:url(../images/ul/boutons/call_action_1.gif) no-repeat 0 0;
}
a.call_action_2 span {
	background-image:url(../images/ul/boutons/call_action_2.gif);
}

a.call_action_3 {
	display:inline-block;
	height:22px;
	padding-right:11px;
	background:url(../images/ul/boutons/call_action_3_droite.gif) no-repeat right 0;
	color:#01662F;
	font-weight:bold;
	font-size:0.833em;
	line-height:1.1em;
	text-transform:uppercase;
	text-decoration:none;
}

a.call_action_3 span {
	display:inline-block;
	height:16px;
	padding:6px 4px 0 6px;
	background:url(../images/ul/boutons/call_action_3.gif) no-repeat 0 0;
}


/* Boîte info */
.boite_info {
	padding:5px;
	background-color:#f3f3ed;
	margin-bottom:20px;
	border-radius:2px;
	position:relative; /* Pour css pie */
	behavior:url(/js/PIE.php);
}

.boite_info h4 {
	height:27px;
	padding:8px 0 0 8px;
	margin:0;
	font:1.41em/1.2em Georgia, Times, serif;
}

.boite_info h4 a {
	text-decoration:none;
}

.boite_info h4 a:hover {
	text-decoration:underline;
}

.boite_info ul {
	padding-bottom:10px;
}

.boite_info li {
	padding:8px;
	border-bottom:1px solid #C6C6A4;
}

.boite_info h2 {
	font-weight:normal;
	font-size:1em;
	line-height:1.1em;
	color:#564F3C;
	margin:2px 0 0 0;
}

.boite_info h2 a {
	color:#564F3C;
	text-decoration:none;
}

.boite_info h2 a:hover {
	text-decoration:underline;
}

.boite_info div.editeur {
	padding: 8px 8px 2px 8px;
}

.boite_info div.editeur .bloc {
	margin:0;
}

/* Boîte liste */
.boite_liste {
	margin-bottom:20px;
}

.boite_liste h4 {
	font:1.5em/1.2em Georgia, Times, serif;
	color:#000;
	margin:0 0 14px 0;
	padding-bottom:5px;
	border-bottom:3px solid #018C45;
}

.boite_liste h4 a {
    color:#000;
	text-decoration:none;
}

.boite_liste h4 a:hover {
	text-decoration:underline;
}

.boite_liste ul {
	margin-bottom:11px;
}

.liste li {
	padding:8px 0;
	border-bottom:1px solid #E9E9DC;
}
.liste li.premier {
	padding-top:0;
}

.liste h2 {
	font-weight:normal;
	font-size:1.167em;
	line-height:1.200em;
	color:#564F3C;
	margin:2px 0 0 0;
	padding:0;
}

.liste h2 a {
	color:#564F3C;
	text-decoration:none;
}

.liste h2 a:hover {
	text-decoration:underline;
}

.liste h3 {
	font-size:1em;
	line-height:1.2em;
	color:#000;
	margin:3px 0 0 0;
}

/* Boîte elements */

.wrapper_boite_elements {
    margin-bottom:10px;
}

.wrapper_boite_elements .categorie {
    display:block;
    font-size:1.200em;
    line-height:1.400em;
    color:#018C45;
    font-weight:bold;
    border-bottom:solid 1px #C6C6A4;
    margin-bottom:2px;
    margin-top:10px;
}

.boite_elements {
    border:solid 2px #f4f4ed
}

.boite_elements .titre {
    display:block;
    color:#564F3C;
    background-color:#f4f4ed;
    line-height: 1.100em;
    font-size:0.980em;
    font-weight:bold;
    padding:5px 10px 5px 8px;
}

.boite_elements ul li {
    padding:6px 5px 3px 7px;
    border-bottom:solid 1px #f4f4ed;
}

.boite_elements ul li.dernier {
    border:none;
}

.boite_elements ul li a {
    text-decoration:none;
}

.boite_elements ul li img {
    vertical-align:middle;
    padding:0 2px 3px 0;
}


/* ACCUEIL
-----------------------------------------*/
/* Architecture colonnes */
#accueil #conteneur_colonnes {
	width:939px;
	padding:0 20px;
	border-top:20px solid #fff;
	background:url(../images/ul/tuiles/acc_ligne_verticale.gif) repeat-y 653px 0;
}

#accueil #colonne_gauche {
	width:615px;
}

#accueil #colonne_droite {
	width:286px;
}

/* Architecture actualités */
#accueil #actualites {
	margin-bottom:20px;
}


/* Événements */
.evenements .boite_info h4 {
    background:url(../images/ul/tuiles/acc_evenements_entete.png) no-repeat 0 0;
}

.evenements .boite_info h4 a {
    color:#01662F;
}

/* Suggestions */
.suggestions .boite_info h4 {
    background-color:#C6C6A4;
    color:#000000;
}

/* Fil de presse */
.fil_de_presse {
    margin-bottom: 20px;
}

.fil_de_presse h4{
	height:27px;
	padding:8px 0 0 8px;
	margin:0;
	font:1.41em/1.2em Georgia, Times, serif;
    background:url(../images/ul/tuiles/fil_de_presse.jpg) no-repeat 0 0;
    background-color:#045F28;
    color:#fff;
    border-radius:3px 3px 0 0;
    position:relative; /* Pour faire marcher pie */
    behavior:url(/js/PIE.php);
}

.fil_de_presse h4 a {
	text-decoration:none;
}

.fil_de_presse h4 a:hover {
	text-decoration:underline;
}

.fil_de_presse .iframe {
	border:solid 2px #045F28;
    border-top:none;
    padding:10px 10px 10px 10px;
    border-radius:0 0 3px 3px;
    position:relative; /* Pour faire marcher pie */
    behavior:url(/js/PIE.php);
}


/* SOUS-NAVIGATION
-----------------------------------------*/
#sous_navig a {
	display:block;
	padding:4px 8px;
	color:#564F3C;
	line-height:1.2em;
	text-decoration:none;
	background-color:#E9E9DC;
	border-radius:2px;
	position:relative; /* Pour faire marcher pie */
	behavior:url(/js/PIE.php);
	margin-bottom:1px;
}

#sous_navig a:hover,
#sous_navig a.selected {
	background-color:#564F3C;
	color:#E9E9DC;
}
#sous_navig li.avec_sous_elements a.selected {
	border-radius:2px 2px 0 0;
	margin-bottom:0;
}

#sous_navig ul ul {
	padding:0 8px;
	font-size:0.917em;
	line-height:1.1em;
	border:1px solid #564F3C;
}

#sous_navig ul ul a {
	background:#fff url(../images/ul/icones/puce_niveau_3.gif) no-repeat 0 9px;
	padding-top:5px;
	border-radius:0;
	behavior:none;
	border-bottom:1px solid #E9E9DC;
}
#sous_navig ul ul li.dernier a {
	border-bottom:0;
}

#sous_navig ul li.avec_sous_elements ul a:hover,
#sous_navig ul li.avec_sous_elements ul a.selected {
	background-color:#fff;
	color:#6BB505;
	border-radius:0;
	margin-bottom:1px;
}


/* PAGE TEXTE
-----------------------------------------*/
h1 {
	font:1.5em/1.1em Georgia, Times, serif;
	color:#000;
	margin:0 0 10px 0;
}

.editeur h2,
.cke_format h2 {
	font-size:1.25em;
	line-height:1.2em;
	font-weight:normal;
	color:#34924B;
	margin:0 0 10px 0;
}

.editeur h3,
.cke_format h3 {
	font-size:1em;
	line-height:1.3em;
	font-weight:bold;
	color:#FF9600;
	margin:0 0 1px 0;
}

.editeur .bloc {
	margin-bottom:12px;
}

.editeur li {
	padding:3px 0 3px 12px;
	border-bottom:1px solid #E9E9DC;
	background:url(../images/ul/icones/puce_liste.gif) no-repeat 0 8px;
}

.editeur .encadre {
	background-color:#F4F4EE;
	padding:8px 10px;
}

.editeur .tmpl_source {
	border-top:1px solid #E9E9DC;
	padding-top:3px;
	margin-top:10px;
	font-size:0.917em;
	line-height:1.2em;
	font-style:italic;
}


/* Liste communiqués */
.editeur .tmpl_communiques h5 {
	font:1.42em/1.2em Georgia, Times, serif;
	color:#01662F;
	margin:0 0 3px 0;
}

.editeur .tmpl_communiques ul {
	border-top:1px solid #C6C6A4;
}

.editeur .tmpl_communiques li {
	padding:7px 9px;
	border-bottom:1px solid #fff;
	background:#F4F4EE;
}

.editeur .tmpl_communiques li a {
	color:#01662F;
}

.editeur .tmpl_communiques li a:hover {
	color:#000;
}


/* Tableau coloré */
.editeur .tmpl_tableau_colore {
	border:1px solid #C6C6A4;
}

.editeur .tmpl_tableau_colore th {
	padding:6px 10px;
	background-color:#8DC63F;
	color:#fff;
	font-size:1.167em;
	line-height:1.2em;
	text-align:left;
	border-right:1px solid #fff;
}

.editeur .tmpl_tableau_colore td {
	padding:6px 10px !important; /* Car dans #region on override les td, mais on ne veut pas pour celui-ci */
	background-color:#F4F4EE;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
}
.editeur .tmpl_tableau_colore tr.paire td {
	background-color:#e8e9db;
}
.editeur .tmpl_tableau_colore th.droite,
.editeur .tmpl_tableau_colore td.droite {
	border-right:0;
}


/* Fichiers */
.editeur a.fichier {
	display:inline-block;
	padding:2px 0 2px 22px;
}

.editeur a.fichier_doc {
	background:url(../images/ul/icones/fichier_word.png) no-repeat 0 1px;
}

.editeur a.fichier_pdf {
	background:url(../images/ul/icones/fichier_acrobat.png) no-repeat 0 1px;
}

/* Commentaires */
.commentaires {
	border:solid 1px #C6C6A4;
}

.commentaires .entete {
	background:url("../images/ul/tuiles/commentaire.gif") no-repeat #E9E9DC;
	color:#000000;
	font-size:0.8900em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#564F3C;
	padding-left:26px;
	line-height: 19px;
	height:18px;
	border-bottom:solid 1px #C6C6A4
}

.commentaires .commentaire {
	padding:16px 22px;
}

.commentaires .commentaire span.titre {
	display:block;
	color:#018C45;
	font-weight:bold;
	padding-bottom:2px;
}

.commentaires .commentaire span.prive {
	color:#ff2222;
	display:block;
	padding-bottom:2px;
}

.commentaires .impair {
	background-color:#F9F9F6;
}

.commentaires .formulaire {
	background-color:#F4F4EE;
	padding:15px;
}

.commentaires .formulaire #message {
	margin-top:0;
}

.commentaires .formulaire textarea {
	display:block;
	width:734px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:4px;
	resize:vertical;
}

.commentaires .formulaire .actions {
	padding:14px 10px 0 10px;
}

.commentaires .formulaire .actions a {
	float:right;
}

.commentaires .formulaire .actions label {
	padding-right:20px;
}

/* Blocs déroulants */
.bloc_deroulant {
	width:450px;
	margin-bottom:12px;
}

a.lien_deroulant {
	display:block;
	background:url(../images/ul/boutons/deroulant.png) no-repeat 0 0;
	font-size:0.917em;
	line-height:1.2em;
	font-weight:bold;
	text-decoration:none;
}

a.lien_deroulant span {
	display:block;
	padding:4px 18px 3px 28px;
	background:url(../images/ul/boutons/deroulant_bas.png) no-repeat 0 bottom;
}

a.lien_deroulant:hover {
	background-position:0 -100px;
}

a.lien_deroulant:hover span,
.bloc_deroulant_selected a.lien_deroulant span {
	background-position:right bottom;
}

.bloc_deroulant_selected a.lien_deroulant,
.bloc_deroulant_selected a.lien_deroulant:hover {
	background-position:0 -100px;
	background-color:#e8e9db;
	color:#564F3C;
	border-bottom:0;
}

.zone_deroulante {
	padding:18px 18px 18px 28px;
	border:1px solid #C6C6A4;
	border-top:0;
	border-radius:0 0 2px 2px; /* pas de css pie pour ie car bug à cause de déroulant */
}

.zone_deroulante ol {
	padding-left:40px;
}


/* MEMBRES
-----------------------------------------*/
/* Boite recherche */
#boite_recherche_membre {
	background-color:#e8e9db;
	padding:0 0 10px 10px;
	border-radius:2px;
	position:relative; /* Pour css pie */
	behavior:url(/js/PIE.php);
}

#boite_recherche_membre h5 {
	height:13px;
	padding:7px 0 0 0;
	margin:0 1px 15px 0;
	background:url(../images/ul/tuiles/boite_recherche_membre.png) no-repeat right 1px;
	font-size:1.16em;
	line-height:1.1em;
	font-weight:bold;
	color:#231900;
}

#boite_recherche_membre form {
	border-bottom:1px solid #fff;
	margin-bottom:10px;
	padding-bottom:11px;
}

#boite_recherche_membre .mots_cles {
	position:relative;
	width:266px; /* Important pour IE6 */
	margin:10px 10px 0 0;
}

#boite_recherche_membre input.text {
	height:22px;
	width:235px;
	padding:0 4px;
	border:0;
	font:11px/22px Arial, Helvetica, sans-serif;
	color:#564F3C;
}

#boite_recherche_membre input.unfocus {
	color:#918E81;
}

#boite_recherche_membre input.bouton {
	position:absolute;
	top:0;
	right:0;
}

#boite_recherche_membre .bouton a {
	display:none;
}

#boite_recherche_membre .bouton a .over {
	position:absolute;
	visibility:hidden;
}

#boite_recherche_membre .bouton a:hover {
	background:transparent; /* Pour IE6 réactivité :hover .over */
}

#boite_recherche_membre .bouton a:hover .over {
	visibility:visible;
}

a#btn_devenir_membre {
	display:block;
	width:274px;
	height:22px;
	padding:7px 0 0 12px;
	font-size:1.167em;
	line-height:1.2em;
	font-weight:bold;
	color:#01662F;
	text-decoration:none;
	background:url(../images/ul/boutons/devenir_membre.gif) no-repeat 0 0;
}

a#btn_devenir_membre:hover {
	color:#231900;
}


/* Recherche répertoire */
#membres #repertoire form {
	background-color:#E9E9DC;
}

#membres #repertoire form h2 {
	font-size:1.16em;
	line-height:1.2em;
	color:#018C45;
	margin:0 0 7px 0;
}

#membres #repertoire #recherche a.tous {
	float:right;
	font-size:0.82em;
	line-height:1.2em;
	text-decoration:none;
	font-weight:normal;
	padding-top:2px;
}

#membres #repertoire #recherche input.text {
    width:316px;
    height:22px;
    padding:0 4px;
    border:1px solid #E9E9DC;
    border-right:0;
    border-radius:2px;
    color:#564F3C;
    background-color:#fff;
    font:11px/22px Arial,Helvetica,sans-serif;
    position:relative;
    behavior:url(/js/PIE.php);
}

#membres #repertoire #recherche h2 {
	background-color:#F4F4EE;
	padding:8px 10px;
	margin:0;
}

#membres #repertoire #recherche ul.champs {
	background-color:#E9E9DC;
	padding:4px 0 6px 0;
	width:350px;
	float:left;
	padding-left:20px;
}

#membres #repertoire #recherche ul.champs_droits {
	float:right;
	width:374px;
}

#membres #repertoire #recherche ul.champs li {
	padding:5px 10px;
}

#membres #repertoire #recherche ul.champs li.premier {
	height:30px;
	padding-top:10px;
}

#membres #repertoire #recherche ul.champs li.premier label {
	font-weight:normal;
	padding-right:10px;
}

#membres #repertoire #recherche ul.champs li.premier input {
	margin-left:0;
	margin-right:5px;
}

#membres #repertoire #recherche ul.champs li.separateur {
	border-top: solid 1px #F4F4EE;
}

#membres #repertoire #recherche label {
	display:inline-block;
	min-width:80px;
	width:110px;
	font-weight:bold;
}

#membres #repertoire #recherche .types label {
	padding-right:20px;
	font-weight:normal;
	width:auto;
	padding-bottom:10px;
	vertical-align:middle;
}

#membres #repertoire #recherche .types input {
	margin-left:0;
	vertical-align:middle;
	margin-bottom:10px;
}

#membres #repertoire #recherche .types #recherche_critere {
	width:260px;
}

#membres #repertoire #recherche select {
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#231900;
	margin:0;
	padding:1px 0;
	width:210px;
}

#membres #repertoire #recherche select.droite {
	margin-left:10px;
	width:210px;
}

#membres #repertoire #recherche .radio {
	margin:0 0 0 30px;
}
#membres #repertoire #recherche .radio_gauche {
	margin-left:0;
}

#membres #repertoire #recherche .bouton {
	padding:7px 5px;
	background-color:#F4F4EE;
	text-align:right;
}

#membres #repertoire #recherche .bouton a {
	display:none;
}

.logo_phyto,
#repertoire .phyto img.logo {
    margin: 10px 0 0 0;
    max-width: 400px;
}

/* Résultats */
#resultats {
	margin-top:20px;
}

#resultats #total {
	font:1.5em/1.2em Georgia, Times, serif;
	color:#000;
}

#resultats #total span {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#018C45;
}

#resultats .listing {
	margin-top:5px;
	border-top:1px solid #E9E9DC;
	border-bottom:1px solid #E9E9DC;
}

#resultats .listing li {
	padding:10px;
}
#resultats .listing li.paire {
	background-color:#F4F4EE;
}

#resultats .listing h3 {
	font-size:1em;
	line-height:1.2em;
	font-weight:normal;
	margin:0 0 1px 0;
}

#resultats .listing .resume {
	font-size:0.91em;
	line-height:1.2em;
	padding:2px 0 0 11px;
	background:url(../images/ul/icones/resultat.gif) no-repeat 0 2px;
}

#resultats .pagination {
	text-align:center;
	margin-top:15px;
	font-size:0.91em;
	line-height:1.1em;
	font-weight:bold;
}

#resultats .pagination li {
	display:inline;
}

#resultats .pagination a,
#resultats .pagination strong {
	text-decoration:none;
	display:inline-block;
	padding:4px 7px;
	color:#564F3C;
}

#resultats .pagination li.numero a,
#resultats .pagination li.numero strong {
	background-color:#E9E9DC;
	border-radius:2px;
	position:relative; /* Pour PIE */
	behavior:url(/js/PIE.php);
}

#resultats .pagination li.numero strong {
	background-color:#8DC63F;
	color:#fff;
}

#resultats .pagination a:hover {
	text-decoration:underline;
}

#resultats .pagination li.numero a:hover {
	background-color:#8DC63F;
	text-decoration:none;
}

.aucun_resultat {
    margin:20px 0;
}

/* Fiche détail */

#fiche_detail #fiche_detail_entete {
	margin-bottom:5px;
}

#fiche_detail #fiche_detail_entete img.logo {
	float:right;
	margin:0 0 10px 10px;
	border:solid 2px #E9E9DC;
}

#fiche_detail #fiche_detail_entete h2 {
	font:1em/1.2em Georgia, Times, serif;
	color:#018C45;
	text-transform:uppercase;
	margin:0 0 2px 0;
}

#fiche_detail dl {
	margin:0;
	padding-top:10px;
	width:360px;
	float:left;
}

#fiche_detail dl.prive {
	float:right;
	background-color:#F4F4EE;
	border-radius:5px;
	padding:10px;
}


#fiche_detail dt {
	font-size:1.16em;
	line-height:1.2em;
	font-weight:bold;
	color:#018C45;
	border-bottom:1px solid #E9E9DC;
	padding-bottom:2px;
}

#fiche_detail dd {
	margin:0;
	padding:4px 0 20px 0;
}
#fiche_detail dd.dernier {
	padding-bottom:0;
}

#fiche_detail dd .bloc {
	margin-top:11px;
}

#fiche_detail dd a {
	color:#8DC63F;
}

#fiche_detail dd a:hover {
	color:#000;
}


/* NOUVELLES
-----------------------------------------*/
#actualites h1 {
	padding-bottom:7px;
	border-bottom:3px solid #018C45;
	margin-bottom:15px;
}


/* Liste */
.liste_actualites li {
	padding:8px 0;
	border-bottom:1px solid #E9E9DC;
}
.liste_actualites li.premier {
	padding-top:0;
}

.liste_actualites h2 {
	font-weight:normal;
	font-size:1.167em;
	line-height:1.2em;
	color:#564F3C;
	margin:2px 0 0 0;
}

.liste_actualites h2 a {
	color:#564F3C;
	text-decoration:none;
}

.liste_actualites h2 a:hover {
	text-decoration:underline;
}

.liste_actualites h3 {
	font-size:1em;
	line-height:1.2em;
	color:#000;
	margin:3px 0 0 0;
}

#actualites #archives {
	margin-top:20px;
}


/* Détail */
#actualite_detail h2.titre {
	font-size:1.16em;
	line-height:1.2em;
	color:#231900;
	margin:2px 0 0 0;
}

#actualite_detail h3.sous_titre {
	font-size:1em;
	line-height:1.2em;
	color:#231900;
	margin:2px 0 0 0;
}

#actualite_detail .texte {
	margin-top:14px;
}


/* ÉVÉNEMENTS
-----------------------------------------*/
#evenements #actions {
	margin-bottom:26px;
}
#evenements #evenement_detail #actions {
	margin-bottom:17px;
}

#evenements a#btn_annoncez {
	float:right;
	margin-top:-6px;
}

#evenements h1 {
	padding-bottom:7px;
	border-bottom:3px solid #018C45;
	margin:0 0 1px 0;
}

#evenements #section_intro {
	margin-top:12px;
}

/* Filtre */
#evenements #filtre {
	background-color:#F4F4EE;
	margin-bottom:18px;
}

#evenements #filtre .padding {
	font-size:0.917em;
	line-height:1.2em;
	padding:8px 0 0 10px;
}

#evenements #filtre td {
	padding:0 15px 10px 0;
}
#evenements #filtre td.droite {
	padding-right:0;
}

#evenements #filtre label {
	display:block;
	margin-bottom:2px;
	font-weight:bold;
}

#evenements #filtre select {
	font:11px/15px Arial, Helvetica, sans-serif;
}

#evenements #filtre .bouton {
	padding:5px;
	border-top:1px solid #fff;
	background-color:#E9E9DC;
	text-align:right;
}

#evenements #filtre .bouton a {
	display:none;
}


/* Liste */
.liste_evenements li {
	padding:9px 0;
	border-bottom:1px solid #E9E9DC;
}
.liste_evenements li.premier {
	padding-top:0;
}

.liste_evenements h2 {
	font-weight:normal;
	font-size:1.167em;
	line-height:1.2em;
	color:#564F3C;
	margin:2px 0 0 0;
}

.liste_evenements h2 a {
	color:#564F3C;
	text-decoration:none;
}

.liste_evenements h2 a:hover {
	text-decoration:underline;
}

.organisateur {
	font-size:0.917em;
	line-height:1.1em;
	margin-top:3px;
}

.organisateur strong {
	color:#231900;
}


/* Détail */
#evenement_detail h1 {
	margin-bottom:15px;
}

#evenement_detail h2.titre {
	font-size:1.16em;
	line-height:1.2em;
	color:#231900;
	margin:2px 0 0 0;
}

#evenement_detail .texte {
	margin-top:14px;
}


/* Inscription */
#evenement_detail #inscription {
	margin-top:20px;
}

#evenement_detail #inscription h2 {
	font-size:1.25em;
	line-height:1.2em;
	color:#34924B;
	margin:0 0 6px 0;
}

#evenement_detail .radio_list label {
	font-weight:normal;
	font-size:1em;
	line-height:1.2em;
}

#evenement_detail .radio_list {
	padding-top:2px;
}

#evenement_detail .radio_list li {
	width:auto;
	display:inline;
	padding:0 10px 0 0;
}

#evenement_detail #champs_telephone .gauche {
	width:297px;
}

#evenement_detail #champs_telephone .droite {
	width:92px;
}

#evenement_detail fieldset#participants {
	background-color:#E9E9DC;
	padding-bottom:15px;
}

#evenement_detail fieldset#participants li {
	width:388px; /* Important pour IE6-7 */
	padding:7px 11px;
	margin-top:10px;
	background-color:#F4F4EE;
}

#evenement_detail fieldset#participants a.supprimer_participant {
	float:right;
	margin-top:2px;
	font-size:0.917em;
	line-height:1.2em;
}

#evenement_detail fieldset#participants .titre {
	font-size:1.25em;
	line-height:1.2em;
	font-weight:bold;
	color:#564F3C;
	padding-bottom:2px;
	border-bottom:2px solid #C5C7A5;
}

#evenement_detail fieldset#participants table.champs {
	width:100%;
}

#evenement_detail fieldset#participants table.champs td {
	padding-top:8px;
}
#evenement_detail fieldset#participants table.champs td.gauche {
	padding-right:20px;
}

#evenement_detail fieldset#participants input.text {
	width:170px;
}

#evenement_detail fieldset#cout {
	background-color:#fff;
	padding:12px 10px;
	text-align:right;
	font-size:1.08em;
	line-height:1.2em;
}

#evenement_detail fieldset#cout input#total {
	width:70px;
	border:0;
	padding:0;
	font:13px/16px Arial, Helvetica, sans-serif;
	color:#564F3C;
	text-align:right;
}


/* Formulaire "annoncer" */
#evenement_annoncer h1 {
	padding-bottom:7px;
	border-bottom:3px solid #018C45;
	margin-bottom:15px;
}

#evenement_annoncer li#confirmation_affichage {
	margin-top:4px;
	padding-bottom:4px;
}

#evenement_annoncer li#confirmation_affichage label {
	float:right;
	width:385px;
}


/* PORTRAITS FORESTIERS
-----------------------------------------*/
/* Carte */
#carte_regions {
	position:relative;
}

#carte_regions a.over {
	display:none;
	position:absolute;
}

#carte_regions img.transparent {
	position:absolute;
	z-index:100;
}

#carte_regions a.region_1 {
	left:282px;
	top:307px;
}

#carte_regions a.region_2 {
	left:177px;
	top:230px;
}

#carte_regions a.region_3 {
	left:233px;
	top:357px;
}

#carte_regions a.region_4 {
	left:159px;
	top:367px;
}

#carte_regions a.region_5 {
	left:256px;
	top:423px;
}

#carte_regions a.region_6 {
	left:325px;
	top:431px;
}

#carte_regions a.region_7 {
	left:132px;
	top:404px;
}

#carte_regions a.region_8 {
	left:86px;
	top:373px;
}

#carte_regions a.region_9 {
	left:188px;
	top:112px;
}

#carte_regions a.region_10 {
	left:-1px;
	top:0;
}

#carte_regions a.region_11 {
	left:313px;
	top:285px;
}

#carte_regions a.region_12 {
	left:250px;
	top:381px;
}

#carte_regions a.region_13 {
	left:344px;
	top:433px;
}

#carte_regions a.region_14 {
	left:183px;
	top:401px;
}

#carte_regions a.region_15 {
	left:166px;
	top:404px;
}

#carte_regions a.region_16 {
	left:223px;
	top:436px;
}

#carte_regions a.region_17 {
	left:240px;
	top:416px;
}


/* Onglets région */
#region #onglets_navig {
	height:30px;
	padding:9px 0 0 18px;
	overflow:hidden;
	background:url(../images/ul/tuiles/onglets.png) repeat-x 0 0;
	font-size:1.16em;
	line-height:1.2em;
	font-weight:bold;
}

#region #onglets_navig li {
	float:left;
}

#region #onglets_navig a {
	display:inline-block;
	height:23px;
	padding:7px 10px 0 10px;
	margin-right:4px;
	color:#C6C6A4;
	text-decoration:none;
}

#region #onglets_navig li.ui-state-active a,
#region #onglets_navig a:hover {
	color:#564F3C;
	height:23px;
	padding:6px 9px 0 9px;
	background-color:#fff;
	border:1px solid #E9E9DC;
	border-bottom:0;
}

#region #onglets_navig a:hover {
	color:#564F3C;
}

.ui-tabs .ui-tabs-hide {
	display:none !important;
}

#region .onglet_contenu {
	margin:20px 0;
	padding:0 20px;
	width:696px; /* Important pour IE6 */
	background:url(../images/ul/tuiles/region_conteneur_colonnes.gif) repeat-y 368px 0;
}

#region .onglet_contenu .colonne_gauche {
	float:left;
	width:328px;
}

#region .onglet_contenu .colonne_droite {
	float:right;
	width:328px;
}

#region .onglet_contenu .bloc {
	margin-top:20px;
}
#region .onglet_contenu .bloc_premier {
	margin-top:0;
}

#region .onglet_contenu h2 {
	font-size:1.16em;
	line-height:1.2em;
	color:#018C45;
	margin:0 0 4px 0;
}

#region .onglet_contenu td {
	padding:1px 0;
}

#region .onglet_contenu ul li {
	border:0;
	background:0;
	padding:1px 0;
}


/* ENJEUX
-----------------------------------------*/
#enjeux .liste_enjeux .categorie {
	margin-top:19px;
}
#enjeux .liste_enjeux .categorie_premiere {
	margin-top:0;
}

#enjeux .liste_enjeux h2 {
	font-size:1.16em;
	line-height:1.2em;
	color:#018C45;
	margin:0 0 3px 0;
}

#enjeux .liste_enjeux ul {
	border-top:1px solid #C6C6A4;
}

#enjeux .liste_enjeux h3 {
	font-size:1em;
	line-height:1.2em;
	font-weight:normal;
	margin:0;
}

#enjeux .liste_enjeux ul a {
	display:block;
	padding:3px 9px;
	border-bottom:1px solid #fff;
	background-color:#F4F4EE;
	text-decoration:none;
}

#enjeux .liste_enjeux ul a:hover {
	background-color:#E9E9DC;
	color:#01662F;
}

#enjeux #archives {
	margin-top:30px;
}

#enjeu_detail h2.titre {
	font-size:1.16em;
	line-height:1.2em;
	color:#231900;
	margin:0 0 14px 0;
}

/* CALENDRIER
-----------------------------------------*/

#calendrier {
	margin:2px 20px 0 20px;
	text-align:left;
	border-collapse: collapse;
	color:#000000;
	padding:0;
}

#calendrier tr {
	min-height:120px;
}

#calendrier td {
	width:117px;
	border-top:2px solid #8DC63F;
	background:url('../images/ul/tuiles/calendrier_row.jpg');
	padding:0;
}
#calendrier td .evenement {
	color:#000000;
	text-decoration: none;
	font-size:0.917em;
	font-family:Arial,Helvetica, sans-serif;
}

#calendrier td .evenement .zindexfix {
	position:relative;
	z-index:1000;
}

#calendrier td .evenement .description {
	display:none;
	text-decoration:none;
	z-index:10000;
}

#calendrier td .evenement:hover {
	color:#3FA9F5;
	cursor:default;
}

#calendrier td .evenement:hover .evenement_nom {
	text-decoration: underline;
}

#calendrier td .evenement:hover .description {
	display:inline;
	width: 352px;
	position:absolute;
	top: -150px;
	left: 100px;
	z-index:1000;
}

#calendrier td .evenement:hover .description_gauche {
	left: -345px;
}

#calendrier td .evenement .description .background {
	background: url('../images/ul/tuiles/calendrier_description.png');
}

#calendrier td .evenement .description .background .titre {
	background: rgba(255,255,255,0.9);
	width:316px;
	margin: 0 8px;
	font:1.41em/1.2em Georgia, Times, serif;
	padding:10px;
	color:#000000;
	text-decoration: none;
}

#calendrier td .evenement .description .background .texte {
	background: rgba(255,255,255,0.9);
	width:316px;
	margin: 0 8px;
	color:#564F3C;
	padding:10px;
	text-decoration: none;
}

#calendrier th{
	padding:0 1px;
	height:100%;
}

#calendrier td .nom {
	min-height:110px;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	padding:5px;
}

#calendrier .last .nom {
	border-right:none;
}

#calendrier th.last {
	padding-right:0;
}

#calendrier th .calendrier_jour {
	float:left;
	padding:8px;
	background: rgba(141,198,63,0.5);
	width:67px;
	margin:0;
	font-weight:normal;
}

#calendrier th.last .calendrier_jour {
	width:68px;
	margin:0;
}


#calendrier th .calendrier_date {
	float:right;
	background:#8DC63F;
	padding:8px;
	margin:0;
	color:#ffffff;
	font-size:1.167em;
}

#calendrier #calendrier_header {
	background:none;
	padding:0;
	height:100%;
	min-height:0;
}

#calendrier .categorie {
	font-size:1.167em;
	font-weight:bold;
	text-transform: uppercase;
	background: url('../images/ul/tuiles/calendrier_categorie.jpg');
}

#calendrier_navig {
	border-collapse: collapse;
	text-align:center;
	color:#564F3C;
	font-size:1.5em;
	text-transform: uppercase;
}

#calendrier_navig .navig_blank {
	width: 136px;
}

#calendrier_navig .navig_gauche {
	padding:0;
}

#calendrier_navig .navig_centre {
	width:750px;
	background: url('../images/ul/tuiles/calendrier_navig.jpg');
}

#calendrier_navig .navig_droite {
	padding:0;
}

#calendrier_bas {
	background: #D3D4BB;
	width:936px;
	height:30px;
	margin-left:20px;
}

/* PRIBEC
-----------------------------------------*/
.pribec_publications {
    width: 375px;
    background: #C6C6A4;
}

#pribec_fr {
    float:left;
}

#pribec_en {
    float: right;
}

.pribec_publications .langue {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding: 5px 10px 2px;
}

.pribec_publications a {
    background: #E9E9DC;
    width: 371px;
    margin: 0 2px 2px;
    display: block;
    height: 25px;
}

.pribec_publications a:hover {
    background: #fff;
}

.pribec_publications a img {
    margin: 5px;
    float: left;
}

.pribec_publications a span {
    margin: 5px;
    float: left;
}

/* FOOTER
-----------------------------------------*/
#footer {
	font-size:0.917em;
	line-height:1.2em;
}

#footer .wrapper {
	width:939px;
	padding:8px 20px 0 20px;
}

#footer #egzakt {
	float:right;
	color:#C6C6A4;
}

#footer #egzakt a {
	text-decoration:none;
	color:#C6C6A4;
}

#footer #egzakt a:hover {
	text-decoration:underline;
}

#footer #egzakt a.design {
	color:#F4F4EE;
	text-decoration:underline;
}

#footer ul a {
	color:#E9E9DC;
	text-decoration:none;
}

#footer ul a:hover,
#footer ul a.selected {
	text-decoration:underline;
}


/* DIVERS
-----------------------------------------*/
/* Messages */
#message {
	padding:8px 10px 8px 33px;
	font-weight:bold;
	margin:10px 0;
	color:#fff;
}

.message_erreur {
	background:#BD1400 url(../images/admin/icones/erreur.gif) no-repeat 3px 2px;
}

.message_succes {
	background:#39B54A url(../images/admin/icones/succes.gif) no-repeat 3px 2px;
}

#message ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#message .titre {
	font-size:1.16em;
	line-height:1.1em;
	margin-bottom:10px;
}

#message p {
	margin-top:6px;
}

tr.erreur th,
tr.erreur label,
label.erreur {
	color:#BD1400 !important;
}

.radio,
.checkbox {
	border:none !important;
}

.print {
	display:none;
}

#version_dev {
	background: #FF0000 url(../images/ul/icones/avertissement.gif) no-repeat 8px 4px;
	padding: 5px 10px 5px 30px;
	color: #FFFFFF;
	font: 11px/ 15px Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* Galerie Photos dans l'extranet
-----------------------------------------*/
.conteneur-galerie-photo .boite_info h4 {
    background-color:#C6C6A4;
    color:#000000;
}

.galerie-photo {
    margin-bottom: 20px;
}

.liste-photos {
    margin-bottom: 20px;
}

.liste-photos li,
.detail-liste-photos li {
    float: left;
    width: 180px;
    margin-right: 20px;
    border: none;
    background: none;
    padding: 0;
}

.detail-liste-photos li {
    margin-right: 9px;
}

.liste-photos li img,
.detail-liste-photos li img {
    width:180px;
}

.liste-photos li:nth-child(3n+3) {
    margin-right: 0;
}

.liste-photos li:nth-child(3n+4) {
    clear: left;
}

.detail-conteneur-galerie-photo {
    /*background-color: #f00;*/
    padding: 0 20px;
}

.detail-liste-photos li:nth-child(5n+5) {
    margin-right: 0;
}

.detail-liste-photos li:nth-child(5n+6) {
    clear: left;
}
