article, aside, figure, footer, header, nav, section{ display: block; }
body { 
	background:#2a4e6c; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#242424;
}
html {
	min-width:1000px;
}
html, body {
	height:100%;
}
.container {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	font-size:.8125em;
}
header{
	height:72px;
	overflow:hidden;
	background:/*#fff;*/ url(../images/bg_header.jpg) 0 0 repeat-x;
}	
#gallery {
	height:496px;
	overflow:hidden;
	background:/*#264b69;*/url(../images/bg1.jpg) 0 0 repeat-x;
}
#gallery2 {
	height:496px;
	overflow:hidden;
	background:/*#59748C;*/url(../images/bg2.jpg) 0 0 repeat-x;
}
#gallery3 {
	height:496px;
	overflow:hidden;
	background:/*#8E9EAF;*/url(../images/bg3.jpg) 0 0 repeat-x;
}
#content {
	float: left;
	width: 572px;
}
#services {
	float: left;
	width: 100%;
}
aside{
	float: left;
	width: 302px;
	margin-right:52px;
}
footer{
	padding:20px 0 22px 0;
	border-top:5px solid #eee;
	background-image: url(../images/bg_top_footer.png);
	background-position: top;
	background-repeat: repeat-x;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.wrapper { 
	width:100%;
	overflow:hidden;
	color: #000000;
}
#infos_site a{
	color: #000000;
}
.inside{
	padding: 32px 37px 50px 37px;
	color: #ffffff;
}
p {
	margin-bottom:18px;
}
a {
	color:#ffffff; 
	outline:none;
}
a:hover{
	text-decoration:none;
}
h1 {
	font-size:34px;
	line-height:1.2em;
	color:#000;
	font-weight:normal;
	background:url(../images/logo.jpg) no-repeat 0 0;
	padding:6px 0 8px 69px;
	position:absolute;
	left:39px;
	top:6px;
}
h1 a {
	color:#2a4e6c;
	text-decoration:none;
}
h2 {
	font-size:28px;
	line-height:1.2em;
	font-weight:normal;
	color:#212222;
	margin-bottom:22px;
}
h3 {
	font-size:1em;
	margin-bottom:6px;
}
h3 a {
	color:#242424;
}
h3 a:hover {
	text-shadow: 1px 1px 1px #888; 
}
.main-box {
	border-top:5px solid #eaeaea;
	background:#fff;	
	background-image: url(../images/bg_top_mainbox.jpg);
	background-position: top;
	background-repeat: repeat-x;
	width:100%;
}
header nav {
	float:right;
}
header nav ul li {
	float:left;
}
header nav ul li a {
	font-size:18px;
	color:#fff;
	height:67px;
	line-height:67px;
	text-decoration:none;
	width:101px;
	text-align:center;
	float:left;
	background:#264b69;
}
header nav ul li a.current, header nav ul li a:hover {
	padding-bottom:5px;
}
header nav ul li:nth-of-type(2) a {
	background:#59748c;
}
header nav ul li:nth-of-type(3) a {
	background:#8e9eaf;
}
.roundabout-holder  { 
	width:850px;
	height:496px;
	margin:0 auto;
}
.roundabout-moveable-item {
	width: 646px;
	height: 416px;
	cursor: pointer;
	border:3px solid #ccc;
	border:3px solid rgba(0, 0, 0, 0.08);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.roundabout-moveable-item img{
	width:100%;
}
.roundabout-in-focus {
	border:3px solid rgba(0, 0, 0, 0.2);
}
#content {	
}
#content table {margin: 35px 0 0;}
.news li {
	overflow:hidden;
	position:relative;
	padding:13px 0 22px 84px;
	line-height: 38px
}
.news li:last-child {
	padding-bottom:0;
}
	
.news li figure {
	width:59px;
	height:59px;
	background:url(../images/icon.png) no-repeat 0 0;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
}
footer {
	color:#fff;
	position: relative;
	overflow: hidden;
}
footer .fleft {
	padding-left:40px;
}
footer .fright {
	padding-right:40px;
}
.toggle-view > li {
    margin-top: 1em;
    position: relative; }
.toggle-title {padding: 0.8em 2em;-moz-user-select: none;
  -webkit-user-select: none;}
.toggle-title:hover:after { color: #555 }
.toggle {
    padding: 1em 2em;
    display: none;
    overflow: hidden;
    }
.toggle a{
	color: #000000;
}
.toggle > ul li { line-height: 2.5 }
.grid-wrap {
  margin-left: -3em; /* idem à l'espace */
  overflow: hidden;
  zoom:1;} /* *zoom:1; */
.grid {
  float: left;
  padding-left: 3em; /* espace entre les colonnes */
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url(/js/boxsizing.htc); } /* *behavior: url(/js/boxsizing.htc); */
  


.toggle-title {
	color: #666;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0.6em 1.2em;
	text-shadow: 0 1px 0 #fff;
	border: solid 1px #ddd;
	text-decoration: none;
	cursor: pointer;
	
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left, rgb(255,255,255) 0%, rgb(89,116,140) 100%, rgb(142,158,175) 100%, rgb(89,116,140) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(89,116,140)), color-stop(100%,rgb(142,158,175)), color-stop(100%,rgb(89,116,140))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgb(255,255,255) 0%,rgb(89,116,140) 100%,rgb(142,158,175) 100%,rgb(89,116,140) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgb(255,255,255) 0%,rgb(89,116,140) 100%,rgb(142,158,175) 100%,rgb(89,116,140) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgb(255,255,255) 0%,rgb(89,116,140) 100%,rgb(142,158,175) 100%,rgb(89,116,140) 100%); /* IE10+ */
background: linear-gradient(to right, rgb(255,255,255) 0%,rgb(89,116,140) 100%,rgb(142,158,175) 100%,rgb(89,116,140) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#59748c',GradientType=1 ); /* IE6-9 */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;	
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all; }
.button:hover, input[type="submit"]:hover, button:hover, .toggle-title:hover {
	color: #333;
	text-decoration: none;
	border-color: #BBB;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	background: 0 100%;}
.button:focus, input[type="submit"]:focus, button:focus, .toggle-title:focus {
	color: #333;
	border-color: #BBB;}
.col-one-half {width: 50%; }



