/* Codage balises CSS */
/* ------------------ */
/* Last Update : 00/08/2011 */

body
{
  font-family: Verdana, Georgia, arial, verdana;
  font-size: 13px;
  text-align: justify;
  width: 1024px;
  background: #000000;
  position: relative;
  margin: auto;
}

a
{
   color: #8d7823;
   font-weight: bold;
   text-decoration: none;
}

a:hover
{
   color: white;
   -moz-transition: color 0.5s linear;
   -webkit-transition: color 0.5s linear;
   -o-transition: color 0.5s linear;
}

hr
{
   color: #000000;
   font-size: 1em;
}

h1
{
   text-align: left;
   font-size: 1.2em;
   color: #a01c1c;
}

h2
{
   font-size: 1.1em;
   color: #8d7823;
}

footer
{
   color: #339933;
}

li
{
   list-style-type: none;
   text-align: left;
}

figure
{
   text-align: center;
}
/*
article img
{
   box-shadow: none;
}
*/
img
{
   -webkit-box-shadow: 10px 10px 20px #000000;
   -moz-box-shadow: 10px 10px 20px #000000;
   -o-box-shadow: 10px 10px 20px #000000;
   box-shadow: 10px 10px 20px #000000;
}

.wrapper
{
   color: silver;
}

.entete
{
   width: 1024px;
}

.menu
{
   color: silver;
   text-align: right;
}
/*
.banniere
{
   background-image: url("../bannieres/coquelicot.jpg");
   height: 200px;

}

.banniere h1
{
   font-family: Tangerine, serif;
   font-size: 72px;
   color: silver;
   text-align: center;
   text-shadow: 1px 1px 0px black, 3px 3px 8px white;
   vertical-align: middle;
}
*/
.banniere img
{
   border-radius: 7px 7px 0px 0px;
   box-shadow: 8px 8px 8px #404040;
}

.jghaye
{
	font: italic 2.6em/1.5em Georgia, serif ;
	font-size: 32px;
	text-align: center;
}

.jghayeadressemail
{
	font-size: 16px;
	text-align: center;
}

.corps
{
   width: 1024px;
/*   min-height: 1087px; */
}

.zonehaute
{
   text-align: center;
   padding-left: 3px;
   background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#555555));
   background: -moz-linear-gradient(top, #000000, #555555);
}

.zonehaute a

{
   font-size: 1.1em;
}

.zonehaute img
{
   box-shadow: none;
}

.filariane
{
   font-size: 0.8em;
   text-align: left;
}

.filariane a
{
   font-size: 1.0em;
   color: white;
   font-weight: normal;
}
/*
.zonegauche
{
   padding-left: 5px;
   width: 195px;
   height: 1024px;
   float: left;
  /   background: -webkit-gradient(linear, left top, right top, from(#555555), to(#000000));
  /   background: -moz-linear-gradient(left, #555555, #000000);
   background-image: url("../bannieres/salazie1.png")
}

.zonegauche h1
{
   text-align: left;
}
*/
.zonecentrale
{
   padding: 0px;
   width: 1024px;
   float: right;
/*   background: -webkit-gradient(linear, left top, right top, from(#000000), to(#555555));
   background: -moz-linear-gradient(left, #000000, #555555);
*/
}

.zonecentrale p
{
   -webkit-column-count: 2;
   -webkit-column-gap: 9;
   -webkit-column-rule: 1px solid #888888;
   -moz-column-count: 2;
   -moz-column-gap: 9;
   -moz-column-rule: 1px solid #888888;
   -o-column-count: 2;
   -o-column-gap: 9;
   -o-column-rule: 1px solid #888888;
   column-count: 2;
   column-gap: 9;
   column-rule: 1px solid #888888;
}

.menupages
{
   text-align: center;
}

.mapgoogle
{
   text-align: center;
}

.mentionslegales
{
   width: 1014px;
   clear: left;
   clear: right;
   padding: 5px;
   text-align: center;
   background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#000000));
   background: -moz-linear-gradient(top, #555555, #000000);
}

.finarticle img
{
   position: middle;
   box-shadow: none;
}

/* *** Affichage de la Galerie *** */

div#galerie 
{ 
    width: 1002px ; 
/*    background: #dcd2a8;  */
    background: #111111; 
/*    border: 1px solid #dcb ;  */
    border: 1px solid #555555 ; 
    padding: 10px ; 
    margin: 0px 0px ; 
    text-align: center ; 
    font: 0.9em Georgia, serif ; 
} 
 
ul#galerie_mini 
{ 
    margin: 0 ; 
    padding: 0 ; 
    list-style-type: none ;
} 
 
ul#galerie_mini li 
{ 
    float: left ;
} 
 
ul#galerie_mini li a img 
{ 
    margin: 2px 1px ; 
    border: 1px solid #dcb ; 
	max-height: 65px;
} 
 
dl#photo 
{ 
    clear: both ; 
    margin: 0 auto ; 
} 
 
dl#photo dt 
{ 
    font: italic 2.5em/1.5em Georgia, serif ; 
    color: #555555; 
} 
 
dl#photo dd 
{ 
    margin: 0 ; 
} 
 
dl#photo img 
{ 
    border: 1px solid #dcb ; 
} 

/* ***  Fin Affichage Galerie *** */