/* Feuille de style gérant l'affichage  */
/*         MANDEL Thibault              */
/* Email : thibault@mascompetition.com */

body {
	margin: 10px;
	padding: 0;
	font: 1em Verdana, sans-serif;
	width: 900px;
	color: rgb(0, 0, 153);
	background-color: rgb(255, 255, 0);
	scrollbar-face-color: #FFFF00;
	scrollbar-shadow-color: #000099;
	scrollbar-highlight-color: #000099;
	scrollbar-3dlight-color: #000099;
	scrollbar-darkshadow-color: #000099;
	scrollbar-track-color: #FFFF66;
	scrollbar-arrow-color: #000099;
	alink="#000099";
	link="#000099";
	vlink="#000099";
}

.copyright {
		font: 1em Verdana, sans-serif;
		font-size: xx-small;
		text-align: center;
		width: 900px;
		color: rgb(0, 0, 153);
}

.copyright2 {
		font: 1em Verdana, sans-serif;
		font-size: xx-small;
		text-align: center;
		width: 550px;
		color: rgb(0, 0, 153);
}

dt, dl, dd, ul, li {
			list-style-type: none;
			margin: 0 10px 0 0;
			padding: 0;
}

#menu {
	width: 900px;
	border-bottom: 1px solid gray;
}

#menu dl {
		float: left;
}

#menu li {
		display: inline;
		float: left;
}

#menu a {
		text-align: left;
		text-decoration: none;
		color: rgb(0, 0, 153);
		background: rgb(255, 255, 51);
		font-size: 0.9em;
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6, #smenu8 {
							/*width: 400px;*/
							position: absolute;
							font-size: 0.7em;
							border-top: 1px solid gray;
}

.ContextMenu { 
		cursor:default; 
		/*font:menutext;*/
		position:absolute; 
		text-align:left; 
		font-family: Verdana, sans-serif; 
		font-size:x-small; 
		width:120px; 
		background-color:menu;
		border:1 solid buttonface;
		visibility:hidden; 
		border:2 outset buttonhighlight; 
} 

.ContextMenuOver{ 
			color:white;
			font-family: Verdana, sans-serif; 
			font-size:x-small; 
			font-weight:500; 
			background:midnightblue; 
} 

.ContextMenuOut{ 
			color:rgb(0, 0, 153); 
			font-size:x-small;
			font-weight:500; 
			background:; 
} 

.texte {
	text-align: justify;
	font-family: Verdana;
}

.lien {
	font-family: Verdana;
	color: rgb(0, 0, 153);
	text-decoration:none;
}

.texte2 {
	text-align: justify;
	font-family: Verdana;
	font-size: x-small;
}

.lien1 {
	font-family: Verdana;
	color: rgb(0, 0, 153);
	text-decoration:none;
}

a.lien1:hover {
		text-decoration:underline overline;
}
