/*
	CSS pour FFQ
	Emilie - egzakt.com
	2006-01-27
*/

body {
	background:#DDF0F6 url(/images/tuiles/tuile_fond.jpg) repeat-x;
    margin:0 0 5px 0;
}

h1 {
	font: bold 25px/23px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color:#6C845B;
	margin:0 0 18px 0;
}

h4 {
	font: bold 15px/18px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color:#6C845B;
	display:inline;
}

h4 a {
	font: bold 15px/18px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color:#6C845B;
	text-decoration:none;
}

h4 a:hover {
	text-decoration:underline;
}

h5 {
	font: bold 15px/18px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color:#6C845B;
	margin:15px 0 10px 0;
}


a {
	cursor:pointer;
	color:#3D565D;
	text-decoration:underline;
	outline:none;
}

a:hover {
	color:#007090;
}

#wrapper {
	width:750px;
	margin:0 auto 0 auto;
}


/* HEADER
-----------------------------------------*/
#header {
    position:relative;
    width:750px;
    height:119px;
    background:#fff url(../images/tuiles/header_interieur.jpg) no-repeat right top;
}
#header.header_accueil {
    background-image:url(../images/tuiles/header.jpg);
    background-position:278px top;
}

#header #logo {
    padding:23px 0 0 16px;
}

#navigation_haut {
    position:absolute;
    top:32px;
    right:0;
    font:11px/13px Arial, Helvetica, sans-serif;
    background:url(../images/tuiles/navigation_haut.gif) repeat-y 0 0;
}

#navigation_haut ul {
    float:left;
    width:100px;
    list-style-type:none;
    margin:0;
    padding:0 10px 0 20px;
}

#navigation_haut li {
    margin:0;
    padding:2px 0 1px 0;
}

#navigation_haut a {
    color:#397392;
    text-decoration:none;
}

#navigation_haut a:hover,
#navigation_haut a.selected {
    text-decoration:underline;
}


/* CONTENU
-----------------------------------------*/
#conteneur_colonnes {
    width:750px;
    background:url(../images/tuiles/tuile_fond_contenu.jpg) top left repeat-y;
    border-radius:7px 0 0 0;
	behavior:url(/css/PIE/PIE.php);
	position:relative;
}

#contenu {
	margin-left:210px;
}

#entete_section {
    position:relative;
    width:540px;
	background:url(/images/tuiles/tuile_fond_animaux.jpg) top right no-repeat;
}

#entete_section #animal {
    position:absolute;
    top:-28px;
    right:0;
}

#texte {
	padding-right:39px;
}


/* NAVIGATION
-----------------------------------------*/
#navigation {
	float:left;
	width:154px;
    padding:15px 0 15px 17px;
	font:12px/14px Arial, Helvetica, sans-serif;
}

#navigation ul.niveau1 {
    list-style-type:none;
    margin:0 0 14px 0;
    padding:0;
}

#navigation ul.niveau1 li {
    margin:0;
    padding-bottom:3px;
}

#navigation ul.niveau1 a {
    display:block;
    width:129px;
    padding:5px 10px 5px 15px;
    color:#fff;
    text-decoration:none;
    background:url(../images/boutons/niveau1.jpg) no-repeat 0 0;
    border-radius:5px;
}

#navigation ul.niveau1 a:hover {
    background-position:-154px 0;
}

#navigation ul.niveau1 a.selected,
#navigation ul.niveau1 a.selected:hover {
    background-position:right 0;
    color:#405658;
    font-weight:bold;
}
#navigation ul.niveau1 a.selected_avec_sous {
    border-radius:5px 5px 0 0;
}


/* Niveau 2 */
#navigation ul.niveau2 {
    list-style-type:none;
    margin:0 0 8px 0;
    padding:0;
}

#navigation ul.niveau2 a {
    padding:8px 10px 7px 15px;
    background:#E0EEF2 url(../images/boutons/niveau2.gif) no-repeat 5px 12px;
    border-radius:0;
    color:#357090;
}
#navigation ul.niveau2 li.dernier a {
    border-radius:0 0 5px 5px;
	behavior:url(/css/PIE/PIE.php);
	position:relative;
	z-index:1;
}

