

body{
	background-image:url(../images/bg_body.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#585858;
	background-repeat:repeat-x;
	background-color:#2a75c9;
	}
	

#wrap{
	width:900px;
	margin:auto;
	background-color:#fff;
}

#header{
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:148px;
}

#secondary_navigation{
	text-align:right;
	
}

	#secondary_navigation ul{
		padding-top:20px;
		vertical-align:middle;
	}
	
		#secondary_navigation ul li{
			display:inline;
			margin-left:10px;
		}
		
			#secondary_navigation ul li a{
				color:#11479f;
				font-weight:bold;
				font-size:11px;
			}
			
			#secondary_navigation ul li a img{
				vertical-align:middle;
			}
#promotions{
	background-image:url(../images/bg_promotions.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin:30px 20px 0 0;
	
	width:429px;
	height:93px;
	float:right;
	overflow:hidden;
}

	#promotions h3{
		font-size:12px;
		font-weight:bold;
		margin:16px 5px 0 105px;
	}
	
		#promotions h3 a{
			color:#11479f;
		}
		
	#promotions p{
		font-size:11px;
		margin:8px 10px 0 105px;
	}
/*
	#header_modules div {
		margin:0;
		
		width:230px;
		float:left;
		margin-left:5px;
	}

	#header_modules img{
		float:left;
		margin-right:5px;
	}*/
	
#primary_navigation{
	background-image:url(../images/simply_service_menu_bg.jpg);
	background-repeat:no-repeat;
	margin:25px 0 0 20px;
	_margin:25px 0 0 10px;
	width:199px;
	padding:10px 0;
	float:left;
}

	#primary_navigation ul{
		margin:20px 30px 20px 20px;
		list-style-type:none;
		padding:0;
	}
	
		#primary_navigation ul li{
			margin-bottom:10px;
			font-size:130%;
			font-weight:bold;
			background-image:url(../images/orange_arrow.png);
			background-repeat:no-repeat;
			background-position:center left;
			padding:5px 0 5px 30px;
		}
	
		#primary_navigation ul li.active{
			background-image:url(../images/orange_arrow_active.png);
		}
		
			#primary_navigation ul li a{
				color:#0f53a9;
				text-decoration:none;
			}
			
			#primary_navigation ul li a:hover{
				color:#1278fa;
			}
			
			#primary_navigation ul li a.active{
				color:#ff9600;
			}
			
			
			
#primary_navigation div{
	margin:20px auto;
	padding-top:10px;
	font-size:10px;
	clear:both;
	overflow:hidden;
	border-top:1px dotted #ccc;
	width:95%;
}

#primary_navigation div img{
	float:left;
	vertical-align:middle;
	margin-right:5px;
}


#primary_content{
	float:right;
	width:650px;
	margin:15px 0px 15px 30px;
	background-image:url(../images/simply_service_content_bottom_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	overflow:hidden;

}
	
	/*#primary_content h2{
		background-image:url(../images/simply_service_content_top_bg.jpg);
		background-repeat:no-repeat;
		padding:20px 0 0 20px;
	}*/
	
#footer{
	position:relative;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
	padding-top:60px;
	clear:both;
	width:100%;

}



/***Lists*/

ul{
	margin-left:20px;
	padding-left:30px;
	list-style-type:disc;
}

	ul li{
		margin-bottom:10px;
		line-height:1.1;
		font-size:95%;
	}
	
	
#footer ul{
	
	margin-bottom:20px;
}

	#footer ul li{
		display:inline;
		margin-right:10px;
		margin-bottom:10px;
		font-size:85%;
	}

		#footer ul li a{
			color:#4a4a4a;
		}
		
		#footer ul li a:hover{
			text-decoration:none;
			color:#828282;
		}
		
		
		
#tarifs_selection_list{

margin:10px 20px 20px 20px;
	text-align:center;
	border-bottom:1px solid #d4eeff;
	padding-bottom:10px;
	overflow:hidden;
}

	#tarifs_selection_list li{
		float:left;
		font-size:90%;

		margin-right:20px;
		margin-bottom:5px;
	}
	

/***tables*/

table{
		vertical-align:center;
		width:90%;
		margin:10px auto;
		
		
}

table tr{
}

table th{
	padding:3px;
	vertical-align:center;
	
	}

table td{
	padding:3px;
	text-align:left;
	vertical-align:center;
		line-height:1.4;
	font-size:98%;
	text-align:justify;
}

#availabilties{

	margin:10px auto;
	border:1px solid #828282;
}

