@media screen, handheld {
/* DEBUT: Définition de formats pour une sortie ecran */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #001E44;

}

h1 {
	margin: auto;
	width: 447px;
	height: 25px;
	padding: 5px;
	margin-top: 5px;
	color: #00602A;
	text-align: left;
	font: normal normal 300 18px/20px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	background: url(imagesCSS/h1.gif) no-repeat scroll bottom;
}

p + h1 {
	padding-top: 10px;
}

body {
	margin: 0 auto 0 auto;
	background: #fff url(imagesCSS/background.jpg) repeat scroll top;
	text-align: left;
}

.global {
	margin: 0 auto 0 auto;
	width: 928px; /* largeur obligatoire pour être centré */
	text-align: left; /* on rétablit l'alignement normal du texte */
	background: #98C0E4 url(imagesCSS/body.jpg) repeat-y scroll top;
}

.banner {
	width: 928px;
	height: 180px;
	background: #98C0E4 url(imagesCSS/topBanner.jpg) no-repeat scroll top;
}

.centerContent {

	position: relative;
	left: 229px;
	width: 505px;
	min-height: 450px;
	text-align: left;
	background: transparent url(imagesCSS/mainContent.gif) repeat-y scroll center;
	z-index: 3;
	margin-top: -5px;
	margin-bottom: -120px;
	z-index: 9;
}

.centerContent > div {
  margin-left: 25px;
	margin-right: 25px;
}

.centerContent p {
	font: normal normal normal 13px/15px Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 10px;
	text-align: justify;
}

.centerContent a {
  text-decoration: none;
}

.centerContent a:hover {
  text-decoration: underline;
}

.centerContent h2 {
	font: normal normal bold 14px/16px Arial, Helvetica, sans-serif;
	padding: 20px 5px 5px 10px;
	color: #00602A;
	text-align: center;
}

.centerContent h3 {
	font: normal normal bold 13px/15px Arial, Helvetica, sans-serif;
	padding: 20px 5px 5px 10px;
	color: #00602A;
	text-align: center;
}

.centerContent h4 {
	font: normal normal 600 13px/14px Arial, Helvetica, sans-serif;
	padding: 5px 20px 5px 25px;
	color: #00602A;
	text-align: left;
}

.centerContent h5 {
	font: normal normal 600 17px/20px Arial, Helvetica, sans-serif;
	padding: 20px 10px 5px 15px;
	color: green;
	text-align: left;
	text-decoration: none;
	letter-spacing: 2px;
}

.centerContent ul {
	padding: 5px 5px 20px 40px;
  text-align: left;
}

.centerContent li {
  font: normal normal normal 13px/16px Arial, Helvetica, sans-serif;
  padding: 1px 1px 1px 1px;
  display : list-item;
  list-style: disc inside;
  list-style-position:outside;
}

.centerContent li a {
  text-decoration: none;
}

.tblComparatif {
  padding-top: 7px;
	font: normal normal normal 11px/13px Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}

.tblComparatif tbody * {
	margin: 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid white;
}

.tblComparatif th {
	border: none;
	border-bottom: 1px solid white;
	font-weight: bold;
	text-align: center;
}

.tblComparatif td + td {
	text-align: center;
	border: 1px solid white1;
}

.orangeCenter {
  text-align: center;
  background-color: #FF9900
}
  
.greenCenter {
  text-align: center;
  background-color: #66FF99
}

.orange {
  background-color: #FF9900
}
  
.green {
  background-color: #66FF99
}
  
.blue {
  background-color: #66CCCC
}


/***************************************************************************
****************************   Top menu   **********************************
***************************************************************************/

.topMenu {
  height: 20px;
	margin: 0 auto 0 auto;
	text-align: right;
	background: #fff url(imagesCSS/background.jpg) repeat scroll top;
}

.topMenu p {
	position: relative;
	right: 20px;
	font: normal normal normal 12px/20px Arial, Helvetica, sans-serif;
}

.topMenu p * {
	color: #56595c;
	text-decoration: none;
}

.topMenu p a:hover {
  text-decoration: underline;
}

.topMenu p span {
	font-weight: bold;
}

/***************************************************************************
****************************  Menu icone  **********************************
***************************************************************************/
.iconeMenu {
	position: relative;
	top: 153px;
	left: 25px;
	height: 18px;
	width: 190px;
}

