﻿/* Eléments principaux de la page */
body
{
	background-image: linear-gradient(to right, yellow, red);
	font-family: Calibri, Arial, sans-serif;
	color: #000000;
}

#bloc_page
{
	width: 80%;
	margin: auto;
}

#voeux
{
	width: 80%;
	margin: auto;
	text-align: center;
}
section h1, footer h1, nav a
{
	font-weight: normal;
	text-transform: uppercase;
}

@font-face {
    font-family: 'LearningCurveProRegular';
    src: url('LearningCurve_OT-webfont.eot');
    src: url('LearningCurve_OT-webfont.eot?#iefix') format('embedded-opentype'),
         url('LearningCurve_OT-webfont.woff') format('woff'),
         url('LearningCurve_OT-webfont.ttf') format('truetype'),
         url('LearningCurve_OT-webfont.svg#LearningCurveProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h5
{
	font-family: 'LearningCurveProRegular', 'Comic Sans MS', Arial, serif; 
	font-size: 3em;
	color: #3d82f5;
	padding: 20;
	margin: 0;
}

article h4
{
	font-family: Calibri, Arial, serif; 
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

article h4 span
{
	font-family: Calibri, Arial, serif; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

h4.detail {
	vertical-align: top;
}

h4.detail span {
   display: none; /* On masque l'infobulle. */
}

h4.detail:hover {
   background: none; /* Correction d'un bug d'Internet Explorer. */
   z-index: 500; /* On définit une valeur pour l'ordre d'affichage. */
}

h4.detail:hover span {
   display: inline; /* On affiche l'infobulle. */
   width: 75%;
   position: top;
   left: 10%;
   background: #bbb;
   color: #000;
   text-align: justifie;
   text-decoration: none;
}

h4.detail:hover span.level1 {
   height: 30px;
   text-decoration: none;
}

/* Header */

header
{
	background: url('../images/separateur.png')repeat-x bottom;
}

#titre
{
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
	/*border: 1px solid blue;*/
}

#index
{
	display: block;
	width: 100%;
	text-align: right;
	font-size: 1.5em;
	/*border: 1px solid blue;*/
}

#logo
{
	display: inline-block;
	height: 80px;
	margin: 0px;
	/*border: 1px solid red;*/
}

header h1
{
	font-family: Calibri, Arial, serif; 
	font-size: 2em;
	font-weight: normal;
	display: inline-block;
	width: 60%;
	vertical-align: top;
	text-align: left;
	margin-top: 20px;
	padding-left: 20px;
	/*border: 1px solid green;*/
}



header h2
{
	font-family: Calibri, arial, serif;
	font-size: 1.1em;
	display: inline-block;
	width: 30%;
	margin: 0px;
	font-weight: normal;
	/*border: 1px solid black;*/
}

/* Navigation */

nav
{
	display: inline-block;
	width: 69%;
	margin: 0px;
	text-align: right;
	/*border: 1px solid black;*/
}

nav ul
{
	list-style-type: none;
	margin: 0px;
	/*border: 1px solid black;*/
}

nav li
{
	display: inline-block;
	margin-right: 15px;
	border-radius: 5px 5px 0px 0px;
    padding: 5px 5px 5px 5px;
    background-color: rgb(254,244,144); /* Pour les anciens navigateurs */
    background-color: rgba(254,244,144,0.6);
	/*border: 1px solid red;*/
}

nav a
{
	font-size: 1em;
	color: #0000FF;
	padding-bottom: 1px;
	text-decoration: none;
}

nav a:hover
{
	color: #EDFE01;
	border-bottom: 3px solid #af2828;
}

nav li:hover
{
    background-color: rgb(225,1,1); /* Pour les anciens navigateurs */
    background-color: rgba(225,1,1,0.6);
	box-shadow: 2px 2px 2px black inset;
}

/* Bannière */

#banniere_image
{
	margin-top: 15px;
	height: 100px;
	border-radius: 5px;
	background: url('../images/banniere.jpg');
	position: relative;
	box-shadow: 0px 4px 4px #1c1a19;
	margin-bottom: 25px;
}

#description
{
    position: absolute;
	width: 30%;
    bottom: 150px;
	height: 15px;
	margin: 0px;
    padding: 0px;
    font-size: 1.1em;
	overflow: none;
}

/* Corps */


article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;

}

article
{
    margin-right: 15px;
}

aside
{
	width: 50%;
}

#membres, #liens
{
	width: 45%;
	text-align: left;
}

article h1, aside h1
{
    font-size: 1.2em;
	text-decoration: underline;
}

article h2
{
    font-size: 1.1em;
	text-decoration: none;
}

article p
{
    font-size: 0.99em;
}
#membres p
{
	display: inline-block;
	width: 220px;
}
#membres h2
{
	display: inline-block;
	width: 220px;
	margin: 0px 20px 0 0;
	padding: 0px;
}

a.info {
	vertical-align: bottom;
}

a.info span {
   display: none; /* On masque l'infobulle. */
}

a.info:hover {
   background: none; /* Correction d'un bug d'Internet Explorer. */
   z-index: 500; /* On définit une valeur pour l'ordre d'affichage. */
}

a.info:hover span {
   display: inline; /* On affiche l'infobulle. */
   width: 250px;
   position: absolute;
   left: 35%;
   background: #bbb;
   color: #000;
   text-align: center;
   border-left: 4px solid #af2727;
   border-right: 1px solid #af2727;
   box-shadow: 6px 6px 6px black;
   
}

a.info:hover span.level1 {
   height: 30px;
   bottom: 100px;/* On positionne notre infobulle. */
   border-top: 1px solid #af2727;
   border-radius: 5px 5px 0 0 ;
   text-decoration: underline;
}

a.info:hover span.level2 {
   height: 200px;
   bottom: -100px;
}

a.info:hover span.level3 {
   top: 100px; /* On positionne notre infobulle. */
   border-bottom: 1px solid #af2727;
   border-radius: 0 0 5px 5px;
}

section a
{
	font-size: 0.99em;
	color: ##0000FF;
	padding-bottom: 3px;
	text-decoration: none;
}

section a:hover
{
	color: #af2828;
	border-bottom: 2px solid #af2828;
}
/* Footer */

footer
{
	background:  url('../images/separateur.png') repeat-x top;
    padding-top: 5px;
	position: relative;
}

footer p, footer strong
{
    font-size: 0.8em;
	display: inline-block;
}

footer strong
{
	color: #D4D3D3;
	position: absolute;
    bottom: 5px;
	right: 5px;
	
}

footer a
{
	color: #D4D3D3;
}

footer a:hover
{
	color: #000;
}

footer h1
{
    font-size: 1.1em;
	text-align: center;
	display: inline-block;
}

#index2
{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	/*border: 1px solid blue;*/
}

#index2 a
{
	color: blue;
}
