/* --- STYLES DE BASE --- */

/* Liens */
a		{color: #0000a0; text-decoration: none; }
a:hover		{color: #0000a0; text-decoration: underline; }
a:visited	{color: #800080; }
a:active	{color: #ff0000; }
/* Pas de bordure pointill�e ou halo lors du clic sur un lien */
/* a:active { */
/*   outline: none; */
/* } */
/* Pas de bordure autour des images dans les liens */
a img {
  border: none;
  text-decoration: none;
}
.lien_botanique {font-style: italic; }


/* Divers �l�ments de type en-ligne (8) */
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

/* Adresse */
address {
  font-style: italic;
  padding-left: 1.5em;
}

/** COMMON CLASSES */
/** CLEAR THE FLOAT POSITION */
.clear{
	clear:both;
}
/** MAIN LINKS */
.mainLink{
	color:#003366;
	text-decoration:none;
}
.mainLink:hover{
	text-decoration:underline;
}
.connectedUser{
	color:#ffffff;
}
/** COMMON INPUT TEXT */
.normalInputText, .longInputText{
	height:25px;
	border:0;
	padding-top:5px;
	padding-left:3px;
}
.normalInputText{
	background:url("/templates/2010/images/bgNormalInputText.png") no-repeat;
	width:85px;
	padding:0px 2px;
}
.longInputText{
	background:url("/templates/2010/images/bgLongInputText.png") no-repeat;
	padding:0px 2px;
	width:150px;
}
/** COMMON BUTTONS */
.smallInputSubmit, .normalInputSubmit{
	height:25px;
	border:0;
	color:#df915e;
	font-size:.9em;
	padding-bottom:1px;
}
.smallInputSubmit{
	background:url("/templates/2010/images/bgSmallInputSubmit.png") no-repeat;
	width:30px;
}
.normalInputSubmit{
	background:url("/templates/2010/images/bgNormalInputSubmit.png") no-repeat;
	width:90px;
}
/** CONTENT TITLE */
.contentTitle{
	background:#C8D995;
	margin-bottom:10px;
}
.contentTitle h1{
	margin:10px;
	padding:10px;
}

/** BLOCK TITLES */
.block{
	border:1px solid #C8D995;
	padding:3%;
	margin-top:30px;
}
.block .blockImg{
	float:left;
	margin-top:-20px;
}
.block .blockImg img{
	position:absolute;
}
.block .blockTitle{
	background-color:#C8D995;
	display:block;
	height:30px;
	text-align:center;
	padding-top:0.5em;
	margin-bottom:0.5em;
	color:#003366;
	font-size:1.4em;
}
.block ul li {
	margin-top:0.3em;
}
#leftMenu ul {
  margin: 0;
  padding: 0;
}
#cf_annonces{
	text-align:center;
}


/** TITLES */
/* h1{
	background:#C8D995;
	margin-left:0;
	margin-right:0;
	padding:10px;
	font-size:1.7em;
	text-align:left;
	color:#333333;
	border-radius:7px;
}

h2{
	color:#003366;
	font-size:1.5em;
	margin-bottom:0.5em;
	margin-top:1em;
	border-bottom: 1px solid #df915e;
}
h3{
	color:#333333;
	font-size:1.3em;
	margin-bottom:0.5em;
	margin-left:2%;
	margin-top:1em;
}
h4{
	font-size:1.1em;
	margin-left:3%;
} */
/** TABLES */
/* .cf_table{
	border:1px solid #333333;
	border-collapse:collapse;
}
.cf_table th, .table td{
	padding:5px;
}
.cf_table thead th{
	background-color:#333333;
	color:#ffffff;
	border:1px solid #000000;
}
.cf_table tbody th, .table tbody td{
	border-bottom:1px dotted #333333;
	border-right:1px solid #333333;
}
.cf_table tbody th{
	background-color:#df915e;
	text-align:left;
}
.cf_table tbody tr{
	background-color:#C8D995;
} */

#membres_connectes{
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	font-size: 90%;
}

/** BOTTOM MENU **/
#bottomMenu{
	background-color:#ffffff;
	margin-top:1%;
	height:200px;
	color:#333333;
}
#bottomMenu div{
	float:left;
	width:11%;
	margin-left:1%;
}
#bottomMenu div ul li, #bottomMenu div ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
}
#bottomMenu div ul li a{
	color:#999999;
	text-decoration:none;
}
#bottomMenu div ul li a:hover{
	text-decoration:underline;
}

