/* CSS Document */
body
{
    width: 800px;
	margin: 0px;
	background-color: #FFFFFF;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000000;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}

p{
	margin: 0px;
	padding: 0px;
}

ul{
	margin-top: 0px;
	margin-left: 17px;
	padding: 0px;
	list-style-image:  url("../img/interface/puce-actus.gif");
}

#menu
{
	position:absolute;
	top:0;
	left:0;
	width: 301px;
}

.bandegauche
{
   width: 301px;
   height: 30px;
   background-image:  url("../img/interface/bande-gche.gif");
   background-repeat: repeat-y;
}

.coordonnees {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding-top: 40px;
	padding-left: 36px;
}

.maj {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 36px;
}

.maj a {
	color: #000000;
	text-decoration: underline;
}

.maj a:hover {
	color: #000000;
	text-decoration: none;
}

#corps
{
	position:absolute;
	top:0;
	left:301px;
	width: 499px;
}

.actualites
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	width: 499px;
	height:145px;
	background-image:  url("../img/interface/bande-actus.gif");
    background-repeat: no-repeat;
	padding-left: 139px;
	padding-top: 10px;
}

.actualites a
{
	color: #000000;
	text-decoration: underline;
}

.actualites a:hover
{
	color: #000000;
	text-decoration: none;
}

#pied_de_page
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #80AFDD;
	text-align: left;
	vertical-align: top;
	padding-left: 36px;
	padding-top: 25px;
}



