/* CSS Pour l'impression */
body {
	font-family: "ArialMT", "Arial", sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
  }
.nettoyage {
    clear: both;
    height: 0px;
}
#page {
	width: auto;
	height:auto;
	margin: 0px;
	border: 0px solid blue;
  }
.droite {float: right;}
.gauche {float: left;}
.texte_droite {text-align: right;}
.texte_gauche {text-align: left;}

#entete_logo {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	text-align: center;
}
#entete {
	background-image: none;
	text-align: center;
	height: 100px;
	width: auto;
	border: 0px solid red;
}
#centre, #contenu, #pied_contenu {
	width: auto;
	margin: 0px;
	padding: 0px;
	}
.droite {float: right;}
.gauche {float: left;}
a, a:visited, a:active {
  color: #755927;
  text-decoration: underline;
}
a img {
  border: 0px solid black;
  text-decoration: none;
}
#entete_fond, #lightwindow, #lightwindow_overlay, #entete_langues, #entete_onglets, #entete_client, #entete_slogan, #menu_vertical, #case_recherche, #google_pied, #pied_retrouvez, #pied_carte, #pied_separateur, #pied_edito, #pied_onglets, .printfooter, #ads, #outils_page, .article_pubpied, #article_outils, #entete_pub, #menu_horizontal, #bulle_info_fenetre, #bulle_info_fenetre_mini {
    display: none;
    visibility: hidden;
    }
#pied {
    width: auto;
    height: auto;
    min-height: 0px;
	background-image: none;
	border: 0px solid green;
    }
#pied_liens {
	width: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.visualClear {
	clear: both;
}
    
/* Mise en forme des articles */
h1 {
	background-image: none;
    padding: 0px 0px 0px 0px;
    height: auto;
	margin: 0px 0px 0px 0px;
	}
.article_corps {
	padding-left: 0px;
}
.article_colonnedroite {
	width: 300px;
	margin: 0px 0px 20px 20px;
	float: right; 
}
.article_colonnedroite_160 {
	width: 160px;
	margin: 0px 0px 20px 20px;
	float: right; 
}

/* Pages annuaire */
.annuaire_fiche {
	width: auto;
	margin: 0px 0px 5px 0px;
	}
.annuaire_fiche_haut h2 {
	color: #000000;
	border: 0px solid red;
	}
.annuaire_fiche_description {
	padding: 0px 0px 5px 0px;
	color: #788200;
	}
.annuaire_fiche_galerie {
	height: 77px;
	padding: 0px 0px 5px 0px;
	}
.annuaire_fiche_photos {
	display: block;
	float: left;
	width: 75px;
	height: 75px;
	overflow: hidden;
	margin: 0px 5px 0px 0px;
	text-align: center;
	border: 1px solid #cccccc;
	}
.annuaire_fiche_photos img {
	border: 0px solid #cccccc;
	}
.annuaire_fiche_photos_vide {
	display: block;
	float: left;
	width: 75px;
	height: 75px;
	background-color: #ECECEC;
	margin: 0px 5px 0px 0px;
	border: 1px solid #cccccc;
	}
.annuaire_fiche_adresse {
	border: 0px solid red;
	text-align: left;
	}
.annuaire_fiche_tel {
	font-weight: bold;
	border: 0px solid red;
	}
.annuaire_fiche_email {
	border: 0px solid red;
	}
.annuaire_fiche_site {
	border: 0px solid red;
	}
	
/* Gestion */
#gestion_menu {
	display: none;
}
table.gestion_tableau {
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.gestion_tableau th {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 5px 3px 5px;
    border: 2px solid #cccccc;
    background-color: #cccccc;
}
.gestion_tableau td {
    padding: 3px 5px 3px 5px;
    border: 2px solid #cccccc;
    background-color: #ffffff;
}
td.gestion_tableau_titre {
    background-color: #cccccc;
    font-weight: bold;
}
td.gestion_tableau_ligne {
	border-bottom: 2px solid #333333;
}