@CHARSET "ISO-8859-1";

/*
	MODIFICATION DES STYLE PAR DEFAUT
	*/

html{ font-family: "Calibri", "skia"; color: #666; }

body{ text-align: center; }

img{ border:0;}

h1{ text-decoration: none; font-weight: bold; font-size: 14px;}
h2{ font-size: 16px; margin: 5px 0 5px 0; background-color: #eee; }

table th{
	background-color: #f6f6f6;
	text-align: center;
	color: #b5ad7e;
}

form{ margin: 0px; padding: 0px; }
input{ margin: 0px; padding: 0px; }

optgroup{ background-color: #b5ad7e; }
option{ font-weight: normal; background-color: #fff; }

/*
	MISE EN FORME GENERALE
	*/

.bloc{ clear: both; }
hr{ clear: both; visibility: hidden; height: 0; margin: 0; }

.adroite{ text-align: right; }
.agauche{ text-align: left; }
.centrer{ text-align: center; }
.aucentre{ margin-left: auto; margin-right: auto; }
.left{	float: left; }
.right{ float: right; }

.gras{ font-weight: bold; }
.attention{ border: 2px dashed #e2a91f; text-align: center; color: #e2a91f; padding: 5px; }
/*
	STRUCTURE DU SITE	
	*/

#global{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url("../img/common/common/arriere-plan.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
}

#corps{
	background-image: url("../img/common/common/fond-page.png");
	background-position: top left;
	background-repeat: repeat-y;	
}

#banniere{
	height: 85px;
	background-image: url("../img/common/common/haut-de-page.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 25px 0 0 150px;
}

#bandeau_gauche{
	float: left;
	width: 200px;
}

#bandeau_gauche .titre{
	padding-left: 50px;
}

#bandeau_droit{
	float: right;
	width: 120px;
	margin-right: 4px;
}

#contenu{
	float: right;
	width: 550px;
	margin: 0 10px 0 0;
}

#pied_page{
	height: 150px;
	background-image: url("../img/common/common/bas-de-page.png");
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
}

.credits{
	font-size: 12px;
	color: #aaa;
	width: 500px;
	margin: 5px auto 0 auto;
	line-height: 20px;
}

.contenu_gauche{
	width: 260px;
	float: left;
}

.contenu_droite{
	width: 260px;
	float: right;	
}


.presentation{
	margin-bottom: 20px;
}

.commentaire{
	font-size: 11px;
	font-style: italic;
}

