body{
	background: #4c90d2;
	color: #ffffff;
	font-family:calibri, sans-serif;
	font-size: 95%;
}

.cadre{
	border: 2px solid black;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
}

a{
	text-decoration: none;
	color: #ffffff;
}
a:hover{
	color: #195289;
}
h1{
	color: #97c0e9;
}
div, p{
	margin: 0;
	padding: 0;
}

.en_tete{
	border: 1px solid #ffffff;
	width: 550px;
	height: 205px;
	margin: auto;
	margin-bottom: 40px;
	background: url(images/banniere.png) no-repeat;
}
.en_tete .connexion{
	position: absolute;
	margin-top: 210px;
	margin-left: 20px;
	color: #4c90d2;
}
.en_tete .connexion a{
	border: 1px solid #ffffff;
	border-top: 0;
	color: #97c0e9;
	padding: 5px;
	font-weight: bold;
	background: #195289;
}
.en_tete .connexion a:hover{
	color: #4c90d2;
}

.menu{
	border: 1px solid #ffffff;
	float: left;
	width: 230px;
	background: #195289 url(images/menu.png) no-repeat;
	font-weight: bold;
	font-size: 120%;
	/*max-height: 400px;*/
	min-height: 220px;
}
.menu ul{
	margin-top: 80px;
	color: #ffffff;
	padding: 0;
	margin-left: 20px;
}
.menu ul li:hover{
	color: #195289;
}
.menu p{
	width: 88px;
	margin: auto;
}

.corps{
	border: 1px solid #ffffff;
	margin-left: 240px;
	margin-bottom: 10px;
	background: #195289 url(images/corps.png) top right no-repeat;
	padding: 5px;
	text-align: justify;
	min-height: 300px;
}

.pied_de_page{
	border: 1px solid #ffffff;
	background: #195289;
	padding: 10px;
	text-align: center;
	font-size: 80%;
}
