﻿	a{
	font-family: Tahoma ;font-size: 10pt;}
	a:link {color: #FFFFFF  ; text-decoration: none ;}    /* unvisited link */
	a:visited {color: #FFFFFF; text-decoration: underline   ;} /* visited link */
	a:hover {color: #00CCFF ;  text-decoration: underline ;}   /* mouse over link */
	a:active {color:#0000FF;text-decoration: none ; }  /* selected link */
    BODY {SCROLLBAR-FACE-COLOR: #00CC99; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #00CC99; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #6699FF; SCROLLBAR-DARKSHADOW-COLOR: #6699FF
         }
	p{ 	font-family: Tahoma ; color: #003366 ;font-size: 10pt; padding: 4px;text-align: right; text-align:justify}
	div{ font-family: Tahoma ;font-size: 10pt;
	}
	caption { font-family: Tahoma;font-size: 12px}
	a.text:link {color: #0033ff; text-decoration: none ;}    /* unvisited link */
	a.text:visited {color: #0033ff; text-decoration: underline   ;} /* visited link */
	a.text:hover {color: #0000FF ; text-decoration: underline ;}   /* mouse over link */
	a.text:active {color:#0000FF; text-decoration: none ; }  /* selected link */
		
	a.ctext:link {color: #069FCC; text-decoration: none ;}    /* unvisited link */
	a.ctext:visited {color: #0099CC; text-decoration: none   ;} /* visited link */
	a.ctext:hover {color: #0099CC; text-decoration: none ;}   /* mouse over link */
	a.ctext:active {color: #003366; text-decoration: none ; }  /* selected link */
	
	.pictures { float: right; margin-right:5px; margin-left:5px; margin-top:5px}
	.pictures1 { float: left; margin-left:10px; margin-top:5px; margin-right:10px}

	.table { font-family: Tahoma;font-size: 12px; margin-left:10px; margin-top:15px; text-align:center}
	.table1 { font-family: Tahoma;font-size: 12px;  width:840px; text-align:right}
	
	/* TEMPLATE 
-------------------------*/

	#langSel{
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #999;
	color: #FFF;
	font-size: 11px;
	background-image: url('images/bkgSelLingue.gif');
	background-repeat: repeat-x;
	background-position: 50% bottom;
}

	#langSel a{
		margin-left: 8px;
		margin-right: 8px;
		color: #E8E8E8;
		text-decoration: none;
	}
	
		#langSel a:hover{
		color: #FFF;
	}
	
	#langSel .closeLang{
		position: absolute;
		text-align: center;
		right: 5px;
		top: -1px;
		display: block;
		width: 25px;
		height: 25px;
		background-image: url('images/iconClose.gif');
		background-repeat: no-repeat;
		background-position: center top;
}
	
	#langSel .closeLang:hover{
		background-position: bottom center;
	}

.changeLang{
	font-size:15px;
	color: #0033CC;
	text-decoration: none;

	background-position:left ; 
}

.changeLang:link{
	color: #0033ff;
}

.changeLang:hover{
	color: #000099;
	text-decoration: underline   ;
}

.changeLang:visited{
	color: #0000ff;
}