#navigation ul.niveau2 li {
    padding:1px 0 0 0;
}

#navigation ul.niveau2 a:hover {
    background:#C5DEE4 url(../images/boutons/niveau2.gif) no-repeat 5px 12px;
}

#navigation ul.niveau2 a.selected,
#navigation ul.niveau2 a.selected:hover {
    background:#fff url(../images/boutons/niveau2.gif) no-repeat 5px 12px;
    color:#AFB222;
    font-weight:normal;
}


/* Niveau 3 */
#navigation ul.niveau3 {
    width:144px;
    list-style-type:none;
    padding:0 5px 5px 5px;
    margin:0;
    background-color:#fff;
}

#navigation ul.niveau3 a {
    width:124px;
    padding:6px 10px;
    font-size:11px;
    line-height:13px;
    background:#E0EEF2;
}
#navigation ul.niveau3 li.premier a {
    border-radius:5px 5px 0 0;
	behavior:url(/css/PIE/PIE.php);
	position:relative;
}
#navigation ul.niveau3 li.dernier a {
    border-radius:0 0 5px 5px;
	behavior:url(/css/PIE/PIE.php);
	position:relative;
}

#navigation ul.niveau3 a:hover {
    background:#C5DEE4;
}

#navigation ul.niveau3 a.selected,
#navigation ul.niveau3 a.selected:hover {
    background:#357090;
    color:#E0EEF2;
}


/* Boutons */
#navigation .bouton {
    display:block;
    border:0;
    background:none;
}

#navigation #btn_programmes_aide {
    margin-bottom:5px;
}

#navigation #btn_encan {
    margin-bottom:16px;
}

#navigation #bouton_emplacement_1,
#navigation #bouton_emplacement_2 {
    margin-bottom:5px;
}

#navigation #btn_facebook {
    margin:16px 0;
}


/* Partager */
#partager {
    width:138px;
    padding:2px 8px 6px 8px;
    background-color:#E0EEF2;
    border-radius:5px;
	behavior:url(/css/PIE/PIE.php);
	position:relative;
}

#partager ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

#partager .fb-like iframe {
    width:138px !important;
}


/* ACCUEIL
-----------------------------------------*/
#accueil #conteneur_colonnes {
    background:url(../images/tuiles/accueil_conteneur_colonnes.jpg) repeat-y 0 0;
    border-radius:0 0 8px 8px;
}

#accueil #navigation {
    padding-top:0;
}

#accueil #contenu {
    float:right;
    width:562px;
    margin:0;
}

#accueil #banniere {
    width:562px;
    height:315px;
}

#accueil .colonne_gauche {
    float:left;
    width:247px;
    padding:12px 0 16px 16px;
}

#accueil .colonne_droite {
    float:right;
    width:264px;
    padding:0 16px 16px 0;
}


/* Nouvelles */
#accueil #nouvelles {
    margin-bottom:25px;
}

#accueil #nouvelles a.plus {
    float:right;
    margin-top:7px;
    color:#fff;
    font:12px/14px Arial, Helvetica, sans-serif;
}

#accueil #nouvelles a.plus:hover {
    color:#D0DC27;
}

#accueil #nouvelles h4 {
    margin:0;
}

#accueil #nouvelles ul.listing {
    list-style-type:none;
    margin:0;
    padding:4px 0 0 0;
}

#accueil #nouvelles li {
    margin:11px 0 0 0;
}

#accueil #nouvelles .date {
    font:11px/13px Arial, Helvetica, sans-serif;
    color:#0A6084;
    margin-bottom:1px;
}

#accueil #nouvelles h2 {
    font:bold 12px/15px Arial, Helvetica, sans-serif;
    margin:0;
    text-transform:none;
}

#accueil #nouvelles h2 a {
    color:#fff;
    text-decoration:none;
}

#accueil #nouvelles h2 a:hover {
    text-decoration:underline;
}