#cfWebsite{
	font-family:Arial;
}
/** HEADER **/
#banner{
	width:100%;
}
#cfLogo, #cfName{
	float:left;
	background:white;
}
#cfLogo{
	width:90px;
	height:120px;
	margin-left:1%;
}
#cfName{
	margin:2%;
}
#websiteName{
	color:#99CC00;
	margin:0;
	padding:0;
	font-size:2.5em;
	font-weight:bold;
	border: none;
	background-color:white;
}
#websiteSlogan{
	color:#003366;
	margin:0;
	padding:0;
	font-size:1.2em;
	border:none;
	font-weight:bold;
}

/** TOOLBAR **/

#searchForm{
	float:right;
	padding-top:7px;
	margin-right:10px;
}
#searchForm label{
	display:block;
	float:left;
	margin:6px 10px;
}
/** PARAGRAPHS */
#rightContentBlock p{
/*	text-indent:1.5em;*/
	margin-bottom:2%;
	line-height:1.3em;
	text-align:justify;
}
/* #rightContentBlock img{ */
/* 	border:1px solid #ccc; */
/* 	padding:5px; */
/* } */
#rightContentBlock .leftAlign{
	float:left;
	margin-right:2%;
}
#rightContentBlock .rightAlign{
	float:right;
	margin-left:2%;
}
/** CONTENT **/
/** LEFT LAYERS **/
#leftContentBlock, #rightContentBlock{
	float:left;
	width:19%;
	margin-left:1%;
	margin-top:1em;
}
#rightContentBlock{
	width:75%;
	margin-left:2%;
	margin-top:1em;
}
/** LEFT MENU **/
#leftMenu{
	margin-top:1em;
}
#leftMenu ul{
	margin:2%;
	margin-top:5%;
}
#leftMenu ul li{
	line-height:1.1em;
	list-style-type:none;
}
#leftMenu ul li a:visited {
	color:#003366;
}

/** CREDITS */
#credits{
	border:1px solid #C8D995;
	padding:2px;
	margin-bottom:4%;
}
#credits ul{
	background:#C8D995;
	padding:5px 10px;
	list-style-type:none;
	margin:0;
}
/** FOOTER **/
#footer{
	padding-top:0.5em;
}
/** INFORMATIONS **/
#informations{
	height:30px;
	background:#df915e;
	color:#000000;
	text-align:center;
	padding-top:15px;
}
#informations p{
	margin:0;
	padding:0;
}
.cf_ol li, .cf_ul li {
  margin-bottom: 0.5em;
}

/******************************************************* Galerie photos */
.cf_photos_vignettes {
	float:left;
	border: 1px solid white;
	width: 190px;
	height:160px;
	padding: 0.5em;
	text-align: center;
}
div.cf_photos_vignettes:hover {
	border: 1px solid #df915e;
	background-color: #eeeeee;
}
#cf_photos_menu1 {
	float: left;
	width: 180px;
	margin: 0.5em;
}
#cf_photos_content1 {
	left: 220px;
	position: absolute;
	top: 1em;
}
#cf_photos_menu {
	position: absolute;
	top: 1em;
	left: 0;
	width: 180px;
	margin: 0.5em;
}
#cf_photos_content {
	padding-left: 220px;
	margin-top: 1.5em;
}
div#cf_photos_menu ul {
	padding-left:2em;
}
div#cf_photos_menu ul li {
	list-style-image: url(images/famfamfam/bullet_go_10x9.png);
}
h1#cf_photos {
	background:white;
	font-size:1.25em;
	text-align:center;
}


/* .element {
	border: 2px solid #df915e;
	margin-bottom: 0;
	padding: 10px;
	border-radius: 7px;
} */
.element a {
	text-decoration:none;

}
.cf_div_commentaire {
	border: 2px solid #df915e;
/* 	background: #c8d995; */
	margin: 5px;
	padding: 10px;
	border-radius: 10px;
}

/***************************************************** Table listes esp�ces des membres (cf_listes) */

