﻿#titre{
	left:25px;
}
#corps{
	clear:both;
	display:block;
	padding:1em;
	width:564px;
	margin-left:15px;
	margin-bottom:15px;
}
#corps .txt{
	height:339px;
	padding-top:10px;
}
#corps .txt .scrollable{
	height:339px;
	overflow:auto;
}


/* image format 237x145px */
#corps .txt img{
	display:block;
	margin-bottom:1px;
	width:237px;
	height:145px;
	background-color:#D4DFED;
}
#corps .txt .img{
	float: left;
	display:block;
	margin-right:10px;
	margin-bottom:10px;
	width:237px;
	overflow:hidden;
}
/* fin image format template1bis 159x185px */

/* IE6 bug des objets qui débordent et ne sont plus scrollables !*/
#IE6 #corps .txt .scrollable{
	height:339px;
	overflow:auto;
	display:block;
	position:relative;
}

/* tableaux */
#page table {
	margin:10px 0 0 0;
	width:96%;
	empty-cells:show;
	border-collapse:collapse;
	border-spacing:0;
	border:2px solid #696969;
}

#page table caption {
	display:none;
}
#page td, #page th {
	border:1px solid #696969;
	padding:2px 10px 2px 5px;
	text-align:left;
}
#page th {
	background-color:#d9d9d9;
	color:black;
	text-transform:uppercase;
}
#page #corps .txt .scrollable a {
	color:#00a2dd;
	font-weight:bold;
}
