body {
	font-family: Arial, Helvetica, sans-serif;
	color: #1C5B87;
	font-size: small;
}
a {
	color: #1C5B87;
	font-weight: bold;
}
input {
	font-family: Verdana;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	color: #1C5B87;
}
.global {
	width: 950px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/fond.png');
}
.haut_page {
	background-image: url('images/haut.png');
	background-repeat: no-repeat;
	height: 30px;
}
.contenant {
	margin-left: 20px;
	margin-right: 30px;
	text-align: left;
}
.bas_page {
	background-image: url('images/bas.png');
	background-repeat: no-repeat;
	height: 30px;
}
.bandeau{
	height: 150px;
	background-image: url('images/CNS_Logo_canne_vert.png');
	background-repeat: no-repeat;
}
.titre_page {
	background-color: #1C5B87;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
}
.pieds {
	color: #1C5B87;
	font-size: small;
	text-align: center;
	clear: both;
	margin-top: 10px;
}
.page {
	border-color: #1C5B87;
	border-style: solid;
	border-width: thin;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	margin-top: 20px;
}
.menu {
	width: 250px;
	float: left;
	height: 600px;
}
.centre {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.souligne {
	text-decoration: underline;
}
.message {
	color: #FF0000;
	text-align: center;
	font-size: 18px;
}

