* {	
	padding:0px;
	margin:0px;
}
body { 
	background-attachment:fixed;
	background-repeat:repeat;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	}

#head {
	background-image:url(_img/head.png);
	width:800px;
	height:149px;
	margin:auto;
	}

#menu {
	background-image:url(_img/corps.png);
	width:800px;
	margin: auto ;
	padding: 0 ;
	list-style:none;
	display:inline;
	text-align:center;
	display:block;
	}

#menu li{
	background-image:url(_img/corps.png);
	margin-right: 1px ;
	list-style:none;
	display:inline;
	}

#menu li a {
	display:inline;
	color: #990000 ;
	font: 0.9em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;
	padding: 4px 20px ;
	border: 1px solid #600 ;
	}
	
#menu li a:hover, #menu li a:focus, #menu li a:active {
	background-color:#F0806D;
	display:inline;
	}
	
#corps {
	background-image:url(_img/corps.png);
	background-repeat:repeat-y;
	width:800px;
	margin:auto;
	}

#programme {
	width:750px;
	margin:auto;
	}

p {
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	text-align:justify;
	}

h1 {
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	color:#990000;
	font: 1.5em "Trebuchet MS",Arial,sans-serif ;
	font-weight:bold;
	}

h2 {
	padding-top:10px;
	padding-bottom:5px;
	padding-left:10px;
	color:#990000;
	font: 1.15em "Trebuchet MS",Arial,sans-serif ;
	font-weight:bold;
	}

h2 a {
padding-top:10px;
	padding-bottom:5px;
	padding-left:10px;
	color:#990000;
	font: 1.15em "Trebuchet MS",Arial,sans-serif ;
	font-weight:bold;
	}

#foot {
	background-image:url(_img/foot.png);
	width:800px;
	height:59px;
	margin:auto;
	}

#img_gauche {
	padding-right:15px;
	padding-bottom:10px;
	float:left;
	}

#img_titre {
	padding-bottom:15px;
	margin:auto;
	}

a img {
	border:none;
	}