#content h1 {
	margin-bottom:10px;
	margin-top:70px;
}

.row {
	
}

.col.nine {
	width:689px;
}
p.sep {
	height: 10px;
    margin-bottom: 0;
}
.block {
	width:160px;
	height:220px;
	border:1px solid #ccc;
	float:left;
	margin-right:7px;
	margin-bottom:10px;
	font-size:11px;
	font-family:Arial;
	text-align: center;
}
.block.last {
	margin-right:0px;
}
.block span.remove {
	cursor:pointer;
	display:inline-block;
	height: 18px;
    width: 17px;
	background: url('/themes/www.alpazur-demenagement.com/images/moins.jpg') top left no-repeat;
}
.block span.add {
	cursor:pointer;
	display:inline-block;
	height: 18px;
    width: 17px;
	background: url('/themes/www.alpazur-demenagement.com/images/plus.jpg') top left no-repeat;
}
.block input[type='text'] {
	border: 1px solid #CCCCCC;
    height: 15px;
    position: relative;
    top: -4px;
    width: 29px;
    color:#999;
    font-size:13px;
    text-align:center;
}

h2.type {
	background-color: #77B755;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 17px;
    padding: 9px 19px;
    text-align:left;
}

.col.three {
	width:300px;
	border-right-width:0;
	margin-top: 15px;
}
.col.three .ask {
	width:280px;
	margin-left:10px;
	background-color:#77B755;
	height:212px;
	color:#FFFFFF;
	font-size: 16px;
}
.col.three .ask h1 {
	color:#FFFFFF;
	padding: 10px 0 16px 72px;
}
.col.three .ask label {
	display: inline-block;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    margin-left: 35px;
    margin-right: 6px;
    width: 100px;
    text-transform: none;
    margin-bottom:13px;
}
input[type='text'] {
	height: 21px;
    width: 66px;
    padding: 3px 5px;
}
input[type='button'] {
	cursor:pointer;
	height: 34px;
    width: 238px;
	font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    color:#FFFFFF;
    margin-top: 15px;
    background: url('/themes/www.alpazur-demenagement.com/images/button.jpg') top left repeat-x;
}