/* CSS Document */

body {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
 	font: 10px "Trebuchet MS", helvetica, sans-serif ;
 	color: #666666;
}


.listbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	border-width: 1px;
	border: 1px solid;
	border-color: #333333;
}


/* Erreurs
********************************************/

.titre_erreur {
	font-style: normal;
	color: #ff6600;
}
.erreur {
	font-style: normal;
	color: red;
	font-weight:bold;
}
.ok {
	font-style: normal;
	color: green;
	font-weight:bold;
}

/* links */

a {
	border: 0px dotted #999;
	}
a:link, a:visited {
	color: #999999;
	text-decoration: none;
	}
a:hover {
	border: 0px solid #cccccc;
	color: #333333;
	}

/* titres */
h1 {
	font-family:"Trebuchet MS", helvetica, sans-serif ;
	font-size:15px;
	color: #FF9933;
	margin-bottom: 10px;
	font-weight: bold;
}

h2 {
	font-family:"Trebuchet MS", helvetica, sans-serif ;
	font-size:14px;
	color: #333333;
	margin-bottom: 10px;
	font-weight: bold;
}

h4 {
	font-family:"Trebuchet MS", helvetica, sans-serif ;
	font-size:12px;
	color: #999999;
	margin-bottom: 5px;
}

h5 {
	font-family:"Trebuchet MS", helvetica, sans-serif ;
	font-size:11px;
	color: #999999;
	margin-bottom: 5px;
	line-height: 20px;
}

/* Titres formulaires */

h6 {
	font-family:"Trebuchet MS", helvetica, sans-serif ;
	font-size:12px;
	color: #004080;
}

/* Titres formulaires obligatoires */

h7 {
	font-family:"Trebuchet MS", helvetica, sans-serif ;
	font-size:12px;
	color: #FF0000;
}

p {
	font-family:"Trebuchet MS", helvetica, sans-serif ;
	font-size:10px;
	color: #336699;
	line-height: 18px;
}


hr {
	margin: 1em 0;
	background:#dedede;
	height:1px;
	color:#f2f2f2;
	border:none;
	clear:both
	}

hr.options {
	margin: 0.5em 0;
	background:#dedede;
	height:1px;
	color:#000000;
	border:none;
	clear:both
	}

hr.fiche {
	margin: 1em 0;
	background:#aeaeae;
	height:1px;
	color:#000000;
	clear:both
	}
	
fieldset {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #dedede;
	background: url("/img/fieldset_fd.jpg") repeat-x;
}