body {
	font-family: verdana, arial, sans-serif;
	background-image: url(images/fond-couleur-verte.png);
}

#entete {
	width: auto;
	height: 100px;
	padding-left: 153px;
	color: #fff;
	top: 0px;
	background-image: url(background-vert-vide.png);
}
#pagecomplete {
	height: 100%;
	width: 750px;
	margin: 0 0;
	text-align: left;

}
#conteneur {
margin-left: 160px;
width: 750px;
height: 460px;
overflow: auto;
font-size: 14px;
}

.important{
font-weight:bold;
font-size:0,5em;
color: #FF0000;
}
.encadre {
font: bold;
margin: 10px;
padding: 8px 4px;
background-color: #FFCC99;
border: #c00 thick solid;
}
.imagedroite {
width : auto;
height : auto;
margin : 10 px;
padding : 10 px;
float:right;
}
.imagegauche {
width : auto;
height : auto;
margin : 10 px;
padding : 10 px;
float:left;
}
.imagecentre {
width : auto;
height : auto;
margin : 10 px;
padding : 10 px;
float:center;
}
.bolditalic{
font: bold italic;
}

h1{
	color: blue;
	text-align:center;
	text-decoration: underline;
}
h2{
text-align:center;
color: green;
}
h3{
color:red;
}
/*MENU*/

ul, li {
list-style-type: none;
margin:0;
padding:0;
}
ul {
position : absolute;
top : 0px;
left : 0px;
background: transparent url(/images/menu.png) top left no-repeat;
width: 153px;
height: 580px;
}
li {display: inline;}

li a {	
display: block;
height: 48px;
width: 153px;
color: #660000;
font-size: 17px;
font-family: georgia, serif;
text-decoration: none;
line-height: 25px;
}
li a:hover {
color: #fff;
background: transparent url(/images/menu.png) top left no-repeat;
}
a#menu1:hover {
background-position: 0% -600px;
}
a#menu2:hover {
background-position: 0% -648px;
}
a#menu3:hover {
background-position: 0% -696px;
}
a#menu4:hover {
background-position: 0% -744px;
}
a#menu5:hover {
background-position: 0% -792px;
}
a#menu6:hover {
background-position: 0% -840px;
}
a#menu7:hover {
background-position: 0% -888px;
}
a#menu8:hover {
background-position: 0% -936px;
}
a#menu9:hover {
background-position: 0% -984px;
}
a#menu10:hover {
background-position: 0% -1032px;
}
a#menu11:hover {
background-position: 0% -1080px;
}
a#menu12:hover {
background-position: 0% -1128px;
}

/* News */
#moduledenews{
	float: right;
	height: 460px;
	width: 230px;
	overflow:auto;
	background-color: #FFFF99;
}

#news{
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	margin: 5px;
	margin-right: 10px;
	padding: 5px;
	padding-right: 10 px;
}

.newstitre{
	font-size: medium;
	font-style: oblique;
	color: #FF0000;

}

.newscontenu{
	font-size: small;

}
