body {
	background-color: #d5f1fc;
}

img {
	border:0px;
}

div.sep {
	background-image:url(../images/sep.jpg);
	background-repeat:repeat-x;
	width:630px;
	height:50px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
div.header {
	clear:both;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:190px;
	background-color:#d5f1fc;
	text-align:center;
}
div.menuGauche {
	clear:both;
	margin-top:5px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:2px dotted #3399FF;
	background-color:#d5f1fc;
	word-spacing:150px;
	text-align:center;
}
div.main {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	width:800px;
	background-color:#d5f1fc;
	text-align:center;
}

p.texte:first-letter {
	font-size:150%;
	float:left;
}

a:link {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-size: 14px;
	color: #3399FF;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}
a:active {
	font-size: 14px;
	color: #3399FF;
	text-decoration: none;
	font-weight: normal;
}

table {
	border:0px;
	width:100%;
}

td {
	text-align:center;
}

td.orange {
	background-color:#ffcc99;
}



