.btn {
	display: block;
	position: relative;
	background: #aaa;
	padding: 5px;
	float: left;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 5px;
}

.btn * {
	font-style: normal;
	display: block;
	position: relative;
}

.btn.un {
	background: #ff0066;
	width: 472px;
	font-size: 21px;
	height: 34px;
	color: #000;
	padding-left: 10px;
}

#construction {
	cursor: default;
}

.btn.deux {
	background: #ff6600;
	font-size: 11px;
	width: 108px;
	margin-right: 5px;
	height: 35px;
	color: #000;
}

div.btn.deux:hover {
	background: #ff6600;
	cursor: default;
}

.btn.trois {
	background: #66cc00;
	width: 108px;
	font-size: 11px;
	margin-right: 5px;
	height: 35px;
	color: #000;
}

/* 	font-size: 12px;
*/

div.btn.trois:hover {
	background: #66cc00;
	cursor: default;
}

.btn.trois.petit {
	font-size: 11px;
}

.btn.quatre {
	background: #06c;
	font-size: 12px;
	height: 35px;
}

.btn.cinq {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-color: #ff0033;
	height: 72px;
}

div.btn.cinq:hover {
	background-color: #ff0033;
	cursor: default;
}

.btn.quatre, .btn.cinq {
	width: 146px;
}

.colonne .btn.un {
	width: 147px;
	font-size: 13px;
	padding-left: 5px;
}

.colonne .btn.deux {
	width: 146px;
	font-size: 13px;
}

.btn:hover {
	background-color: #aaa;
}

.btn.un:hover {
	background-color: #aaa;
}

/* Comment

.btn:active {
	background-color: #444;
}

 */

* html .btn.un {
	width: 450px;
	font-size: 20px;
}

* html .btn.deux {
	width: 103px;
}

* html .btn.trois {
	width: 103px;
}

* html .btn.cinq {
	width: 146px;
}

* html .btn:hover {
	border-color: #06C;
}