body{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../image/design/background.png);
}

.top{
	background-image: url(../image/design/titre_background.png);
	background-repeat: no-repeat;
	height:190px;
	width: 989px;
	border: none;
	text-align: center;
}

.toolbar{
	/*background-color: Aqua;*/
	background-image: url(../image/design/toolbar_background.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 989px;
}

.middle{
	margin:	0px;
	padding: 0px;
	height: 450px;
	width: 989px;
	border-right: none;
	border-left: none;
	text-align: center;
}

.bottom{
	background-image: url(../image/design/signature_background.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 989px;
	border: none;
	text-align: right;
	padding-top: 10px;
}


.content_background{
	/*background-image: url(../image/design/content_background_ete.png);*/
	background-image: url(../image/design/content_background_hiver.png);
	background-repeat: no-repeat;
	height: 450px;
	width: 701px;
	margin: 0px;
}

.content{
	font-family: Verdana;
	height: 400px;
	width: 600px;
	position: relative;
	Top: 25px;
	left: 60px;
	overflow:auto;
}

h1{
	font-size: 20px;
	font-family: Verdana;
}

h3{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 12px;
}

.login{
	margin-right: 20px;
	font-family: Verdana;
	font-size: 10px;
	/*font-weight: bold;*/
	text-decoration: none;
	color: #999999;
}

.visiteur{
	margin-right: 690px;
	font-family: Verdana;
	font-size: 10px;
	/*font-weight: bold;*/
	text-decoration: none;
	color: #999999;
}

.btnAdmin{
	color: #cccc00;/*cc6633*/
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.construction{
	position: relative;
	left: 250px;
}

.btnApplication{
	text-decoration: none;
}

.affich_content{
	padding: 0px;
	margin: 0px;
}
