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

/* Squelette */

div#header {
	height: 203px;
	background: url(../media/img.site/header_bkg.gif) repeat-x;
	padding-top: 37px;
}

div#header_inside {
	height: 203px;
	width: 998px;
	position: relative;
	margin: 0 auto;
	background: url(../media/img.site/header_inside_bkg.jpg) top right no-repeat;
}

div#header_fourgon {
	position: absolute;
	top: -34px;
	right: 10px;
	background: url(../media/img.site/header_fourgon.png) no-repeat;
	width: 313px;
	height: 166px;
}

div#header_window {
	height: 163px;
	width: 128px;
	background: url(../media/img.site/header_window.jpg) no-repeat;
	float: left;
}

div#header_accroche {
	width: 428px;
	height: 163px;
	background: url(../media/img.site/header_accroche.png) no-repeat;
	float: left;
}

div#menu {
	position: absolute;
	left: 0;
	bottom: 0 !important;
	bottom: -1px;
	height: 32px;
	width: 998px;
}

div#global {
	background-color: #FFF;
	height: 300px;
}

html>body div#global {
	height: auto;
	min-height: 300px;
	
}

div#global_inside {
	width: 958px;
	margin: 0 auto;
	padding: 10px 20px 60px 20px;
}

div#footer {
	width: 958px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	padding-top: 2px;
}

div#artisan {
	width: 131px;
	height: 75px;
	background: url(../media/img.site/logo_artisan.png) no-repeat;
	position: absolute;
	top: -52px;
	right: 0;
}

div#footer p {
	color: #2e3192;
}

/* page partenaires */
.linkList {
	border-bottom:1px solid #999999;
	padding: 10px 0;
}	

.linkList p {
	float: left;
	width: 280px;
	margin: 0;
	padding-right: 20px;
}

.linkList .link_code {
	float: left;
	width: 658px;
}

/* MENU */	

#menu li {
	display: block;
	float: left;
}

#menu li a, div#menu li a:visited {
	display: block;
	float: left;
	color: #FFF;
	font-size: 1.3em;
	height: 32px;
	line-height: 32px;
	padding: 0 16px;
	border-right: 1px solid #6466ae;
}

#menu li a:hover {
	color: #FFF;
	background-color: #ff6101;
}

#menu li.active a, #menu li.active a:visited {
	color: #ff6101;
}

#menu li.active a:hover {
	color: #FFF;
}

/* LISTES */
/* -------------------------------------------------------------------------------------------------*/

ul.nostyle {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}

ul.nostyle a {
	text-decoration: none;
}

ul {
	list-style-image: url(../media/img.site/puce.gif);
}
/* Séparateurs */

.clr {
	clear: both;
}
