*{
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
/*background: #0A0A0A url("images/pere_noel.gif")repeat;*/ 
/*background: #0A0A0A url("images/feuil_automne.jpg")repeat;*/ 
background: #0A0A0A url("images/fleurs1.jpg") repeat;    
font-family: Garamond, Georgia, Times, 'Times New Roman', serif;
color: #0A0A0A ;  /* texte article bleu ddd */ 
font-size: 16px;
line-height: 18px;
}
	
/* layout */

#wrapper {
width: 1350px;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 10px;
}
/* NAV */
nav {
width: 100%;
background-color: #A811FF;
}
nav > ul {
margin: 0px;
padding: 0px;
}
nav ul::after {
content: "";
display: block;
clear: both;
}
nav > ul > li {
float: right;
position: relative;
font-weight: bold;
}
nav > ul > li > a {
padding: 15px 20px; 
color: #FFF;
}
nav > ul > li:hover a {
padding: 10px 20px 15px 20px; 
}
nav li {
list-style-type: none;
}
.submenu {
display: none;
}
nav a {
display: inline-block;
text-decoration: none;
}
nav li:hover .submenu {
display: inline-block;
position: absolute;
top: 100%;
left: 0px;
padding: 0px;
z-index: 1000;
}
.submenu li{
border-bottom: 1px solid #CCC;
}
.submenu li a {
padding: 10px 20px; 
font-size: 16px;
color: #222538;
width: 270px;
}
.P1:hover {
border-top: 5px solid #e44d26;
background-color: RGBa(228, 77, 38, 0.15)
}
.P2:hover {
border-top: 5px solid #0070bb;
background-color: RGBa(000, 112, 192, 0.15)
}
.P3:hover {
border-top: 5px solid #f1dc4f;
background-color: RGBa(241, 211, 79, 0.15);
}
.P4:hover {
border-top: 5px solid #e44d26;
background-color: RGBa(228, 77, 38, 0.15)
}
.P10:hover {
border-top: 5px solid #BBB;
background-color: RGBa(220, 220, 220, 0.15);
}
.P1 .submenu {
background-color: RGB(230, 100, 40);
}
.P2 .submenu {
background-color: RGB(000, 160, 240);
}
.P3 .submenu {
background-color: RGB(250, 215, 100);
}
.P4 .submenu {
background-color: RGB(230, 100, 40);
}
.submenu li:hover a {
color: #EEE;
font-weight: bold;
}
.P1 .submenu li:hover {
background-color: RGB(210, 77, 60);
}
.P2 .submenu li:hover {
background-color: RGB(000, 115, 200);
}
.P3 .submenu li:hover {
background-color: RGB(200, 165, 75);
}
.P4 .submenu li:hover {
background-color: RGB(210, 77, 60);
}
/* Fin NAV */

header {
position: relative;
width: 1350px;
height: 200px;
margin: 0 auto;
background-color: #494949;  /*jaune #FFF423*/
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#585858), to(#F884FF));    /* mauve D775FF origine 494949*/
background: -moz-linear-gradient(top, #585858 0%, #F884FF 100%);   /*origine 494949*/
background: linear-gradient(to bottom, #585858 0%, #F884FF 100%);
}

#main {
width: 1350px;
margin: 0 auto;
padding-top: 30px;
background: #F884FF;      /*jaune */
overflow: hidden;
}

#content {
float: right;
width: 1050px;
margin: 0 30px 10px 0;
border-left: 1px #520000 solid;      /*brun foncé */
padding-left: 25px;
}

#sidebar {
float: left;
padding-left: 20px;
width: 220px;
}

footer {
width: 1350px;
margin: 0 auto;
clear: both;
}

/* basics */

@font-face {
	font-family: 'CloisterBlackLight';
	src: url('CloisterBlack-webfont.eot');
	src: local('CloisterBlackLight'), url('CloisterBlack-webfont.woff') format('woff'), url('CloisterBlack-webfont.ttf') format('truetype'), url('CloisterBlack-webfont.svg#webfontURGgOlCQ') format('svg');
	font-weight: normal;
	font-style: normal;
}


h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #bbb;   /*  */
}

/*a:link, a:visited {
color:#FF1141;     
text-decoration: none;
}

a:hover, a:active {
color: #0A0C77;   
text-decoration: underline;
}  */

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/** HEADER */

