* {
	margin: 0;
	padding: 0;
}
html {
	background: transparent url(fond.jpg) repeat-x;
}

body {
	margin: 0;
	padding: 0; 
	font: normal 0.7em/1.4em Arial, Verdana, Tahoma, Georgia, sans-serif;
	font-size:11px; 
	color: #7c7c7c;
	text-align: center;
}

#header {
	margin: 0;
	padding: 0; 
	font: normal 0.7em/1.4em Arial, Verdana, Tahoma, Georgia, sans-serif; 
	color: #7c7c7c;
	text-align: center;
}

#container {
	margin: 0px auto;
	padding: 0;
	width: 800px;
	text-align: left;
	background: transparent url(footerbg.jpg) no-repeat bottom;
	padding-bottom: 150px;
}

.imgright {
	margin-left:10px;
}

.imgleft {
	margin-right:10px;
}

a, a:visited {
	text-decoration: none;
	color: #D7661C;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
	border-bottom: 1px solid #ccc;
}

acronym {
	text-decoration: none;
	color: #D7661C;
	border-bottom: 1px dotted #ccc;
	cursor: help;
}

p {
	margin-bottom: 10px;
}

#link{
	position: absolute;
	left:auto; 
	right:auto; 
	top: 425px;
	margin-left: 550px;
	width: 196px;
	background-image: url(bgsidebar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}

#link ul {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#link ul li{
	margin: 0;
	padding: 3px 0 3px 10px;
	border-bottom: 1px solid #ECEFD7;
}

#link ul li a, #link ul li a:visited {
	border-bottom: none;
}

#link ul li a:hover {
	color: #94AB36;
}

#contenu {
	top: 25px;
	color: #7c7c7c;
	position: relative;
	left: 25px;
	width: 550px;
	padding-bottom: 29px;
	text-align: justify;
	background-color: #FFFFFF;
	padding-bottom:50px;
}

#contenu h3 {
	margin-top:15px;
	width: 340px;
	height: 40px;
	font-size:13px;
	background-color: #FFFFFF;
}

#footer{
	position:absolute;
	margin-left:125px;
	width:550px;
	text-align: center;
}

#footer a, #footer a:visited {
	background-color: #ffffff;
}

#footer a:hover {
	color: #CCCCCC;
}

#media{
	margin-top: 10px;
}

.textbox {
	background-image:url(./textbox.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
    border:1px solid #cfcfcf;
	color: #D7661C;
}
.button {
	background-color:#FFFFFF;
    border:1px solid #cfcfcf;
}

.reussite {
	color:#009900;
	font-size:11px;
}

.erreur {
	color:#FF0000;
	font-size:11px;
}

#multimedia table {
	margin-left:20px;
	margin-right:20px;
	width:100%;
	font-size:9px;
}

#livre_or table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#preview{
	background-color:#FFFFFF;
	color:#000000;
	position:absolute;
	width:100%;
	height:100%;
	visibility:hidden;
	filter: alpha(opacity=80); 
}