body {
	margin: 0; 
	padding:0;
	background-color:#62A4F2;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}
div#marge{
	margin-left:3%;
}
div#top {
	z-index:auto;
	left:0;
	top:0;
	background-repeat: no-repeat;
	background-position: right top;
	width: 760px;
	height: 225px;
}
div#haut_base {
	z-index:auto;
	left:0;
	top:0;
	width: 760px;
	height: 225px;

}
div#buttons {
	z-index:auto;
	position:absolute;
	left:27px;
	top:160px;
	width:733px;
}
div#cadre {/* conteneur global et arrière-plan du titre du cadre */
	position:absolute;
	margin-left:25px;
	margin-top:10px;
	width: 710px;
	padding-top: 10px;
	background: url(images/top.jpg) top left no-repeat;
}
div#bloccadre {/* arrière-plan bas et sur l'ensemble du cadre */
	background: url(images/bottom.jpg) bottom left no-repeat;
	padding-top:1px;
	padding-bottom: 60px;
	background-color:#FFFFFF;
}
div#bloccadre p {
	margin: 0 30px 0 20px;
}
div#bas {
	margin-top: -20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:3%;
	margin-bottom:1%;
	margin-right:3%;
	color: #62A4F2;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #426FA6;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	color: #62A4F2;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
    border-bottom: 1px dotted #426FA6;
	width: 100%;
}
ul {
	margin-left:10px;
	list-style-image:url(images/li.gif);
}
.texte, table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}
a:link,a:active,a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
}