body {
	background-color: #7CAEE4;
	font-family: Arial, Verdana;
	font-size: 12px;
	position:relative;
	width:960px;
    margin-left: auto;
    margin-right: auto;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.menu {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a.menu:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
p {
	padding:2px;
	font-size: 12px;
	color: #000000;
}
#head{
	position:relative;
	width:960px;
	height:80px;
	}
#head_left{
	position:absolute;
	left:0;
	width:240px;
	height:80px;
	background:url(./images/haut_gauche.gif) no-repeat;
}
#head_mid{
	position:absolute;
	width:570px;
	height:80px;
	background:url(./images/haut.gif) repeat-x;
	left:240px;
	text-align:center;
	padding-top:10px;
}
#head_right{
	position:absolute;
	width:150px;
	height:80px;
	background:url(./images/haut_droit.gif) no-repeat;
	right:0px;
}
#conteneur {
position: relative;
width: 960px;
background:url(./images/menu_bord.gif) repeat-y;
text-align:left;
padding:0;
}
#main {
margin-left: 120px;
}
#menu {
position: absolute;
left:0;
width: 120px;
height:300px;
}
#menu_bas{
position:absolute;
bottom:0;
}
#foot_top{
	width:960px;
	height:7px;
	background:url(./images/page_haut.php?width=960) no-repeat;
	line-height:1.0;
	font-size:0;
}
#foot_mid{
	width:960px;
	height:1em;
	background:url(./images/page_bord.php?width=960) repeat-y;
	font-size:12px;
	text-align:center;
}
#foot_bot{
	width:960px;
	height:7px;
	background:url(./images/page_bas.php?width=960) no-repeat;
	line-height:1.0;
	font-size:0;
}
#foot_logo{
text-align:center;
}
img{
	border:0;
}
h1{
	font-family:Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	margin:7px;
}
.puce{
	list-style-image:url(images/puce.gif);
}
#menu ul{
	list-style-image:url(images/puce.gif);
}
ul{
	font-size:12px;
	line-height:14px;
	margin:0;
	margin-left:25px;
	padding:0px;
	text-align:left;
	list-style-image:none;
	list-style:none;
}
li{
	margin-top:2px;
}
.cont{
position:relative;
}
.right{
position:absolute;
right:100px;
}
.demo{
text-align:center;
font-weight:bold;
}

