body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #4D4D4D;
	margin: 0mm;
	padding: 0mm;
}

/*top*/
#ban, #bar_mnu, #breadcrumbs {
	display: none;
}

/* Contenu */
#contenu {
	width: 15cm;
	margin-left: auto;
	margin-right: auto;
}
#content {
	width: 15cm;
	margin-right: auto;
	margin-left: auto;
}
#ss_menu {
	display: none;
}

#cont_txt {
	width: 15cm;
	margin-right: auto;
	margin-left: auto;
}

/*tool*/
#tool, .btn_infos {
	display: none;
}

/*footer*/
#foot_top, #foot_bot, #footer, #bloc_signature {
	display: none;
}

/*autre*/
.block_projet, #cont_box_left_1, .cont_cache, #cont_box_right_1 {
	display: none;
}
/*class*/
.clear_all,
.clear { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.btn_blc {
	background-image: url(../images/coupe/btn.png);
	background-position: left top;
	font-size: 12px;
	color: #5190BD;
	height: 39px;
	display: block;
	background-repeat: no-repeat;
	line-height: 39px;
	padding-left: 22px;
	width: 124px;
	
	text-decoration: none;
	cursor: pointer;
}
.btn_blc:hover,
.btn_small:hover {
	text-decoration: none;
}
.btn_small {
	background-image: url(../images/coupe/btn_small.png);
	background-position: left top;
	font-size: 12px;
	color: #5190BD;
	height: 39px;
	display: block;
	background-repeat: no-repeat;
	line-height: 39px;
	padding-left: 22px;
	width: 62px;
	
	text-decoration: none;
	cursor: pointer;
}