/**
 * COLOURS
 * Gris 	  :	#333333
 * Bleu 	  : #003366
 * Vert clair : #8BAE21
 * Vert pale  : #C8D995
 * Blanc	  : #FFFFFF
 **/

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

/* Page */
html {
  font-size: 100%; /* Évite un bug d'IE 6-7. */
}
body {
  margin: 0;
  padding: 0;
  font-size: .8em;
}
/* Listes */
/* ul, ol { */
/*   margin: 0; */
/*   padding: 0; */
/* } */
/* 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;
}


/** 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:#8BAE21;
	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;
	-moz-border-radius:7px;
}

h2{
	color:#003366;
	font-size:1.5em;
	margin-bottom:0.5em;
	margin-top:1em;
	border-bottom: 1px solid #8BAE21;
}
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:#8BAE21;
	text-align:left;
}
.cf_table tbody tr{
	background-color:#C8D995;
}

/** TOPMENU **/
#menubar{
	background-color:#333;
	height:40px;
}
#topMenu {
	width:800px;
	height:30px;
	float:right;
	padding-top:10px;
}
#topMenu .topLink{
	color:#fff;
	font-weight:bold;
	text-align:center;
}
#topMenu ul li ul li a{
	color:#C8D995; /* 8BAE21 */
	background-color:#333333;
	padding-left:10px;
	font-weight:bold;
}
#topMenu ul li ul li a:hover{
	color:white;
}
#topMenu a {
	display:block;
	/*white-space:nowrap;*/
	margin:0;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	/*padding-left:1em;	*/
}
#topMenu a:link, #topMenu a:visited, #topMenu a:active { /* menu at rest */
	text-decoration: none;
}
#topMenu a:hover { /* menu on mouse-over  */
	text-decoration:none;
}
#topMenu ul {
	list-style:none;
	float:left;
	width:114px; /* width of all menu boxes */
	padding:0;
	margin:0;
}
#topMenu li {
	position:relative;
	min-height:1px;
	vertical-align: bottom;
}
#topMenu ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	width: 100%;
}
#topMenu .menuBlock ul{
	padding:0px;
	margin:-2px;
}
#topMenu ul ul .lastLink{
	padding-bottom:5px;
	border:2px solid #333333;
	background-color:#333333;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}
#topMenu ul ul .firstLink{
	padding-top:8px;
}
div#topMenu li:hover {
	cursor:pointer;
	z-index:100;
}
div#topMenu li:hover ul { display:block; }

#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;
}
#googleAds{
	width:468px;
	height:60px;
	position:absolute;
	top:0.25em;
	right:0.25em;
	border:0px solid #8BAE21;
	margin:1%;
	text-align:right;
}
/** TOOLBAR **/
#toolbar{
	width:100%;
	height:40px;
	background:#8BAE21 url("/templates/2010/images/bgSearchForm.jpg") no-repeat right;
}
#toolbar a:visited {
	color:#003366;
}
#toolbar input{
	display:block;
	float:left;
	margin-left:2px;
}
#connectForm{
	background:url("/templates/2010/images/bgConnectForm.jpg") no-repeat;
	height:32px;
	padding-left:10px;
	padding-top:8px;
	margin-top:0px;
	float:left;
}
#helpLinks{
	height:30px;
	padding-left:10px;
	padding-top:10px;
	margin-top:0px;
	float:left;
}
/* #helpLinks ul{ */
/* 	color:#003366; */
/* 	padding:0; */
/* 	margin-left:10px; */
/* } */
/* #helpLinks ul li{ */
/* 	display:inline; */
/* } */
#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:#8BAE21;
	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 #8BAE21;
	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;
}

/******************************************************* pour pagination */
/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
/*CSS Digg style pagination*/
div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #8bae21;
	text-decoration: none; /* no underline */
	color: #8bae21;
}
div.pagination a:hover, div.digg a:active {
	border: 1px solid #8bae21;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #8bae21;
	font-weight: bold;
	background-color: #8bae21;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

.element {
	border: 2px solid #8bae21;
/* 	background-color: #c8d995; */
/* 	margin: 5px; */
	margin-bottom: 0;
	padding: 10px;
	-moz-border-radius: 7px;
}
.element a {
	text-decoration:none;

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

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

table.table_cf_listes {
/* 	border: 0px solid #8BAE21; */
	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 td {background: #eeeeee; } /* C8D995 */
tr.table_zebree_ligne_0 td {background: white; }

.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;
}

/***************************************************** 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 #8BAE21;
	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 #8BAE21;
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
	-moz-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;
}

