/*
	mpb.css
	http://www.montanerpietriniboissons.fr
	(c) 2009 - STONE POWER, Agence Interactive - Marseille, FRANCE
	Fichier CSS générique pour l'ensemble du site
------------------------------------------------------------------*/

/**************************
	XHTML
***************************/

html {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	text-align: center;
	font: normal 0.75em Arial, Verdana, Geneva, sans-serif;
	color: #999;
}
body#home {
	background-color: #070505;
}
body#depots {
	background-color: #fff;
}
a {
	color: #666;
	text-decoration: none;
}
img {
	border: none;
}

/**************************
	TEMPLATE
***************************/

div#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
/* banniere */
div#banner {
	width: 960px;
	height: 150px;
	background-color: #b70f1d;
}
div#ban_01 {
	width: 960px;
	height: 120px;
	overflow: hidden;
}
div#ban_02 {
	height: 30px;
	overflow: hidden;
}
div#ban_03 {
	height: 30px;
	background: url(../img/interface/ban_visu-depots_b.gif) no-repeat right top;
}
img#imgbt_depots {
	margin-left: 316px;
}

/* content */
div#content {
	width: 960px;
	position: relative;
}

/* copyright */
p.copyright_index {
	padding: 7px 0 12px 0;
	margin: 0;
	color: #f8d04d;
	text-align: center;
	font-size: 0.9em;
}
p.copyright_index a {
	color: #f8d04d;
}
p.copyright_index a:hover {
	color: #fff;
}
p.copyright_depots {
	padding: 7px 0 12px 0;
	margin: 0;
	color: #b70f1d;
	text-align: center;
	font-size: 0.9em;
}
p.copyright_depots a {
	color: #b70f1d;
}
p.copyright_depots a:hover {
	color: #000;
}

/* THE END */
