a#tooCool {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url(../img/too_cool2.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}


a, a:visited {
   color: #000099;
   text-decoration: none;
}

a:hover {
   color: #BB0000;
   text-decoration: underline;
}

a:active {
   color: #440000;
   text-decoration: none;
}

body {
   margin: 1%;
   padding: 0;
   border: 0;
   color: #330033;
   background: #E9E9E4;
   font-family: "Trebuchet MS", "Tahoma", "sans-serif";
   font-size: 11pt;
}

h1 {
	font-size: 24pt;
	text-align: center;
    font-family: Arial;
	font-variant: small-caps;
}

p {
     margin: 2%;
     text-align: justify;
}

div.menu {
	margin-top: 30px;
	margin-bottom: 30px;
}

div.main {
	margin-top: 30px;
}

table.liste {
	margin-top: 15px;
	margin-bottom: 15px;
}

fieldset {
	border: 1px solid #000000;
	width: 400px;
	margin: auto;
	padding: 10px;
}

fieldset.recherche {
	width: 650px
}

legend {
	border: 1px solid #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	background: #D1ECAF;
}

table.ajout th {
	text-align : right;
	padding-right : 20px
}

table.resultat {
	border : 1px solid #000000;
	width : 850px;
}

table.resultat th {
	font-weight : 800;
	text-align : left;
	padding : 10px;
	color: #000099;
}

table.resultat td.titre {
	font-weight : 800;
	padding-left : 10px;
	padding-right : 10px;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	background : #D1ECAF;
}

table.resultat td {
	padding-left : 10px;
	padding-right : 10px;
	border-bottom : 1px dotted #ADB3B5;
}

table.resultat td.valeur {
	color : #DD0000;
	text-align : center
}

table.resultat tr.color1 {
	background : #FAFAF5;
}

table.resultat tr:hover {
	background : #D1ECAF;
}

table.resultat tr.entete:hover {
	background: #E9E9E4;
}

hr {
	width: 90%;
	color: black;
	background-color: black;
	height: 1px;
	border: 0;
}

select.plante {
	background: #E9E9E4;
	border: 1px solid black;
	cursor: pointer;
}

