/*
style.css
---------
 
Par Nolwenn
Fichier créé le 26/07/2010
Dernière modification : 28/07/2010
*/
/* Makeshift CSS Reset */
{
  margin: 0;
  padding: 0;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article {
  display: block;
}

/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
  background-color: black; /*Gestion de la couleur ou l'image du fond*/
  width:90%;
  margin: auto;
} 

body{
    background-image: url();
    background-attachment: fixed;
    background-repeat:no-repeat;
    font-size: 0.9em ;
    color: white;
}

/* Mise en forme des deux colonnes, il faut place la colonne de droite en premier dans le fichier ensuite la colonne de gauche*/

.col-gauche{
    width: 48%;
    text-align: justify;   
}

.col-droite{
    float: right;
    width: 48%;
    padding-right: 5px;
    text-align: justify;
}

/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
  margin-left: 18px;
  line-height: 1.2; 
  font-weight: bold; /* Valeur par défaut. (6) */ 
  font-style: normal; 
} 
h1 { 
  font-size: 2em; 
} 
h2 { 
  font-size: 1.75em; 
} 
h3 { 
  font-size: 1.5em; 
} 
h4 { 
  font-size: 1.25em; 
} 

/* Liens */ 
a { 
  text-decoration: underline; 
} 
a:link { 
  color: green; 
} 
a:visited { 
  color: #339; 
} 
a:hover, a:focus, a:active { 
  color: orange; 
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 

/*Les classes principales, c'est à dire en_tete, corps et pied*/

/* L'en-tête */
#en_tete {
    display: block;
    margin: auto;
    width: 90%;
    text-align: left;
    color: white;
    font-size: 1.3em ;
    font-family: georgia,Arial,sans-serif ;
    font-weight: bold ;
    padding-bottom: 15px;
}

#en_tete img{
    vertical-align: middle;
}

#en_tete a{
    color: white;
    text-decoration: none;
}

/* Zone d'introduction */

.intro{
    width: 90%;
    margin: auto;
    font-family: georgia;
    background-color: grey;
    text-align: justify;
    padding: 5px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.news{
    display: block;
    width: 100%;
    background-color: transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*padding: 0px 5px 2px 5px;*/
    padding-bottom: 2px;
    margin-bottom: 10px;
}

.news h2{
    color: black;
    padding-top: 1px;
}

.news p{
    display: block;
    background-color: white;
    color: black;
    font-size: 1.1em;
    padding-left: 5px;
    padding-right: 5px;
   /* padding-bottom: 2px;*/
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    /*padding: 0px 5px 2px 5px;*/
    padding-bottom: 2px;
    margin-bottom: 10px;
}

.news a { /*pour gérer le style des liens dans l'intro */
    color: red;
}

/* Le corps de la page*/
#corps{
    width: 87%;
    margin: auto;
    margin-top: 20px;
    text-align: justify;
    display: block;
    overflow: auto;
    padding: 20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    font-family: georgia;
    background-color: grey;
}

#corps h3
{
	color: #ae0000;
	/*text-decoration: underline;*/
	text-indent: 20px;
}

#corps h4
{
	color: #ae0001;
	text-indent: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
background-color: transparent;
filter:alpha(opacity=95);
-moz-opacity:0.95;
-khtml-opacity: 0.95;
opacity: 0.95;
}

#corps h5
{
	color: #ae0002;
	text-indent: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
background-color: transparent;
filter:alpha(opacity=95);
-moz-opacity:0.95;
-khtml-opacity: 0.95;
opacity: 0.95;
}


#corps .note{
    font-family: courrier;
    
}
/* Pied de page*/
footer {
    margin: auto;
    width: 90%;
    padding: 5px;
    margin-top: 5px;
    font-style:italic;
    background-color: transparent;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
}

footer p {
    text-align:center;
}

/*mise en page du menu horizontal*/
.menu
{
	width: 95%;
	margin-top: 30px;
	margin: auto;
	margin-bottom:10px;
	/*border: 1px solid #600 ;*/
}

ul#menu_horizontal {
/*width : 600px;*/
height : 25px;
list-style-type : none; /* Car sinon les puces se placent n'importe où */
text-align: justify ;
margin:auto;
	background-attachment: fixed;
}
ul#menu_horizontal li {
padding : 0 0.5em; /* Pour espacer les boutons entre eux */
display: inline;
	background-attachment: fixed;
}

ul#menu_horizontal li.ici a{
	background: green;
	color : white;
	background-attachment: fixed;
}

ul#menu_horizontal li a
{
	padding: 4px 20px ;
	background: #ae0000 ;
	color: #ffffff ;
	/*border: 1px solid #600 ;*/
	font-size: 1em ;
	font-family: georgia,Arial,sans-serif ;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;
	font-weight: bold ;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: black 5px 5px 5px;
	-webkit-box-shadow: black 5px 5px 5px;
	background-attachment: fixed;
}
ul#menu_horizontal li a:hover {
	background: orange;
	/*text-decoration: underline ;*/
		-moz-transform: rotate(180deg);
	/*-moz-transform-origin: top middle;*/
	-moz-transform: scaley(1);
	}
#menu_horizontal li a:focus {
	background: orange;
	/*text-decoration: underline ;*/
		-moz-transform: rotate(180deg);
	/*-moz-transform-origin: top middle;*/
	-moz-transform: scaley(1);
	}
#menu_horizontal li a:active {
	background: green;
	/*text-decoration: underline ;*/
		-moz-transform: rotate(180deg);
	/*-moz-transform-origin: top middle;*/
	-moz-transform: scaley(1);
	}

/*Classe diverses et variées*/

.centrage{
    text-align: center;
}

.maj{
    width: 100%;
    font-size: 0.8em;
    font-style: italic;
    border: 1px dashed black;
    padding-left: 10px;
}

sup
{
	font-size: 0.6em;
}

.legende
{font-family: times;
font-style: italic;
text-align: center;}


.noindent /*Supprime l'indentation au niveau avec <p>*/
{text-indent: 0px;
}

.lien
{
text-indent: 10px;
}

.mail
{
	font-family: serif;
	color: #363636;
	font-size: 1em;
filter:alpha(opacity=95);
-moz-opacity:0.95;
-khtml-opacity: 0.95;
opacity: 0.95;
}

.attention
{
font-family: serif;
font-size: 0.8em;
}
.nom
{
font-variant: small-caps;
}
.barre
{text-decoration: line-through;
}

div#galerie 
{ 
    width: 410px ; 
    background: #eed ; 
    border: 1px solid #dcb ; 
    padding: 15px ; 
    margin: 15px 30px ; 
    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 ; 
} 
 
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 ; 
} 