@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000080;
	background-color: #F9CA69;	
}
#global {
	width:800px;
}
#haut {
	height:300px;
}
#titre {
	color:#800000;
	padding:5px;
	font-size:18px;
	float:left;
	border: 1px solid #000080;
	font-weight: bold;
	line-height:40px;
	width:350px;
	height:80px;
	margin-right:20px;
	text-align:center;
}
#portrait {
	float:left;
}
#contenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000080;
	text-align:justify;
}
#bas {
	font-weight: bold;
}
#bas p {
	line-height:10px;
	/*height:20px; */
}
a.rouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#800000;
	text-decoration: none;
	font-weight: bold;
}
a:hover.rouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b31010;
	font-weight: bold;
}
#menu {
	width:800px;
	height:40px;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	top: 0px;
	
}
#menu li {
	float:left;
	padding-right:50px;
}