/* Intro du site */
#intro_site {
    padding:10px;
    background-color:#E0EEF2;
    border-radius:5px;
    font:11px/14px Arial, Helvetica, sans-serif;
    color:#000;
	behavior:url(/css/PIE/PIE.php);
	position:relative;
}

#intro_site h1 {
    font:bold 15px/17px Arial, Helvetica, sans-serif;
    margin:0 0 8px 0;
    color:#2A7594;
}


/* Vidéo */
#accueil #conteneur_video {
    position:relative;
    margin-top:-66px;
    margin-bottom:17px;
}

#accueil #video {
    width:230px;
    padding:14px 17px;
    background-color:#fff;
    border-radius:5px;
    box-shadow:0 0 8px #297491;
	behavior:url(/css/PIE/PIE.php);
	position:relative;
}

#accueil #video h3 {
    font:bold 14px/15px Arial, Helvetica, sans-serif;
    color:#2A7594;
    margin:0 0 10px 0;
}

#accueil #video .apercu {
    position:relative;
    margin-bottom:10px;
}

#accueil #video .play {
    position:absolute;
    top:40px;
    left:89px;
}

#accueil #video a.plus {
    font:11px/13px Arial, Helvetica, sans-serif;
    color:#2A7594;
}


/* Twitter */
#accueil #twitter {
    background-color:#E0EEF2;
    border-radius:5px;
    behavior:url(/css/PIE/PIE.php);
	position:relative;
    margin-bottom:17px;
}

#accueil #twitter .entete {
    padding:9px 10px;
    background:url(../images/graphiques/oiseau_twitter.gif) no-repeat 172px center;
}

#accueil #twitter ul#feed {
    list-style-type:none;
    margin:0;
    padding:0 10px 8px 10px;
    background-color:#fff;
    font:12px/15px Arial, Helvetica, sans-serif;
}

#accueil #twitter ul#feed li {
    margin-top:0;
    padding-top:8px;
}

#accueil #twitter ul#feed a {
    color:#2A7594;
    text-decoration:none;
}

#accueil #twitter ul#feed a:hover {
    text-decoration:underline;
}

#accueil #twitter .date {
    margin-top:5px;
    color:#2A7594;
}

#accueil #twitter #follow {
    padding:8px 10px;
}


/* Facebook likebox */
#accueil .fb-like-box {
    background-color:#fff;
}


/* PANNEAUX
-----------------------------------------*/
img.panneau {
	float:left;
	margin-right:10px;
}


/* GUIDES PRATIQUES
-----------------------------------------*/
#liste_guides tr.contenu td {
	background-color:#E2EFF2;
}

#liste_guides tr.entete td {
	vertical-align:bottom;
	background-color:none;
	padding:0;
}


/* BOUTIQUE
-----------------------------------------*/
.boutique_produit {
	background-color:#E2EFF2;
	width:497px;
}

.boutique_produit_padding {
	padding:0 10px 0 10px;
}

.boutique_sous_cat {
	display:none;
	visibility:hidden;
	padding:10px 0 10px 40px;
}

.boutique_produit_sscat {
	padding:10px 0 10px 0;
	border-bottom:2px solid #A0CBD7;
}


/* PLAN DU SITE
-----------------------------------------*/
a.plan_section {
	font: bold 15px/18px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color:#007090;
	text-transform:uppercase;
	text-decoration:none;
}

a.plan_section:hover {
	text-decoration:underline;
}

div.plan_sous_section {
	padding:4px 0 10px 20px;
}

a.plan_sous_section {
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
}

a.plan_sous_section:hover {
	text-decoration:underline;
	color:#3D565D;
}


/* BAS
-----------------------------------------*/
#navigation_bas {
	margin:6px 0 0 10px;
	float:left;
    font: 11px/15px Arial, Helvetica, sans-serif;
    color:#2A7594;
}

#navigation_bas a {
	text-decoration:none;
    color:#2A7594;
}

#navigation_bas a:hover,
#navigation_bas a.selected {
	text-decoration:underline;
}


#signature {
    font: 11px/15px Arial, Helvetica, sans-serif;
	margin:6px 10px 0 0;
	float:right;
    color:#2A7594;
}

