@charset "iso-8859-1";
/****** document css **********/

body{
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
}

a{
	color: Black;
	text-decoration: underline;
}

a:hover {
	color: #660000;
	text-decoration: none;
}

table{
	font-size: 13px;
}
.titrePage{
	font-size: 14px;
}

.sousTitrePage{
	font-size: 14px;
}

.titreNew{
	font-weight: bold;
}

.nomLatinTitreFiche{
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

.credit{
	font-size: 11px;
}

.classe{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.ordre{
	font-size: 16px;
	text-align: left;
}

.famille{
	font-size: 14px;
	text-indent: 20px;
	line-height: 40px;
	text-align: left;
}

.genre{
	font-size: 13px;
	text-indent: 30px;
	font-style: italic;
	text-align: left;
}

.francais{
	font-size: 14px;
	color: #D25D07;
	text-align: left;
}

.liste{
	text-indent: 25px;
	text-align: left;
}

.labInfo{
	padding-left: 30px;
	text-align: left;
	font-weight: bold;
}

.latin{
	font-style: italic;
	font-size: 12px;
	text-align: left;
}

.petit{
	font-size: 11px;
	text-align: left;
}

input{
	background-color:#FFFFFF;
	border:1px solid #333333;
}

textarea{
	background-color:#FFFFFF;
	border:1px solid #333333;
}

select{
	background-color:#FFFFFF;
	border:1px solid #333333;
}

.admin{
	background-color: #ADC2D1;
}

.infoDebut{
	font-size: 15px;
	color: #870505;
}

.alert{
	color: #CA0000;
	font-size: 13px;
}

.infoListe{
	color: #970000;
	font-size: 11px;
}

hr {
	border-style: dashed;
	border-color: #5A2E09;
	border: 1px;
}

.sousSection{
	font-size: 10px;
	color: #5A2E09;
}

.liste2{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}



/**************************************************************/