@charset "utf-8";
body {
	background-color: #204357;
	color:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin:auto;
	padding:0;
}

#wrapper {
	background-color:#FFFFFF;
	width:1000px;
	margin:20px auto;
	text-align:left;
}
#menu {
    width:100%;
	float:left;
	height:86px;
	background:url(images/title.jpg) right no-repeat #204357;
}
#menuButtons {
	background-color:#FFCC00;
	width:602px;
	height:46px;
	margin-top:40px;
}
#menu ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
#menu li {
	display:block;
	float:left;
}
#menu a {
	font-weight: bolder;
	background-color:#FFDD00;
	text-align:center;
	padding:10px;
	margin:5px;
	text-decoration:none;
	color:#204357;
	width:100px;
	display:block;
}
#menu a:hover {
	background-color:#204357;
	color:#FFFFFF;
}
#left {
	background-color:#FFFFFF;
	width:240px;
	float:left;
	padding:20px 0px 10px 10px;
	text-align:center;
}
#left .auteur {
	text-align:justify;
}
#middle {
	float:left;
	width:500px;
	text-align:center;
}
#middle img {
	padding-top:30px;
}
#right {
	width:250px;
	float:left;
}
#right a {
	color:#000;
	text-decoration:none;
}
#right a:hover {
	color:#FFCC00;
}
#sponsors {
	text-align:center;
	padding-bottom:5px;
}
#sponsors img {
	padding:0 10px 0 10px;
}
.clear {
	clear:both;
}
.citation {
	font-style: italic;	
	text-align:left;
}
.reference {
	text-align:right;
	padding:10px 0 40px 0;
}
.news {
	margin-top:20px;
	margin-bottom:30px;
	margin-right:10px;
}
.news h2 {
	font-size:1em;
	background-color:#FFCC00;
	color:#204357;
	margin-bottom:4px;
	padding: 5px;
	font-weight: bolder;
}
img {
	border:0;
}
#notice {
	background-color:#204357;
	color:#FFFFFF;
	font-size:0.7em;
	text-align:center;
}
.bold {
	font-weight:bolder;
}
.center {
	text-align:center;
	font-weight:bold;
}
#contenu {
	padding:10px 70px 40px 40px;
	text-align:justify;
}
#contenu table {
	width:420px;
}
#contenu th {
	font-weight:normal;
	vertical-align: top;
	width:80px;
	padding:3px 0;
	text-align:left;
	display:block;
}
#contenu td {
	vertical-align: top;
	width:420px;
	padding:3px;
}
#contenu a, #left .auteur a {
	text-decoration:none;
	font-weight:bolder;
	color:#204357;
}
#contenu a:hover, #left .auteur a:hover {
	border-bottom:#FFCC00 solid 3px;
	border-top:#FFCC00 solid 3px;
}
#contenu form {
	border:#FFCC00 solid 1px;
	padding:20px;
}
#contenu h1 {
	color:#204357;
	margin-bottom:5px;
	font-size:1.5em;
	margin-top:20px;
}
#contenu h2 {
    font-size: 1.2em;
	color: #204357;
	font-weight:bolder;
	margin-bottom: 10;
	margin-top:0;
}
#contenu .lastLine {
	font-weight:bolder;
}
#contenu .prix {
	text-align:center;
	padding: 10px 0 10px 0;
	font-weight:bold;
}
#contenu ol {
	list-style-type: none;
}