
/*-----------------attributs du body-------------------------------------*/
BODY {background-color: #FFFFFF; color: #000000;font-weight: normal; font-size: 10pt; font-family: arial, helvetica, sans-serif; font-style: normal;}

/*-----------------attributs du texte courant----------------------------*/
a {
	color:blue;
	text-decoration:none;
	border-bottom:1px dotted
}
a:hover {
	color:  #F58925;
}

STRONG {font-weight: bold; color: #F58925;}
BOLD {font-weight: bold; color: #F58925;}

ADDRESS {font-style: italic;}
SMALL {font-size: 8pt;}


/*-----------------attributs des listes----------------------------------*/
OL, DL { font-weight: normal; font-size: 10pt; font-family: arial, helvetica, sans-serif; font-style: normal; }

LI { list-style-image : url('images/bullet.gif');
padding-bottom:5px;
}

/*-----------------attributs des images----------------------------------*/

/*-----------------attributs des tableaux--------------------------------*/
table{
	border-collapse:collapse;
}
Th {  font-weight: bold; 
	font-size: 10pt; 
	font-family: arial, helvetica, sans-serif; 
	font-style: normal;
	color: #F58925;
	text-align: left;
	padding:5px;
	border-width:0px;
	border-style:none;
}
TD {  
	font-weight: normal; 
	font-size: 10pt; 
	font-family: arial, helvetica, sans-serif; 
	font-style: normal; 
	color: #000000;
	padding:5px;
	border-width:0px;
	border-style:none;

}
#orga td{
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color:#F58925;
}

/*-----------------attributs des titres--------------------------------*/

H1 { font-weight: bold; font-size: 16pt; font-family: arial, helvetica, sans-serif; color: #000000; font-style: normal; }

H2 { font-weight: bold; font-size: 14pt; font-family: arial, helvetica, sans-serif; color: #F58925; font-style: normal; }

H3 { font-weight: bold; font-size: 12pt; font-family: arial, helvetica, sans-serif; color: #000000; font-style: normal; }

H4 { font-weight: bold; font-size: 10pt; font-family: arial, helvetica, sans-serif; color: #000000; font-style: italic; }
H5 { font-weight: normal; font-size: 10pt; font-family: arial, helvetica, sans-serif; color: #000000; font-style: italic; }

#menu {
	margin:0px;
	padding:0px;
}
#menu a{
	display:block;
	color:black;background:white;
	font-size:11pt;
	border-left:16px solid #FFDA2A;
	border-bottom:5px solid #FFDA2A;
	border-top:0px none;
	border-right:0px none;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
} 
#menu a:hover{
	color:white;
	background:#F58925
}
#menubody{
	margin:0px;
	padding:0px;
	background:white
}
.nolink{
	color:black;
	border:0px none;
}