#signature a {
    color:#2A7594;
}

#signature a:hover {
    color:#333;
}

#signature a#egzakt {
    text-decoration:none;
}

#signature a#egzakt:hover {
    color:#2A7594;
    text-decoration:underline;
}


/* POPUP
-----------------------------------------*/
#body_popup {
	margin:2px 0 2px 0px;
}

#wrapper_popup_envoyer {
	width:480px;
	margin:0 auto 0 auto;
}

#wrapper_popup_carte {
	width:748px;
	margin:0 auto 0 auto;
}

#contenu_popup {
	clear:both;
	padding:10px;
	background-color:#D0E5EA;
	border:1px solid #777777;
}

#contenu_carte {
	position:relative;
	clear:both;
	padding-top:5px;
}


/* CARTE SITE PROTEGES
-----------------------------------------*/
#legende {
	float:right;
	padding-top:10px;
}


.carte_detail_hide {
	display:none;
	visibility:hidden;
}

.carte_detail_show {
	margin:20px;
	padding:15px;
	z-index:100;
	display:block;
	visibility:visible;
	position:absolute;
	top:0;
	left:0;
	color:#FFFFFF;
}

.carte_detail_show .entete {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:2px solid #8AB2BC;
}

.carte_detail_show .site_titre {
	margin:7px 0 0 50px;
	font: bold 20px/18px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}

.carte_detail_show .numero {
	float:left;
	width:36px;
	height:36px;
	font: bold 20px/35px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	background:url(/images/graphiques/cercle_numero.gif) no-repeat top left;
	text-align:center;
}

.carte_detail_show .retour {
	float:right;
	width:140px;
	margin-top:10px;
}

.carte_detail_show .retour a {
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.carte_detail_show .detail_gauche {
	float:left;
	width:325px;
}

.carte_detail_show .detail_droite {
	margin-left:335px;
}

.carte_opacite_hide {
	display:none;
	visibility:hidden;
}

.carte_opacite_show {
	margin:20px;
	width:710px;
	height:445px;
	position:absolute;
	top:0;
	left:0;
	background-color:#005368;
	color:#005368;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}


#bulle {
	position:absolute;
	visibility:hidden;
	z-index:800;
	background:#3C7A93;
	width:150px;
	color:#FFFFFF;
	padding:1px 5px 1px 5px;
	border:1px solid #B7D7E1;
	line-height:14px;
}


/* BULLETIN
-----------------------------------------*/
#bulletin_titre {
	font:bold 14px/16px 'Trebuchet MS', Verdana, Arial, sans-serif;
	color:#539FB4;
	margin-bottom:10px;
}

#bulletin_introduction {
	 font:12px/16px 'Trebuchet MS', Verdana, Arial, sans-serif;
	 color:#007090;
	 margin-bottom:20px;
}

#bulletin_gauche {
	width:328px;
	vertical-align:top;
}

.bulletin_droite {
	background-color:#E2EFF2;
	padding:0 11px;
}

.nouvelles, .capsules {
	border-bottom:1px solid #A6CDD8;
	padding-bottom:10px;
}

.nouvelles_cat {
	font:18px/20px 'Trebuchet MS', Verdana, Arial, sans-serif;
	color:#6C845B;
	padding-bottom:3px;
}

.nouvelle_date {
	font:10px/14px Verdana, Arial, sans-serif;
	color:#3D565D;
}

.nouvelle_titre {
	font:bold 12px/16px Verdana, Arial, sans-serif;
	color:#007090;
	padding-bottom:2px;
}

.ss_contenu_titre {
	font:bold 12px/15px 'Trebuchet MS', Verdana, Arial, sans-serif;
	color:#007090;
}

.bulletin_archive {
	display:block;
	padding-bottom:3px;
}