.aIconeMaison, .aIconeClef, .aIconeEnveloppe {
	float:left;
	display: block;
	width: 28px;
	height: 18px;
	text-decoration: none;
  font-size: 5px;
}

.aIconeMaison {
	background: url(imagesCSS/maison.jpg) no-repeat scroll top;
}
.aIconeClef {
	background: url(imagesCSS/cle.jpg) no-repeat scroll top;
}
.aIconeEnveloppe {
	background: url(imagesCSS/enveloppe.jpg) no-repeat scroll top;
}

.aIconeMaison:hover {
	background: url(imagesCSS/maisonOver.jpg);
}
.aIconeClef:hover {
	background: url(imagesCSS/cleOver.jpg);
}
.aIconeEnveloppe:hover {
	background: url(imagesCSS/enveloppeOver.jpg);
}

/***************************************************************************
****************************  Menu Principal *******************************
***************************************************************************/

.topMainMenu {
	position: relative;
	top: 124px;
	left: 252px;
	width: 658px;
	height: 33px;
}

.topMainMenu a,.topMainMenu span {
	float: right;
	display: block;
	padding: 0 8px 0 8px;
	height: 34px;
	color: #001D43;
	font: normal normal normal 14px/33px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.topMainMenu span {
	color: #001D43;
	font: italic normal normal 14px/33px Arial, Helvetica, sans-serif;
}

.topMainMenu a:hover {
  background-color: #DCE6F0;
	border: 1px solid #B8C6D1;
	border-right: none;
}
 
/***************************************************************************
****************************   breadcrumb   ********************************
***************************************************************************/

.breadcrumb {
	position: relative;
	top: 124px;
	left: 247px;
	width: 658px;
	height: 33px;
	letter-spacing: 1px;
	color: #001D43;
	font: normal normal normal 12px/36px Arial, Helvetica, sans-serif;
}

.breadcrumb p * {
	float: right;
	display: block;
	padding: 0 2px 0 2px;
	text-decoration: none;
}

.breadcrumb .actual {
	font-weight: bold;
}

.breadcrumb p a:hover {
  text-decoration: underline;
}

/***************************************************************************
****************************  Menu Gauche **********************************
***************************************************************************/

.leftContent {
	position: absolute;
	width: 928px;
	z-index: 5;
}

.leftNav {
	position: relative;
	top: 10px;
	left: 15px;
	width: 219px;
}

.leftNav a,.leftNav span {
	display: block;	
	height: 29px;
	padding-left: 20px;
	font: normal normal normal 14px/29px Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}

.leftNav span {
	color: #001D43;
	background: url(imagesCSS/fleche.gif) no-repeat scroll top;
	font-weight: bold;
}

.leftNav span a  {
  color: #001D43;
  font-weight: bold;
	padding: 0;
}

.leftNav span a:hover  {
  text-decoration: underline;
  background: none;
  /**background: url(imagesCSS/flecheOver2.gif) no-repeat scroll left;**/
}

.leftNav a:hover {
	background: url(imagesCSS/flecheOver.gif) no-repeat scroll top;
}

/***************************************************************************
*************************** Colone droite **********************************
***************************************************************************/

.rightContent {
	position: absolute;
	width: 928px;
	z-index: 3;
}

.rightCol {
	position: relative;
	top: 10px;
	left: 738px;
	display: block;
	width: 151px;
	font: normal normal normal 12px/14px "Times New Roman", Times, serif;
}

.rightCol h5 {
	width: 144px;
	height: 25px;
	margin: 7px 0 7px 0;
	text-align: right;
	background: url(imagesCSS/h1colonneDroite.jpg) no-repeat scroll bottom;
	color: white;
	font: normal normal normal 14px/25px Arial, Helvetica, sans-serif;
	padding-right: 7px;
}

.rightCol h6 {
	padding: 3px 4px 3px 4px;
	text-align: center;
	font: normal normal normal 12px/14px Arial, Helvetica, sans-serif;
}

.rightCol p {
  text-align: center;
	padding: 3px 4px 3px 4px;
}

.logo {
	width: 151px;
	height: 69px;
	background: transparent url(imagesCSS/logo.jpg) no-repeat scroll top;
	padding: 5px 0 5px 0;
}

/***************************************************************************
****************************    Footer    **********************************
***************************************************************************/

.footer {
	position: relative;
	height: 506px;
	background: #2E8BD1 url(imagesCSS/footer.jpg) no-repeat scroll bottom;
  z-index: 2;
}

.coordonnees {
	position: absolute;
  margin: 0 0 auto 25px;
	width: 190px;
	background: url(imagesCSS/bckgrdCoordonnees.jpg) repeat-y scroll top;
	text-align: center;
	font: normal normal normal 13px/16px Arial, Helvetica, sans-serif;
	border: 1px solid white;
}

.coordonnees p {
	padding: 6px;
	color: white;
	letter-spacing: 1px;	
}

.coordonnees a {
	color: white;	
}

/***************************************************************************
****************************  Bottom menu  *********************************
***************************************************************************/

.botMenu {
	width: 100%;
	position: relative;
	bottom: -415px;
	text-align: center;
}

.botMenu p, .botMenu p a, .botMenu p span {
	color: white;
	font: normal normal normal 12px/20px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.botMenu p a:hover {
	font: normal normal normal 12px/15px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.botMenu p span {
  font-weight: bolder;
}

.copyright {
	margin: 0 auto 0 auto;
	width: 275px;
	height: 58px;
	position: absolute;
	top: 450px;
	left: 330px;
	background: transparent url(imagesCSS/copyright.jpg) no-repeat;
	z-index: 10;
}

.footerBackground {
	height: 118px;
	width: 100%;
	background: #2E8BD1 url(imageCSS/footer.gif) repeat-x scroll bottom;
}

/***************************************************************************
****************************     Diver    **********************************
***************************************************************************/

.separator {
	visibility: hidden;
	clear: both;
}

.imgLeft {
	display: block;
	float: left;
	margin: 5px 15px 5px 15px;
	border: 1px solid #2E8BD1;
}

.imgRight {
	display: block;
	float: right;
	margin: 5px 15px 5px 15px;
	border: 1px solid #2E8BD1;
}

.imgCenter {
	display: block;
	margin: 5px auto 5px auto;
	border: 1px solid #2E8BD1;
}

.imgCenterNoborder {
	display: block;
	margin: 5px auto 5px auto;
	border: none;
}

.imgNoborder {
	border: none;
}

/***************************************************************************
****************************     Form2Mail    ******************************
***************************************************************************/

.contactForm {
  position: relative;
	width: 80%;
	margin: auto;
	background-color: 0;
	border: 0;
	font: normal normal normal 10px/14px Arial, Helvetica, sans-serif;
}

.contactForm h1 {
	background-image: none;
	height: 25px;
	width: 100%;
	font: normal normal bold 14px/16px Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
}


.f2m label {
  display: block;
  text-align: justify;
  padding-left: 0;
  letter-spacing: 0;
}

.f2m label:hover {
  font-weight: bold;
}

.f2m hr {
	display: block;
	width: 100%;
	height: 1px;
	color: green;
	margin: 5px auto 15px auto;
}

#F2MNLbox1, #F2MNLbox2, #F2MNLbox3, #F2MNLbox4, #F2MNLbox5, #F2MNLbox6 {
  margin: 0;
  border: none;
	width: 10px;
}

#labelBox1, #labelBox2, #labelBox3, #labelBox4, #labelBox5, #labelBox6 {
	position: relative;
	top: -20px;
	left: 5px;
	margin: auto;
	width: 90%;
	font: normal normal normal 13px/15px Arial, Helvetica, sans-serif;
	padding: auto;
	text-align: left;
}

.f2m input, .f2m select, .f2m textarea {
  margin-right: 0%;
	width: 100%;
  text-align: left;
  border: #CCC 1px solid;
}

.f2m input:hover, .f2m select:hover, .f2m input:focus, .f2m select:focus, .f2m textarea:hover, .f2m textarea:focus {
  border: #999 1px solid;
}

.f2m textarea {
	font: normal normal normal 12px/12px Arial, Helvetica, sans-serif;
	height:80px;
}
 
#bouton {
  border: #999 1px solid;
  margin-right: 0%;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
  text-align: center;
  cursor: pointer;
}

#bouton:hover {
  background-color: #ffffff;
  cursor: pointer;
}

/* FIN: Définition de formats pour une sortie ecran */
}

