@media screen, handheld {
/* ... définition de formats pour une sortie ecran ... */

.ForPrint {
  visibility: hidden;
  font-size: 0;
  width: 0;
  height: 0;
}
.ForScreen {
  visibility: visible;
}
* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
body {
  text-align: center;
  background: #E5E9A2 /**url("imageCSS/background.gif") repeat-x**/;
}

img
{
	border: none;
}

/* Rajouté par manu */
a {
  text-decoration: none;
  color: darkgreen;
  outline: none;
}

a:hover {
  text-decoration: underline;
  color: darkgreen;
}

h1 {
   background: transparent url(imageCSS/h1-background.gif) no-repeat;
   font: bold 24px/28px Arial;
   padding-left:22px;
   padding-bottom: 10px;
   color: #336633;
}

h2 {
   font: small-caps 16px/17px Arial;
   padding-left:22px;
   margin-bottom:10px;
   color: #FFFFFF;
   background: #999999;
}

p {
  font: normal normal normal 12px/14px Arial, Helvetica, sans-serif;
   padding: 5px 0 15px 0;
}

ul {
  font: normal normal normal 12px/14px Arial, Helvetica, sans-serif;
   margin-left:15px;
   padding: 5px 0 15px 0;
}

.Tableausimple {
  font: normal normal normal 10px/10px Arial;
}

/* fin des cochonneries de m@nu */

.Seperator{
  clear: both;
}
#Global {
  position: relative;
  margin: auto;
  width: 760px; /* largeur obligatoire pour être centré */
  text-align: left; /* on rétablit l'alignement normal du texte */
  background: White url(imageCSS/leftBottomBackground.gif) repeat-y; /*  background: #ffffff url(imageCSS/leftNav.gif) repeat-y 0;*/
  border: 1px solid Black;
  z-index: 1;
}
.Banner {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 169px;
  background: White url(imageCSS/banner.jpg) no-repeat scroll right;
}

.TopMenu {
  position: absolute;
  top: 112px;
  right: 0;
  height: 20px;
  color: White;
  font: normal normal normal 12px/24px Arial;
  text-align: center;
  vertical-align: middle;
}

.TopMenu a,.TopMenu span {
  float: right;
  width: 90px;
  height: 25px;
  padding: 2px 0 4px 0;
  border-left: 1px solid White;
  text-decoration: none;
  color: White;
}

.TopMenu a:hover {
	background-image: url(imageCSS/topMenuHov.gif);
	background-color: green;
	text-decoration: none;
	color: #185D30;
}

.DoubleTopMenuLgn {
  font: normal normal normal 12px/12px Arial;
}

.TopMenuSelected {
  background-image: url(imageCSS/topMenuSel.gif);
}

.MiniMenu {
	display: block;
	width: 90px;
	padding-right: 9px;
	float: right;
	background-image: none;
	border: none;
}

.MiniMenu a {
  width: 20px;
  height: 20px;
  border: none;
  padding-top: 5px;
  background-image: none;
  background-color: transparent;
}

.MiniMenu a:hover {
  border: none;
  background-image: none;
}

#MiniMenuHome {
	position: relative;
	top: 5px;
	background: transparent url(imageCSS/maison.gif) no-repeat scroll;
}

#MiniMenuHome:hover {
	background: transparent url(imageCSS/maison-h.gif) no-repeat scroll;
}

#MiniMenuPlan {
	position: relative;
	top: 5px;
	background: transparent url(imageCSS/plan.gif) no-repeat scroll;
}

#MiniMenuPlan:hover {
	background: transparent url(imageCSS/plan-h.gif) no-repeat scroll;
}

#MiniMenuMail {
	position: relative;
	top: 5px;
	background: transparent url(imageCSS/enveloppe.gif) no-repeat scroll;
}

#MiniMenuMail:hover {
	background: transparent url(imageCSS/enveloppe-h.gif) no-repeat scroll;
}

#MiniMenuConf {
	position: relative;
	top: 5px;
	background: transparent url(imageCSS/clef.gif) no-repeat scroll;
}

#MiniMenuConf:hover {
	background: transparent url(imageCSS/clef-h.gif) no-repeat scroll;
}

.LeftNav {
  float: left;
  position: relative;
  left: 5px;
  width: 202px;
  height: 555px;
  font: normal normal bold 12px/14px Arial;
  background: transparent url(imageCSS/leftBackground2.gif) scroll bottom;
  z-index: 5;
}

.LeftNav a,.LefNavSelected {
  float: left;
  position: relative;
  left: 0px;
  width: 186px;
  border-bottom: 1px solid White;
  text-decoration: none;
  color: White;
  margin-left: -6px;
  padding: 5px 0 5px 15px;
  outline: none;
  z-index: 10;
  background: transparent url(imageCSS/CircleBullet.gif) no-repeat scroll 15px;*/
}
.LeftNav a:hover {
  background: #ABB0BF url(imageCSS/hoverLeftNav.gif) repeat-y scroll left;
}
.LefNavSelected {
  background: transparent url(imageCSS/selectLeftNav.gif) repeat-y scroll left;
}
.DecoLeftNav {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  height: 549px;
  width: 5px;
  background-color: #9DBB3D;
  border-right: 1px solid White;
}

/***************************************************************************
*******************   Newsletter Inscription Form   ************************
***************************************************************************/

