/* CSS Document */

body{
	font:normal normal 12px/normal Arial, Helvetica, sans-serif;
	color:#00a8ff;
}

body, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, fieldset, p, ul, li {margin:0;padding:0;}
a img{border:none;}

.title_1{
	color:#474a5e;
	padding:0 0 2px 0;
	font:normal normal 26px/normal Arial, Verdana, sans;
}

.title_2{
	color:#474a5e;
	padding:0 0 30px 0;
	font:normal normal 14px/normal Georgia, Times, serif;
}

.title_3{
	color:#051c4f;
	padding:18px 0 12px 0;
	font:normal normal 18px/normal Arial, Verdana, sans;
}

.title_4{
	color:#051c4f;
	padding:0 0 9px 0;
	font:normal normal 14px/normal Arial, Verdana, sans;
}

.title_5{
	color:#7c7e8d;
	padding:0 0 18px 0;
	font:normal normal 14px/normal Arial, Verdana, sans;
}

.blue{
	color:#00a8ff;
	font:normal normal 12px/normal Arial, Verdana, sans;
}

.dark_blue{
	color:#051c4f;
	font:normal normal 12px/normal Arial, Verdana, sans;
}

.p_standard{
	color:#7c7e8d;
	padding:0 0 12px 0;
	font:normal normal 12px/normal Arial, Verdana, sans;
}
.p_standard a{color:#00a8ff;text-decoration:none;}
.p_standard a:hover{color:#051c4f;}

a.link_special, p.p_standard a.link_special, strong.link_special{
	color:#00a8ff;
	padding:0 15px 0 0;
	text-decoration:none;
	font:normal normal 12px/normal Arial, Verdana, sans;
	background:url(../medias/img/link_special_puce.gif) no-repeat right center;
}
a.link_special:hover, p.p_standard a.link_special:hover{color:#051c4f;}

ul.ul_plus{
	color:#7c7e8d;
	padding:0 0 11px 0;
	list-style-type:none;
	font:normal normal 12px/normal Arial, Verdana, sans;
}
ul.ul_plus li{
	padding:0 0 1px 12px;
	background:url(../medias/img/ul_standard_puce.gif) no-repeat left 5px;
}
ul.ul_plus li ul{padding-bottom:0;}
ul.ul_plus li ul li{background:none;padding-left:0;}

ul.ul_square{
	color:#7c7e8d;
	padding:0 0 5px 0;
	list-style-type:square;
	list-style-position:inside;
	font:normal normal 12px/normal Arial, Verdana, sans;
}
ul.ul_square li{
	padding:0 0 7px 0;
}
ul.ul_square ul{padding-bottom:0;list-style-type:none;}
ul.ul_square ul li{padding-bottom:0;}

ul.ul_square2{
	color:#7c7e8d;
	padding:0 0 11px 0;
	list-style-type:square;
	list-style-position:inside;
	font:normal normal 12px/normal Arial, Verdana, sans;
}
ul.ul_square2 li{
	padding:0 0 1px 0;
}
ul.ul_square2 ul{padding-bottom:0;list-style-type:none;}
ul.ul_square2 ul li{padding-bottom:0;}

table {
	font:normal normal 12px/normal Arial, Verdana, sans;
}

table.table_standard{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	color:#7c7e8d;
	padding:0 0 12px 0;
	font:normal normal 12px/normal Arial, Verdana, sans;
}
table.table_standard td, table.table_standard td{
	width:50%;
	padding:3px 2% 3px 0;
	border-bottom:1px solid #e6e6e9;
	vertical-align:top;
}
table.table_standard tr td:first-child{font-weight:bold;}



table.table_standard_tabChauffage{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	color:#7c7e8d;
	padding:0 0 12px 0;
	/*font:normal normal 9px/normal Arial, Verdana, sans;*/
	font:normal normal 11px/normal Arial, Verdana, sans;
}
table.table_standard_tabChauffage td, table.table_standard_tabChauffage td{
	/*width:50%;
	padding:3px 2% 3px 0;
	vertical-align:top;*/
	border-bottom:1px solid #e6e6e9;
}
table.table_standard_tabChauffage tr td:first-child{font-weight:bold;}


table.table_standard_pro{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	color:#7c7e8d;
	padding:0 0 12px 0;
	font:normal normal 12px/normal Arial, Verdana, sans;
}
table.table_standard_pro td{
	width:auto;
	padding:3px 2% 3px 0;
	border-bottom:1px solid #e6e6e9;
	vertical-align:top;
}
table.table_standard_pro td.lastChild{padding-right:0;}

table.table_standard_pro tr.firstline td{font-weight:bold;}

table.table_standard_pro td a{
	color:#00a8ff;
	padding:0 15px 0 0;
	text-decoration:none;
	font:normal normal 12px/normal Arial, Verdana, sans;
	background:url(../medias/img/link_special_puce.gif) no-repeat right center;
}

table.table_standard_pro td a:hover{
	color:#051c4f;
}


img.img_left{
	display:block;
	float:left;
	margin:0 9px 9px 0;
}
img.img_right{
	display:block;
	float:right;
	margin:0 0 9px 9px;
}

