/* sodefa - HTML/CSS carte de visite 100% web_plomberie_m1 */
html, body {
	height:100%;
	margin:0;
}
body {
	text-align:center;
	background:#18529c url(images/bg.jpg) repeat-x top;
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#333;
	min-height:100%;
}
/* Global styles */
a:link, a:active, a:visited{color:#6699FF; text-decoration:none;}
a:hover {text-decoration:underline;}
h1 {font-size:18px; color:#044772; font-weight:bold; margin-top:0;}
h2 {font-size:19px; color:#FFFFFF; font-weight:bold; }
h3 {font-size:20px; color:#044A71;}
h4 {font-size:20px; color:#FFFFFF;}
h5 {font-size:15px; color:#044A71;}

/* Global Page styles */

#carte {
	background:url(images/carte.png)  no-repeat;
	width:686px;
	height:584px;
	float:center;
	
}

#footer {
	width:100%;
	height:20px;
	float:left;
	padding:9px 15px 0 15px;
	margin:20px 0 10px 0;
	color:#CCC;
	text-align:center;
}




