/* default homepage */
.homepage{
	vertical-align:top;
}
.homepage #flash{
	margin:0 20px;
	width:540px;
	font-size:13px;
	color:#006;
}
.homepage img{
	float:right;
	margin: 13px 0 8px 10px;
}
.homepage #header{
	margin:0 20px;
	color:#006;
	width:538px;
	font-size:14px;
	background-color:#f2f2f2;
	border:1px dotted #999;
}
.homepage #mainblock{
	margin-top:10px;
}
.homepage #subblocks{
	margin-top:10px;
}
.homepage #subblocks td{
	vertical-align:top;
	width:50%;
	font-size:13px;
}
.homepage #header h4{
	margin-left:10px;
	padding:7px 2px 6px 30px;
	font-size:17px;
}
.homepage p{
	padding:3px 5px;
}
.homepage p.title{
	color: #006;
	padding-left:5px;
	margin-top:5px;
	font-size:12px;
}
.homepage p.subtext{
	 padding:0 0 2px 25px;
	 font-style: italic;
	 color: #999;
	 font-size:11px;
	 background:url("../Images/SiteStructure/bout_aide.jpg") no-repeat;
	 height:1%;
	 margin:4px 0 0 7px;
}
.homepage p.slogan{
	font-weight:bold;
}
.homepage ul{
	margin:5px 5px 5px 0;
	padding:5px 5px 0 5px;
	list-style:none;
}
.homepage li{
	padding-left:4px;
}
.homepage div a img{
	float:none;
}
.homepage a{
	color:#006;
	font-size:12px;
}
.homepage a:hover{
	color:#6EA4C8;
}
/* presentation blocks */
.homepage .presentation{
	width:270px;
	background-color:#f7f7f7;
	margin-bottom:10px;
	padding-bottom:5px;
	text-align:center;
}
.homepage .presentation h4{
	background:#6EA4C8 url(../Images/SiteStructure/rectangle.jpg) 3px 50% no-repeat;
	font-size:13px;
	padding:1px 5px 1px 20px;
	color:#fff;
}
.homepage .presentation a#webdiv{
	width:104px;
	display:block;
	float:right;
	padding:8px 20px 0 5px;
}
.homepage .presentation a#webdiv img{
	margin:0;
}
.homepage .sidepresentation{
	width:240px;
	float:right;
	clear:right;
}
.homepage .sidepresentation h4{
	background:url(../Images/SiteStructure/arrow.jpg) no-repeat;
	font-size:13px;
	padding:2px 5px 2px 22px;
	border-bottom:2px solid #97a6bd;
	font-style:italic;
}
.homepage .sidepresentation img{
	float:left;
	margin:10px 5px 0 5px;
}
.homepage ul.presentationlist{
	list-style:url("../Images/SiteStructure/bullet.gif");
	margin:2px 0 10px 20px;
}
.homepage .note{
	font-size:10px;
}
.homepage p.note{
	margin-top:6px;
}
.homepage div.button{
	margin:0 0 10px 0;
	text-align:center;
}
.homepage #brokersearch{
	width:270px;
}
.homepage div.button a img{
	float:none;
	display:inline;
	margin-left:0;
}

/* specific for mes assurances */
.homepage #my_insurance div.item{
	padding-top:20px;
	clear: both;
}
.homepage #my_insurance div.item:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.homepage #my_insurance div.item {display: inline-table;}
/* Hides from IE-mac \*/
* html .homepage #my_insurance div.item {height: 1%;}
.homepage #my_insurance div.item {display: block;}
/* End hide from IE-mac */
.homepage #my_insurance div.itemtitle{
	font-weight:bold;
}
.homepage #my_insurance img{
	float:none;
	margin:13px 5px 0 0;
}
.homepage #my_insurance div.new{
	float:right;
	width:210px;
	margin:0 0 10px 5px;
}
.homepage #my_insurance div.new img{
	margin:13px 0 5px 0;
}
.homepage #my_insurance .icon{
	float:left;
}
.homepage #my_insurance ul{
	float:left;
}

/* specific for plus d'information */
.homepage table#organismes{
	margin:0 0 10px 0;
}
.homepage table#organismes img{
	margin:5px 0;
	float:none;
}

/* newsticker */
h5#tickerheader{
	margin:13px 0 3px 35px;
	font-size:13px;
	color:#2d8ccc;
}
#newsticker{
	background-color:#fff;
	border:1px dashed #6EA4C8;
	width:200px;
	height:65px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4px;
	overflow:hidden;
}
#tickercontent{
	margin-top:200px;
	padding:2px 4px;
	font-size:11px;
	color:#999;
}
#tickercontent p{
 	margin-bottom:12px;
}
#tickercontent a{
	font-size:11px;
}