body{
	padding:0;
	margin:0;
	background-image:url("img/fond.jpg");
	}
*{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	}
table#tableau{
	width:765px;
	height:600px;
	border:1px solid #ffffff;
	border-top-width:0;
	}
td#haut{
	background-image: url("img/haut.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	vertical-align:top;
	width:765px;
	height:114px;
	}
td#titre{
	vertical-align:bottom;
	background-image: url("img/titre.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	width:765px;
	height:31px;
	}
td#gauche{
	background-image: url("img/gauche.jpg");
	background-repeat:no-repeat;
	background-position:bottom right;
	vertical-align:top;
	width:225px;
	height:430px;
	}
td#corps{
	background-color:#FBF0C6;
	vertical-align:top;
	text-align:left;
	width:540px;
	height:430px;
	}
td#bas{
	vertical-align:middle;
	background-image: url(img/bas.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	font-weight:bold;
	color:#333333;
	text-align:center;
	font-size:13px;
	width:765px;
	background-color: #F2DD80;
	padding-top: 10px;
	padding-bottom: 3px;
	}
table#menu{
	width:225px;
	height:240px;
	background-image:url("img/fond_menu.jpg");
	background-repeat:no-repeat;
	}
table#menu td#1{
	width:157px;
	height:240px;
	}
table#menu td#2{
	width:68px;
	height:240px;
	}
/******** menu ************/
#menu ul {
	list-style: none;
    margin:50px 0 0 0;
    padding:0;
    border:0;
	}
#menu ul li{
	margin:4px 0 4px 0;
	display:block;
	width:157px;
	}
#menu ul li a{
	font-size:14px;
	font-weight:bold;
	padding:4px 0 4px 30px;
	display: block;
	color: #ffffff;
    text-decoration: none;
	background-image:url("img/bt_menu_off.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	}
#menu ul li a:hover, #menu ul li a.active{
    color:#333333;
	background-image:url("img/bt_menu_on.jpg");
	}
/************ cadre ***************/
table#txt{
	width:530px;
	margin:40px 0 20px 0;
	}
td#txt_contenu{
	background-image:url("img/txt_contenu.gif");
	background-repeat:repeat-y;
	background-position:top left;
	width:530px;
}
td#txt_haut{
	background-image:url("img/txt_haut.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	width:530px;
	height:14px;
	}
td#txt_bas{
	background-image:url("img/txt_bas.gif");
	background-repeat:no-repeat;
	background-position:top left;
	width:530px;
	height:14px;
	}
/*********** mise en page du contenu ************/
td#titre h1{
	padding:0 0 0 200px;
	margin:0;
	font-size:18px;
	color:#FBC909;
	text-transform:uppercase;
  }
  h2{
	margin: 5px 20px 0 40px;
	color:#002577;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #dedede;
	}
p{
	padding-left:20px;
	}
.uppercase{
	text-transform:uppercase;
	color:#3780b9;
	font-weight:bold;
	font-size:13px;
	}
strong, bold, .gras{
	font-weight:bold;
	color:#333333;
	}
.min{
	font-size:smaller;
	color:#666666;
	}
a{
	color:#3780b9;
	text-decoration:underline;
	}
a:hover{
	text-decoration:none;
	color:#94bfe5;
	}
img.border{
	border:1px solid #FF6600;
	}
