#conteneur {
	position:relative;
	width:952px;
	background-color:#CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

body {
	background-color: #ECE9D8;
	color: #6B2789;
}
.align-centre1
 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.align-droite1
 {
	text-align: right;
}
.align-gauche1
 {
	text-align: left;
}
.align-justi1
 {
	text-align:justify;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	font-size: large;
	font-weight: bolder;
	font-family: "Courier New", Courier, monospace;
}
h2
{
	font-size:medium;
	font-family: "Courier New", Courier, monospace;
}
a.menu1 {
	text-decoration:none;
	display:block;
	margin-top:5px;
	text-align:center;
	width:200px;
	border-style:ridge;
	border-width:3px;
	padding:2px;
	font-weight: bolder;
}

a.menu1:hover {
color:#FFFF00 ;
background-color:#0000FF ;
 }
.petit1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
