.lien, .lien:visited {
	color: rgb(50,50,250);
}

.lien:hover {
	background-color: rgb(250,150,0);
}

#fenetre {
	height: 100%;
	margin: 0;
	text-align: center;
	background-attachment: fixed;
	background-repeat: repeat;
	background-image: url(../images/fonds/fond.gif);
}

#zone_globale {
	min-height: 100%;
	margin: 0 auto;
	width: 980px;
	text-align: left;
	border: 1px outset rgb(150,150,150);
	border-radius: 15px;
}

#zone_en-tete {
	position: relative;
	width: 100%;
	height: 170px;
	background-image: url(../images/divers/en-tete.gif);
	background-repeat: no-repeat;
}
	
#zone_en-tete .titre1 {
	position: absolute;
	width: 875px;
	margin: 0;
	top: 35px;
	left: 100px;
	font-family: "Comic Sans MS", Arial, "Trebuchet MS", Georgia, Verdana, serif;
	font-size: 180%;
	font-style: italic;
	font-weight: normal;
	color: rgb(250,0,0);
	text-align: center;
	text-shadow: 5px 5px 5px #000000;
/*	filter:progid:DXImageTransform.Microsoft.Shadow(color='#404040', Direction=130, Strength=7); */
}

#zone_en-tete .titre2 {
	position: absolute;
	width: 875px;
	margin: 0;
	top: 105px;
	left: 100px;
	font-family: "Comic Sans MS", Arial, "Trebuchet MS", Georgia, Verdana, serif;
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	color: rgb(254,186,21);
	text-align: center;
	text-shadow: 5px 5px 2px #000000;
/*	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=130, Strength=5); */
}

#zone_centre {
	overflow: auto;
}

#zone_gauche {
	float: left;
	width: 178px;
	font-family: "Comic Sans MS", Arial, "Trebuchet MS", Georgia, Verdana, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

#zone_gauche .message_defilant {
	overflow: hidden;
	height: 25px;
	color: rgb(255,200,0);
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
}

#zone_gauche .menu_vertical {
	margin: 5px;
	padding: 5px 0px 5px 10px;
	border: 1px outset rgb(150,150,150);
	border-radius: 15px;
}

#zone_gauche .menu_vertical img {
	padding-bottom: 3px;
}

#zone_gauche .cadre_libre_1 {
	font-size: 70%;
	color: rgb(100,0,0);
	text-align: center;
	margin: 5px;
	border: 1px outset rgb(150,150,150);
	border-radius: 15px;
}

#zone_gauche .formulaire {
	font-size: 70%;
	color: rgb(50,100,200);
	margin: 5px;
	padding: 5px;
	border: 1px outset rgb(150,150,150);
	border-radius: 15px;
}

#zone_gauche .formulaire .titre {
	color: rgb(150,0,100);
	font-size: 110%;
}

#zone_gauche .formulaire .information {
	color: rgb(50,50,200);
}

#zone_gauche .formulaire .inconnu {
	color: rgb(100,100,0);
}

#zone_gauche .formulaire .valide {
	color: rgb(0,100,0);
}

#zone_gauche .formulaire .erreur {
	color: rgb(200,0,0);
	text-decoration: blink;
}

#zone_gauche .formulaire .champ {
	margin-top: 5px;
	margin-bottom: 5px;
}

#zone_gauche .formulaire .saisie {
	width: 150px;
}

#zone_gauche .formulaire .liste {
	width: 154px;
}

#zone_gauche .formulaire .lien {
	color: rgb(100,100,100);
}

#zone_menu_horizontal {
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Comic Sans MS", Arial, "Trebuchet MS", Georgia, Verdana, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	color: rgb(100,100,100);
	border-top: 1px outset white;
	border-right: 0px outset white;
	border-bottom: 1px outset white;
	border-left: 0px outset white;
}

#zone_menu_horizontal .retour * {
	float: left;
	padding: 2px;
	color: rgb(50,50,150);
	font-size: 60%;
	text-decoration: none;
}

