@charset "UTF-8";
/*
#
# SUIVI
#
#======================================================================
# by fabien a. [fabien@feub.net]
# http://feub.net/
#======================================================================
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not,
# - write to the Free Software
#
# Foundation, Inc.,
# 51 Franklin Street,
# Fifth Floor,
# Boston, MA 02110-1301
# USA.
#
# - See http://www.gnu.org/licenses/gpl.html
#
#======================================================================
*/

*,html {
	padding:0;
	margin:0;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:10px;
	background-color:#e5e5e5;
	}
	
a,a:hover {
	color:#000;
	text-decoration:none;
	border:none;
	}

p {
	margin:0 0 10px 0;
	}

img {
	border:none;
	text-decoration:none;
	}

h2 {
		margin:0 0 15px 0;
}

/*
	Classes 	*/

div.info {
	background:#390 url("../imgs/ico-info.png") center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #060;
	border-bottom: 2px solid #060;
	margin:15px 0;
	color:#fff;
	}
	div.info a {
		color:#fff;
		}

div.error {
	background:#C00 url("../imgs/ico-error.png") center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #900;
	border-bottom: 2px solid #900;
	margin:15px 0;
	color:#fff;
	}
	div.error a {
		color:#fff;
		}

.txterror {
	color:#900;
	font-weight:bold;
	}
	
.clearboth {
	clear:both;
}

#eXTReMe {
	display:none;
}

/*
Différents styles de boutons */

ul.navlink {
	list-style-type:none;
	margin:1.5em 0;
	}
	
ul.navlink li {
	display:inline;	
	}
	
ul.navlink a {
	background-color:#ccc;
	border:1px solid #999;
	padding:.15em .3em;
	margin:.2em;
	font-size:.9em;
	font-weight:bold;
	}
	ul.navlink a:hover {
		background-color:#e5e5e5;
		}

ul.navlink li.pub a {
	background-color:#9c0;
	}
	ul.navlink li.pub a:hover {
		background-color:#f2fdd2;
	}
	
ul.navlink li.logout a {
	background-color:#666;
	}
	ul.navlink li.logout a:hover {
		background-color:#f90;
	}

/* 
	#wrapper 	*/
	
#wrapper {
	}

/* 
	#account 	*/
	
#account {
	position:fixed;
	top:1px;
	right:1px;
	font:10px Verdana, Geneva, sans-serif;
	color:#999;
}

#account a {
	color:#999;
}

/*
	#header 	*/
	
#header h1 {
	display:block;
}

#header h1 a {
	float:right;
	display:block;
	width:144px;
	height:68px;
	text-indent:-9000px;
	background:url(../imgs/obs_logo.png) top left no-repeat;
	margin:15px 0 0 0;
}

/*
	#content 	*/

#content h3 {
	margin:0 0 4px 0;
}

/*
#content ul {
	list-style:none;
	margin:0 0 15px 0;
}
*/

#content .edit-thumbnail img {
	border:1px solid #999;
	padding:4px;
	margin:0 0 15px 0;
}

.detail ul {
	display:block;
	width:700px;
	border:1px solid #9c0;
	background-color:#f2fdd2;
	padding:8px;
	margin-bottom:15px;
	list-style:none;
}

.detail ul li {
	margin:0 0 3px 0;
}

.detail ul span {
	font-weight:bold;
}

/* #thedocz */

.detail #thedocz {
	width:700px;
	border:1px solid #ccc;
	background:#e5e5e5;
	margin:0 0 15px 0;
	padding:8px;
}

.detail #thedocz ul {
	border:none;
	background:none;
	margin:0 0 0 10px;
}

.detail #thedocz ul li {
	list-style-type:square;
}


/*
	#lesdocs
	*******************/
	
#lesdocs {
	margin:15px;
}

/*
	Form
	*******************/
	
.form {
		margin:0 0 15px 0;
}

fieldset,
.fieldset {
	width:700px;
	border:1px solid #9c0;
	background:#f2fdd2 url("../imgs/fielset_bg.png") top left repeat-x;
	padding:10px;
	margin-bottom:15px;
}

fieldset legend,
.fieldset .legend {
	font-size:1.25em;
	font-weight:bold;
}

.form .form-field {
	margin-bottom:7px;
}

.form label,
.form .label {
	display:block;
	font-weight:bold;
}

.form .textfield {
	margin-bottom:4px;
	padding:2px;
}

.form .selectfield {
	margin-bottom:7px;
	padding:2px;
}

.form .selectfield option {
	padding:0 10px 0 5px;
}

.form .caption {
	color:#999;
	font-style:italic;
	font-size:.9em;
}

.form .btn {
	padding:4px;
}

/*
	#theuserphoto
	*******************/
	
#theuserphoto {
	float:right;
}


/*
	#obs_list ***/

#obs_list {
	width:100%;
	margin:10px 0 15px 0;
	border-top:4px solid #333;
	border-bottom:4px solid #333;
}

#obs_list tbody tr td,
#obs_list thead tr th {
	margin:0 0 10px 0;
	padding:4px;
	border-bottom:1px solid #333;
}

#obs_list tbody tr td .title {
	font-weight:bold;
}

#obs_list tbody tr td.altc1 {
	background-color:#e5e5e5;
}

#obs_list tbody tr td.altc2 {
	background-color:#f1f1f1;
}

#obs_list tbody tr td .thumb {
	border:1px solid #999;
	padding:4px;
}

#obs_list tbody tr td.actions {
	text-align:right;
	width:125px;
}

#obs_list tbody tr td.pagination,
#obs_list thead tr th.pagination {
	background:#9c0 url("../imgs/bgtile-table.png") top left repeat-x;
	text-align:left;
	font-weight:bold;
}

#obs_list tbody tr td div.tags {
	margin:10px 0;
	font-size:11px;
	color:#666;
}

#obs_list tbody tr td.pagination .nbrpics {
	float:right;
}

#obs_list tbody tr td.pagination .curpage,
#obs_list tbody tr td.pagination a {
	padding:0 4px;
	margin:0 3px 0 0;
	background-color:#9c0;
	border:1px solid #fff;
}

#obs_list tbody tr td.pagination .curpage {
	background-color:#f2fdd2;
}

.featured_field {
	width:50px;
	border:1px solid #999;
	border-bottom:3px solid #999;
	margin-bottom:7px;
	padding:2px;
}

/*
	#legende
	***********************************/

/*
	#obs_list ***/

#legende {
	margin:0 0 15px 0;
}

#legende tbody tr td {
	margin:0 0 10px 0;
	padding:4px;
}

/*
	Edit
	***********************************/

.edit-thumbnail {
	margin:0 0 15px 0;
}

.edit-thumbnail .thumb {
	border:1px solid #999;
	padding:4px;
}

/*
	Espèces
	***********************************/

.esp_liste {
	list-style-type:none;
	margin-bottom:15px;
}

.esp_liste li {
	margin-bottom:3px;
}

.esp_liste li:hover {
	background-color:#fff;
}

