
a:link,  a:visited { color: #e7973f; text-decoration: none }
/* CSS Document */
 ul#menuT
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #185F7A;
	font-size: 12px;
	font-weight: bold;
/* Suppression du margin, du padding et des puces du <ul> */
}

ul#menuT li
{
	margin: 0px 0 0px 0 ;
	padding: 0;
	
/* Suppression du padding du <li> et on définit une marge  de 3px pour aérer le tout en haut et en bas*/
}
ul#menuT li a
		{
			display: block ;
			width: 116px ;
			line-height: 16px ;
			color: #185F7A ;
			text-indent: 4px ;
			text-decoration: none ;
			border: 1px solid #A2D4E7 ;
		}
		
ul#menuT li a:hover
		{
			background-color: #185F7A;
			border: 1px solid #E7973F ;
			font-weight: bold ;
			color: #E7973F ;
		}
		
ul#menuT li a:active 
		{
		font-weight: bold ;
		color: #E7973F;
		text-decoration: none;
		background-color: #185F7A;
		border: 1px solid #185F7A ;
		}
	
   		#menu {
					margin: 0 ;
					padding: 0 ;
					list-style-type: none ;
					text-transform: uppercase;
					font-family: Arial, Helvetica, sans-serif;
					color: #185F7A;
					line-height: 18px ;
					font-size: 12px;
					font-weight: bold;
           			 }
             
          #menu li a {

				display: block ;
				width: 102px !important;
				width: 116px ;
                padding-left: 14px;
				font-family: Arial, Helvetica, sans-serif;
                font-weight: bold;
                text-decoration: none;
                color: #185F7A;
                /*background: transparent url(puce8.gif) center left no-repeat;*/
             }
             
 			#menu li a:hover {
				width: 90px !important;
				width: 116px ;
				padding-left: 26px;
                background: transparent url(puce8D2.gif) center left no-repeat;
				background-color: #185F7A;
				border: 0px solid #E7973F ;
				font-weight: bold ;
				color: #FFFFFF ;
              } 
			#menu li a:active 
			{
			width: 90px !important;
			width: 116px ;
			font-weight: bold ;
			padding-left: 26px;
			color: #FFFFFF;
			/*text-decoration: none;*/
			border: 0px solid #185F7A ;
			background: transparent url(puce8D2.gif) center left no-repeat;
			background-color: #185F7A;
		}
		
		
/*================================================================================*/


.exemp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #0E455A;
	text-decoration: none;
}

/*=================================================================================*/

div#DESTINATION
		{
	position:absolute;
	width:345px;
	height:546px;
	z-index:5;
	left: 689px;
	top: 134px;
	overflow: hidden;
	border: 0px none #000000;
	visibility: visible;

		 } 


/*=================================================================================*/
/* MENU COLLAPSE /*
/*=================================================================================*/


.collapse_menu  { 
	font-weight: bold; 
	margin: 0;
	display: block ;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #185F7A;
	line-height: 18px ;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 0 0; 
	border-bottom: 1px solid #fff 
}

.collapse_menu a:link,.collapse_menu a:visited { 
text-decoration: none; border-width: 0; color: #185F7A;
}

.collapse_menu a:hover { 
/*background: transparent url(puce8D2.gif) center left no-repeat;*/
color: #e7973f;
/*border: 0px solid #E7973F ;*/
font-weight: bold ;
/*color: #FFFFFF ;*/
}
.sub_collpse_menu {
color : #185F7A
}

.sub_collapse_menu td {
	color : #185F7A
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px ;
	font-size: 10px;
	text-transform: none;
	padding: 0 0 0 15px;
}

/*.sub_collapse_menu a:hover,.sub_collapse_menu td:hover, .sub_collapse_menu_hover  {
	 color: #fff; 
	 color : #808080
	 text-decoration: none; 
	 background-color: #808080; 
	 cursor: pointer
	 }
	 */
	 
.sub_collapse_menu td:hover, .sub_collapse_menu_hover {
 	color : #185F7A
	 text-decoration: none; 
	 background-color: #e7973f; 
	 cursor: pointer
	 }
	 
	 
	 
	 .tableau_01
	 {
	 background-color: #FFFFFF; 
	 background-image:url(../pagefond/images/pagefond_04.gif);
	 background-repeat:no-repeat;
	 background-position:left top;
	 }