#zone_menu_horizontal .items * {
	font-family: "Comic Sans MS", Arial, "Trebuchet MS", Georgia, Verdana, serif;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	color: rgb(50,50,150);
	margin: 0;
	padding: 0;
}

#zone_menu_horizontal .items .item {
	display: inline;
}

#zone_coordonnees {
	width: 100%;
	height: 40px;
	margin: 5px 0px 0px 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-width: 2px 0px 2px 0px;
	border-style: outset;
	border-color: rgb(220,210,200);
	background-color: #A0D5FF;
	font-family: "Comic Sans MS", Arial, "Trebuchet MS", Georgia, Verdana, serif;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

#zone_coordonnees .texte1 {
	color: rgb(75,75,250);
	font-weight: normal;
}

#zone_coordonnees .texte2 {
	color: rgb(75,75,250);
	font-weight: normal;
}

#zone_coordonnees .nom {
	color: rgb(250,50,0);
}

#zone_coordonnees .adresse {
	color: rgb(250,50,0);
}

#zone_coordonnees .ville {
	color: rgb(250,50,0);
}

#zone_coordonnees .pays {
	color: rgb(250,50,0);
	font-weight: normal;
}

#zone_coordonnees .telephone {
	color: rgb(0,0,250);
}

#zone_coordonnees .lien, #zone_coordonnees .lien:visited {
	font-family: Arial, "Trebuchet MS", Georgia, Verdana, serif;
	color: rgb(0,0,250);
}

#zone_coordonnees .registre {
	color: rgb(250,50,0);
}

#zone_infos {
	width: 100%;
	font-size: 100%;
	text-align: center;
}

#zone_infos * {
	font-family: Arial, "Trebuchet MS", Georgia, Verdana, serif;
	margin-top: 0px;
	margin-bottom: 5px;
	color: rgb(100,100,100);
}

#zone_infos .separateur {
	padding: 0px 8px 0px 8px;
}

#zone_infos .mise_a_jour {
	font-size: 75%;
}

#zone_infos .design {
	font-size: 75%;
}

#zone_infos .design .lien, #zone_infos .design .lien:visited {
	text-decoration: underline;
}

#zone_infos .valide_w3c {
	font-size: 75%;
}

#zone_infos .valide_w3c .lien, #zone_infos .valide_w3c .lien:visited {
	text-decoration: underline;
	font-size: 75%;
}

#zone_infos .mentions_legales {
	font-size: 75%;
}

#zone_infos .mentions_legales .lien, #zone_infos .mentions_legales .lien:visited {
	text-decoration: underline;
}

#zone_infos .temps {
	font-size: 75%;
}

#corps {
	float: right;
	width: 775px;
	padding-top: 30px;
	padding-right: 10px;
	font-family: "Comic Sans MS", Arial, "Trebuchet MS", Georgia, Verdana, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: rgb(50,50,250);
}

#corps .titre_rubrique {
	clear: both;
	height: 25px;
	font-size: 100%;
	border: 2px outset rgb(250,200,0);
	border-radius: 15px;
	background-color: rgb(250,200,0);
}

#corps .titre_rubrique .texte {
	margin: 0;
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	color: rgb(250,50,0);
	text-shadow: 1px 1px 0px #FFFFFF;
}

#corps .message_information {
	font-size: 100%;
	color: rgb(0,100,0);
	background-color: rgb(200,250,150);
	border: 1px solid rgb(0,100,0);
	border-radius: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

#corps .message_avertissement {
	font-size: 100%;
	color: rgb(250,0,0);
	background-color: rgb(250,200,50);
	border: 1px solid rgb(250,0,0);
	border-radius: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

#corps .message_avertissement .image {
	border: none;
	vertical-align: -10px;
}

#corps .message_alerte {
	font-size: 100%;
	color: rgb(250,250,0);
	background-color: rgb(200,0,0);
	border: 1px solid rgb(250,250,0);
	border-radius: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