/* COMMENT AIDER
-----------------------------------------*/
#accueil_campagne{
	float:left;
	padding:0;
	margin:0;
	padding-bottom:20px;
}
#accueil_campagne #padding{
	padding-top:20px;
	margin:0;
}
#accueil_campagne .tuile{
	background: transparent url(../images/photos/entete_campagne_1112.jpg) 0 0 no-repeat;
	width:498px;
	height:198px;
}
#accueil_campagne .en{
	background: transparent url(../en/images/photos/entete_campagne.jpg) 0 0 no-repeat;
}
#accueil_campagne .tuile div{
	padding:163px 0 0 29px;
}
#accueil_campagne a{
	outline:none;
	display:block;
	width:81px;
	height:20px;
	background: transparent url(../images/boutons/en_savoir_plus_1112.gif) 0 0 no-repeat;
}
#accueil_campagne .en a{
	width:95px;
	height:30px;
	background: transparent url(../en/images/boutons/en_savoir_plus0809.gif) 0 0 no-repeat;
}
#accueil_campagne a:hover{
	outline:none;
	background: transparent url(../images/boutons/en_savoir_plus_1112.gif) 0 -20px no-repeat;
}
#accueil_campagne .en a:hover{
	background: transparent url(../en/images/boutons/en_savoir_plus0809.gif) 0 -30px no-repeat;
}

.liste_lot {
	width: 450px;
	background: url(/images/tuiles/boite_bas.gif) bottom left no-repeat;
	padding: 0 10px 10px 10px;
	color: #3d565d;
}

.liste_lot span {
	display: block;
	font-weight: bold;
	color: #4a8da7;
}

a.lien_bouton {
	display: block;
	width: 124px;
	height: 14px;
	background: url(/images/boutons/bouton_inscription.gif) top left no-repeat;
	padding: 3px 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF !important;
}

a.lien_bouton:hover {
	background-position: 0 -20px;
}


/* DON EN LIGNE
-----------------------------------------*/
.don_etape {
	background-color:#E2EFF2;
	padding:10px;
}

.don_etape table {
	width:100%;
}

.don_etape table td {
	vertical-align:top;
}

.don_etape input, .don_etape select {
	border:1px solid #539FB4;
	padding:3px;
}

.don_etape .note {
	font:9px/12px Verdana, Arial, sans-serif;
	color:#3D565D;
}

/* =========================== */
/* = NOUVELLES & COMMUNIQUÉS = */
/* =========================== */
#navig_nouvelles a{
	display:block;
	height:21px;
	padding-top:4px;
	text-decoration:none;
	color:#fff;
	background: transparent url(../images/boutons/nouvelles.gif) 0 0 no-repeat;
	width:338px;
	margin-bottom:2px;
}
#navig_nouvelles a span{
	padding-left:14px;
}
#navig_nouvelles a:hover, #navig_nouvelles a.selected {
	color:#fff;
	background: transparent url(../images/boutons/nouvelles.gif) 0 -25px no-repeat;
}
h2.entete_archives{
	margin-bottom:0;
	margin-top:3px;
	background: transparent url(../images/graphiques/entete_archives.gif) 0 0 repeat-x;
	height:21px;
	padding-top:4px;
	padding-left:5px;
	cursor:pointer;
}
/* liste des communiques */
.liste_communiques tr.contenu td {
	background-color:#E2EFF2;
}

.liste_communiques tr.entete td {
	vertical-align:bottom;
	background-color:none;
	padding:0;
}


/* ACTIVITÉS
-----------------------------------------*/
/* Formulaire */
#activites a#annoncez {
	display:block;
	width:139px;
	height:19px;
	padding:6px 0 0 22px;
	font:11px/13px Verdana, Arial, sans-serif;
	color:#fff;
	text-decoration:none;
	background:url(../images/boutons/annoncez_activites.gif) no-repeat 0 0;
}

#activites a#annoncez:hover {
	background-position:0 -25px;
	color:#E0F04C;
}

#activites a.annoncez_selected {
	background-position:0 -50px !important;
	color:#E0F04C !important;
}

#activites #form_annoncez {
	width:490px;
}

#activites #form_annoncez form {
	width:446px;
	padding:15px 22px 6px 22px;
	color:#fff;
	background:url(../images/tuiles/form_annoncez_haut.gif) no-repeat left top;
	margin:0;
}

