/* General */
body {
	background-color: #165239;
}
html { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-face-color:		#aec159; /* non valide strict xhtml*/
	scrollbar-track-color:		#646c53;
	scrollbar-arrow-color:		#646c53;
	scrollbar-highlight-color:	#aec159;
	scrollbar-3dlight-color:	#cad477;
	scrollbar-shadow-color:		#646c53;
	scrollbar-darkshadow-color:	#2a3a12;
} 

A:link {
	color:#FFFFFF;
	text-decoration:none;
}
A:visited {
	color:#CCCCCC;
	text-decoration:none;
}
A:hover {
	color:#000000;
}

a:hover img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;
}

a:link img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

.thumb{
border-color:white;
}


/* PNG Fix */
/* #contenuM { background:url(http://arjuna-quebec.com/frani/contenu_M.png); }
img, #contenuM { behavior: url(http://arjuna-quebec.com/frani/iepngfix.htc); }*/


/* Texte */
.texte
{
	color:#333333;
	font-size:14px;
	font-family: Trebuchet MS;
    src: url(TREBUCH0.eot);
	letter-spacing:.07em;
	word-spacing:.1em;
	/*text-align-last:end;*/

	orphans:10;
	line-height:1.3em;

}
.titre
{
	color:#FFFFFF;
	font-size:14px;
	font-family: Trebuchet MS;
	font-weight:bold;
    src: url(TREBUCH0.eot);
	letter-spacing:.4em;
	word-spacing:.1em;
	line-height:1.5em;
}

.stitre
{
	color:#FFFFFF;
	font-size:14px;
	font-family: Trebuchet MS;
    src: url(TREBUCH0.eot);
	letter-spacing:.1em;
	word-spacing:.1em;
	line-height:1.5em;
}


.sousMenu{
border: 1px solid #e3e2e7;background:transparent;display:none;width:175px;position:absolute;top:210px;

filter:alpha(opacity=80); 
-moz-opacity: 0.8; 
opacity: 0.8;/*
background:url(sm_bg.jpg);*/

}

.rangeeSM{
height:19px;
background-color:#006699;

}

.tableau{
width:175px;
color:#ababc1;
font-size:11px;
font-family: Trebuchet MS,Helvetica,Arial,;
src: url(TREBUCH0.eot);
border-color:#006699;
border:1px;
}
/* Admin*/
.texteBlanc {	
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:10px;
	spacing:10px;
	margin:10px;
}
.unMenu {	
	position:absolute;
	left:50px;
	background-color: #9acb76;
	width:845px;
	height:30px;
	z-index:1;
	padding:6;
	border:thin;
	border-color:#72a84a;

	border-width:medium
}