
body {
	font-family: Helvetica, Arial, sans-serif;
	color:#434343;
	background-color:#dfe4e6;
	font-size:0.9em;
}
a img{border:none;}
a{
	color:#7b2144;
	text-decoration:none;
}
a:hover,a:focus{
	color:#7b2144;
	text-decoration:underline;
}

h1,h2,h3,h4,h5,h6{font-weight:lighter;color:#000;}
h1{font-size:1.5em;}
h2{
	font-size:1.3em;
	border-bottom:1px solid #dfe4e6;
	text-transform:uppercase;
}
h3{font-size:1.2em;}
h4,h5,h6{font-size:1em;}


#container{
	margin:0 auto;
	width:800px;
	background-color:#fff;
	padding:20px;
}

#header{
	overflow:hidden;
}


#content .bloc{
	display:block;
	width:300px;
	float:left;
	margin:0 100px 15px 0;
}
#content .bloc p,#content .bloc h3{margin:0;padding:0;}


#content table{
	width:100%;
	
}
#content td,#content th{
	border-bottom:1px solid #dfe4e6;
	padding:5px;
}
#content th{
	font-weight:lighter;
	vertical-align:top;
	width:100px;
	text-align:left;
}