#activites #form_annoncez ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#activites #form_annoncez input,
#activites #form_annoncez textarea {
	background-color:#99C6D3;
	border:0;
	padding:2px;
	color:#000;
}

#activites #form_annoncez .bouton {
	background:none;
	border:0;
	text-align:right;
	padding:10px 20px 2px 0;
}

#activites #form_annoncez .bouton input {
	padding:0;
	background:none;
}

#activites #form_annoncez label.erreur {
	color:#ff6060;
}


/* Liste */
#activites h1 {
	border-bottom:1px solid #6C845B;
	padding-bottom:1px;
	margin:20px 0 0 0;
}
#activites h1.premier {
	margin-top:0;
}

ul.liste {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.liste li {
	padding-bottom:10px;
}

#activites h3 {
	font:bold 14px/16px 'Trebuchet MS', Arial, sans-serif;
	color:#007090;
	margin:1px 0;
	text-transform:uppercase;
}

#activites h2 {
	font:bold 18px/20px 'Trebuchet MS', Arial, sans-serif;
	color:#3D565D;
	margin:0;
	padding:0;
	text-transform:none;
}


/* DIVERS
-----------------------------------------*/
a.liste {
	color:#6C845B;
}

a.liste:hover {
	color:#000000;
}

.retour {
	text-align:right;
}

.retour a {
	text-decoration:none;
}

.retour a:hover {
	text-decoration:underline;
}

.note {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
}

.fermer {
	margin-top:5px;
	text-align:center;
}

/* Texte de référencement */

#textdescription {
	display: none;
}


/* FORMULAIRES
-----------------------------------------*/
.moteur td {
	font-weight:bold;
	vertical-align:top;
}

form {
	margin:0;
}

input, select, textarea {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color:#3D565D;
	border:1px solid #3D565D;
}

.bouton {
	background-color:#F1F1F1;
	border:1px solid #3D565D;
}

.radio {
	border:0;
}

.erreur {
	color:#E22735;
}

.message,
.message_succes {
	width:70%;
	background-color:#FBFBFB;
	margin:10px auto;
	color:#E22735;
	font:bold 11px/14px Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #E22735;
	padding:5px;
	text-align:center;
}

.message_succes {
	color:#3baa36;
	border:1px solid #3baa36;
}


/* ADOPTEZ UN HABITAT
-----------------------------------------*/

#contenu_adoptez_un_habitat {
	margin-left:190px;
}

#contenu_adoptez_un_habitat #texte {
	background-image:url('/images/photos/accueil_adoptez_un_habitat.jpg');
	background-repeat:no-repeat;
	background-color:#A1B7C8;
	padding:20px 20px 20px 20px;
	margin-right:20px;
	border-radius:15px;
	behavior:url(/css/PIE/PIE.php);
	position:relative;
	/*width:200px;*/
}

#contenu_adoptez_un_habitat #texte .retour {
	display:none;
}

#contenu_adoptez_un_habitat #entete_section {
	background-image:none;
	height:18px;
	padding-top:10px;
}

#contenu_adoptez_un_habitat #entete_section img {
	display:none;
}

#contenu_adoptez_un_habitat .dons {
	float:right;
	background-color:#7E885F;
	color:white;
	width:137px;
	padding:14px 20px;
	margin-bottom:10px;
	border-radius:12px;
	font-family:"Trebuchet MS", sans-serif;
	font-size:21px;
	line-height:24px;
	font-weight:bold;
	behavior:url(/css/PIE/PIE.php);
	position:relative;
}

#contenu_adoptez_un_habitat .dons .montant {
	color:#D4EB0A;
}

#contenu_adoptez_un_habitat .adoptez {
	clear:right;
	float:right;
	background-color:#ffffff;
	color:white;
	width:137px;
	padding:14px 20px;
	border-radius:12px;
	margin-bottom:20px;
	behavior:url(/css/PIE/PIE.php);
	position:relative;
}