.newsLetter {
  position: absolute;
  padding: 5px 0 0 0;
  left: 5px;
  bottom: 110px;
  background: url(imageCSS/newsletterBG2.gif) repeat-y scroll top;
  border-top: 1px solid white;
  text-align: left;
  width: 202px;  
}

.newsLetter h5 {
  text-align: left;
  font: normal normal bold 14px/20px Arial, Helvetica, sans-serif;
  color: white;
  padding: 0px 10px 5px 10px;
}

.newsLetter p {
  text-align: justify;
  font: normal normal bold 10px/12px Arial, Helvetica, sans-serif;
  letter-spacing: 1;
  color: white;
  padding: 5px 10px 5px 10px;
}

.newsLetterEnd {
  position: relative;
  background: url(imageCSS/newsletterEnd.gif) no-repeat scroll top;
  width: 202px;  
  height: 5px;
}

.form {
  position: relative:
  width: 100%;
	color: #ffffff;
}

.newsForm {
  position: relative;
	width: 90%;
	margin: auto;
	padding-bottom: 15px;
	font: normal normal normal 10px/16px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.newsForm label{
  color: #ffffff;
}
 
#newsBouton {
  border: none; 
  background-color: transparent;  
  font: normal normal normal 11px/20px Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: right;
  cursor: pointer;
  outline: none;
}

#newsBouton:hover {
  text-decoration: underline;
  cursor: pointer;
}

/***************************************************************************
****************  FIN Newsletter Inscription Form FIN   ********************
***************************************************************************/

.Main {
  float: left;
  top: 0px;
  left: 9px;
  width: 535px;
  min-height: 800px;
  margin-bottom: 5px;
/*  padding-bottom: 55px;
  background: transparent url(imageCSS/mainFooter.gif) no-repeat scroll bottom;*/
  font: normal 12px/14px Arial;  /*rajouté par m@nu*/
  margin-left:10px; /*rajouté par m@nu*/
}
.MainFooter {
  background: transparent url(imageCSS/mainFooter.gif) no-repeat scroll bottom right;
  height: 70px;
  margin-left: 20px;
  margin-right: 20px;
}

.imgSubvention {
  position: absolute;
  width: 150px;
  height: 90px;
  left: 30px;
  bottom: 0;
  background: transparent url(imageCSS/subvention.gif) no-repeat scroll top;
  z-index: 10;
}  
/**.MainFooter img{
  position: relative;
  left: 25px;
}**/

.rightContentTop{
  height: 27px;
  background: transparent url(imageCSS/rightTop.jpg) no-repeat scroll top;
}
.rightContent{
  float: right;
  margin-right: -78px;
  width: 189px;
  background: transparent url(imageCSS/rightMiddle.jpg) repeat-y scroll top;
}
.rightContent p{
  position: relative;
  margin: auto auto auto 18px;
  width: 152px;
  text-align: justify;
}
.rightContent h2 {
   font: small-caps 16px/17px Arial;
  position: relative;
  margin: auto auto auto 18px;
  width: 152px;
  text-align: center;
  padding: 0 5px 0 5px;
   color: #FFFFFF;
   background: #999999;
}
.rightContentBottom{
  height: 29px;
  margin-top: -20px;
  background: transparent url(imageCSS/rightBottom.jpg) no-repeat scroll top;
}

.ImgLeft{
  margin: 7px;
  float: left;
}

.ImgRight{
  margin: 7px;
  float: right;
}

.ImgCenter{
  display: block;
	margin: 5px auto 5px auto;
}
/* ImageBox debut */
#ImageBoxOverlay
{
	background-color: #000;
	z-index:8;
}

#ImageBoxOuterContainer
{
	z-index:9;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;  
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
	font-size: 6px;
	color: #555;
}
#ImageBoxNextImage
{
	background-image: url(imageCSS/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(imageCSS/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(imageCSS/next_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: black;
  filter:alpha(opacity=35);
	opacity: 0.35;
}
#ImageBoxPrevImage:hover
{
	background-image: url(imageCSS/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
	background-color: black;
  filter:alpha(opacity=35);
	opacity: 0.35;
}
/* ImageBox fin */

.areaTooltip {
	border: 1px solid #F00;
	background-color: #0F0;
	padding: 4px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
}

.txtGras {
  font: normal normal bold 12px/14px Arial, Helvetica, sans-serif;
}

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

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

.contactForm h5 {
	background-image: none;
	width: 100%;
	font: normal normal normal 16px/22px Arial, Helvetica, sans-serif;
  color: #757474;
  letter-spacing: 1px;
	padding: 25px 0 10px 0;
	text-align: left;
}


.f2m label {
  display: block;
  text-align: justify;
}

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

.f2m hr {
	display: block;
	width: 100%;
	height: 1px;
  color: #336633;
	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: -14px;
	left: 5px;
	margin: auto;
	width: 90%;
	font: normal normal normal 13px/13px Arial, Helvetica, sans-serif;
  color: #336633;
	padding: auto;
	text-align: left;
}

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

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

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

#bouton:hover {
  background-color: #336633;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}

.clear{ /**pour rétablir le flux**/
  clear:both; 
  display:block; 
  height: 0; 
  font-size: 1px; 
  line-height: 0px; 
} 

}
