body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #7F7F7F;
}

#global {
	width: 760px;
	margin: auto;
	background-image: url("../img/fond.gif");
	background-repeat: repeat-y;
}

#header {
	background: url("../img/header.gif") top left no-repeat;
	padding-top: 25px;
	text-align: center;
}

#menu {
	height: 17px;
	/*border: 1px solid black;*/
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 30px;
	list-style-type: none;
}

#menu li {
	display: inline;
	font-weight: bold;
}

.left {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.right {
	float: right;
	padding-left: 2px;
}

#corps {
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	
}

#corps h1 {
	text-align:center;
	margin-bottom: 10px;
	font-size: 1.4em;
}

.cadre {
	background-color:#E9F0F5;
	border:1px solid #A3C0D5;
	/*background-color: #f4f9fd;
	border: 1px solid #848686;*/
	margin-bottom: 25px;
	padding: 5px;
}

.cadre h4 {
	margin-left: 15px;
	margin-bottom: 15px;
}

/*.news_header {
	background: url("../img/news_header.gif") top left no-repeat;
	height: 30px;
}

.news {
	width: 694px;
	margin: auto;
	margin-bottom: 25px;
	/*border: 1px solid #2c485c;*/
	/*background: url("../img/news_fond.gif") repeat-y;
	text-align: justify;
}

.news_footer {
	background: url("../img/news_footer.gif") bottom left no-repeat;
	height: 30px;
}

.news h4 {
	margin-left: 20px;
	margin-right: 20px;
	padding: 2px;
	padding-left: 25px;
	/*background-image: url("../img/news_titre.png");
}

.datepost {
	text-align: right;
	font-size: 11px;
}

.news p {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

#biography {
	width: 694px;
	margin: auto;
}*/

#footer {
	background: url("../img//footer.gif") bottom left no-repeat;
	
	text-align: center;
	padding-bottom: 15px;
}