* {
  float: none;       /* Screens are not big enough to account for floats */
}

/* Slightly reducing font size to reduce need to scroll */
html{
	height:100%;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E3EDEE), color-stop(1, #98AAAC) );
	background-image: -moz-linear-gradient( center top, #E3EDEE 0%, #98AAAC 100% );
	background-color: #98AAAC;
}

body {
	font-size: 80%;
	/*background-image: url('../img/bkg.jpg');
	background-repeat: no-repeat;*/
}

#container{
	width:960px;
	margin: 0 auto;
}

#bigTitle{
	width:100%;
	float:left;
	font-family: 'CandyScriptRegular';
	font-size: 500%;
	color: #000;
}

#subTitle{
	font-family: 'HelveticaMedium';
	color: #000;
}

#pageHeader{
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}

#mainMenu {
	float: right;
	font-size: 110%;
}

#mainMenu li {
	float:left;
	list-style: none;
	padding: 7px 10px;
	margin-top:-9px;
	font-weight: bold;
}

#mainMenu li.blue:hover {
	border-bottom: 5px solid #8DC7B8;
}

#mainMenu li.red:hover {
	border-bottom: 5px solid #DC574E;
}

#mainMenu li.orange:hover {
	border-bottom: 5px solid #ED9355;
}

#mainMenu li.green:hover {
	border-bottom: 5px solid #A7BD5B;
}

#main{
	width:100%;
	font-family: 'HelveticaMedium';
}

#iphone_contact {
	float:right;
	margin:0 0 30px 30px;
	padding-left:30px;
	border-left:1px solid #000;
}

#contact_titre {
	display:block;
	width:100%;
	font-size:125%;
	font-family: 'HelveticaMedium';
	font-weight: bold;
	padding:10px 0;
}

#contact_data {
	font-size: 15px;
}

.icone {
	vertical-align: middle;
	padding:10px;
}
