/*Classe*/
#logo {
	position: absolute;
	top: 170px;
	right: 120px;
}
.text_center {
	text-align: center;
}
.right {
	float: right;
	margin: 10px 5px 5px 5px;
}
.left {
	float: left;
	margin: 0px 10px 5px 5px;
}
.left_padi {
	float: left;
	margin: 0px 20px 10px 10px;
}
.right2 {
	float: right;
	margin: 5px 5px 5px 5px;
}
.right3 {
	float: right;
	margin: 5px 5px 5px 30px;
}
.right4 {
	float: right;
	margin: -5px 5px 5px 30px;
}
.nom {
	color: #0bb;
}
p.attention {
	background: url(../images/error.gif) left 0px no-repeat;
	height: 40px;
	padding-left: 40px;
}
p.bas {
	color: #0bb;
	font-weight: bold;
	text-align: right;
}
/*Liste*/
ol li {
	list-style-position: inside;
	color: #006;
}
ul {
	margin-left: 10px;
}
ul li {
	list-style: square inside;
	color: #f60;
}
ul.puce {
	margin-bottom: 20px;
	margin-top: 10px;
}
ul.puce li {
	list-style-type: none;
	background: url(../images/puce_liste.gif) left 6px no-repeat;
	color: #006;
	text-indent: 10px;
}
#menu ul {
	margin-left: 0px;
}
#menu ul li {
	width: 125px;
	height: 23px;
	float: left;
	list-style-type : none;
	padding-top: 8px;
}
#menu ul #back_page {
	background: url(../images/menu.gif) left no-repeat;
}
#menu ul .back_menu {
	background: url(../images/menu2.gif) left no-repeat;
}
#menu ul li a {
	margin-left: 30px;
}
#menu ul li.spe a {
	margin-left: 25px;
}
#menu ul li.spe2 a {
	margin-left: 13px;
}
dt {
	margin: 0 0 10px 0;
}
/*tableau*/
table td {
	width: 40%;
	vertical-align: top;
	padding-left: 5px;
}
table td#td1 {
	border-right: solid 1px #ccc;
	padding-right: 5px;
}
