@charset "iso-8859-1";
/* CSS Document */
/* Si c'est pas clair, passe moi un coup de fil Manu */

/* Principes généraux */

body
{
background-color: black;
background-image: url(back.gif);
}

/* Disposition des éléments de la page */

#globale { width: 100%; }
#header { width: 100%; height:13%; margin: 0; }
	.interieur-gauche { float: left; margin-left: auto; margin-right: auto; width: 11%; }
	.interieur-centre { float: left; width: 78%; text-align: center; height:13%; }
	.interieur-droite { float: right; width: 11%; }
#conteneur { position:relative; clear: both; width: 100%; margin: auto; }
	.menu { float: left; width: 100px; height: 20%; }
	.contenu { float: right; width: 89%; }
#footer { clear: both; width: 100%; margin: 0; text-align: center;}


/* Niveaux de titres (pris en compte pour le référencement) */

h1,h2,h3,h4,h5,h6,h7 { margin: 0; padding: 0; font-weight: normal; font-family: "Arial Black", "Arial", "Arial", sans-serif; text-align: center; }

H1
{
text-transform: capitalize;
color: #E6E2AF;
font-size: 30px;
font-weight:bold;
}

H2
{
color: #E6E2AF;
font-size:  24px;
}

h4
{
font-style: italic;
}




/* Mise en forme des typographies */

p
{
font-weight: normal;
font-family: "Helvetica", "Arial", "Lucida Grande", sans-serif;
color: #E6E2AF;
text-align: center;
}

.adresse
{
font-size: 2;
color: #E6E2AF;
}

.philo
{
color: #E6E2AF;
font-size: 14px;
font-weight: bold
}

.titre
{
color: #E6E2AF;
font-size: 24px;
font-weight:bolt;
}

.gras
{
color: #E6E2AF;
font-size: 14px;
font-weight: bold;
}

.gauche
{
color: #E6E2AF;
font-size: 14px;
font-weight: bold;
text-align:left;
}

.titrevert
{
color: #E6E2AF;
font-size: 28px;
font-weight: bold;

}

.soustitrevert
{
color: #E6E2AF;
font-size: 14px;
font-weight: normal;
text-decoration:underline;
}

.nom
{
color: #E6E2AF;
font-size: 16px;
font-weight: bold;
}

em
{
font-size: 18px;
text-transform: capitalize;
}


.red
{
color: red;
font-size: 16px;
font-weight: bold;
}

/* Mise en forme des tableaux border=O*/

table { text-align: left; width: 95%; cellpadding="2"; cellspacing="2";}
.tableau { border="0"; text-align: left; }
.tableau caption {font-family: Arial; margin=auto; }
.tableau tr {font-family: Arial; color="#E6E2AF"; }
.tableau td {colspan="3"; rowspan="1"; width: 33%;}

/* Mise en forme des listes*/

.menu ul
{
margin: 0;
padding: 0;
}

.menu ul li
{
margin-top: 14%;
margin-bottom: 14%;
}

#footer_partner
{
margin: 0;
padding: 0;
}

#footer_partner li
{
color: #E6E2AF;
display:inline;
}

/* Mise en forme des images*/

.menu ul li img
{
border: 0px solid;
width: 92%;
height: 14%;
}

/* Couleurs des liens  #33ff33*/

a { color: #E6E2AF; text-decoration: underline; font-style: italic;}
a:focus,a:hover,a:active { color: #B0CC99; text-decoration: underline; }

