/* CSS Document */
body {	scrollbar-face-color: #434748;
			scrollbar-shadow-color: #17181A;
			scrollbar-highlight-color: #FFFFFF;
			scrollbar-3dlight-color: #434748;
			scrollbar-darkshadow-color: #000000;
			scrollbar-track-color: #434748;
			scrollbar-arrow-color: #B2D103;}

p	{	font-family:verdana,arial,sans;
		font-size:11px;
		color:white;}

.fond	{	background-image: url(images/fond.gif);
				background-position: center left;
				background-repeat:repeat-x;}

.logo		{	position:absolute;
				left:0px;
				top:0px;
				z-index:auto;}

.titre		{ 	font-weight:bold;
				color:#B2D103;}

.pad		{	padding:10px;}

.reference	{	color:#B2D103;
						font-style:italic;}

.titrefenetre{
	font-size: 11px;
	font-weight : bolder;
	color : #B2D103;
	text-align : center;
}

a:link	{	color:white;
				text-decoration:underline;}

a:hover	{	color:white;
					text-decoration:none;}
					
a:visited	{	color:#B2D103;
					text-decoration:none;}

#popitmenu{
position: absolute;
background-image: url(images/fond_img.gif);
border:3px double white;
font-family:verdana,arial,sans;
font-size:11px;
font-weight:bold;
color:#434748;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
color: white;
}