body, html {
margin: 0;
padding: 0;
cursor: default;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-repeat: repeat-x;
	background-color: #ceb01e;
	background-image: url('images/fd3.jpg');
	background-position: top center;
	text-align: left;
}




a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993300;
	text-decoration: none;
}


a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993333;
	text-decoration: underline;
}

.strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC6633;
	text-decoration: none;
	font-weight: bold;
}

.clair {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

.BigStrong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996600;
	text-decoration: none;
	font-weight: bold;
}

.Tablorder {
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	width: 350px;
}

.Tablorder2 {
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	width: 400px;
}

.tablopt {
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	width: 100%;
}

.bordermenu {
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	width: 100%;
}

.vert {
	color: #CC9966;
	text-decoration: none;
	font-weight: normal;
}

div#d1 {
	float:left;
	width:200px;
	height:200px;
	background-color:#00CCFF;
	}
	
div#d2 {
	float:left;
	width:200px;
	height:200px;
	background-color:#FFCC00;
	}
	
div#d3 {
	clear:both;
	width:200px;
	height:200px;
	background-color:#33FF99;
	}

div#d4 {
	float:left;
	width:200px;
	height:200px;
	background-color:#FF6699;
	}