#corps .paragraphe_police1 {
	font-size: 80%;
	text-indent: 0px;
}

#corps .paragraphe_police2 {
	font-size: 100%;
	text-indent: 0px;
}

#corps .paragraphe_police3 {
	font-size: 150%;
	text-indent: 0px;
}

#corps .lettrine {
	font-size: 120%;
	font-weight: bold;
	background-color: rgb(250,200,50);
	color: rgb(200,0,0);
}

#corps .paragraphe_indente { 
	font-size: 90%;
	text-align: justify;
	text-indent: 20px;
}

#corps .paragraphe_justifie {
	font-size: 90%;
	text-align: justify;
}

#corps .paragraphe_centre {
	font-size: 90%;
	text-align: center;
	text-indent: 0px;
}

#corps .paragraphe_gauche {
	font-size: 90%;
	text-align: left;
	text-indent: 0px;
}

#corps .paragraphe_droit {
	font-size: 90%;
	text-align: right;
	text-indent: 0px;
}

#corps .petite_police {
	font-size: 75%;
	font-style: normal;
	text-align: justify;
}

#corps .liste_puce { 
	font-size: 80%;
	list-style-type: square;
}

#corps .image_avec_bordure {
	border: 1px outset rgb(150,150,150);
	margin: 10px;
	padding: 0px;
}

#corps .image_sans_bordure {
	border: none;
}

#corps .barre_horizontale {
	clear: both;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: rgb(100,0,0);
}

#corps .lien_sans_souligne, #corps .lien_sans_souligne:visited {
	color: rgb(50,50,250);
	text-decoration: none;
}

#corps .lien_sans_souligne:hover {
	background-color: rgb(250,150,0);
}

#corps .lien_avec_souligne, #corps .lien_avec_souligne:visited {
	color: rgb(50,50,250);
	text-decoration: underline;
}

#corps .lien_avec_souligne:hover {
	background-color: rgb(250,150,0);
}

#corps .lien_transparent:hover {
}

#corps .lien_image, #corps .lien_image:visited {
	color: rgb(50,50,250);
	font-size: 75%;
	font-style: normal;
	text-align: center;
	text-decoration: underline;
}

#corps .lien_image:hover {
	background-color: rgb(250,150,0);
}

#corps .cadre_100 {
	width: 100%;
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

#corps .cadre_gauche {
	float: left;
}

#corps .cadre_gauche_75 {
	float: left;
	width: 75%;
}

#corps .cadre_gauche_50 {
	float: left;
	width: 48%;
}

#corps .cadre_gauche_40 {
	float: left;
	width: 40%;
}

#corps .cadre_gauche_33 {
	float: left;
	width: 33%;
}

#corps .cadre_gauche_25 {
	float: left;
	width: 25%;
}

#corps .cadre_gauche_20 {
	float: left;
	width:20%;
}

#corps .cadre_droit {
	float: right;
}

#corps .cadre_droit_60 {
	float: right;
	width: 60%;
	text-align: left;
}

#corps .cadre_droit_50 {
	float: right;
	width: 50%;
	text-align: left;
}

#corps .cadre_droit_25 {
	float: right;
	width: 25%;
	font-size: 75%;
	text-align: center;
}

#corps .liste {
	width: 100%;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	color: rgb(100,0,0);
	border: 1px outset rgb(150,150,200);
	border-collapse: collapse;
}

#corps .liste .cellule {
	border: 1px solid rgb(200,200,200);
	padding-left: 3px;
	padding-right: 3px;
}

#corps .liste .pagination {
	font-size: 70%;
	font-family: "Comic Sans MS", Arial, "Trebuchet MS", Georgia, Verdana, serif;
	text-align: center;
	color: rgb(100,100,200);
	border: 1px solid rgb(200,200,200);
	background-color: rgb(150,200,250);
}

#corps .liste .pagination .cellule {
	border: none;
	padding-top: 10px; /* Pour IE */
}

