* { margin: 0; padding: 0; border: 0; }

body {
	text-align: center;
	font-family: Arial, Geneva, sans-serif;
	font-size: 76%;
	color: #333;
	line-height: 1.15em;
	font-weight: normal;
	background: #b3b5b6 url(../images/bgBody.jpg) repeat-x top left;
	}
	
.center {text-align: center;}
.right {float: right; width: auto}
br {clear: both;}


/* ---[ Mise en page/Structure des pages ]--------------------- */

#affilie_header {
	position: absolute;
	right: 20px;
	top: 30px;
}
#container {
	margin: 0 auto;
	width: 974px;
	text-align: left;
	position: relative;
	}
#btnVente {
	position: absolute;
	top: 496px;
	left: 0;
	z-index: 50;
}
#header {
	position: relative;
	z-index: 85;
	width: 974px;
	height: 163px;
	background: url(../images/camionHeader.jpg) no-repeat 305px top;
	}
	
	img#logo {
		position: absolute;
		top: 22px; left: 15px;
		}
	
	#numeros {
		position: absolute;
		top: 80px; right: 26px;
		width: 500px;
		height: 25px;
		padding-top: 3px;
		text-align: right;
		font-size: 200%;
		font-weight: bold;
		color: #b07e43;
		}
	
	
ul#nav {
	position: absolute;
	z-index: 80;
	bottom: 0; left: 0;
	width: 958px;
	height: 38px;
	padding: 14px 0 0 20px;
	background: url(../images/bgNav.gif) no-repeat;
	list-style-type: none;
	}	
	
	ul#nav li {
		display: inline;
		float: left;
		width: auto;
		}
		
		ul#nav li a {
			text-indent: -9999px;
			display: block;	
			text-decoration: none;
			height: 27px;
			}
			
			ul#nav li a#btnAccueil:link, ul#nav li a#btnAccueil:visited {width: 73px;  background: url(../images/btnAccueil.gif) no-repeat 0 0;}
			ul#nav li a#btnApropos:link, ul#nav li a#btnApropos:visited {width: 159px; background: url(../images/btnApropos.gif) no-repeat 0 0;}
			ul#nav li a#btnDemenagement:link, ul#nav li a#btnDemenagement:visited {width: 150px; background: url(../images/btnDemenagement.gif) no-repeat 0 0;}
			ul#nav li a#btnTransport:link, ul#nav li a#btnTransport:visited {width: 107px; background: url(../images/btnTransport.gif) no-repeat 0 0;}
			ul#nav li a#btnEntreposage:link, ul#nav li a#btnEntreposage:visited {width: 125px; background: url(../images/btnEntreposage.gif) no-repeat 0 0;}
			ul#nav li a#btnConseils:link, ul#nav li a#btnConseils:visited {width: 91px; background: url(../images/btnConseils.gif) no-repeat 0 0;}
			ul#nav li a#btnPromo:link, ul#nav li a#btnPromo:visited {width: 117px; background: url(../images/btnPromo.gif) no-repeat 0 0;}
			ul#nav li a#btnJoindre:link, ul#nav li a#btnJoindre:visited {width: 112px; background: url(../images/btnJoindre.gif) no-repeat 0 0;}
			
			ul#nav li a#btnAccueil:hover, ul#nav li a#btnAccueil:active,
			ul#nav li a#btnApropos:hover, ul#nav li a#btnApropos:active,
			ul#nav li a#btnDemenagement:hover, ul#nav li a#btnDemenagement:active,
			ul#nav li a#btnTransport:hover, ul#nav li a#btnTransport:active,
			ul#nav li a#btnEntreposage:hover, ul#nav li a#btnEntreposage:active,
			ul#nav li a#btnConseils:hover, ul#nav li a#btnConseils:active,
			ul#nav li a#btnJoindre:hover, ul#nav li a#btnJoindre:active,
			ul#nav li a#btnPromo:hover, ul#nav li a#btnPromo:active,
			
			/*highlight de section*/
			body#pgAccueil ul#nav li a#btnAccueil:link, body#pgAccueil ul#nav li a#btnAccueil:visited,
			body#pgApropos ul#nav li a#btnApropos:link, body#pgApropos ul#nav li a#btnApropos:visited,
			body#pgDemenagememt ul#nav li a#btnDemenagement:link, body#pgDemenagememt ul#nav li a#btnDemenagement:visited,
			body#pgTransport ul#nav li a#btnTransport:link, body#pgTransport ul#nav li a#btnTransport:visited,
			body#pgEntreposage ul#nav li a#btnEntreposage:link, body#pgEntreposage ul#nav li a#btnEntreposage:visited,
			body#pgConseils ul#nav li a#btnConseils:link, body#pgConseils ul#nav li a#btnConseils:visited,
			body#pgJoindre ul#nav li a#btnJoindre:link, body#pgJoindre ul#nav li a#btnJoindre:visited,
			body#pgPromo ul#nav li a#btnPromo:link, body#pgPromo ul#nav li a#btnPromo:visited  {
				background-position: 0 -27px;}
			