.bouton{ background-color: #f9f9f9; margin: 2px; padding: 1px 5px; text-align: center; border: 1px solid #e3e3e3; }

.citation{
	font-size: 13px;
	font-style: italic;	
}

.section{
	margin-top: 20px;
}

.important{
	color: red;
}

.section .titre{
	font-weight: bold;
	border-bottom: 1px #ccc solid;
	margin-bottom: 5px;	
	color: #b5ad7e;
	text-align: left;
}

.contenu_gauche .titre{
	font-weight: bold;
	border-bottom: 1px #ccc solid;
	margin-bottom: 5px;	
	color: #b5ad7e;
	z-index: 2;
}

.contenu_droite .titre{
	font-weight: bold;
	border-bottom: 1px #ccc solid;
	margin-bottom: 5px;	
	color: #b5ad7e;
}

.vote{ text-align: right; background-color: #f1f1f1; }
.vote img{ margin: 0; width: 16px; height: 18px; }

/*
	MISE EN FORME FICHE BONSAI
	*/

.lettre{
	background-color: #eee;
	font-size: 15px;
	font-weight: bold;	
}

.fichebonsai .img_fiche{
	margin: 5px;
	max-width: 200px;
	max-height: 350px;	
	border: 3px #eee solid;
}

.fichebonsai .nom{
	font-size: 20px;
	font-weight: bold;
	background-color: #b7c582;
}

.fichebonsai .nomlatin{
	font-size: 14px;
	margin-bottom: 10px;
	color: #b5ad7e;
}

.fichebonsai .description{
	margin-bottom: 10px;
}

.fichebonsai .relat_photo img{
	max-height: 100px;
	max-width: 150px;
	margin: 5px;
	float: left;
}


/*
	MESSAGES RETOUR AUX UTILISATEURS
	*/

.info{
	text-align: center;
	background-color: #b9ca8f; 
	color: #fff;
}
.erreur{
	text-align: center;
	background-color: #ff543d; 
	border : 2px dashed #e13019;
	color: #fff;
}

/*
	MISE EN FORME DU MENU DE NAVIGATION
	*/
.menu_active{
	background-image: url("../img/common/common/bouton-page-active.png");
	background-position: top right;
	background-repeat: no-repeat;
	height: 30px;
	padding: 0 0 0 50px;
	line-height: 25px;
}

.menu_passive{
	background-image: url("../img/common/common/bouton-page-secondaire.png");
	background-position: top right;
	background-repeat: no-repeat;
	height: 30px;
	padding: 0 0 0 50px;
	line-height: 25px;
}

.menu_recherche{
	background-image: url("../img/common/common/bouton-recherche.png");
	background-position: top right;
	background-repeat: no-repeat;
	height: 60px;
	padding: 0 0 0 50px;
}

.menu_droit{
	background-image: url("../img/common/common/bouton-menu-droit.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 30px;
	padding: 2px 50px 0 5px;;
	line-height: 12px;
	font-size: 13px;
	vertical-align: middle;
}

.menu_droit_active{
	background-image: url("../img/common/common/bouton-menu-droit-active.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 30px;
	padding: 2px 50px 0 5px;;
	line-height: 12px;
	font-size: 13px;
	vertical-align: middle;
}

.menu_droit_marron{
	background-image: url("../img/common/common/bouton-creer-un-compte.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 30px;
	padding: 2px 50px 0 5px;;
	line-height: 12px;
	font-size: 13px;
	vertical-align: middle;
}

/*
	MISE EN PAGE DES PHOTOS
	*/

#photo_last{
	
}
#photo_last table{
	margin: 0 0 0 auto;
	background-color: #fff;
}
#photo_last img{
	width: 42px;
	height: 50px;
}

.categorie_album_photos{
	border: 1px #ddd solid;	
}

.categorie_album_photos:hover{
	background-color: #f5f5f5;	
}

.categorie_album_photos img{
	width: 100px;
	height: 100px;	
	margin: 0 10px;
}

.categorie_album_photos .titre{
	font-size: 20px;
	font-weight: bold;
	border: none;	
	color: #b5ad7e;
}

#album_photos .photo{
	width: 120px;
	height: 120px;
	border: 2px #ddd solid;
}

.photo_bonsai{
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
	}

/*

	MISE EN PAGE DES CATEGORIES D'ARTICLES
	*/
	
.categorie_article{
	border: 2px #ddd dashed;	
}

.categorie_article:hover{
	background-color: #f5f5f5;	
}

.categorie_article img{
	width: 100px;
	height: 100px;	
	margin: 0 10px;
}

.categorie_article .titre{
	font-size: 20px;
	font-weight: bold;
	border: none;	
	color: #b5ad7e;
}	

/*

	MISE EN PAGE DES ARTICLES
	*/
	
.article{
	
}

.article img{
	margin: 5px;
}

.article .titre{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px #ccc solid;
	color: #b5ad7e;
}

/*
	MISE EN FORME DES CLUBS
	*/
.verifie{
	border : 3px dashed #19bd2c;
	color: #19bd2c;
	text-align: center;
	background-color: #eee;
}
.non_verifie{
	text-align: center;
	border : 3px dashed #e13019;
	color: #e13019;
	background-color: #eee;
}


.evaluation{
	overflow: auto;
	height: 150px;	
}

.pays{
	font-weight: bold;
	font-size : 18px;
	background-color: #eee;
}
	
.departement{
	font-size : 16px;
	font-weight: bold;
	padding-left: 10px;
	color: #b5ad7e;
}

/*
	MISE EN FORME DE L'ANNUAIRE
	*/

.annuaire_site img{
	margin-right:10px; 
	height:60px; 
	width:90px;
}

.section_CategAnnonce{
	width: 180px;
	height: 180px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;	
}

#annonce-poster{
	}

.section_CategAnnonce .titre{
	border: none;	
}

.section_annonce .titre{
	border: none;
}

.section_annonce img{
	margin: 5px;
	max-height: 100px;
	max-width: 150px;
}

