/* CSS Document */
a:link { text-decoration:underline; color:#66ccff; font-style:normal; font-weight:normal;font-family:verdana, sans-serif; background-color:transparent;}


body {
	background-color:#336699;
	color:white;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
}
div {
position:relative;
text-align:left;
top:-15px;
}
#bordure {	border-top: thin dashed #ffffff;
		border-right: thin dashed #ffffff;
		border-bottom: thin dashed #ffffff;
		border-left: thin dashed #ffffff; }
#un { vertical-align:top;
		font-familly:Arial,Verdana, sans serif;
		border-top: thin dotted #ffffff;
		border-right: thin dotted #ffffff;
		border-bottom: thin dotted #ffffff;
		border-left: thin dotted #ffffff;}
#deux {vertical-align:top;
		font-familly:Arial,Verdana, sans serif;
		border-top: thin dotted #ffffff;
		border-right: thin dotted #ffffff;
		border-bottom: thin dotted #ffffff;
		border-left: thin dotted #ffffff;
		margin-left:5px; }
#trois {vertical-align:top;
		font-familly:Arial,Verdana, sans serif;
		border-top: thin dotted #ffffff;
		border-right: thin dotted #ffffff;		
		border-left: thin dotted #ffffff;
		padding-left:20px; }
#quatre { vertical-align:top;
		font-familly:Arial,Verdana, sans serif;
		border-top: thin dotted #ffffff;
		border-right: thin dotted #ffffff;
		border-bottom: thin dotted #ffffff;
		border-left: thin dotted #ffffff; 
		text-align:center; }