/* @override http://www.menuisierspevecistes.com/css/global.css */

/*
	CSS GLOBAL STRUCTURE SITE 
*/

html, body {
	height: 100%;
	margin: 0;
	font: 11px/1.4 "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
	background : url(../images/fond_ecru.jpg) no-repeat;
	position: relative;
}
body div#baseline {
	width:900px;
	margin:auto;
	text-align:center;
	color:#669C16;
	padding-top:4px;
}
body div#baseline a {
	color:#dc1f19;
}
body div#baseline a:hover {
	color:black;
}

div#global {
	min-height: 100%;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	position: static;
}
div#global a:link, div#global a:visited { 
	/* Modif 71108 */
	/*text-decoration: none; */
	
}

/*Liens G*/
a, pre { /*position: relative;*/ }
p a{
		/* Modif 71108 */

	/*text-decoration: none;*/
	border-bottom: 1px dotted #6e007c;
	color: #6e007c;
	font-weight: bold;
}
p a:hover {
	border-bottom: 1px solid black;
	color: black;
}
/* 
	PLACEMENT BLOC CENTRE + LIENS CENTRE
*/
div#center {
	background: url(../images/fond_centre.png) repeat-y center; 
	margin: 0;
	overflow: auto;
	padding: 0 30px 20px;
	position: relative;
}
div#center a{
		/* Modif 71108 */
/*	text-decoration: none;*/
	/*border-bottom: 1px dotted #6e007c; */
	border:0;
	color: #dc1f19;
	/*font-weight: bold;*/
}
div#center a:hover {
	/*border-bottom: 1px solid black;*/
	color: black;
}

/*
	PLACEMENT HEADER
*/

div#header {
	background: url(../images/banniere_haut_final.png) no-repeat;
	color: gray;
	height: 100px;
	margin-top: 0px;
	position: relative;
	overflow:hidden;

}
div#header img {	
	width: 300px;
	position: absolute;
}
div#Points_vente {
	margin-left: 500px;
	padding: 18px 0 0 20px;
	overflow:hidden;
}
div#Points_vente .chiffre {
	font-size: 30px;
	color: #dc1f19;
	font-weight: bold;
	margin:0;
}
div#Points_vente .accroche {
	font-size: 15px;
	color: #dc1f19;
	margin:0;

}
div#Points_vente td p {
	font-size: 9px;
	color: gray;
	line-height: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	overflow:hidden;

}

/*
	PLACEMENT FOOTER
*/

div#footer {
	width:920px;
	height: 100px;
	color: gray;
	font-size: 9px;
	background-image: url(../images/footer.png);
	position: relative;
}
div#footer p{
	text-align: left;
	position: absolute;
	bottom: 5px;
	width: 920px;
	padding: 0 0 10px 20px;
	color: #aaa;
	font-size: 9px;
	
	line-height: 10px;
}
div#footer p a{
	color: #ccc;
	font-weight: normal;
	font-style: normal;
	border: none;
	border-left: 0px;
}
div#footer p a:hover { color: gray; }
div#footer ul a{
	text-decoration: none;
	border-bottom: 1px dotted black;
	color: black;
	font-weight: bold;
	background: url(../images/fleche_noir.gif) no-repeat 0 1px;
	padding: 0 2px 0 10px;
}
div#footer ul a:hover{
	background-color: #6e007c;
	color: white;
}
div#footer ul {
	list-style-type: none ;
	text-align: center; /* bloc parent centre avec dips inline */
  	margin: 0 10px;
	padding: 4px 0 5px;
	border-top-style: solid;
	border-top-color: #6e007c;
	background-image: none;
	background-color: #eee;
}
div#footer ul li {
	display: inline;
	margin: 3px;
}