body{
	padding:0;
	margin:0;
	background-color:#FDFCDD;
	background-image:url("img/fond.jpg");
	background-repeat:repeat-x;
	}
*{/* s'applique à toutes les balises */
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	}
a{/* lien par défaut */
	color:#33CC00;
	text-decoration:underline;
	}
a:hover{/* lien par défaut hover*/
	color:#3780b9;
	text-decoration:none;
	}
td#haut{
	background-image:url("img/haut.jpg");
	background-repeat:no-repeat;
	background-position:bottom center;
	vertical-align:top;
	width:765px;
	height:170px;
	}
td#menu{
	background-image:url("img/gauche.jpg");
	background-repeat:no-repeat;
	background-position:bottom right;
	vertical-align:top;
	width:180px;
	height:405px;
	}
td#corps{
	background-image:url("img/corps.gif");
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-position:bottom right;
	vertical-align:top;
	width:585px;
	height:405px;
	}
td#bas{
	vertical-align:middle;
	font-weight:bold;
	color:#3780b9;
	text-align:center;
	font-size:11px;
	width:765px;
	height:25px;
	font-family: Arial, Helvetica, sans-serif;

	}
/********** tableau kemenn **************/
table#kmn td, table#kmn td a{
	font-size:11px;
	width:382px;
	}
/******* menu *************/
#menu ul {
	list-style: none;
    margin: 0;
	padding:0;
	width:180px;
	}
#menu ul li {
	text-align:right;
	margin:0;
	border-bottom:1px solid #93B4D2;
	}
#menu ul li a{
	display: block;
	font-weight:bold;
	font-size:13px;
	color: #ffffff;
    text-decoration: none;
	padding:2px 27px 2px 0;
	background-image:url("img/bt_menu_off.jpg");
	background-position:right;
	background-repeat:no-repeat;
	}
#menu ul li a:hover, #menu ul li a.active{
	color:#002577;
	background-image: url("img/bt_menu_on.jpg");
	background-position:right;
	background-repeat:no-repeat;
	}
/********* mise en page du contenu ***********/
h1{
	color:#3AB937;
	font-size:20px;
	font-weight:bold;
	margin:30px 0 0 20px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:2px 0 4px 60px;
	background-image:url("img/tt_picto.gif");
	background-position:left;
	background-repeat:no-repeat;
	}
h2{
	color:#3780b9;
	font-size:16px;
	font-weight:bolder;
	margin:20px 40px 0 40px;
	border-bottom:1px solid #dadada;
	}
h3{
	color:#FF6600;
	font-size:14px;
	font-weight:bolder;
	margin:10px 40px 0 60px;
	border-bottom:1px dotted #dedede;
	}
td#corps p{
	padding-left:20px;
	padding-right:20px;
	}
.uppercase{
	text-transform:uppercase;
	color:#E87439;
	font-weight:bold;
	}
strong, bold, .gras{
	font-weight:bold;
	color:#528A54;
	letter-spacing:1px;
	}
.min{
	font-size:smaller;
	color:#666666;
	}
img.border{/* toutes les images du td "corps" */
	border:1px solid #3780b9;
	margin:2px;
}
.top2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #003399;
}
.formulaire {
	background-color: #FFFFCC;
	background-image: url(img/fond-formulaire.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
