@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#CFE4F5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#EEEEEE;
}
a {
	color:#CFE4F5;
}
a:hover {
	color:#7CB4E4;
}
.hautdepage {
	width:800px;
	height:63px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-image: url(fond-hautdepage.png); background-repeat:no-repeat
}
.hautdepage2 {
	width:800px;
	height:63px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-image: url(fond-hautdepage2.png); background-repeat:no-repeat
}
.logo {
	float:left;
	width:310px;
	color:#642833;
	font-size:24px;
	margin-top:10px;
	margin-left:10px;
	font-weight:bold;
}
.menus {
	float:left;
	width:480px;
}
.menu {
	float:left;
	width:80px;
	height:63px;
	color:#ffffff;
	background-image: url(fond-menu-off.png); background-repeat:no-repeat;
	cursor:pointer;
}
.menu-on {
	float:left;
	width:80px;
	height:63px;
	color:#ffffff;
	background-image: url(fond-menu-on.png); background-repeat:no-repeat;
	cursor:pointer;
}
.menu:hover {
	float:left;
	width:80px;
	height:63px;
	color:#7CB4E4;
	background-image: url(fond-menu-on.png); background-repeat:no-repeat;
	cursor:pointer;
}
.menu-on:hover {
	float:left;
	width:80px;
	height:63px;
	color:#7CB4E4;
	background-image: url(fond-menu-on.png); background-repeat:no-repeat;
	cursor:pointer;
}
.textmenu {
	margin-top:25px;
	text-align:center;
	font-size:13px; text-decoration:none;
	font-weight:bold;
}
.container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(fond-page.jpg); background-repeat:no-repeat;
	height:537px;
}
.container2 {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(fond-page2.png); background-repeat:no-repeat;
	height:537px;
}
.droite {
	float:left;
	width:270px;
	margin-left:530px;
	height:537px;
}
.centre {
	width:750px;
	margin-left:25px;
	margin-right:25px;
	height:537px;
}
.basdepage {
	width:100%;
	margin-left:0px;
	margin-right:0px;
	height:50px; 
}
.containerbas {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#B3BDC4;
}
.basdepage a {
	color:#2F1419;
}
.basdepage a:hover {
	color:#5D2933;
}