header h1, header h2, header h3 {
margin: 20;
line-height: normal;
float: right;
width: 800px;  /*600*/
padding-right: 20px;
}

header h1 { 	
padding-top: 20px; 
font-family: 'CloisterBlackLight', Verdana, Arial, Helvetica, sans-serif;
font-size: 60px;
color:#FFAF51;    /* orange */
text-shadow: 3px 3px 3px #B80D00;
}

header h1 a:hover { 
text-shadow: none; 
}

header h2 {
text-shadow: 2px 2px 2px #FFFFFF;
color: #FF370F;    /* rouge*/
text-decoration: none;
}

header h3 {
font-size: 24px;
}

#headerlogo {
position: absolute;
top: 4px;
left: 5px;
}

/** ARTICLES **/
article img {
border: none;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
margin: 0 0 20px 0;
line-height: 1.5em;
}

article h2 {
text-shadow: 2px 2px 2px #B80D00;
color: #FFAF51;    /* orange*/
text-decoration: none;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
margin-top: 4px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* sidebar and footer widget blocks */

aside h3 {
font-size: 18px;
color: #FFFFFF;      /* rajout */
}

aside ul {
list-style: none;
margin-bottom: 20px;
margin-top: -15px;
}

aside li a {
display: block;
text-decoration: none;
}

aside li a:hover {
text-decoration: underline;
}

#footer-area {
background-color: #494949;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F884FF), to(#585858));      /* dégradé de couleur 494949*/
background: -moz-linear-gradient(top, #F884FF 0%, #585858 100%);       /*494949*/
background: linear-gradient(to bottom, #F884FF 0%, #585858 100%);
font-size: 90%;
padding: 18px 0;
overflow: hidden;
}

.footer-segment {
float: left;
margin-right: 30px;
margin-left: 30px;
width: 250px;
}

footer aside h4 {
color:#FF194F;
font-size: 16px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
color:#FFFFFF;
}

footer p {
margin-top: -13px;
}

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 ;
}

dl#photo
{
  clear: both ;
  margin: 0 auto ;
}

dl#photo dt
{
  font: italic 2.5em/1.5em Georgia, serif ;
  color: #dcb ;
}

dl#photo dd
{
  margin: 0 ;
}

dl#photo img
{
  border: 1px solid #dcb ;
}

/*-----------------*/
/* autre infobulle */
.tooltip
{
  text-decoration:none;
  position:relative;
}
 
 
.tooltip span
{
  display:none; 
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:yellow;     
}
.tooltip span img
{
  float:left;
  margin:0px 8px 8px 0;
} 
.tooltip:hover span
{
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1000;
  width:auto;
  max-width:320px;       
  min-height:128px;       
  border:1px solid black;
  margin-top:12px;
  margin-left:32px;
  overflow:hidden;
  padding:8px;
}
a.bouton-relief {
  color: white;
  background-color: #000080;    
  text-decoration: none;
  text-align: center;
  padding: 5px;
  border: 2px outset #c0c0c0;
}
a.bouton-relief:hover {
  background-color: #6495ED;
  border: 2px inset #c0c0c0;
}

a.bouton-relief-vert {
  color: white;
  background-color: #20FB0A;    /* #000080 */
  text-decoration: none;
  text-align: center;
  padding: 5px;
  border: 2px outset #c0c0c0;
}
a.bouton-relief-gris {
  color: black;                /* #C3C4C2 */
  background-color: #ADADAC;    /* #20FB0A */
  text-decoration: none;
  text-align: center;
  padding: 5px;
  border: 2px outset #c0c0c0;
}
a.bouton-relief-vert:hover {
  background-color: #6495ED;
  border: 2px inset #c0c0c0;
}
a.bouton-relief-gris:hover {
  background-color: #6495ED;
  border: 2px inset #c0c0c0;
}


/* POPUP */

.BPplan {
  background-color: #000080;
  padding:5px 2em; 
  font-size: 14px;
  color: white;
  cursor:pointer;
}
.BPplan:hover {
  background-color: #6495ED;
}
#overlay {
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:none;   
}
#PopupPlan {
  margin:16% auto;
  width:85%;
  height:60%;
  background-color: #ffffff;
  border-radius:5px;
  box-shadow:15px 20px 0 rgba(0,0,0, 0.5);
  padding:1em;
}
#BPexit {
  float:right;
  cursor:pointer;
}    