/*http://www.ville-saintquentin.fr/pages/popup/stylecss/styleeco.css*/

/* pour centrer le site*/
#Content {
        position:absolute;
        left:50%;
        width:900px; /* largeur du site (obligatoire pour être centré) */
        margin-top:0px; /* marge a partir du haut*/
        margin-left:-450px; /* marge a partir de la gauche */
       }
	   
	   
body {
	padding: 0px; /* pour éviter la largeur de remplissage des bords d'un élément*/
	text-align: left; /* pour corriger le bug de centrage IE */
	font-family: Arial, Helvetica, sans-serif; /* couleur de texte */
	font-size: smaller;
	line-height: normal;
	scrollbar-face-color: #00b3ed;
	scrollbar-track-color: #C5E4F9;
	scrollbar-arrow-color: #FFFFFF;
	background-color: #C5E4F9;
}
   
/* emplacement des divs */
.navig {
	width:200px;
	top:100px;
	left:0px;
	position:absolute;
	background-color:#E3F3FF;
	overflow:hidden;
	height: 600px;
	}
	
.logo{
	width:200px;
	height:100px;
	top:0px;
	left:Opx;
	position:absolute;
	background-image:url(http://www.ville-saintquentin.fr/pages/popup/eco/images/logo_villactiv.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	}
	
.entete{
	width:650px;
	height:100Px;
	top:0px;
	left:200px;
	position:absolute;
	background-color:#ffffff;
	overflow: hidden;
	vertical-align: middle;
	}
	
.contenu {
	width:650px;
	top:100px;
	left:200px;
	position:absolute;
	background-color:#94CDF5;
	overflow:hidden;
	height: 600px;
	}
	   
/* titre de la page */
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#9DD5F6;
	margin:0;
	margin-bottom:0;
	margin-top:O;
	}

/* titres gras blanc */
h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #FFFFFF; 
	text-align: left; 
	margin-bottom:0; 
	}
/* normal*/	
	h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin-bottom:0;
	font-weight: normal;
	}
	
/* titre rubrique */
	h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	text-align:center;
	margin-bottom:0;
	margin-top:0;
	}
	
/* nom magasin */
	h4 {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#22438D;
	margin-bottom:0;
	margin-top:0;
	vertical-align: top;
	}
