/* Styles généraux */
html {overflow-y:scroll; }
html,body {	height:100%;}
body {-webkit-text-size-adjust:none;-ms-text-size-adjust:none}
body { background-color: #FFFFFF; margin: 0; padding: 0; text-align: center; background-image: url(images/fond.jpg); background-repeat: repeat-x; }
body, table { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333333; }
#haut { height: 204px; width: 100%; background-image: url(/css/images/haut.png); background-repeat: no-repeat; background-position: center; }
#banniere { height: 200px; width: 960px; margin-right: auto; margin-left: auto; }

#nav { height: 98px; width: 100%; margin-right: auto; margin-left: auto; background-image: url(/css/images/menu.jpg); background-repeat: repeat-x; text-align: center; }
#menu { margin: 0px auto; padding: 40px 0px 0px; width: 960px; list-style:none; }
#menu li { display: inline; }
#menu a, #menu a:link { text-decoration:none; color:#2A251F; font-weight: bold; font-size: 15px; background-color: #FFFFFF; padding: 10px 9px; border-radius:8px; margin-right: 9px; box-shadow: 1px 1px 6px #DEDEDE; -webkit-transition: all .6s ease-in; -moz-transition: all 0.6s ease-in; -o-transition: all .6s ease-in;  transition: all .6s ease-in; }
#menu a:hover, #menu #current { background-color: #6BA723; color: #FFFFFF; background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #408942),
	color-stop(1, #7CDE31)
);
background-image: -o-linear-gradient(bottom, #408942 0%, #7CDE31 100%);
background-image: -moz-linear-gradient(bottom, #408942 0%, #7CDE31 100%);
background-image: -webkit-linear-gradient(bottom, #408942 0%, #7CDE31 100%);
background-image: -ms-linear-gradient(bottom, #408942 0%, #7CDE31 100%);
background-image: linear-gradient(to bottom, #408942 0%, #7CDE31 100%);}

#page { width: 960px; margin-right: auto; margin-left: auto; position: relative; text-align: left; }
#contenu {  position: relative;  margin: 0px; padding: 0px; }

#contenu a, #contenu a:link { color: #666666; cursor:pointer; text-decoration:underline; font-weight: bold;  -webkit-transition: all .6s ease-in; -moz-transition: all 0.6s ease-in; -o-transition: all .6s ease-in;  transition: all .6s ease-in;}

#contenu a:hover { color: #990000; text-decoration: none;}
#bas { position: relative; overflow: hidden; text-align: center; background-color: #2A2522; margin-top: 20px; padding-top: 8px; padding-bottom: 10px; border-top-width: 12px; border-top-style: solid; border-top-color: #6CA727; }
#bas, #bas a, #bas a:link { font: bold 13px Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #FFFFFF; -webkit-transition: all .6s ease-in; -moz-transition: all 0.6s ease-in; -o-transition: all .6s ease-in;  transition: all .6s ease-in;}
#bas a:hover { color: #990000; }
#bas a img { vertical-align: middle; }
img {border: 0 ; }
.clear {clear: both; height:0;font-size: 1px;line-height: 0px; }


/* Style d'écriture */
.titre, .titreCentre, h1 { font-size: 19px; font-weight: bold; color: #145F36; }
.titreCentre { text-align: center; }
.titreP { font-size: 18px; font-weight: bold; color: #145F36; }
.policeJulee { font-family: 'Julee', cursive; font-size: 30px; font-weight: bold; color: #6CA727; }
p { margin: 0px; padding: 0px; }
.gras { font-weight: bold; }
.cadre { border: 1px solid #666666; }

/* Images */
#contenu a img, #contenu a img:link  { padding:0; border: 1px solid #898585;  box-shadow: 1px 1px 12px #555;}
#contenu a img:hover {  background: #999999; }
#contenu a img.pointer  { cursor: pointer;}
.gauche { margin-right: 12px; margin-bottom: 10px; margin-left: 0px; float: left; }
.droite { margin-right: 0px; margin-bottom: 10px; margin-left: 12px; float: right; }
.noborder, #contenu a img.noborder{ padding: 0px; border:0; background-color: transparent; }

/* Tableaux avec photos */
#contenu .photos  { margin-top: 4px; margin-bottom: 6px; }
#contenu .photos td { font-size: 13px; text-align: center; padding-top: 2px; padding-right: 0px; padding-bottom: 2px; padding-left: 0px; border: 0; font-weight: bold; color: #145F36; }

/* Liste à puces */
#contenu ul { margin: 0px 0px 0px 26px; padding: 0px; list-style-image: url(images/fleche_01.png); }
#contenu li { list-style-type: none; }
#contenu ul ul, #contenu ul ul li {list-style-image: none; list-style-type: disc; }
#contenu .enligne li{ float: left; width: 444px; padding-right: 12px; }