#contenu_adoptez_un_habitat .adoptez span {
	display:block;
	color:#9AB93C;
	font-family:"Trebuchet MS", sans-serif;
	font-size:15px;
	font-weight:bold;
}

#contenu_adoptez_un_habitat .adoptez a {
	text-decoration:none;
	color:#0099FF;
}

#contenu_adoptez_un_habitat .adoptez a:hover {
	text-decoration:underline;
}

#contenu_adoptez_un_habitat .adoptez span.titre {
	color:#007090;
	margin-bottom:15px;
}
#contenu_adoptez_un_habitat .adoptez img {
	margin:10px 0;
}

#contenu_adoptez_un_habitat .presentation {
	color:white;
	width:246px;
	margin-top:320px;
	margin-left:20px;
	margin-bottom:40px;
	font-size:12px;
}

#contenu_adoptez_un_habitat .video {
	background-color:#ffffff;
	color:#9AB93C;
	padding:18px 20px;
	border-radius:12px;
	font-family:"Trebuchet MS", sans-serif;
	font-size:15px;
	font-weight:bold;
	behavior:url(/css/PIE/PIE.php);
	position:relative;
}
#contenu_adoptez_un_habitat .video span {
	margin-bottom:10px;
	display:block;
}


/* ADOPTEZ UN HABITAT PAGE TEXTE
-----------------------------------------*/

#contenu_adoptez_un_habitat_texte {
	margin-left:190px;
}

#contenu_adoptez_un_habitat_texte #entete_section {
	padding-top:25px;
}

#contenu_adoptez_un_habitat_texte #entete_section img {
	margin-bottom:25px;
}

#contenu_adoptez_un_habitat_texte #texte {
	padding:0 20px;
}



/* ADOPTEZ UN HABITAT RECHERCHE PROJET
-----------------------------------------*/

#contenu_adoptez_un_habitat_recherche {
	margin-left:190px;
}

#contenu_adoptez_un_habitat_recherche #entete_section {
	padding-top:25px;
	padding-bottom:20px;
}

#contenu_adoptez_un_habitat_recherche #texte {
	padding:0 20px;
	padding-right:40px;
}

#contenu_adoptez_un_habitat_recherche .recherche {
	background-color:#ECF4F6;
	border-collapse:collapse;
	margin-bottom:5px;
}

#contenu_adoptez_un_habitat_recherche .recherche_wrapper {
	float:right;
	width:197px;
	margin:0 0 0 15px;
}

#contenu_adoptez_un_habitat_recherche .recherche tr td {
	padding:6px 15px;
}

#contenu_adoptez_un_habitat_recherche .recherche label {
	display:block;
	padding-bottom:2px;
}

#contenu_adoptez_un_habitat_recherche .recherche select {
	width:166px;
	padding:2px 2px;
	border-color:#999999;
}

#contenu_adoptez_un_habitat_recherche .recherche h2 {
	color:#9AB93C;
	font-size:14px;
	font-weight:bold;
	text-transform:none;
	margin:7px 0 5px 0;
}

#contenu_adoptez_un_habitat_recherche .recherche .action {
	text-align:right;
	padding-bottom:15px;
}

#contenu_adoptez_un_habitat_recherche .recherche .action input {
	background-color:#0099FF;
	color:#ffffff;
	border-color:#3D565D;
	padding:1px 6px;
}

#contenu_adoptez_un_habitat_recherche .projets {
	padding:22px;
	padding-bottom:10px;
	border-radius:14px;
	background-color:#ffffff;
	/*background-image:url('/images/tuiles/projets_background.gif');*/
	/*background-position:8px;*/
}

#contenu_adoptez_un_habitat_recherche .projets h1 {
	color:#9AB93C;
}

#contenu_adoptez_un_habitat_recherche .projets a.tous {
	float:right;
	color:#0099FF;
	font-size:11px;
	padding-top:4px;
}

#contenu_adoptez_un_habitat_recherche .projets .projet {
	float:left;
	width:135px;
	padding:2px 8px;
	margin-bottom:15px;
}

#contenu_adoptez_un_habitat_recherche .projets .projet .titre {
	font-size:14px;
	font-weight:bold;
	font-family:"Trebuchet MS", sans-serif;
	color:#007090;
	display:block;
}

