@charset "UTF-8";
/* CSS Document */

body {
	background-color: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	line-height:1.5;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;	
}
.MainStyle #container {
	width: 773px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/middle.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
.MainStyle #header {
	background-color: #CCCCCC;
	display:block;
	margin-bottom: 20px;
}
.MainStyle #mainContent {
	padding-top: 0;
	padding-right: 65px;
	padding-bottom: 0;
	padding-left: 50px;
}
.MainStyle #footer {
	width: 773px;
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 80px;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0;
}
#bouton1{
	width:750px;
	height:35px;
	padding-top: 5px;
	padding-left:10px;
}
#bouton2{
	width:750px;
	height:35px;
	padding-left:80px;
	padding-top: 5px;
}
#bouton3{
	width:750px;
	height:35px;
	padding-left:100px;
	padding-top: 5px;
}
#bouton4{
	width:750px;
	height:35px;
	padding-left:45px;
	padding-top: 5px;
}
#bouton5{
	width:750px;
	height:35px;
	padding-left:25px;
	padding-top: 5px;
}
#bouton6{
	width:750px;
	height:35px;
	padding-top: 5px;
	padding-left:20px;
}
#bouton7{
	width:750px;
	height:35px;
	padding-left:60px;
	padding-top: 5px;
}
#bouton8{
	width:750px;
	height:35px;
	padding-left:30px;
	padding-top: 5px;
}
.title{
	color:#000000;
	/*letter-spacing: 2px;*/
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 115%;
	text-align: left;
}
.image{
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
}
.image2{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 5px;
	vertical-align: text-top;
}
.lien {
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	color: #000000;
	text-decoration: none;
}
 object {
	display:block;
}
.imageObject {
	display:block;
	border:0px;
}
.imageFl {
	border: 0;
	vertical-align:bottom;
}
.date {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color: #999999;
}
.versions {
	border:0px;
	margin-left: 520px;
	display: block;
	vertical-align: bottom;
}
