/*     style principal de la fenetre centrale      */
html {	margin: 0 ;
	padding: 0 ;}
body {	font-family : tahoma, "Times New Roman", Times ;
	background-color : #FFFAF0 ;
	behavior: url(../css/csshover.htc);} /* WinIE behavior call */


/* les "input" du formulaire auront les mêmes fontes que le reste */
INPUT, PRE {font-family : tahoma, "Times New Roman", Times ;}

/* dans les grilles les cellules vides seront affichées */
TABLE {	background-color : #FFFAF0 ;
	margin-left:2px;}

TD {	empty-cells : show ;
	text-align : left ;
	font-weight : normal ;}

TD#lxt{border-bottom:1px dotted;
	border-color:#E0A5A3;}

/* certaines portions ont un traitement */
/* specifique en cas d impression       */
@media print{
	.hid{visibility:hidden;}
	.brks{page-break-after:always;}}

/* pour gérér les sauts de pges */
@page{page-break-after:always;}

/* Les titres seront centres */
H1,H2,H3,H4{text-align:center;}

/* les titres sont en marron fonce */
H1{	color:#800000;}
/* les sous titres sont en bleu marine */
H2{	color:#000080;}
/* les sous titres petits sont en aigue */
H3{	color:#008080;}
/* les sous titres tres petits sont en brun */
H4{	color:#A52A2A;}

/* les barres de separations sont habillees */
HR.seg {height : 4px;
	width : 95%;
	background : url('../img/bullets/barb.gif'); }

HR.snd {height : 3px;
	width : 95%;
	background : url('../img/bullets/barg.gif'); }

/* les encadrements sont simples et rentrants */
.box{	margin-top:1px;
	margin-left:2px;
	border:inset thin;
	background-color:#F5F5DC;}
.cblk{	margin-left:2px;
	border:inset 2px;
	background-color:#F0EAD2;
	font-size:70%;}
/* ou en sortant */
.bout{	margin-top:1px;
	margin-left:2px;
	border:outset thin;
	background-color:#F0EAD2;
	width:96%;}

/* habillage des boutons std */
.btn{	font-family:"Comic Sans MS",Verdana,sans-serif;
	font-weight:bold;
	color:#FFFAFA;
	cursor:pointer;
	background-color:#D2691E;}
.btb{	font-family:"Comic Sans MS",Verdana,sans-serif;
	font-weight:bold;
	color:#FFFAFA;
	cursor:pointer;
	background-color:#5694c6;}

/* les listes sont affichŽes avec puces */
LI{	display:list-item;
	margin-bottom: 1px;
	list-style-image:url("../img/bullets/bullet_t.png");}

/* les liens sont sur fond clair en gras */
a{	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid;
	border-color:#E0D2D3;}
a:link{	color:#000090;
	border-color:#8B4513;}
a:hover{color:#8B0000;
	border-color:#8B4513;}
a:active{color:#B13030;
	border-color:#8B4513;}
a:visited{color:#000050;
	border-color:#8B4513;}

a.spe{	text-decoration:none;
	font-weight:bold;
	background-color:#F0EAD2;
	padding:2px;
	border:2px outset;
	border-color:#C0C0C0;}