@charset "iso-8859-15";


body {
	font-size:1em;  /*taille de la police utilisée*/
	font-family: arial;	/*police utilisée*/
	color : black;	/*couleur de la police*/
}

#bandeH {
	position: absolute;
	top: 0px; left: 0px;
	width: 1250px; height: 50px;
	background : #305098;
	color: white;
}

#menu {
	position : absolute;
	top: 75px; left : 0px;
	width : 200px;
	background : white;
}

#info{
	position : absolute;
	top: 75px; left : 200px;
	width : 1050px; height:700px;
	background : #305098;
}

#deconnexion {
	position:absolute;
	top : 511px; width: 200px;
	font-size: 0.8em;
}

#calendrier {
	position:absolute;
	top: 611px; width:200px;
	font-size: 0.8em;
}
