BODY{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#page{
	width: 960px;
	position: absolute;
	margin-left: -480px;
	left: 50%;
	background-color: #FFFFFF;
	border: 1px solid #696969;
	background-image: url(page/fond1.png);
	background-repeat: repeat-y;
}

div#titre{
	background-image: url(../images/titre.png);
	width: 100%;
	height: 71px;
	border-bottom: 1px solid #7095C4;
}

div#menu{
	padding: 2px;
	padding-top: 10px;
	width: 190px;
	font-size: x-small;
	float: left;
	clear: both;
}

div#cont{
	padding: 2px;
	margin-left: 194px;
	font-size: small;
	background-color: White;
	padding-bottom: 10px;
	border-left: 1px solid #7095C4;
	
}
#cont h1{
	font-size: medium;
	color: Green;
	text-transform: inherit;
	text-align: center;
}

#cont h2{
	font-size: small;
	color: #990000;
	text-transform: capitalize;
	text-align: center;
}

div#pied{
	text-align: center;
	clear: both;
	padding-left: 3px;
	padding: 2px;
	font-size: x-small;
	color: White;
	font-size: xx-small;
	border-top: 1px solid #7095C4;
}

#pied a{
	color: White;
}

p.center{
	text-align: center;
}

#menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0 1em 0 0;
}

#menu li a{
	display: block;
	text-decoration: none;
	height: 1.4em;
	color: Black;
	font-weight: bold;
	font-size: x-small;
	text-indent: 1em;
}

#menu li a:hover{
	background-color: #A0522D;
	color: White;
}

/* actualités */
.actu_elm{
	border: solid silver 1px;
	background-color: #FFF8DC;
	padding: 2px;
	margin: 5px;
}

.actu_elm_titre{
	background-color: #FFF0B5;
	border-bottom: 1px dashed Silver;
}

.actu_elm_titre p{
	font-weight: bolder;
	font-size: medium;
	padding: 0;
	margin: 0;
}

.actu_elm_note{
	background-color: #FFF0B5;
	border-top: 1px dashed Silver;
}

.actu_elm_note p{
	font-size: xx-small;
	text-align: right;
	font-style: italic;
	padding: 0;
	margin: 0;
	color: #696969;
}
table#bureau{
	width:720px !important;
}
table#bureau th{width:200px;}
#page #menu li{height:25px;}
