*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
body {
	background-image: url(img/fond.jpg);
	background-repeat:repeat-x;
	margin:0;margin:0;
	background-color:#ffffff;
	}
td#haut{
	width:765px; height:200px;
	background:url(img/haut.jpg) no-repeat bottom center;
	vertical-align:bottom; text-align:right;
	}
td#menu{
	background: url(img/menu-fd.jpg);
	width:765px; height:25px;
	vertical-align:middle;
	text-align:center;
	}
td#menu2{
	width:237px; height:61px;
	vertical-align:middle;
	}
	
	
td#gauche{
	width:200px; height:345px;
	vertical-align:top;
	background-color:#FFFFFF;
	}
td#corps{
	background:url("img/corps.jpg") repeat top center;
	width:565px; height:345px;
	vertical-align:top;
	background-color:#ffffff;
	}
td#bas{
	background-color:#ffffff;
	width:765px; height:30px;
	vertical-align:middle; text-align:center;
	color:#000000;
	font-weight:bold; font-size:16px;
	}
td#kmn{
	color:#000000;
	width:765px;
	vertical-align:bottom; text-align:center;
	font-size:11px;
	}
td#kmn a{font-size:11px;}
td#titre{
	background:url("img/titre.jpg") no-repeat top center;
	width:328px; height:61px;
	vertical-align:top;
	background-color:#ffffff;
}
td#contenu{
	width:565px; height:264px;
	vertical-align:top;
	background:url("img/contenu.jpg") no-repeat top center;
	}
td#contenu_bas{
	width:565px; height:20px;
	vertical-align:top;
	background:url("img/contenu_bas.jpg") no-repeat top center;
	}
/*********** mise en page du contenu ***********/
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin:18px 0 0 5px;
	text-transform:uppercase;
	}
h2{
	font-weight:bold; font-size:12px;
	margin-left:15px; margin-right:30px;
	padding-bottom:0px; border-bottom:1px dotted #94bfe5;
	color:#F333DD;
	}
p{
	margin-left:15px; margin-right:15px;
	}
a{color:#F333DD; text-decoration:underline;}
a:hover{color:#3780b9;text-decoration:none;}
ul{margin-left:15px;}
li{ margin-bottom:3px;}
.min{ font-size:smaller; color:#666666;}
img.border{border:1px solid #3780b9;}

.menu_php a.notactiv_lnk{
	display: block;
	background-color: white;
}
	.menu_php a.notactiv_lnk:hover{
		display: block;
		background-color: #ff23dc;
	}

.menu_php a.activ_lnk{
	display: block;
	background-color: #ff23dc;
}

.menu_actif{
	display: inline-block;
	margin: 0px;
	height: 25px;
	overflow: hidden;
}
.menu_inactif{
	display: inline-block;
	margin: 0px;
	height: 25px;
	overflow: hidden;
}
iframe{
	border: 1px solid #d0e0ef;
}

.lien_acc{
	border: 0px solid #c345b0;
	color: #c345b0;
	background: transparent url(img/bulle.gif) no-repeat center;
	line-height: 100px;
	padding: 0px 15px;
	width: 200px;
	text-align:center;
	text-decoration:none;
}
.lien_acc:hover{
	background: transparent url(img/bulle_h.gif) no-repeat center;
}
.img_acc{
	border: 1px solid #c345b0;
	padding: 2px;
}
.img_acc:hover{
	border: 1px solid #c345b0;
	padding: 2px;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.titre_img{
	border: 0px solid #c345b0;
	color: #c345b0;
	background: transparent url(img/p_bulle.gif) no-repeat center;
	line-height: 50px;
	padding: 0px 15px;
	text-align:center;
	text-decoration:none;
	margin: 10px auto 10px auto;
	cursor: default;
	width: 350px;
	
}
.titre_img img{
	margin-top: -5px;
	margin-left: 10px;
	margin-right: -37px;
	position: relative;
}