body{
	background-image:url("img/fond.jpg");
	background-repeat:repeat-x;
	background-color:#D99F91;
	padding:0; margin:0;
	cursor:url("img/curseur.cur"),default;
	}
*{/* s'applique à toutes les balises */
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:12px;
	}
td#haut{
	background-image: url("img/haut.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	width:765px;
	height:81px;
	}
td#photos{
	width:765px;
	height:150px;
	border-bottom:1px solid white;
	border-top:1px solid white;
	background-image:url("img/photos.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	}
td#menu{
	width:180px;
	height:341px;
	padding-top:50px;
	vertical-align:top;
	}
td#corps{
	width:585px;
	height:341px;
	vertical-align:top;
	}
td#bas{
	width:765px;
	height:28px;
	vertical-align:middle;
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:13px;
	color:#FFFFCC;
	}
/******* menu ************/
#menu ul {
	list-style: none;
    margin: 0;
    padding:0;
    border: none;
	background-image:url(img/menu2_fond.jpg);
	background-repeat:repeat-y;
	}
#menu ul li{
	display: block;
	}
#menu ul li a{
	font-size:13px;
	font-weight:bold;
	display: block;
    padding: 7px 1px 7px 40px;
	color: #ffffff;
    text-decoration: none;
	width:140px;
	}
#menu ul li a:hover, #menu ul li a.active{
	text-decoration:underline;
	background-image:url(img/menu_bt_on.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
/************* cadre contenu ************/
td#cadre_contenu{
	vertical-align:top;
	width:585px;
	background-image:url("img/cadre.gif");
	background-repeat:repeat-y;
	background-position:top left;
	}
td#titre{
	vertical-align:top;
	width:585px;
	vertical-align:top;
	background-image:url("img/cadre.gif");
	background-repeat:repeat-y;
	background-position:top left;
	}
td#cadre_bas{
	vertical-align:top;
	width:585px;
	}
td#cadre_contenu p{
	margin-left:20px;
	}
td#kmn{
	color:#000000;
	font-size:10px;
	}
table.table_flash{
	border:1px solid #77030C;
	}
/************* mise en page des textes : ************/
h1{
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	margin-left:20px;
	}
h2{
	font-size:14px;
	font-weight:bold;
	color:#77030C;
	margin:20px 20px 20px 40px;
	padding:1px 0 5px 0;
	border-bottom:1px solid #AC5754;
	padding-left:30px;
	background-image:url("img/h1_img.gif");
	background-position:top left;
	background-repeat:no-repeat;
	}
p{
	padding-left:30px;
	}
ul{
	margin-left:30px;
	}
.uppercase{
	text-transform:uppercase;
	color:#333333;
	font-weight:bold;
	letter-spacing:1px;
	}
strong, bold, .gras{
	font-size:larger;
	font-weight:bold;
	color:#77030C;
	}
.min{
	font-size:smaller;
	color:#666666;
	}
img.border{
	border:1px solid #ffffff;
	}
a{/* lien par défaut */
	text-decoration:underline;
	color:#FFFFCC;
	}
a:hover{/* lien par défaut hover */
	text-decoration:none;
	color:#660000;
	}
.pt{
	font-size:50px;
	font-weight:bold;
	color:#FFFFCC;
	}
input, textarea, select, option{
	color:#333333;
	}
	
	