﻿/* Eléments principaux de la page */

body
{
    background:#FFFFFF;
    font-family: , Arial, sans-serif;
    color: #181818;

 position: relative;
    
  
    
    border-radius: 5px;
    margin-right: 15px;
    padding: 10px;
    color: BLACK;     

}

#bloc_page
{
width: 100%;
    height: 100%;
   margin: 0;
    padding: 0

background-color: #FFFFC6;
box-shadow: 0px 2px 5px #1c1a19;

}

section h1, footer h1, nav a
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: none;
}

/* Header */

header
{
    position: relative;
    width: 900px;
    background-color: #e0ffff;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    margin-right: 15px;
    padding: 10px;
    color: Black;
     
}

#titre_principal
{
    display: inline-block;
}



header h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.5em;
    font-weight: normal;
}

#logo, header h1
{
    display: inline-block;
    margin-bottom: 0px;
}



header h2
{
    font-family: Dayrom, serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}

header h3
{
    font-family: times new roman, serif;
    font-size: 0.8em;
    margin-top: 0px;
    font-weight: normal;
}



/* Navigation */
nav
{
    display: inline-block;
    z-index: 5;
    width: 50%.;
    top: 0%;
    margin: 0% 25% 0% 25%
    text-align: center;
}
nav a
{
    font-size: 0.8em;
    color: INDIGO;
    padding-bottom: 3px;
    text-decoration: none;
}


#menu ul {
 margin:0;
 padding:0;
 list-style-type:none;
 text-align:center;
 }
#menu li {
 float:left;
 margin:auto;
 padding:0;
 background-color: none;
 }
 #menu li ul li{
 float:left;
 margin:auto;
 padding:0;
 background-color: beige;
 }
#menu li a {
 display:block;
 width:80px;
 color:black;
 text-decoration:none;
 padding:5px;
 }
#menu li a:hover {
 color:blue;
 }
#menu ul li ul {
 display:none;
 }
#menu ul li:hover ul {
 display:block;
 }
#menu li:hover ul li {
 float:none;
 }
#menu li ul {
 position:absolute;
 }
#menu {
 height:50px;
 }



/* Bannière */




section

a /* Liens par défaut (non survolés) */
{
   text-decoration: none;
   color: blue
   font-style: normal;
}

a:hover /* Apparence au survol des liens */
{
   text-decoration: none;
   color: navy;
}
a:active /* Quand le visiteur clique sur le lien */
{
    background-color: marroon;
}

a:visited /* Quand le visiteur a déjà vu la page concernée */
{
    color: teal; /* Appliquer une couleur grise */
}


article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
	list-style-type:none;
}

 
article
{
    position: relative;
    width: 95%;
    background-color: #e0ffff;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    margin-right: 15px;
margin-left: 12px;
    padding: 10px;
    color: black;
    font-size: 1em;
}

.ico_categorie
{
    
    margin-right: 8px;
}

th
{
    font-size: 0.9em;
}
td
{
    font-size: 1.08em;
}

article p
{
    font-size: 0.9em;
}


aside
{
    position: relative;
    width: 100px;
    background-color:teal;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
     margin-left: 50px;
    padding: 10px;
    color: white;
    font-size: 0.90em;
}

:required

{
    background-color:#f0fff0;
}


aside img
{
    margin-right: 5px;
}
/* Footer */

footer
{
    background:  url('images/ico_top.png') no-repeat top center, url('images/separateur.png') repeat-x top, url('images/ombre.png') repeat-x top;
    padding-top: 25px;
}

/* Footer */

footer
{
    background:  url('images/ico_top.png') no-repeat top center, url('images/separateur.png') repeat-x top, url('images/ombre.png') repeat-x top;
    padding-top: 25px;
}

footer p, footer ul
{
    font-size: 1em;
}

footer h1
{
    font-size: 1em;
	color: teal;
}
{
    font-weight: bold;
}


#merci, #affiche, #partenaires
{
    display: inline-block;
    vertical-align: top;
}

#merci
{
    width: 28%;
}

#affiche
{
    width: 35%;
}

#partenaires
{
    width: 31%;
}

#affiche img
{
    border: 1px solid #181818;
    margin-right: 2px;
}

#partenaires ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 48%;
    list-style-image: url('images/ico_liensexterne.png');
    padding-left: 2px;
}

#partenaires a
{
    text-decoration: none;
    color: #760001;
}

#menubas a
{
    text-decoration: none;
    color: black;
	font-size: 0.8em;
    font-weight: normal;
}


img {
  transition: transform 0.5s; /* Ajoute une transition douce sur 0.5 seconde */
}

img:hover {
  transform: scale(1.3); /* Agrandit l'image de 20 % au survol */
}







