/*
compléments ŕ la mis en page de l'interface
NOTE : RESERVE AUX NAVIGATEURS CONFORMES A CSS 2
utiliser @import pour masquer aux autres
*/

P.notes#bugreport {
	background-color : #000000;
	padding-bottom : 10px;
}

A.principal IMG {
	margin-top : 5px;
}

DIV.menu-principal {
	background-image : url("../images/fonds/fond-principal.gif");
	background-repeat : no-repeat;
	background-position : left bottom;
}

A.courant IMG {
	border-top : double 3px #666666;
}

DIV.titre {
	background-image : url("../images/fonds/motif-x.gif");
	background-repeat : repeat-y;
	background-position : top left;
	padding-top : 20px;
}

/* menu de section */

DIV.menu-section {
	position : relative;
	top : -30px;
	background-image : url("../images/fonds/fond-section.gif");
	background-repeat : repeat-y;
	border : solid 1px #FFFFFF;
}

DT.rubrique A , DT.courant A {
	font-size : 14px;
}

DD.rubrique, DD.courant {
	margin-left : 10px;
}

DD.rubrique {
	font-style : italic;
	font-size : 12px;
}

DD.rubrique UL {
	margin-top : 3px;
	margin-bottom : 3px;
	margin-left : 15px;
}