#contenu_adoptez_un_habitat_recherche .projets .projet img {
	margin-bottom:8px;
}

#contenu_adoptez_un_habitat_recherche .projets .projet a {
	color:#0099FF;
	font-size:11px;
}

#contenu_adoptez_un_habitat_recherche .projets {
	behavior:url(/css/PIE/PIE.php);
	position:relative;
}


/* ADOPTEZ UN HABITAT PROJET
-----------------------------------------*/

#contenu_adoptez_un_habitat_projet {
	margin-left:190px;
}

#contenu_adoptez_un_habitat_projet #entete_section {
	padding-top:25px;
	padding-bottom:20px;
}

#contenu_adoptez_un_habitat_projet #texte {
	padding:0 20px;
	padding-right:40px;
}

#contenu_adoptez_un_habitat_projet .precedent {
	float:right;
	color:#0099FF;
	font-size:15px;
	font-weight:bold;
	font-family:'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
	margin-top:5px;
}

#contenu_adoptez_un_habitat_projet .precedent a {
	text-decoration:underline;
	color:#0099FF;
}

#contenu_adoptez_un_habitat_projet .projet {
	padding:23px;
	background-color:#ffffff;
	border-radius:14px;
	behavior:url(/css/PIE/PIE.php);
	position:relative;
}

#contenu_adoptez_un_habitat_projet .projet h1 {
	color:#9AB93C;
	line-height:26px;
}

#contenu_adoptez_un_habitat_projet .images {
	float:left;
	margin-right:10px;
}

#contenu_adoptez_un_habitat_projet .images .principal {
	margin-bottom:10px;
	margin-right:5px;
}

#contenu_adoptez_un_habitat_projet .images .petites img {
	cursor:pointer;
	margin-bottom:10px;
	margin-right:5px;
}

#contenu_adoptez_un_habitat_projet .images .petites {
	width:230px;
}

#contenu_adoptez_un_habitat_projet .projet .separateur {
	border-bottom:1px solid #AACDD8;
	margin-top:10px;
	margin-bottom:8px;
	clear:both;
}

#contenu_adoptez_un_habitat_projet .projet label {
	font-size:13px;
	color:#007090;
	display:block;
}

#contenu_adoptez_un_habitat_projet .projet span {
	font-weight:bold;
	font-size:13px;
	color:#3D565D;
	display:block;
	margin-top:2px;
}

#contenu_adoptez_un_habitat_projet .projet div.faire_un_don {
	clear:both;
	text-align:right;
	padding-top:10px;
}
#contenu_adoptez_un_habitat_projet .projet a.faire_un_don {
	width:138px;
	height:31px;
	background-image:url('/images/boutons/faire_un_don.gif');
	clear:both;
	display:inline-block;
}

#contenu_adoptez_un_habitat_projet .projet a.faire_un_don:hover {
	width:138px;
	height:31px;
	background-image:url('/images/boutons/faire_un_don_hover.gif');
}

#contenu_adoptez_un_habitat_projet .projet .wrapper_demande_don {
	background-color:#C5DDE4;
	padding:15px;
}

#contenu_adoptez_un_habitat_projet .projet .wrapper_demande_don h2 {
	text-transform:none;
	margin-top:0;
}

#contenu_adoptez_un_habitat_projet .projet .wrapper_demande_don a {
	color:#0099FF;
}

#contenu_adoptez_un_habitat_projet .projet table.dons {
	width:450px;
	border-collapse:collapse;
}

#contenu_adoptez_un_habitat_projet .projet table.dons tr td {
	width:33%;
	vertical-align:top;
	text-align:left;
}

#contenu_adoptez_un_habitat_projet .projet .donateur {
	clear:both;
	margin:10px 0;
}

#contenu_adoptez_un_habitat_projet .projet .donateur img {
	float:right;
	margin-bottom:10px;
}

#contenu_adoptez_un_habitat_projet .projet .donateur a {
	display:block;
	color:#0099FF;
}


