	@import url(/css/lightbox.css);
	
	.start-content 				{background-color: #FFFFFF; padding-left: 10px; padding-right: 10px;}
	.hr							{color: #E5E9EB; width:95%;}
	.hr-top		 				{color: #CBCFD1; width: 95%; align: center}
	.hr-left-section 			{color: #CBCFD1; width: 207px; align: center}
	
	.quick-langue				{font: 11px Trebuchet MS, Arial, Helvetica; color: #555555;}
	.path 						{font: 11px Trebuchet MS, Arial, Helvetica; color: #555555;}
	.path-separateur			{color: #23B1EE; font: 12px}
	#path						{height:21;/*background-color: #EFF2F3; background-image: url(/en/grafx/bg-under-left-section.png)*/ border-bottom: 1px solid #EFF2F3;}
	
	.titre 						{font: bold 12px Trebuchet MS, Arial, Helvetica; color: #59595B; margin: 0px; border-bottom: 0px solid #59595B;}
	.content 					{font: 11px color: #59595B;}
	.cie	 					{font: bold 11px; color: #2F2F30;}
	.marqueur 					{font: 11px Trebuchet MS, Arial, Helvetica; color: #1BB1F1;}

	.asterisque					{font: bold 12px Trebuchet MS, Arial, Helvetica; color: #1BB1F1;}
	.erreur						{font: 12px Trebuchet MS, Arial, Helvetica; color: #AA0000;}
	.comfirmation				{font: bold 13px Trebuchet MS, Arial, Helvetica; color: #59595B;}
	
	.copyright 					{font: 11px; color: #FFFFFF;}
	#bg-copyright 				{background-color: #78787B; padding: 10px; marging: 10px;}
		
	a							{font-size: 11px; COLOR:  #21A5DE; TEXT-DECORATION: none;}
	a:visited 					{font-size: 11px; COLOR:  #21A5DE; TEXT-DECORATION: none;}
	a:hover 					{font-size: 11px; COLOR:  #17CBFF; TEXT-DECORATION: none;}		
	a:active					{font-size: 11px; COLOR:  #21A5DE; TEXT-DECORATION: none;}
	
	A.quick-langue 					{font-size: 10px; COLOR:  #59595B; TEXT-DECORATION: none}
	A.quick-langue:visited 			{font-size: 10px; COLOR:  #59595B; TEXT-DECORATION: none}
	A.quick-langue:hover 			{font-size: 10px; COLOR:  #21A5DE; TEXT-DECORATION: none;}		
	A.quick-langue:active			{font-size: 10px; COLOR:  #59595B; TEXT-DECORATION: none}
	
	A.marqueur 					{font-size: 11px; COLOR:  #59595B; TEXT-DECORATION: none}
	A.marqueur:visited 			{font-size: 11px; COLOR:  #59595B; TEXT-DECORATION: none}
	A.marqueur:hover 			{font-size: 11px; COLOR:  #59595B; TEXT-DECORATION: underline}		
	A.marqueur:active			{font-size: 11px; COLOR:  #59595B; TEXT-DECORATION: none}
	
	A.footer 					{font-size: 11px; COLOR:  #59595B; TEXT-DECORATION: none}
	A.footer:visited 			{font-size: 11px; COLOR:  #59595B; TEXT-DECORATION: none}
	A.footer:hover 				{font-size: 11px; COLOR:  #21A5DE; TEXT-DECORATION: none;}		
	A.footer:active				{font-size: 11px; COLOR:  #59595B; TEXT-DECORATION: none}
	
	
	#icon-table-details{
		qpadding: 10px;
		margin: 10px;
	}
	
	/* Left section */
	.box-titre-left-section{
		font-size:19px;
		color: #21A5DE;
	}
	.box-sous-titre-left-section{
		font-size:14px;
		color: #555555;
	}
	
	#box-left-section{
		font-size:11px;
		background-color: #FEFEFE; 
		padding: 15px;
		margin: 15px;
	}
	
	.under-left-section{
		font-size:11px;
		color: #555555;
	}

	
	#under-left-section{
		font-size:11px;
		background-image: url(/en/grafx/bg-under-left-section.png);
		padding: 15px;
		margin: 15px;
	}
	
	
	/* Footer */
	

	/* Photo */

	.photos 	{
		border: 1px solid #4D4E50;
		background-color: #EEEEEE;
		margin: 5px;
	}
			
	.photos:hover  {
		border: 1px solid #199BDA;
		background-color: #EEEEEE;
		margin: 5px;
	}
	
	
	/* Affichage d'un popup dans la même page */
	#pop {
		display:none;
		position:absolute; 
		top:0; 
		left:0;
		width:100%;
		height:100%;
		background-color:#555555; 
		filter: alpha(opacity=70); 
		-moz-opacity: 0.7; 
		-khtml-opacity: 0.7; 
		opacity: 0.7;
		z-index:9997;
	}
	#lienpopimg {
		display:none;
		position:absolute; 
		left:50%; 
		top:50%; 
		margin-top:-300px; 
		margin-left:-300px;
		text-decoration:none; 
		z-index:9998;
	}
	#popimg {
		border:2px solid #FFFFFF;
	}
	a#lienpopimg span {
		display: none;
	}
	a#lienpopimg:hover span {
		position: absolute;
		display:block;
		width:110px;
		color:#21A5DE;
		font-size:0.8em;
		top:0;
		left:0;
		padding:5px;
		border: 0px solid #fff;
		/* style alternatif ( background: transparent url("../image/gris.png") repeat; ) */
	    filter: alpha(opacity=90); /* Pour Internet Explorer */
	    -moz-opacity: 0.9; /* Pour Mozilla */
	    -khtml-opacity: 0.9; /* Pour Konqueror */
	    opacity: 0.9; /* Pour les standards CSS3 */	
		background-color:#FFFFFF;
		z-index:9999;
	}

		
	#logo img{
		padding:5px;
		border: 5px solid #D2DAE3;
		background-color: #FCFCFC;
	}
			
	#logo img:hover  {
		padding:5px;
		border: 5px solid #CBD2DB;
		background-color: #FCFCFC;
	}	
	
	
	#table-link  {
		border-top: 1px solid #199BDA;
		border-bottom: 1px solid #199BDA;
		background-color: #FFFFFF;
		padding: 3 px;
	}
	
	#table-logo  {
		border-top: 1px solid #199BDA;
		border-bottom: 1px solid #199BDA;
		background-color: #FFFFFF;
		padding: 3 px;
	}
	
	/* Formulaire */
	
	.input-texte {
		font-size:11px;
		font-weight:normal;
		color:#1968A1;
		margin: 0px;
		padding: 0px;
		height:20px;
		border: 1px solid #FFFFFF;
		background-color: #F5FAFC;
	}

	.input-select {
		font-size:11px;
		font-weight:normal;
		color:#1968A1;
		margin: 0px;
		padding: 0px;
		height:20px;
		border: 1px solid #FFFFFF;
		background-color: #F5FAFC;
	}
	
	.textarea {
		font-family: Trebuchet MS, Arial, Helvetica;
		font-size:11px;
		color:#1968A1;
		border: 1px solid #FFFFFF;
		background-color: #F5FAFC;
		overflow: auto;
		
		scrollbar-face-color: #1473AC;
		scrollbar-shadow-color: #F5FAFC;
		scrollbar-highlight-color: #F5FAFC;
		scrollbar-3dlight-color: #F5FAFC;
		scrollbar-darkshadow-color: #F5FAFC;
		scrollbar-track-color: #F5FAFC;
		scrollbar-arrow-color: #FFFFFF;
	}
	
	
		table {
		font-size:11px;
		}
	
		html, body {
		height: 100%;
		
		}
	
	body  {
	
		font-family: Tahoma, Trebuchet MS, Helvetica,;
		font-size:11px;
		color:#59595B;
		
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		
		background-image: url(/en/grafx/bg.png);
		background-repeat: repeat-x; 
		background-color: #FFFFFF;
	
		scrollbar-face-color: #59595B;
		scrollbar-shadow-color: #59595B;
		scrollbar-highlight-color: #59595B;
		scrollbar-3dlight-color: #59595B;
		scrollbar-darkshadow-color: #59595B;
		scrollbar-track-color: #FBFBFB;
		scrollbar-arrow-color: #2C2C2C;
	}
	

