body {#background-image: url("images/fond.jpg");background-color:#000000;font-family:Tahoma, Arial;font-size:13px;margin-left: auto;margin-right: auto;margin-top:0px;width: 1000px;}.cellule_contenu {background-color:#FFFFFF;color:#000000;font-size:12px;}.cellule_pied {background-image: url("images/fond_menu.gif");color:white;text-align:center;font-size:10px;}.texte{color:#CCCCCC;text-align:justify;font-size:13px;margin-left: 5px;margin-right: 5px;}.fond_rouge{margin-left: 30px;margin-right: 30px;background-color:#FF4040;font-size:10px;}.fond_jaune{margin-left: 30px;margin-right: 30px;background-color:#DCDE22;font-size:10px;}.fond_bleu{margin-left: 30px;margin-right: 30px;background-color:#9FA1F9;font-size:10px;}.fond_bleu_clair{margin-left: 30px;margin-right: 30px;background-color:#9EDFFA;font-size:10px;}.fond_vert{margin-left: 30px;margin-right: 30px;background-color:#03B303;font-size:10px;}.fond_gris{margin-left: 30px;margin-right: 30px;background-color:#BAB8B8;font-size:10px;}.fond_blanc{margin-left: 30px;margin-right: 30px;background-color:#FFFFFF;font-size:10px;}.lien_blanc:link {color: #000000;text-decoration:none;}.lien_blanc:visited {color: #000000; text-decoration:none;}.lien_blanc:hover {color:#000000;text-decoration:none;}.fiche{padding: 15px;border-style: solid ;border-width: 2px ;border-color: #000000 ; color:#000000;text-align:justify;font-size:14px;}a:link {color: #FF6600;text-decoration:none;}a:visited {color: #FF6600; text-decoration:none;}a:hover {color:#FF6600;text-decoration:underline;}h1 {font-weight:bold;font-size:20px;color:#FF6600;vertical-align: top;margin-left:30px;}h2 {font-weight:bold;font-size:15px;color:#FF6600;vertical-align: top;margin-left:30px;}h3 {margin-top:5px;margin-bottom:10px;font-size:20px;color:black;vertical-align: top;text-align:left;}h4 {margin-top:10px;margin-bottom:10px;font-weight:bold;font-size:16px;color:#FFCC33;vertical-align: top;text-align:left;}h5 {margin-top:10px;margin-bottom:10px;font-weight:bold;font-size:16px;color:#FFCC33;vertical-align: top;text-align:center;}.p1 {font-weight:bold;font-size:16 px;color:#FF6600;vertical-align: top;text-align:center;}.p2 {margin-top:5px;margin-bottom:10px;font-size:20px;color:black;vertical-align: top;text-align:left;}.p3 {color:#000000;font-size:10px;}.p4 {margin-top:5px;margin-bottom:10px;font-weight:bold;font-size:12px;color:#FF0000;vertical-align: top;text-align:center;}.p5 {margin-top:5px;margin-bottom:10px;font-weight:bold;font-size:12px;color:#FFCC33;vertical-align: top;text-align:left;}/* START THE CODE FOR THE MENUS *//* IF YOU EDIT THE SUB MENU WIDTH - EDIT 160 IN 4 PLACES TOTAL *//* menu ver 3.0 2007 *//* MENU OUTER TABLE - BACKGROUND & TOP & BOTTOM MENU BORDERS */.menutable 		{			background-image: url("images/fond_menu.gif");			white-space: nowrap;			width:100%;			border-top: #000000 0px solid;			border-bottom: #000000 1px solid;			padding: 0px;			margin: 0px;			}/* CODE FOR MENU 2ND OUTER TABLE */#menunav, #menunav ul 	{	float: left;	white-space: nowrap;	width: 100%;	list-style: none;	padding: 0px;	border: solid #FFFFFF;	border-width: 0px 0px 0px 0px;	margin: 0px 0px 0px 0px;	text-align: center;			}/* TOP LEVEL MARGINS, FONT FACE & FONT COLORS & PADDING */#menunav a 		{			color: #FFFFFF;			font: 12px arial, sans-serif;			font-weight: bold;			text-decoration: none;			text-align: center;			padding: 3px 5px 4px 5px;			width: auto;			display: block;			cursor: pointer;			}/* TOP LEVEL BACKROUND COLOR AND BORDERS - EDIT MENU IMAGES ALSO */#menunav li 		{			background-image:  url("images/fond_menu.gif");			background-color: #222222;			border: solid #000000;			border-width: 0px 1px 0px 0px;	/* THIS IS A RIGHT BORDER */			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */			float: left;			padding: 0;			}/* TOP LEVEL HOVER FONT COLOR */#menunav li a:hover	{			background-image: url("images/fond_menu.gif");			color: #FFFFFF;			text-decoration: none;			cursor: pointer;			}/* TOP LEVEL HOVER BACKGROUND COLOR AND BORDERS - EDIT MENU IMAGES ALSO */#menunav li:hover, #menunav li.IEMhover			{			background-color: #797B80;			border: solid #000000;			border-width: 0px 1px 0px 0px;	/* THIS IS A RIGHT BORDER */			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */			}/* SUB LEVEL FONT & FONT COLOR & PADDING */#menunav li ul a 	{			font: 11px verdana, arial, sans-serif;			color: #21423D;			font-weight: normal;			text-decoration: none;			text-align: left;			padding: 4px 8px 4px 0px;			text-indent: 8px;			cursor: pointer;			}/* SUB LEVEL FONT HOVER COLOR */#menunav li ul a:hover 	{			background-image: none;			color: #000000;			text-decoration: none;			cursor: pointer;			}/* SUB LEVEL OUTER BORDER */#menunav li ul 		{			position: absolute;			left: -999em;			height: auto;			width: 160px;			border: solid #000000;			border-width: 1px 1px 1px 1px;			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */			margin: 0;			}/* SUB LEVEL BACKGROUND COLOR & BORDER OPTION FOR EACH LINK */#menunav li ul li 	{			background-image: none;			background-color: #FFFFFF;			filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90			border: solid #C0C0C0;			border-width: 1px 0px 0px 0px;			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */			}/* SUB LEVEL HOVER BACKGROUND AND BORDERS */#menunav li ul li:hover, #menunav li ul li.IEMhover			{			background-image: none;			background-color: #CED7D7;			border: solid #C0C0C0;			border-width: 1px 0px 0px 0px;			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */			}/* SUB MENU WIDTH - ALSO EDIT TWO BELOW AND ONE ABOVE TO MATCH */#menunav li li {	padding-right: 0px;	width: 160px;}/* SUB MENU LINK WIDTH */#menunav li ul a {	width: 160px;}/* FOR 3rd LEVEL MENU LOCATION */#menunav li ul ul {	margin: -21px 0px 0px 160px;}#menunav li:hover ul ul, #menunav li:hover ul ul ul, #menunav li.IEMhover ul ul, #menunav li.IEMhover ul ul ul{ left: -999em; }#menunav li:hover ul, #menunav li li:hover ul, #menunav li li li:hover ul, #menunav li.IEMhover ul, #menunav li li.IEMhover ul, #menunav li li li.IEMhover ul{ left: auto; }/* FOR 3rd LEVEL ARROW */#menunav a.parent {	background: url(../picts/menu-arrow.gif) center right no-repeat;}