body {
	font-family: Verdana;
	overflow: scroll; 
}

#header_haut {
	width: 100%;
	height: 125px;
	background: url("logo_lirmm_haut.png") no-repeat top left;
	background-color: #a6caf0;
}

#logo_droite {
	height: 101px;
	background: url("logo_lirmm_haut_droite.png") no-repeat top right;
}

#header_bas {
	width: 100%;
	height: 30px;
	background: url("logo_lirmm_bas.png") no-repeat top left;
	background-color: #006699;
	text-align: right;
	color: #ffffff;
	font-size: 1em;
}

#gauche {
	float: left;
	width: 17%;
	height: 70%;
	border-right: 3px solid #ffcc33;
	font-size: 0.7em;
	font-weight: bold;
}

#gauche ul {
	margin-top: 50px;
	margin-bottom: 20px;
	border-top: 2px solid #ffcc33;
	border-bottom: 2px solid #ffcc33;
}

#gauche li {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 20px;
	color: #006699;
	text-decoration: none;
	list-style: none;
	border-bottom: 1px solid #ffcc33;
	padding-bottom: 10px;
}

#gauche a {
	text-decoration: none;
	color: #006699;
}

#main {
	width: 75%;
	margin-left: 20%;
	padding-top: 20px;
}

#main h1 {
	font-size: 1em;
	border-bottom: 1px solid black;
}

#main h2 {
	font-size: 0.9em;
	color: gray;
}

#main li {
	font-size: 0.8em;
}

#main a {
	font-size: 0.9em;
}

#main img {
	float: right;
}

#main p {
	font-size: 0.8em;
}




