*{
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	background-color: #eee;
	background-image: url(images/bg-contenu.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #515151;
}
#main {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#site {
	width: 1000px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	height: 30px;
	width: 1000px;
	font-size: 90%;
}
#navigation {
	overflow: hidden;
	height: 30px;
}
#navigation li {
	float: left;
	background-image: url(images/navigation-separation.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-right: 8px;
	padding-left: 8px;
}
#navigation li a {
	height: 24px;
	display: block;
	color: #baceda;
	padding-top: 4px;
	text-decoration: none;
}
#navigation a:hover {
	color: #fff;
}
#navigation a.active {
	color: #7cae39;
	font-weight: bold;
}
#login {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 30px;
	padding-right: 32px;
	background-image: url(images/user.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#login li {
	float: left;
	background-image: url(images/navigation-separation.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-right: 8px;
	padding-left: 8px;
}
#login a {
	height: 24px;
	display: block;
	color: #baceda;
	padding-top: 4px;
	text-decoration: none;
}
#login a:hover {
	color: #fff;
}
#login a.active {
	color: #7cae39;
	font-weight: bold;
}
#header {
	height: 120px;
	width: 1000px;
}
#header h1 {
	color: #FFFFFF;
	font-size: 75px;
	line-height: 120px;
}
#container {
	width: 1000px;
	min-height: 495px;
}
#logo {
	height: 400px;
	width: 250px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 20px;
	margin-top: -90px;
	margin-bottom: -20px;
}
#containt {
	float: left;
	width: 900px;
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 90px;
}
.block {
	width: 620px;
	float: left;
}
#footer {
	height: 100px;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
}
#footer-inner {
	color: #baceda;
	font-size: 90%;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 1000px;
	padding-top: 40px;
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer-left {
	float: left;
	width: 500px;
	text-align: center;
}
#footer-right {
	float: left;
	width: 500px;
	text-align: center;
}
#footer-right a {
	color: #baceda;
	text-decoration: none;
}
#footer-right a:hover {
	color: #fff;
}
.justifie {
	text-align: justify;
}
.centre {
	text-align: center;
}
.bleu {
	color: #3366CC;
}
.rouge {
	color: #CC3300;
}
.vert {
	color: #7cae39;
}
.colonne {
	float: left;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.clear {
	clear: both;
}
.fond {
	background-color: #b5de14;
	margin: 0px;
	padding: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
.message {
	color: #FF0000;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#container a:link {
	text-decoration: none;
	color: #515151;
}
#container a:visited {
	text-decoration: none;
	color: #515151;
}
#container a:hover {
	text-decoration: none;
	color: #515151;
}
#container a:active {
	text-decoration: none;
	color: #515151;
}
.block_lien {
	float: left;
	width: 408px;
	height: 160px;
	padding: 10px;
	border: 1px solid #a5a7a6;
	text-align: center;
	margin: 10px;
}
.block_photo {
	float: left;
	width: 258px;
	height: 190px;
	padding: 10px;
	border: 1px solid #a5a7a6;
	text-align: center;
	margin: 10px;
}
.vignette3-2 {
	float: left;
	width: 258px;
	min-height: 250px;
	padding: 10px;
	border: 1px solid #a5a7a6;
	text-align: center;
	margin: 10px;
}
#espagnol {
	display: block;
	position: absolute;
	height: 30px;
	width: 40px;
	top: 170px;
	left: 820px;
}
#anglais {
	display: block;
	position: absolute;
	height: 30px;
	width: 40px;
	top: 170px;
	left: 880px;
}
