﻿@charset "utf-8";
body{
	margin:0 auto;width:1280px;	
	background-color:#F8F8F8;	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8F8F8), color-stop(100%,#F8F8F8));
	background: -moz-linear-gradient(top, #F8F8F8 0%, #F8F8F8 100%);
	 }  

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, figcaption, time, dialog{display: block;}

div#titre{
	 width:1280px; height:110px;position:absolute;
	 top:0;
}
div#titrephone{
	display:none;
}
div#menuiphone{
	display:none;
}

	
section{
	position:relative;
	float:left;top:150px;
	margin-left:0;
	margin-bottom:10px;
	margin-top:5px;
	margin-right:0;
	/*border-radius:6px;*/
	background-color:#F0F8FF  ;/* #EAEEEE #032052 #485160 couleur de fond de la bande menu*/
	/*background: -moz-linear-gradient(top, #EAEEEE 0%, #EAEEEE 100%); */  
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAEEEE), color-stop(100%,#EAEEEE));*/
	/*-webkit-gradient(linear, left top, left bottom, color-stop(0%,#485160), color-stop(100%,#39414c));*/
	/*box-shadow:2px 2px 2px 2px dimgray;
	-moz-box-shadow:2px 2px 2px 2px dimgray;
	-webkit-box-shadow:2px 2px 2px 2px dimgray;
	-khtml-box-shadow:2px 2px 2px 2px dimgray;*/
	z-index:0;
	height:600px;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size:14px;
	color:#032052;
	box-shadow:0px 2px 4px #424346;
	-moz-box-shadow:2px 2px 2px 2px dimgray;
	-webkit-box-shadow:2px 2px 2px 2px dimgray;
	-khtml-box-shadow:2px 2px 2px 2px dimgray;

	
	}
  

section#contact{
	width:100%;
	text-align:center;
	line-height:28px;
	}
  

@media (min-width:1000px) {
	div#titrephone{display:none;}
	div#titretelephone{display:none;}
}

@media (max-width:999px) {
	body{margin:0 auto;width:38.75em;}
	div#menudynamique{display:none;}
	div#titre{display:none;}
	div#titrephone{display:block;}
	div#titretelephone{display:none;}
    section#contact{top:0;}
}
@media (max-width:540px) {
div#titretelephone{display:block;}
body{width:auto;}
div#titrephone{display:none;}
div#titretelephone{display:block;}	
}