#availabilties th{
	padding:3px;
	font-size:95%;
	font-weight:bold;
	background-color:#EBEBEB;
	border-left:1px solid #828282;
	border-right:1px solid #828282;
}

#availabilties td{
	padding:3px;
	font-size:90%;
	background-color:#F4F4F4;
	border-left:1px solid #828282;
	border-right:1px solid #828282;
}

#availabilties td.odd{
	background-color:#FBFBFB;
}


table.tarifs, table.avantages{
	border:1px solid #a3c9f1;
	margin-bottom:30px;
}


table.tarifs th, table.avantages th{
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	background-color:#5a83cf;
	color:#fff;
	border-left:1px solid #a3c9f1;
	border-right:1px solid #a3c9f1;
}

table.tarifs td, table.avantages td{
	text-align:center;
	vertical-align:middle;
	border-left:1px solid #a3c9f1;
	border-right:1px solid #a3c9f1;
}

table.tarifs td.odd, table.avantages td.odd{
	background-color:#e1f4ff;
}



/***forms*/


fieldset{
	padding:40px;
	width:60%;
	margin:auto;
	border:1px solid #d4eeff;
}

label {
	font-size:100%;
	font-weight:bold;
	display:block;
	margin:15px 0 5px 0;
}

input{
	font-size:100%;
	margin:10px 0;
	border:1px solid #d4eeff;
	width:100%;
	color:#828282;
	font-family:Verdana, Geneva, sans-serif;
	padding:3px;
}

textarea{
	font-size:100%;
	margin-bottom:20px;
	border:1px solid #d4eeff;
	width:100%;
	height:200px;
	color:#828282;
	font-family:Verdana, Geneva, sans-serif;
	padding:3px;
}

input[type=submit]{
	display:block;
	background-color:#2963c0;
	color:#fff;
	font-weight:bold;
	border:1px solid #003386;
	width:auto;
	margin:auto;
	background-image:url(../images/btn_submit.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding:5px;
	cursor:pointer;
}

input[type=radio]{
	width:auto;
	display:inline;

}
select{
	font-size:100%;
	margin-bottom:20px;
	border:1px solid #d4eeff;
	color:#828282;
	font-family:Verdana, Geneva, sans-serif;
}


#availabilties select{
	font-size:90%;
	margin-bottom:3px;
}


fieldset.tarifs{
	margin:auto;
	margin-bottom:20px;
	padding:10px;
	width:590px;
	display:block;
	
}


fieldset.tarifs legend{
	font-size:130%;
	font-weight:bold;
	color:#11479f;
}

/*-----------------------------------------------------typography-------------------------------------*/

h1{
	font-size:250%;
	font-weight:300;
	color:#11479f;
	margin-bottom:20px;
}

h2{
	font-size:200%;
	font-weight:bold;
	color:#11479f;
	margin:10px 20px 20px 20px;
	text-align:center;
	border-bottom:1px solid #d4eeff;
	padding-bottom:10px;
}

h3{
	font-size:160%;
	font-weight:300;
	color:#11479f;
	margin-bottom:20px;
}


p{
	margin:15px 0;
	line-height:1.4;
	font-size:98%;
	text-align:justify;
}

b{
	font-size:110%;
	color:#ff9600;
}

#header h1{/*hide textual header*/
	display:none;
}


#primary_navigation h3{
	margin:20px 0 0 20px;
}

#primary_content h2{/*ie hack to display bg image*/
	height:100%;

}

#primary_content p{
	margin:15px 20px;
}

#primary_content blockquote{
	margin:15px 20px;
	line-height:1.4;
	font-size:98%;
	text-align:justify;
	padding-left:60px;
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;
}

p.author{
	text-align:right;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}

#footer h3{
	font-size:100%;
	margin:10px 20px;
	font-weight:bold;
}

#footer p{
	text-align:center;
	font-size:87%;
}

p#top_page{
	text-align:right;
	margin:0 5px 0 0;
}

.error{
	margin:5px 0;
	color:red;
}

span.largeText{
	font-size:16px;
	color:#11479f;
	margin-bottom:5px;
	font-weight:bold;
}
/*-----------------------------------------------------misc-------------------------------------*/
br{
	margin-bottom:5px;
}

.clr{/*clear fix*/
	clear:both;
	visibility:hidden;
	}
	
	
#home_btn{
	/*border:1px solid red;*/
	height:80px;
	margin-left:20px;
	position:absolute;
	top:20px;
	width:230px;
}
