@import "layout.css";

body {text-align:center; font-family:Tahoma, verdana, arial, sans-serif; font-size:0.7em; margin:0; padding:0; background:#ff9;}/*#EEF;}*/


/*a {color: #16387c; text-decoration: none;}*/
a {color: #00F; text-decoration: none;}
a:hover {text-decoration:underline;}
a.withcadre div { color:#000; text-decoration:none; font-weight:bold; border:1px #CCC solid; margin-bottom:10px; padding:5px; }
a.withcadre:hover div { text-decoration:none; border:1px #F00 solid; color:#F00; }


img, img a{border: 0;}


h1 {margin:5px 0 8px 0; padding:0; line-height:1em; font-size:18px; color:#F67300;} /* border-bottom:1px #C8CED3 solid;*/
h2 {margin:0; padding:0; line-height:1em; font-size:14px; color:#F67300; border-bottom:1px #C8CED3 solid; margin:10px 0 5px 0;}
h3 {margin:0; padding:2px 0 2px 5px; line-height:1em; font-size:12px; color:#16387c; border-bottom:1px #C8CED3 solid; margin-bottom:3px;}/* color:#FF7F05; */

p {margin-top:0; text-align:justify;}
p.mise_valeur {font-weight:bold; color:#000; text-align:center; font-size:1.3em;}
p.mise_valeur_r {font-weight:bold; color:#F00; text-align:center; font-size:1.3em;}
p.red {color:#F00; font-weight:bold;}

/*
	Formulaires
*/

FORM {margin:0; padding:0;}
FORM.gris { background:#FFF url(/images/bg_footer.gif) bottom repeat-x; padding:10px 0 10px 0;}

INPUT {margin:0; padding:0; font-size:1em;} /* */
SELECT, OPTION {margin:0; padding:0; font-size:1em;}
/*TEXTAREA {margin:0; padding:0; font-size:1em;}*/

/*
	Les liste
*/

dl, dt, dd {
margin: 0;
padding: 0;
list-style-type: none;
}

ol {margin:0; padding-left:2em;}

ul.nopuce {margin:0; padding:0;}
ul.nopuce li { list-style-type:none;}


/*
	Les class
*/

.errorlg {color:#f00;}
.goodlg {color:#282;}


/*
	fieldset et frames
*/

fieldset legend {color:#F67300; font-weight:bold; font-size:1em;}
fieldset legend.bleu {color:#393; font-weight:bold; font-size:1.3em;}

iframe.none { border:none; display:none; }
iframe.graph { border:none; }


/*
	Les tableaux
*/
td { vertical-align:middle; height:25px;}
.td_titre {text-align:center; font-weight:bold; background-color:#EEF; }
.tr_hover { background-color:#E4E4F9; }