.conteneur {
	float: none;
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #003399;
}

.top {
	height: 150px;
	width: 1000px;
	background-image: url(img/tete.gif);
}

.menucontainer {
	width: 170px;
	position:absolute;
	left: 0;
	height: 570px;
	padding: 15px;
	background-image: url(img/menu.gif);
}
.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
.menu a {
	display: block;
	width: 9em;
	height: 1.5em;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 70%;
	font-weight: bold;
	background-color: #9999FF;
	text-align: center;
	color: #000;
	text-decoration: none;
	margin: 2px 0;
}

.menu a:link, .menu a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
.menu a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}


.contenu {
	margin-left: 200px;
	height: 570px;
	padding: 20px;
	background-image: url(img/contenu.gif);
	overflow: auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:67% 55%;
	
}

.foot {
	background-color: #9999FF;
	padding: 0px;
	height: 100px;
	width: 1000px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 720px;
	vertical-align: text-bottom;


}
#copyright{
	position: absolute;
	left: 312px;
	top: 550px;
	height: 60px;
	width: 400px;
	text-align: center;
	font-size: small;
}

.titre {
	text-align: center;
}

.photos th {
	text-align:center;
	font-size: large;
	font-style: italic;
}
.photos td {
	text-align:center;
	font-size: large;
	font-style: italic;
}

.note {
	font-size: small;
	font-style: italic;
}

.obligatoire {
	font-size: x-small;
	color: #FF0000;
	
}


/* Redefinition des balises HTML */
/* ============================= */

body {
	text-align: center;
	background-color: #9999FF;
}
img {
	border: none;
}

legend {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
