@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color:#000; 
}
div#container {
	height: 710px;
	width: 1090px;
        margin-left: auto;
        margin-right: auto;
}
div#headeur {
	width: 1090px;
	height: 95px;
}
#banniere {
	width: 588px;
	height: 90px;
	margin-left: 60px;
}
div#page_gauche {
	background-image: url("../img/fond_masaique.jpg");
	height: 562px;
	width: 848px;
	float:left;
}
div#menu {
	background-color: #DDD;
	height: 562px;
	width: 242px;
	float:right;
}
#text_titre {
	font-size: 24px;
	text-align: center;
	text-decoration: underline
}
#bloc_text {
	position: absolute;
	margin-top: 50px;
	margin-left: 50px;
	height: 400px;
	width: 750px;
}
#bloc_text_sessions {
	position: absolute;
	margin-top: 50px;
	margin-left: 50px;
	height: 440px;
	width: 780px;
	overflow: auto;
}
#cours {
	background-color: #fd8308;
	float: left;
	width: 250px;
	height: 75px;
	border-width: 2px;
	border-style: solid;
	border-color: #FFF;
}
#aide_projet {
	background-color: #8c0154;
	float: right;
	width: 250px;
	height: 75px;
	color: #FFF;
	border-width: 2px;
	border-style:solid;
	border-color: #FFF;
}
.cliquez_ici {
	display: block;
	margin: 150px 155px;
	text-align: center;
	font-weight: bold;
}
#dates_sessions {
	display: block;
	width: 60%;
	margin: 0 120px;
	border-width: 2px;
	border-style:solid;
	border-color: #000;
	text-align: center;
}
.messagepage {
	color: #F00;
	font-weight:bold;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #F3801C;
	text-decoration: underline;
}
