/* -------------------------------------------------------------
      CSS Page maintenance Paris Pleyel Immobilier
      ===================================================

      CSS réalisé par Marisa, Webdesigner Intégratrice,
      sous-traitante pour la société Axe Vision.
      * 
      *  Le 24/02/2015 à 10h00
      *       
------------------------------------------------------------- */

/*                                     [STRUCTURE DE LA PAGE] */

*{
	margin:0;
	padding:0;
}

body{
	background-color:#fff;
	font-family: arial, helvetica, sans-serif;
	font-size:16px;
	color:#474747;
	margin:auto;
}

div.bloc-contenu { 
  width:95%;
  margin:auto;
}



/*                                     [CONTENU DE LA PAGE] */

#tetiere-page{
	width:960px;
	height:162px;
	margin:auto;
	padding-bottom:50px;
}

#logo-page{
	width:337px;
	height:94px;
	margin:auto;
	padding-top:50px;
}

#contenu-page{
	width:95%;
	margin:auto;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}

#footer-page{
	width:95%;
	margin:auto;
	text-align:center;
	font-size:12px;
	color:#474747;
	/*padding-top:50px;*/
}



/*                           [STYLES REPETITIFS DE LA PAGE] */

.met-en-gras{
	font-weight:bold;
}

.pousse-vers-le-bas{
	margin-top:50px;
}



.couleur-rouge{
	color:#cb0a1d;
}

.couleur-vert{
	color:#afb719;
}















