html,body {
	background-color : white; 
}

p,pre,blockquote {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : black;
	background-color : white;
	width:530px;
	position:relative;
	left:90px;
	z-index: 3;
	top: -1px;
	margin-bottom: 5px;
}

td,li,ul {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : black;
	background-color:transparent;
	margin: 0px 30px 0px 0px;
	border: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
}

li {float: left;}

div.menu {
	position:absolute;
	top:87px;
	left:0px;
	margin: 0px 0px 0px 50px;
	text-align: center;
	border: 0px;
	z-index: 1;
}

div.menu a {
	font-size:120%;
	text-decoration: none;
	color: navy;
	font-weight: bold;
}

h1 {
	width:80%;
	font-size : 150%;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : navy;
	position:relative;
	top:0px;
	left:80px;
	z-index: 3;
}

h2 {
	width:700px;
	font-size : 100%;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : red;
	position:relative;
	left:50px;
	margin-left:30px;
	margin-top: 26px;
}

h3 {
	width:700px;
	font-size : 100%; 
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : black; 
	position:relative;
	left:70px;
}

table {
	position:relative;
	left:70px;
	width:550px;
	font-size : 90%;
} 

td {
}

.titre {
	font-weight: bold;
} 

#description {
	position:relative;
	top:20px;
	height:100%;
}

#description h3{
	background-image : url("images/objectives.gif");
	background-repeat : no-repeat;
	height : 30px;
	
}

#content h3{
	background-image :  url("images/module_description.gif");
	background-repeat : no-repeat;
	height : 30px;
}

#evaluation h3{
	background-image : url("images/type_of_evaluation.gif");
	background-repeat : no-repeat;
	height : 30px;
}
#corps {
	position:absolute;
	top:200px;
	width:620px;
}

#barre {
	height:363px;
	width:61px;
	background-image: url("images/barre.gif");
	background-repeat:no-repeat;
	position:absolute;
	top:135px;
	left:10px;
}

#barre2 {
	height:4px;
	width:500px;
	background-image: url("images/barre2.gif");
	background-repeat:no-repeat;
	position:absolute;
	top:170px;
	left:70px;
	z-index: 2;
}

div.entete {
	height:100px;
	width:620px;
	background-image: url("images/banniere.jpg");
	background-repeat:no-repeat;
	clear:both;
}