#photoBanner {
	position: relative;
	width: 974px;
	height: 341px;
	border-top: 6px #fff solid;
	}
	
	#animation {float: left; width: 652px; height: 341px; background: #fff; position: relative}
	
	
	#btnEstimation {
		position: absolute;
		top: 0; right: 0;
		width: 323px;
		height: 341px;
		background: #fff;
		}
		
		img#btnCliquez {
			position: absolute;
			top: 296px;
			left: 18px;
			}
#fauxColumns {
	width: 974px;
	background: #fff url(../images/bgFauxColumns.gif) no-repeat 0 0;
	}

#sidebar {
	float: left;
	width: 200px;
	min-height: 385px;
	padding: 50px 25px 20px 25px;
	}
	
	img#affilie {
		margin: 50px 0 27px 0;
		}
	
#content {
	float: right;
	width: 664px;
	min-height: 385px;
	padding: 50px 25px 20px 35px;
	}
	
	div.cols {float: left; display: inline; width: 202px; margin: 0 15px 0 0; }
	
#footer {
	position: relative;
	clear: both;
	width: 948px;
	height: 33px;
	padding: 7px 0 0 25px;
	background: #B4B5B7 url(../images/bgFooter.gif) no-repeat 0 0;
	color: #fff;
	font-size: 90%;
	}	
	
#footer span {
	color: #CCC;	
}
	img#logoCleroux {position: absolute; right: 15px; top: 4px;}

/* ---[ Format du texte ]--------------------- */

h1 {
	font-size: 150%;
	line-height: 1.1em;	
	padding: 0 0 15px 0;
	}
	
	#sidebar h1 {
		font-size: 150%;
		line-height: 1.1em;
		padding: 0 0 15px 0;
		}
		
		
		div.rounded h1 {
			background: #EFF2F3;
			font-size: 120%;
			color: #004a7c;
			padding: 0 0 10px 0;
			margin: 0 0 15px 0;
			border-bottom: 1px #ccc solid;
			}
		div.rounded h2 {
			font-size: 105%;
			padding: 0 0 10px 0;
			text-transform: none;
			color: #333;
			line-height: 1.3em;
			border-bottom: 0;
			margin-bottom: 0;
			}
			
		div.rounded p {
			font-size: 90%;
			line-height: 1.3em;
			padding: 0 0 10px 0;
			}	

h2 {
	font-size: 120%;
	text-transform: uppercase;
	color: #b07e43;
	line-height: 1.1em;	
	padding: 0 0 5px 0;
	border-bottom: 1px #ccc solid;
	margin-bottom: 15px;
	}
	
h3 {
	font-size: 110%;
	line-height: 1.1em;	
	padding: 0 0 15px 0;
	}	

