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

html,body {	
	background-color: #ECE9D8;
	color: #6B2789;
}

a:link {color: blue; text-decoration:underline;}
a:visited {color: green; text-decoration:underline;}
a:hover {color:red; text-decoration:none;}

h1 {
	font-size: x-large;
	font-weight: bolder;
	text-align: center;
}
#bloc_e1 {
	margin-right: 10px;
	margin-left: 10px;
}


.bouton2{
	text-align:center;
	padding:5px;
	width: auto;
	font-size: small;
	height: auto;
}

a.bouton2:link{
	width:auto;
	height:auto;
	text-decoration:none;
	color:#6B2789;
	text-align:left;
	font-weight:bold;
	background-color:#CCCCCC;
	padding:5px;
	border-style:outset;
	border-width:2px;
	border-color:silver;
	font-size: small;
} 
a.bouton2:visited{
	width:auto;
	height:auto;
	text-decoration:none;
	color:white;
	text-align:left;
	font-weight:bold;
	padding:5px;
	border-style:outset;
	border-width:2px;
	border-color:silver;
	font-size: small;
	background-color: #CECFCE;
}
a.bouton2:hover{
	width:auto;
	height:auto;
	text-decoration:none;
	color:white;
	text-align:left;
	font-weight:bold;
	background-color:#FFCC33;
	padding:5px;
	border-style:outset;
	border-width:2px;
	border-color:silver;
	font-size: small;
}

.img_centre1 {
	height: 142px;
	width: 227px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.align-centre1
 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

