body{
	padding:0;
	margin:0;
	background-color:#ffffff;
	background-image:url("img/fond.jpg");
	background-position: top center;
	background-repeat:repeat-x;
	}
*{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	}
td#haut{
	background-image: url("img/haut.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	vertical-align:top;
	width:765px;
	height:120px;
	}
td#menu{
	background-color:#ffffff;
	background-image: url("img/menu.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	vertical-align:middle;
	text-align:center;
	width:765px;
	height:25px;
	}
td#gauche{
	background-image: url("img/gauche.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	vertical-align:top;
	text-align:center;
	padding-top:100px;
	width:225px;
	height:430px;
	color:#264492;
	font-weight:bold;
	font-size:14px;
	}
td#corps{
	vertical-align:top;
	width:540px;
	height:430px;
	background-color:#FFFFFF;
	}
td#bas{
	vertical-align:middle;
	background-image: url("img/bas.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	font-weight:bold;
	color:#264492;
	text-align:center;
	font-size:13px;
	width:765px;
	height:25px;
	}
table#kmn td{
	font-size:smaller;
	}
/********* table contenu *********/
table#contenu{
	background-image: url("img/corps.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	width:540px;
	height:430px;
	}
table#contenu td#titre{
	width:270px;
	height:120px;
	}
table#contenu td#plan{
	background-image: url("img/fond_plan.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	text-align:right;
	width:270px;
	height:120px;
	vertical-align:bottom;
	padding:0 10px 55px 0;
	}
table#contenu td#plan a{/* lien dans le td plan */
	color:#ffffff;
	text-decoration:underline;
	background-image:url("img/loupe.gif");
	background-repeat:no-repeat;
	padding-left:20px;
	}
table#contenu td#plan a:hover{/* lien dans le td plan hover */
	text-decoration:none;
	background-image:url("img/loupe2.gif");
	}
table#contenu td#txt{
	background-image: url("img/corps.jpg");
	background-repeat:no-repeat;
	background-position:bottom left;
	width:540px;
	vertical-align:top;
	}
/******** menu ************/
#menu ul {
	list-style: none;
    margin: 0;
	padding:0;
    border: none;
	float:right;
	}
#menu ul li{
	display: inline;
}
#menu ul li a{
	font-weight:bold;
	font-size:12px;
	color: #264492;
    text-decoration: none;
	padding:4px 1px 4px 11px;
	margin:0;
	height:25px;
	}
#menu ul li a:hover, #menu ul li a.active{
	text-decoration:underline;
	color: #071741;
	background-image:url("img/fond_menu.jpg");
	background-position:left;
	background-repeat:no-repeat;
	}
/*********** mise en page du contenu ************/
h1{
	padding:10px 20px 0 20px;
	font-size:16px;
	color:#264492;
  }
h2{
	color:#666666;
	font-size:14px;
	font-weight:bolder;
	margin:10px 10px 0 40px;
	border-bottom:1px solid #dadada;
	}
h3{
	color:#999999;
	font-size:12px;
	font-weight:bolder;
	margin:10px 40px 0 60px;
	border-bottom:1px dotted #dedede;
	}
.uppercase{
	text-transform:uppercase;
	color:#6988D8;
	letter-spacing:1px;
	font-weight:bold;
	}
strong, bold, .gras{
	font-weight:bold;
	color:#274492;
	}
.min{
	font-size:smaller;
	color:#666666;
	}
 p{
	padding-left:20px;
	 }
img.border{
  	border:1px solid #cccccc;
  }
  a{
  	color:#274492;
	text-decoration:underline;
  }
  a:hover{
  	color:#999999;
	text-decoration:none;
  }
  td#txt ul{
  list-style-image:url("img/puce.gif");
  }
  td#txt li{
  padding-bottom:3px;
  }