table.table_cf_listes {
/* 	border: 0px solid #df915e; */
	display: inline;
}
tr.table_cf_listes_ligne_1 td, tr.table_cf_listes_ligne_0 td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 0px;
}
tr.table_cf_listes_ligne_1 td {background: #eeeeee; }
tr.table_cf_listes_ligne_0 td {background: white; }

/***************************************************** Table zebree */

table.table_zebree {border: 1px solid #C8D995;}
tr.table_zebree_ligne_1 td, tr.table_zebree_ligne_0 td {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
tr.table_zebree_ligne_1 th, tr.table_zebree_ligne_1 td {background: #eeeeee; } /* C8D995 */
tr.table_zebree_ligne_0 th, tr.table_zebree_ligne_0 td {background: white; }

tr.table_zebree_ligne_1:hover td, tr.table_zebree_ligne_0:hover td {background: #C8D995; }

.cf_trombi_photo {
	text-align: center;
	float: left;
	width: 110px;
	height: 120px;
	padding: 1px;
	border: 0px solid blue;
	margin: 0px
}
.cf_trombi_photo a {
  text-decoration: none;
}

/***************************************************** Timbres */
#cf_timbres_edit {
	float: right;
	border: 1px solid #df915e;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	border-radius: 0.5em;
	visibility: hidden;
}

/***************************************************** Agenda : evenements */
.cf_evenement_date dt
{
	font-weight: bold;
}

.cf_evenement_date dd
{
	margin-bottom: 0.5em;
}

/***************************************************** Phorum */
.PhorumBodyArea {
    width: 600px;
}

.PhorumListTable {
    border-style : solid;
    border-color : Black;
    border-width : 0px;
}

.PhorumListRow {
}

.PhorumListHeader {
}

.PhorumForumTitle {
    font-size : 120%;
    font-weight: bold;
}

.PhorumTableHeader {
    font-weight: bold;
}

.PhorumNav {
    font-size: 90%;
}

.PhorumNewFlag {
    font-size: 90%;
    color: #FF0000;
}

/***************************************************** Encyclopedie */
.menu_encyclo {
	background: #E2FFE4;
	text-align: center;
	position: absolute;
	font-size: 75%;
	border-style: solid;
	padding: 0.1em 0.5em;
	border-width: 0 1px 1px 0;
	top: 0;
	left: 0;
}
.menu_encyclo a {text-decoration: none;}
.menu_encyclo a:hover {text-decoration: underline; }

/***************************************************** jquery.suggest */

.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}

.ac_over {
	cursor: pointer;
	background-color: #F0F0B8;
}

.ac_match {
	text-decoration: underline;
	color: black;
}
.cf_amazon {
	background: none repeat scroll 0% 0% white;
	float: right;
	text-align: center;
	width: 120px;
	border: 1px solid #df915e;
	margin: 10px;
	padding: 5px;
}
.cf_amazon a {
	text-decoration: none;
}

.cf_vignette {
	border:1px solid #ccc; padding:4px;
}

.cf_cadre {
	background: white;
	float: right;
	text-align: center;
	width: 200px;
	border: 2px solid #df915e;
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
	border-radius:7px;
}
#cf_action_ok {
  color: darkgreen;
  font-weight: bold;
	border: 1px solid darkgreen;
	padding: 1em;
	padding-left: 4em;
	background-color: rgb(226, 255, 228);
	background-image: url(/images/icones/adept_commit_32x32.png);
	background-repeat:no-repeat;
	background-position:1em center;
}
#cf_action_ko {
  color: black;
  font-weight: bold;
	border: 3px solid darkred;
	padding: 1em;
	padding-left: 4em;
	background-color: lightpink;
	background-image: url(/images/icones/error_32x32.png);
	background-repeat:no-repeat;
	background-position:1em center;
}

/***************************************************** call to action button */
#cf_call_action_button {

    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

    font-style: normal;
    font-weight: bold;

    text-shadow: 0 -1px 1px rgba(0,0,0,0.3) !important;

    border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;

    /* background-image: url(i/highlights.png); */
    background-repeat: repeat-x;
    background-position: center center;

    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #3399CC;
    border-right-color: #333;
    border-bottom-color: #333;
    border-left-color: #3399CC;

    box-shadow: 0px 3px 4px #000;
    -webkit-box-shadow: 0px 3px 4px #000;
    box-shadow: 0px 3px 4px #000;

    background-color: #3399CC;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    margin: 4px;
    padding-top: 4px;
    padding-right: 24px;
    padding-bottom: 4px;
    padding-left: 24px;
    display: inline-block;
    cursor: pointer;
}
#cf_call_action_button a:visited {
	color: white;
}
#cf_call_action_button:hover {

    text-decoration: none;
    background-color: lightgreen;
    color: #000000;
}

/* Bootstrap 5 modifications */
.card-header {
    background-color: #ffdead;
}
