a{ text-decoration: none ; font-weight : bolder }
a:hover{ text-decoration: none }
a:hover{ color: #C60063 }
BODY { font-family: arial ; font-size: 10pt }
TD { font-family: arial ; color : rgb(0,0,0); font-size: 10pt }
TD.presentation { font-family: arial ;color : rgb(0,0,0) ; font-size: 10pt ;line-height :1}
P { font-family: arial ; color : rgb(0,0,0); font-size: 10pt }
P.dossier { font-family: arial ;color : rgb(0,0,0); font-size: 10pt }
P.home { font-family: arial ; color : rgb(0,0,0); font-size: 10pt }
LI { font-family: arial ; color : rgb(0,0,0); font-size: 10pt }
UL { font-family: arial ; color : rgb(0,0,0); font-size: 10pt }
H3 { font-family: arial ; color : rgb(30,74,92); font-size: 15pt }
H4 { font-family: arial ; color : rgb(30,74,92); font-size: 12pt }
H4.presentation { font-family: arial ; color : rgb(30,74,92); font-size: 11pt ;line-height :1 }
.texteonglet { font-family: arial ; color : rgb(0,0,0); font-size: 9pt; font-weight : normal; text-align : justify;}


	#EnteteMenu {
		width: 990px;
		padding: 0 5px 0 5px;
		overflow: hidden;
		position: relative;
		z-index: 30;
		min-height: 4.8em;
	}

		#EnteteMenu ul {
			list-style:		none;
			width: 1000px;
			padding: 2px 0 5px 0;
			word-wrap: break-word;
		}

		#EnteteMenu ul li {
			display: inline;
		}
		#EnteteMenu ul li * {
			display: inline;
		}
		
			#EnteteMenu ul li a {
				text-decoration:	none;
				color:				#FFFFFF;
			}
			#EnteteMenu ul li a span {
				white-space: nowrap;
			}
			#EnteteMenu ul li {
				padding-right: 0;
				margin: 0;
			}
			#EnteteMenu ul li strong {
				padding: 5px 0 3px 0;
				font-weight: bold;
				font-size: 85%;
				font-family: "arial";
				border-style:		solid;
				border-width:		1px;
				border-color:		#B1ADAB;
				text-transform:		uppercase;
				background-color:	#C20020;
				line-height: 2.2em;
				margin: 0;
			}
			#EnteteMenu ul li.selectedMenu strong, #EnteteMenu ul li strong:hover, #EnteteMenu ul li strong:focus {
				background-color:	#FFFFFF;
				color:	#C20020;
			}
			#EnteteMenu ul li strong:focus a, #EnteteMenu ul li strong:hover a {
				color:	#C20020;
			}
			#EnteteMenu ul li.selectedMenu strong a, #EnteteMenu ul li strong a:hover, #EnteteMenu ul li strong a:focus {
				background-color:	#FFFFFF;
				color:	#C20020;
			}
			#EnteteMenu ul li strong a {
				padding: 5px 10px 3px 9px !important;
			}
			
			#EnteteMenu ul div {
				min-height:26px;
				height:auto !important;
				height:26px;
				float: left;
			}
			.right ul {
				float: right !important;
				padding-right: 5px !important;
				padding-right: 0;
			}
			#EnteteMenu ul ul {
				display:			none;
				float: 			left;
				margin:			0px 0 0 0;
				list-style:			none;
				background:			transparent;
				width: auto;
				padding: 0;
				margin-right: 5px;
			}
		
			#EnteteMenu ul ul li {
				padding:			0;
				margin:		0 !important;
				text-transform:		none;
				border:				none;
				background-color:	transparent;
				float: left;
				display: block !important;
				word-wrap: normal !important;
			}

			#EnteteMenu ul ul li * {
				word-wrap: normal !important;
				float: left;
			}

			#EnteteMenu ul ul li.separateur {

			}

			#EnteteMenu ul ul li a  {
				text-decoration:	none;
				text-transform:		none;
				color:				#B1ACAA;
				float: left;
				display: block !important;
				padding:		0 5px 8px 5px;
				white-space: nowrap;
				margin-top:			3px !important;
				font:				bold 110% arial, sans-serif !important;
			}

			#EnteteMenu ul ul li a:hover, EnteteMenu ul ul li a:focus {
				color:				#C20020;
				background:			url('../images/SelectionSousMenu.gif') no-repeat 50% 100%;
			}
			
			
			#EnteteMenu ul ul li strong {
				display: block !important;
			}

	.EnteteMenuOpera ul ul {
		width: 990px !important;
	}
	.widthAuto {
		width: auto !important;
	}