@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#eb6e08;
}

body #fond {
	background:url(../images/bg-body-tpl.jpg) repeat-x #fff;
}

body #background {
	width:100%;
	background:url(../images/bg-voiture-tpl.jpg) no-repeat center 80px;
	margin:auto;
}

body #background #bg-contenu-haut {
	width:900px;
	height:20px;
	background:url(../images/tpl-contenu-h.png);
	margin:25px auto 0 auto;
}

body #background #contenu {
	width:870px;
	background:url(../images/tpl-contenu-c.png) repeat-y;
	padding:1px 15px 1px 15px;
	margin:auto;
}

body #background #bg-contenu-bas {
	width:900px;
	height:20px;
	background:url(../images/tpl-contenu-b.png) no-repeat;
	margin:auto;
}

body #pied-de-page {	
	width:100%;
	padding:10px 0 0 0;
	background:#eb6e08;
}

body #pied-de-page #centre-pdp {	
	width:900px;
	margin:auto;
}

body #pied-de-page #centre-pdp #coordonnees {
	width:445px;
	font-size:11px;
	color:#fff;
	float:left;
}

body #pied-de-page #centre-pdp #liens {
	width:365px;
	font-size:10px;
	float:left;
}

body #pied-de-page #centre-pdp #liens a, body #pied-de-page #centre-pdp #reseaux-sociaux a {
	color:#fff;
}

body #pied-de-page #centre-pdp #reseaux-sociaux {
	width:90px;
	font-size:11px;
	float:left;
}

body #pied-de-page #centre-pdp #reseaux-sociaux img {
	vertical-align:middle;
}