/* CSS RESET éà */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* #####################
		TEMPLATE
   #####################*/

body {background:url("images/bg-roulotte.png") repeat-x #d9d9d9;}

#container {width: 840px; margin: auto;}

#header {min-height: 100px;}
#header img{width:265px; float:left; margin-top:-5px;}
h1{font-size:28px; color:#FFF; margin-left:20px; margin-top:15px;}

#big-image{margin-top:25px; width:840px;}

#regions{width:840px; background:#232323; float: left}
#coordonnees{background:#161616; width:296px; padding:15px; font-size:18px; color:#fff; float: left}
#secteur{width:400px; float:left; padding-left:35px; margin-top:10px;}
#secteur p{text-transform:uppercase; color:#fff; font-size:12px; margin-bottom:15px;}
#secteur ul {float: left; color:#fff; font-size:17px;}
#secteur ul li {float: left; width: 100px; list-style:url("images/puce.png")}

#columns {float: left; min-height:350px; background:#fff; }

#left_column {float: left; width: 383px; background-color: #fff; padding:15px;}
h2{font-size:22px; color:#667c16; margin-bottom:15px; line-height:24px; margin-top:20px;}
#left_column p{font-size:12px; line-height:18px; color:#232323; margin-bottom:15px;}
#left_column img{margin-top:15px;}

#right_column {float: left; width: 427px; background-color: #fff}
#video{background:#e5e7de; width:404px; text-align:center; padding:17px 0; margin-left:10px; margin-top:10px;}
h3{font-size:16px; color:#444b28; font-weight:bold; margin-bottom:15px;}
#right_column img {margin:27px;}
#right_column p{font-size:12px; line-height:18px; margin:0 27px 15px 27px;}


#footer {float: left; width: 760px; text-align: center; background: #7a7462; padding: 10px 20px 10px 60px; color: #fff; font-size: 12px}
#footer_text {float: left; text-align: left; width: 525px; line-height: 22px; margin-top: 10px}
#footer_text a {color: #fff}
#footer_img {float: right; width: 170px;}
#footer_img img {float: left; margin-right: 12px}
#footer_slogan {float: left; width: 170px; text-align: left; margin-top: 6px}
#footer_slogan a {color: #ddd; text-decoration: none}
