/* {
	border: 1px solid pink;
	margin: 0px;
}

html {
	border-color: yellow;
}

body {
	border-color: green;
}

div {
	border-color: red;
}

span {
	border-color: blue;
}
*/

* {
	font-family: lucida sans typewriter, helvetica, sans-serif;
	font-family: helvetica;
}

body {
	background-color: #fffffe;
}


.cols {
	position: relative;
	z-index: 1;



	/* Hack IE 6 pour alignement de colonne gauche*/
	border: 0px solid white;
	border-top: 1px;
	
}

.col {
	padding-top: 27px;
	text-align: center;
}

#col1 {
	width: 25%;
	position: absolute;
	overflow:hidden;
	left: 0;
	top: 0;
}
/*
.cacheblanc {
	width: 100%;
	height: 1000px;
	position: absolute;
	z-index: 2;
	background-color: #ffffff;
	right: 100%;
}*/

#col2 {
	margin-left: 15%;
	margin-right: 35%;
	position: relative;
}

#col3 {
	width: 30%;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	background-color: transparent;
}

.row {
	position: relative;
	padding: 2px 0;
	margin-top: 15px;
	width: 275px;

	background-color: transparent;

	color: #c17700;
	font-size: 11px;
	font-weight: bsold;
	text-align: right;
}

.bolder {
	font-weight: 900;
}

#col1 .zebre {
	background-color: #fcebcb;
}

#col2 .zebre {
	background-color: #fcebcb;
}

#col3 .zebre {
	background-color: #fbe27b;
}

.devis {
	padding: 3px;
	margin-left: 2px;
	background-color: transparent;
	color: #f4af44;	
}

.contrat {
	padding: 3px;
	color: #ffffff;
}

#col1 .contrat {
	background-color: #c38000;
}

#col2 .contrat {
	background-color: #f39d00;
}

#col3 .contrat {
	background-color: #c38000;
}

.spacer {
	height: 15px;
}




#liens div {
	text-align: left;
	margin: 10px 0;
	padding: 2px 2px 2px 10px;
	color: #009cb3;
	font-size: 14px;
	font-weight: bold;
}

.dossier {
	background-color: #fff6a8;
}

.contact {
	background-color: #fff176;
}

.guide {
	background-color: #ffed2c;
}

#logo {
	position: absolute;
	right: 0;
}

#floatbloc {
	margin-top: 20px;
}

#banner {
	position: relative;
	bottom: 100px;
	z-index: 0;
}