p {
	font-size: 100%;
	line-height: 1.5em;
	padding: 0 0 15px 0;
	}
	
	.blue { background: inherit; color: #004a7c;}
	.smaller {font-size: 90%;}
	.red {color: #b91c3d;}
	


#content ul, #content ol {
	margin: 0 0 30px 20px;
	}
	
	#content div.rounded ul {margin: 0 0 0 20px;}
	#content ol li {margin: 0 0 10px 0;}	 

#content ul li {
	list-style-type: square;
	margin: 0 0 10px 0;
	}
	
	#content ul.spaced li {margin: 0 0 20px 0;}
	
	 #content div.rounded ul li {font-size: 90%; margin: 0 0 5px 0;}


	
#sidebar ul {
	margin: 0 0 30px 20px;
	}

#sidebar ul li {
	margin: 0 0 10px 0;
	list-style-image: url(../images/bulletChevron.gif);
	line-height: 1.3em;
	}	

a:link, a:visited {color: #004a7c;}
a:hover, a:active {color: #135c8e;}

#sidebar a:link, #sidebar a:visited {color: #004a7c;}
#sidebar a:hover, #sidebar a:active {color: #135c8e;}

a:focus, object {outline: none;}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {color: #b2b2b2;}

/* ---[ Form ]--------------------- */


fieldset {
	border: 1px dotted #ccc;
	padding: 10px;
	margin: 10px 0;
	}
	
	fieldset fieldset {background: #F1F2F2}
	
	
legend {
	color: #b07e43;
	padding: 2px 10px;
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	}
	
	fieldset fieldset legend {color: #ccc; background: #004a7b; text-transform: none;}
	
label {
	width: 200px;
	float: left;
	font-weight: bold;
	padding: 1px;
	}
	
input, textarea, select {border: 1px #ccc solid; padding: 1px; margin: 0 5px 5px 0;}	
input.radioCheck {border: 0; margin: 0 3px 0 0; padding-top: 2px; vertical-align: middle;}

hr {
	width: 100%;
	height: 1px;
	border: 0;
	color: #cccccb;
	background: #ccc;
	margin: 10px 0;
	}

/* ---[ Tables ]--------------------- */
table {
	border-collapse: collapse;
	margin: 0 0 15px 0;
	width: 100%;
	}	
	
	table#tailles {border: 1px #000 solid;}
	
td, th {
	border: 1px #000 solid;
	border-collapse: collapse;
	padding: 5px;
	font-size: 90%;
	vertical-align: top;
	}

/* ---[ Functions ]--------------------- */
/*rounded corners*/

div.rounded, div.inner { color: #333;}
div.rounded  { 
	float: left; 
	width: 178px; 
	height: 293px; 
	padding: 12px; 
	margin: 0 0 2em 0; 
	background: #eff2f3;
	}
	
	div.rounded img {margin: 0 0 15px 0;}
	
	
	




/* ---[ Hacks ]--------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	

/* -- adds cyril -------------*/

#demenagementsub {
	position: absolute;
	top: 151px;
	left: 251px;
	width: 149px;
	line-height: 20px;
	z-index: 90;
	color: #546359;
	border: 1px solid #546359;
	border-top: 0;
	display: none;
	background: #1A222D;
	padding: 5px 0;
}
#demenagementsub li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #1A222D;
}
#demenagementsub a {
			text-decoration: none;
			color: #FFF;
			font-weight: bold;
			font-size: 10px;
			margin: 0;
			margin-left: 12px;
			line-height: 18px;
			display: block;
}
#demenagementsub a:hover {
			color: #B98E5B;
		}
			
#footernav {
	width: 948px;
	margin: 10px auto;
}
#footernav a, #footernav a:visited {
	text-decoration: none;
	color: #333;
}
#footernav a:hover {
	color: #666;
}
#footernav ul {
	list-style: none;
	overflow: auto;
	text-align: left;
}
#footernav ul li {
	float: left;
	width: auto;
	margin-right: 70px;
	font-weight: bold;
}
#footernav ul ul {
	font-size: 11px;
	overflow: inherit;
}
#footernav ul ul li {
	float: none;
	font-weight: normal;
	margin-right: 0px;
}