#corps .liste .pagination .liste {
/*	margin-top: 10px; /* Pour IE */
}

#corps .liste .pagination li {
	display: inline;
	font-size: 120%;
	font-family: "Courier New", "Courier", "Comic Sans MS", Arial;
	border: 1px outset rgb(220,200,180);
	border-radius: 5px;
	margin: 3px;
}

#corps .liste .pagination .libelle {
	font-size: 95%;
	font-family: "Comic Sans MS", Arial, "Trebuchet MS", Georgia, Verdana, serif;
	border: none;
}

#corps .liste .pagination .page_inactive {
	font-weight: bold;
}

#corps .liste .pagination .page_courante {
	font-weight: bold;
	border: 1px solid rgb(250,0,0);
	border-radius: 5px;
}

#corps .liste .pagination .page_active .lien, #corps .liste .pagination .page_active .lien:visited {
	text-decoration: none;
	color: rgb(100,100,200);
}

#corps .liste .pagination .page_active:hover {
	font-weight: bold;
	border: 1px solid rgb(250,0,0);
	border-radius: 5px;
	background-color: rgb(250,150,0);
}

#corps .liste .titre {
	font-size: 70%;
	font-weight: normal;
	text-align: center;
	color: rgb(50,100,200);
	background-color: rgb(200,225,250);
}

#corps .liste .titre .lien, #corps .liste .titre .lien:visited {
	color: rgb(50,100,200);
	text-decoration: none;
}

#corps .liste .titre .lien:hover {
	font-style: italic;
}

#corps .liste .champ {
	clear: both;
	float: left;
}

#corps .liste .icone_champ {
	clear: both;
	float: left;
	padding: 3px 5px 3px 5px;
}

#corps .liste .saisie_champ {
	float: left;
	font-size: 100%;
	padding: 3px 0px 0px 0px;
}

#corps .liste .message {
	font-size: 120%;
	text-align: justify;
	vertical-align: top;
	color: rgb(100,50,250);
	padding: 5px 10px 10px;
}

#corps .liste .item1, #corps .liste .item2 {
	font-size: 70%;
	text-align: left;
	vertical-align: top;
	color: rgb(50,100,200);
}

#corps .liste .item1 .lien_avec_souligne, #corps .liste .item2 .lien_avec_souligne, #corps .liste .item1 .lien_avec_souligne:visited, #corps .liste .item2 .lien_avec_souligne:visited {
	color: rgb(100,0,0);
	text-decoration: underline;
}

#corps .liste .item1 {
	background-color: rgb(225,240,250);
}

#corps .liste .item2 {
	background-color: rgb(215,240,250);
}

#corps .liste .indisponible {
	color: rgb(250,250,0);
	background-color: rgb(250,60,60);
	border: 1px solid rgb(200,200,200);
	border-radius: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

#corps .liste .couleur1, #corps .liste .couleur2, #corps .liste .couleur3, #corps .liste .couleur4, #corps .liste .couleur5, #corps .liste .couleur6, #corps .liste .couleur7, #corps .liste .couleur8 {
	font-size: 75%;
	text-align: left;
	vertical-align: top;
	color: rgb(100,0,0);
}

#corps .liste .couleur1 {
	background-color: rgb(200,250,250);
}

#corps .liste .couleur2 {
	background-color: rgb(250,250,150);
}

#corps .liste .couleur3 {
	background-color: #E3E3FD;
}

#corps .liste .couleur4 {
	background-color: rgb(200,250,200);
}

#corps .liste .couleur5 {
	background-color: rgb(250,150,200);
}

#corps .liste .couleur6 {
	background-color: rgb(200,200,250);
}

#corps .liste .couleur7 {
	background-color: rgb(200,250,250);
}

#corps .liste .couleur8 {
	background-color: rgb(200,200,250);
}

#corps .liste .boutons_centre {
	text-align: center;
	margin-top: 2px;
}

