@charset "UTF-8";
#page {
	height: 820px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #03F;
	border-bottom-color: #03F;
	padding-bottom: 20px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
#banniere {
	height: 150px;
	width: 800px;
}
#banniere #gauche {
	float: left;
	height: 150px;
	width: 400px;
}
#banniere #droite {
	float: left;
	height: 116px;
	width: 240px;
	margin-left: 60px;
	margin-top: 17px;
}
#navigation {
	height: 30px;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding-left: 10px;
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
#barre_laterale {
	float: right;
	height: 810px;
	width: 200px;
}
#barre_laterale #logo {
	height: 145px;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #03F;
	padding-top: 40px;
}
#barre_laterale #logo #logo_img {
	height: 88px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}
#barre_laterale #logo #logo_texte {
	height: auto;
	width: 170px;
	font-size: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
}
#barre_laterale #heure {
	height: 40px;
	margin-top: 20px;
}
#barre_laterale #div_1 {
	height: 220px;
	width: 200px;
	margin-top: 10px;
	padding-top: 5px;
}
#barre_laterale #div_2 {
	height: 100px;
	width: 200px;
	text-align: center;
}
.textebleu {
	color: #03F;
	font-weight: bold;
	font-style: italic;
}
#pied {
	height: 15px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	margin-top: 15px;
}
