/******************************************************************************************


			mise en forme des bloc principaux



******************************************************************************************/
@import "ttcss_reset.css";
div#page_home {
	background: url("bg_home.png") left top no-repeat;
	width: 775px;
	margin: 0 auto;
	position: relative;
}
div#page_home a img {
	border: none;
}
div#page_home h2 {
	height: 42px;	
	font: bold 23px Arial;
	color: #fff;
	line-height: 42px;
	padding: 0 0 0 22px;
}
div#page_home p.baseline {
	height: 20px;	
	font: normal 17px Arial;
	color: #000;
	line-height: 20px;	
	padding: 0 0 0 22px;
}
div#page_home h2.bleu {
	height: 42px;	
	font: bold 23px Arial;
	color: #4096ee;
	line-height: 42px;
	padding: 47px 0 0 7px;
}
div#page_home ul.services {
	padding: 0 0 14px 7px;
}
div#page_home ul.services img {
	padding: 0 10px 0 0;
	display: block;
	float: left;
}
div#page_home ul.services li {
	height: 18px;
	font : bold 13px Arial;
	color: #000;
	line-height: 18px;
	padding: 0 0 8px 0;
}
div#page_home .btn_creation_compte {
	
}
div#page_home .btn_vu_tv {
	position: absolute;
	top: 28px;
	right: 49px;	
}
div#page_home .calendar {
	position: absolute;
	top: 109px;
	right: 31px;	
}
div#page_home h3 {
	color: #36a928;
	font: bold 23px Arial;
	margin: 30px 0 0 0;
	height: 29px;
	line-height: 29px;
	padding: 0 0 0 4px;
}
div#page_home ul.temoignages {
	margin: 10px 0 0 0;
	padding: 0 0 0 4px;
}
div#page_home ul.temoignages h4 {
	height: 23px;
	color: #808080;
	font: bold 12px Arial;
	line-height: 23px;
	text-align: right;
	padding: 0 18px 0 0;
	text-transform: uppercase;
}
div#page_home ul.temoignages li.vieillesse {
	background: url("bg_vieillesse.png") no-repeat right bottom;
	margin: 0 25px 0 0;
}
div#page_home ul.temoignages li.maladie {
	background: url("bg_maladie.png") no-repeat right bottom;
	margin: 0 25px 0 0;
}
div#page_home ul.temoignages li.handicap {
	background: url("bg_handicap.png") no-repeat right bottom;
}
div#page_home ul.temoignages li {
	height: 317px;
	width: 240px;
	display: block;
	float: left;
	padding: 0 0 0 0;
	overflow: hidden;
}
div#page_home ul.temoignages li p {
	color: #787878;
	padding: 148px 26px 0 12px;
	font: normal 12px Arial;
	text-align: justify;
}
div#page_home ul.temoignages li p  strong {
	font-weight: bold;
}
div#page_home .bottom_left {
	width: 386px;
	float: left;	
	color: #787878;
	font: normal 12px Arial;
	margin: 72px 0 0 0;
}
div#page_home .bottom_left a {	
	color: #787878;
	font: bold 12px Arial;
}
div#page_home .bottom_right {
	width: 386px;
	float: left;
	color: #003f7d;
	text-align: right;
	margin: 54px 0 0 0;
	font: bold 14px Arial;
}