#corps .liste .boutons_droite {
	float: right;
}

#corps .liste input {
	font-size: 80%;
	font-family: Arial;
	color: rgb(0,100,250);
	margin-left: 2px;
	margin-right: 2px;
}

#corps .liste .bouton_normal {
	color: rgb(0,100,250);
}

#corps .liste .bouton_valider {
	color: rgb(50,150,0);
}

#corps .liste .bouton_modifier {
	color: rgb(0,100,250);
}

#corps .liste .bouton_supprimer {
	color: rgb(250,0,0);
}

#corps .liste .bouton_supprimer:hover {
	color: rgb(250,250,0);
	background-color: rgb(250,0,0);
}


#corps .bouton_ajouter {
	text-align: center;
	border: 1px outset rgb(150,150,200);
	border-radius: 15px;
	padding: 10px;
}

#corps .bouton_ajouter .bouton {
	text-align: center;
}

#corps .formulaire {
	font-size: 100%;
	text-align: left;
	color: rgb(50,100,200);
	border: 1px outset rgb(150,150,200);
	border-radius: 15px;
	padding: 10px;
	background-color: rgb(225,250,250);
}

#corps .formulaire .bordure_cadre {
	border: 1px outset rgb(150,150,200);
	border-radius: 15px;
	margin-bottom: 10px;
	padding: 10px;
}

#corps .formulaire .titre_cadre {
	font-size: 80%;
	font-weight: bold;
	color: rgb(50,100,200);
}

#corps .formulaire .titre_cadre .note {
	font-size: 90%;
	font-weight: normal;
	color: rgb(50,100,200);
}

#corps .formulaire .texte {
	font-size: 80%;
	font-weight: normal;
	text-align: justify;
	color: rgb(50,100,200);
}

#corps .formulaire .asterisque {
	color: rgb(250,0,0);
}

#corps .formulaire .saisie {
	font-size: 80%;
	font-weight: normal;
}

#corps .formulaire .erreur_champ {
	font-size: 75%;
	text-align: left;
	text-decoration: blink;
	color: rgb(250,0,0);
}

#corps .formulaire .erreur_saisie {
	border: 1px solid red;
	background-color: rgb(250,250,150);
}

#corps .formulaire .champ {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#corps .formulaire .icone_champ {
	clear: both;
	float: left;
	padding-top: 18px;
	padding-right: 5px;
}

#corps .formulaire .saisie_champ {
	float: left;
	font-size: 100%;
}

#corps .formulaire .rubrique {
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	color: rgb(150,0,0);
	background-color: rgb(225,225,250);
	margin: 5px;
	padding-left: 15px;
	border: 1px solid rgb(150,150,150);
	border-radius: 15px;
}

#corps .formulaire .label_gauche_15 {
	width: 15%;
	clear: both;
	float: left;
	display: block;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	color: rgb(50,100,200);
}

#corps .formulaire .label_gauche_40 {
	width: 40%;
	clear: both;
	float: left;
	display: block;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	color: rgb(50,100,200);
}

#corps .formulaire .label_droite {
	font-size: 75%;
	font-weight: normal;
	color: rgb(50,100,200);
}

#corps .formulaire .label_dessus {
	font-size: 70%;
	text-align: left;
	color: rgb(50,100,200);
}

#corps .formulaire .boutons_centre {
	text-align: center;
	padding: 10px;
}

#corps .formulaire .bouton_normal {
	font-size: 90%;
	font-family: Arial;
	text-align: center;
	color: rgb(0,0,0);
}

#corps .formulaire .bouton_supprimer {
	font-size: 90%;
	font-family: Arial;
	color: rgb(250,0,0);
}

#corps .formulaire .bouton_supprimer:hover {
	color: rgb(250,250,0);
	background-color: rgb(250,0,0);
}

#corps .bandeau_tri {
	font-size: 100%;
	margin: 0px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid rgb(200,200,200);
	border-radius: 15px;
}