.section_lien{ border: 2px dashed #ddd; margin-bottom: 10px; }
.section_lien .titre{ 
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;	
	color: #b5ad7e; }


.formulaire{
	border: 1px solid #ddd;	
}

.formulaire .onglet{
	background-color: #eee;
	margin: 0;
}

.formulaire .onglet img{
	margin: 5px;
}

/*
	TEXTE DEFILANT INDEX
	*/
#div_container {
	position:relative;
	height: 220px;
	z-index:1;
	border:none;
}
#news_data{ z-index: 0; }

.fond_teinte{
	background-color: #f6f6f6;	
}


/*
	MISE EN FORME DU CALENDRIER
	*/
.calendrier{
	margin: 0 auto;
	width: 400px;	
}

.calendrier th{ background-color: #eee; text-align: center; }
.calendrier td{ border: 1px #eee solid; }
.calendrier .vide{ background-color: #eee; }

.evenement{ background-color: #c4d09a; }

/*
	MISE EN FORME DES LIENS
	*/
a:link{ text-decoration: none; color: #666;}
a:hover{ text-decoration: none; color: #666;}
a:active{ text-decoration: none; color: #666;}
a:visited{ text-decoration: none; color: #666;}

.menu_droit a:link{ text-decoration: none; color: #999;}
.menu_droit a:hover{ text-decoration: none; color: #999;}
.menu_droit a:active{ text-decoration: none; color: #999;}
.menu_droit a:visited{ text-decoration: none; color: #999;}

.menu_droit_marron a:link{ text-decoration: none; color: #999;}
.menu_droit_marron a:hover{ text-decoration: none; color: #999;}
.menu_droit_marron a:active{ text-decoration: none; color: #999;}
.menu_droit_marron a:visited{ text-decoration: none; color: #999;}

.annuaire_site a:link{ font-weight: bold; }
.annuaire_site a:hover{ font-weight: bold; }
.annuaire_site a:active{ font-weight: bold; }
.annuaire_site a:visited{ font-weight: bold; }

.section_lien a:link{ font-weight: bold; }

.credits a:hover{ border-top: #555 solid 2px; border-bottom: #555 solid 2px; color: #555;}

/*
	MISE EN FORME DES FICHE BONSAI SAKURA
	*/
.sakura_bonsai{

}

.sakura_bonsai .photo{
	max-height: 250px;
	max-width: 200px;
	margin: 5px;
	border: 2px #aaa solid;
}

.sakura_photo .photo{
	max-height: 80px;
	margin: 5px 5px 0 5px;
}
.sakura_photo img{
	margin: 0;
}

.sakura_collection{
	height: 280px;
	width: 170px;
	border: 1px #ccc solid;
	margin: 5px;
}

.sakura_collection:hover{
	background-color: #f8f8f8;
}

.sakura_collection .photo{
	max-height: 260px;
	max-width: 130px;
	border: 2px #aaa solid;
	margin-top: 2px;
}

.sakura_liste_collection{
	margin-bottom: 10px;
}

.sakura_liste_collection:hover{
	background-color: #f8f8f8;
}

.sakura_liste_collection .photo{
	max-height: 100px;
	max-width: 100px;
	margin: 5px;
}

.onglet_navigation{
	margin-top: -1px;
	margin-bottom: 10px;
}

.onglet_navigation table{
	margin-top: -5px;
}

.onglet_navigation td{
	font-weight: bold;
	background-color: #f8f8f8; 
	border-top: 0;
	border-right: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding: 3px 4px;
}

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

.onglet_navigation ul li{
	display: inline;
	font-weight: bold;
	border-top: 0;
	border-right: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding: 4px 2px;	
	color: #b5ad7e;
	background-color: #f8f8f8;
}

/*
	MISE EN FORME IDENTIFICATION
*/

.identification{
	float: left;
	width: 160px;
	min-height: 180px;
	margin: 0 5px 20px 0;
}

.identification .nom{
	background-color: #efefef; 
	font-weight: bold;
	text-align: center;
}

.identification .photo{
	float : left;
	max-height: 150px; 
	max-width: 100px; 
	margin-right: 2px;
}

.identification .miniature{
	max-height: 40px;
	max-width: 40px;
	margin-bottom: 2px;
}








.suggestionsBox {
    position: relative;
    left: 30px;
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #fff;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
    list-style: none;
}

.suggestionList li:hover {
    background-color: #659CD8;
}






.slider-wrap{ position: relative; }

.stripViewer .panelContainer .panel ul{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer { position: relative; overflow: hidden; height: 240px; }
.stripViewer .panelContainer{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel{ float: left;  position: relative; width: 260px; }

.stripNavL, .stripNavR, .stripNav{ display: none; }

.nav-thumb{ border: 1px solid black; margin-right: 5px; }

#movers-row	{ margin: 0 0 0 0; }
#movers-row div	{ float: left; }
#movers-row div a.cross-link { }

.photo-meta-data{ padding: 10px; height: 30px;  margin-top: 0; position: relative; z-index: 9999; }
.photo-meta-data span { font-size: 13px; }

.cross-link	{ 	position: relative;
				display: block; 
				text-align: center; 
				border: #ddd solid 1px; 
				width: 20px; 
				margin: 0 5px 0 0; 
				background-color: transparent; 
				z-index: 9999; }

.active-thumb{ background-color: #888; }
