/* fr : Style de base*/
/* en : Basic style*/
/*html{
	background-color : #006666;
}*/

body{
	background-color : #006666;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	font-size : 10pt;
	margin:0px;
	padding:0px;
	color:#333;
	scrollbar-arrow-color: red;
	scrollbar-base-color: #006666;
	scrollbar-dark-shadow-color: black;
	scrollbar-3dlight-color:white;
	scrollbar-face-color: #006666;
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: black;
	scrollbar-darkshadow-color: black;

}

h1{
	font-size : 14pt;
	margin : 0%;
}

acronym{
	cursor : help;
}

pre{
	margin : 0%;
}

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#09c;}
a:visited {color:#663300;}
a:hover {background-color:#eee;}
#Header {
	margin:0px 0px 10px 0px;
	padding:10px 0px 0px 10px;
	height:14px; 
	line-height:11px;
	background-color:#006666;
	}
#Menu {
	position:absolute;
	top:150px;
	left:22px;
	width:150px;
	padding:5px;
	background-color:#006666;
	border:1px dashed #999;
	line-height:17px;
	text-align:right;
	z-index: 1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:140px;	
	}

.pictures {
	border: medium solid white;
	
	}

.upperleft{
	position:absolute;
	top:120px;
	left:183px;
	width:475px;
	padding:0px;
	background-color:white;
/*	background-image :  url(images/cornerupperleft.gif);
	background-repeat : no-repeat;
	background-position : top left;*/
}

.upperright{
/*	background-image :  url(images/cornerupperright.gif);
	background-repeat : no-repeat;
	background-position : top right;
	background-color:white; */
}

.lowerleft{
/*	background-image :  url(images/cornerlowerleft.gif);
	background-repeat : no-repeat;
	background-position : bottom left;
	background-color:white;  */
}

.lowerright{
/*	background-image :  url(images/cornerlowerright.gif);
	background-repeat : no-repeat;
	background-position : bottom right; */
	background-color:white;	
	padding : 3% 3% 3% 3%;
}
*/