#corps .bandeau_tri .titre_cadre {
	font-size: 60%;
	color: rgb(100,50,50);
}

#corps .bandeau_tri .lien, #corps .bandeau_tri .lien:visited {
	font-size: 70%;
	text-decoration: none;
	color: rgb(100,50,50);
	padding-left: 5px;
	padding-right: 5px;
}

#corps .bandeau_tri .lien:hover {
	font-style: italic;
	color: rgb(0,0,0);
	background-color: rgb(250,150,0);
}
	
#corps .bandeau_tri .lien:active {
	background-color: rgb(0,250,0);
}

#corps #index .animation_1 {
	text-align: center;
	border: none;
}

#corps #index .animation_1 img {
	border: none;
}

#corps #index .animation_2 {
	text-align: center;
}

#corps #index .evenements {
	font-size: 100%;
	font-family: "Comic Sans MS", Arial, "Trebuchet MS", Georgia, Verdana, serif;
	font-style: normal;
	color: rgb(200,0,0);
	text-align: left;
}

#corps #index .evenements .item {
	padding-top: 10px;
	padding-bottom: 20px;
}

#corps #index .evenements .item * {
	text-decoration: none;
}

#corps #index .evenements .item:hover, #corps .index .evenements .item *:hover{
	background-color: rgb(250,150,0);
}

#corps #index .evenements .item .icone {
	float: left;
	clear: both;
	padding-left: 2px;
	padding-right: 10px;
	border: none;
}

#corps #index .evenements .item .objet {
	float: left;
	overflow: auto;
	width: 120px;
	font-size: 60%;
	color: rgb(150,0,200);
}

#corps #index .evenements .item .description {
	float: left;
	font-size: 80%;
	color: rgb(100,0,0);
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}

#corps #index .evenements .item .etat_disponible {
	float: right;
	width: 55px;
	font-family: Arial;
	font-size: 60%;
	text-align: center;
	color: rgb(0,100,250);
	background-color: rgb(200,250,0);
	border: blue outset 1px;
	border-radius: 10px;
	padding: 1px;
	margin-right: 2px;
}

#corps #index .evenements .item .etat_complet {
	float: right;
	width: 55px;
	font-family: Arial;
	font-size: 60%;
	text-align: center;
	color: rgb(250,0,0);
	background-color: rgb(250,250,100);
	border: red outset 1px;
	border-radius: 10px;
	padding: 1px;
	margin-right: 2px;
}

#corps #index .evenements .item .etat_annule {
	float: right;
	width: 55px;
	font-family: Arial;
	font-size: 60%;
	text-align: center;
	color: rgb(250,250,0);
	background-color: rgb(250,50,0);
	border: yellow outset 1px;
	border-radius: 10px;
	padding: 1px;
	margin-right: 2px;
}

#corps #index .evenements .item .etat_autre {
	float: right;
	width: 55px;
	font-family: Arial;
	font-size: 60%;
	text-align: center;
	color: rgb(0,0,0);
	background-color: rgb(200,200,200);
	border: black outset 1px;
	border-radius: 10px;
	padding: 1px;
	margin-right: 2px;
}

#corps #galerie .menu {
/*	width: 98%;  pour éviter les barres de défilement sous IE8 */
/*	height: 25px;  pour Chrome et Safari */
	font-size: 75%;
	text-align: center;
/*	padding: 1px;  pour IE */
	margin-bottom: 15px;
}

#corps #galerie .menu .onglets {
	text-align: left;
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

#corps #galerie .menu .onglets li {
	display: inline;
	vertical-align: bottom;
	margin: 1px;
}

#corps #galerie .menu .onglets .onglet_passif * {
	font-weight: normal;
	color: rgb(250,200,0);
	background: rgb(150,150,200);
	padding: 1px 3px 5px 3px;
	text-decoration: none;
	border: 1px solid rgb(200,150,100);
	border-radius: 7px 7px 0px 0px;
}

