/************** div la_page **************/
#la_page{
	margin: 0px;
	padding: 0px;
}

#la_page ol{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 6px;
}

#la_page ul{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 6px;
}

#la_page h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFF66;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 1em;
}
/************** cellule de type 1 **************/
.type1{
	width: 750px;
	margin: 0px auto 5px;
	overflow: auto;
}

.type1 img{
	float: left;
	margin: 0px 3px 3px 0px;
}

/************** cellule de type 2 **************/
.type2{
	width: 750px;
	margin: 0px auto 5px;
	overflow: auto;
}

.type2 img{
	float: right;
	margin: 0px 0px 3px 3px;
}

/************** cellule de type 3 **************/
.type3{
	width: 750px;
	margin: 0px auto 5px;
	text-align: center;
	overflow: auto;
}

/************** cellule de type 4 **************/
.type4{
	width: 750px;
	margin: 0px auto 5px;
	overflow: auto;
}

.type4 table{
	width: 750px;
	border: none;
}

.type4 td{
	width: 375px;
	vertical-align: top;
}

/************** cellule de type 5 **************/
.type5{
	width: 750px;
	margin: 0px auto 5px;
	overflow: auto;
}

.type5 table{
	width: 750px;
	border: none;
}

.type5 td{
	width: 250px;
	vertical-align: top;
}

/************** cellule de type 6 **************/
.type6{
	width: 750px;
	margin: 0px auto 5px;
	overflow: auto;
}

.type6 table{
	width: 750px;
	border: none;
}

.type6 td{
	vertical-align: top;
}

.type6 td.td_img{
	width: 205px;
}

/************** cellule de type 7 **************/
.type7{
	width: 750px;
	margin: 0px auto 5px;
	overflow: auto;
}