BODY {
	background: rgb(255,255,255); 
	margin:10px;
	margin-top:0px; 
	padding : 0px; 
	text-align:center;
	font-weight : normal; 
	font-size : 10pt; 
	font-family : Trebuchet MS, Trebuchet, georgia, verdana, serif; 
	color: #000;
	background-image:url(../images/bg.png);
}

.linkpage a {
	text-decoration: none;
	color: #f75000;
	float:right;
	
}

#container {
	margin: 20px auto;
	padding:10px;
	width:760px;
	border: black solid 1px;
	background-color:white;
	text-align:justify;
	
}

#image {
	position:relative;
	top:0px;
	left:180px;
	background-image:url(images/magr3.jpg);
	background-repeat:no-repeat;
	height:135px;
	width:560px;
}

#imagedm{
	position:relative;
	top:0px;
	left:180px;
	background-image:url(images/quichotte.jpg);
	background-repeat:no-repeat;
	height:135px;
	width:560px;
}

#imagebib{
	position:relative;
	top:0px;
	left:180px;
	background-image:url(images/girard2.jpg);
	background-repeat:no-repeat;
	height:135px;
	width:560px;
}

#titre {
	margin:10px 0px;

}


#cite {
	float:right;
	font-size:8pt; 
	font-style:italic;
	text-align:right;
	line-height: 150%;
	margin:40px 0px 0px 0px;

}

#cadre {
	position:relative;
	width:560px;
	margin:10px;
	top:10px;
	left:170px;
	text-align:justify;

}

#header {
	position:relative;
	font-family:georgia, arial, serif;
	width:450px;
	left:110px;
	}

#header p{
	font-style:italic;
	margin: auto 0px 0px 5px;
	padding:0px;
}

#header h3{
	font:arial 8pt;

}

#menuv	{
	position:absolute;
	margin-top:50px;
	width:150px;
	font-size:8pt;
	color:#333;
	text-align:justify;
	}

#menu {
	position:relative;
	top:10px;
	left:170px;
	background-color:white;
	height:50px;
	border:black dashed;
	border-width:1px 0px 0px 0px;
	width:584px;
	
}


#menu ul{
	margin: 5px;
	padding: 0px;
	text-align: right;
	font-weight:bold;
	font-size:9pt;
	color:#ccc;
}

#menu li{
	list-style: none;
	display: inline;
	padding: 0px 0px 0px 0px;
}

#menu a{
	text-decoration: none;
	color: #f75000;
	font-weight: bold;
	font-size: 9pt;

}

#menu a:hover{
	color:#fff;
	background-color:#ff9933;
}

#note {
	margin-top:200px;
	
}

.copy a {
	color:white;
}