#corps #galerie .menu .onglets .onglet_actif * {
	font-weight: bold;
	color: rgb(250,200,0);
	background: rgb(120,100,250);
	padding: 3px 3px 5px 3px;
	text-decoration: none;
	border: 1px outset rgb(171,140,115);
	border-bottom: none;
	border-radius: 7px 7px 0px 0px;
}

#corps #galerie .menu .onglets *:hover {
	color: rgb(0,0,0);
	background: rgb(250,150,0);
	border-radius: 7px 7px 0px 0px;
}

#corps #galerie .miniature {
	text-align: center;
}

#corps #galerie .miniature .bordure {
	border: 1px outset rgb(200,200,200);
	background-color: rgb(250,250,230);
	padding: 0px;
/*	margin-bottom: 100px;*/
}

#corps #galerie .miniature .bordure:hover {
	border-style: outset;
	border-color: rgb(250,150,0);
}

#corps #galerie .miniature .titre_image {
	font-size: 70%;
	color: rgb(100,0,0);
}

#corps #galerie .zoom {
	overflow: auto;
	width: 100%;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
}

#corps #galerie .zoom .gauche {
	float : left;
	width: 9%;
}

#corps #galerie .zoom .centre {
	float : left;
	width: 81%;
}

#corps #galerie .zoom .centre .bordure {
	border: 2px outset rgb(200,200,200);
	background-color: rgb(250,250,230);
	padding: 0px;
}

#corps #galerie .zoom .centre .bordure:hover {
}

#corps #galerie .zoom .centre .message_defilant {
	overflow: hidden;
	height: 25px;
	font-size: 100%;
	color: rgb(255,200,0);
}

#corps #galerie .zoom .droite {
	float : right;
	width: 9%;
}

#corps #galerie .zoom .bouton {
	border: 1px outset transparent;
}

#corps #galerie .zoom .bouton:hover {
	border: 1px outset rgb(200,100,100);
	border-radius: 15px;
}

#corps #galerie .zoom .texte_bouton {
	font-size: 70%;
	color: rgb(100,0,0);
}

#corps #galerie .zoom .titre_image {
	font-size: 100%;
	color: rgb(100,0,0);
}

#corps #galerie .zoom .commentaire_image {
	font-size: 80%;
	color: rgb(50,50,250);
}

#corps #galerie .infos_image {
	font-family: Arial, "Trebuchet MS", Georgia, Verdana, serif;
	font-size: 70%;
	color: rgb(0,100,200);
}

#corps #galerie .nouveaute {
	font-size: 55%;
	color: rgb(250,0,0);
	background: rgb(250,250,150);
	border: 1px outset rgb(250,0,0);
	border-radius: 5px;
}

#corps #galerie .pastille_disponible {
	color: rgb(0,170,0);
	vertical-align: -17%;
}

#corps #galerie .pastille_indisponible {
	color: rgb(250,0,0);
	vertical-align: -17%;
}

#corps #galerie .tableau_infos .titre {
	font-size: 70%;
	text-align: center;
	font-style: italic;
	background-color: rgb(150,200,250);
}

#corps #galerie .tableau_infos .valeur {
	font-size: 70%;
	text-align: center;
	background-color: rgb(180,210,250);
}

#corps #galerie img {
	font-size: 0%; /* Pour cacher le texte de l'attribut alt avant affichage de l'image */
}

#corps #liens {
	text-align: left;
}

#corps #liens .item {
	float: left;
	width: 100%;
	font-family: Arial, "Trebuchet MS", Georgia, Verdana, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

#corps #liens .item .icone {
	float: left;
	width: 32px;
	height: 32px;
	background-image: url("../images/images/terre_16x16.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

#corps #liens .item .lien {
	float: left;
	color: rgb(0,0,200);
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

#corps #liens .item .lien:hover {
	background-color: rgb(250,150,0);
}

#corps #liens .item .description {
	font-size: 80%;
	color: rgb(100,0,0);
}