﻿html { 
  margin:0;
  padding:0;

}

.hidden {
	display: none;
}

.centerize{
	text-align: center;
}

body {
	/* Ceci est un commentaire : original = color: #5F5F5E; - couleur du texte dans les 3 sous cadres - */
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana;
	/* Ceci est un commentaire : original = background-color: #F5F5F5; - couleur du fond - */
	margin: 0px;
	margin-bottom: 0px;
	text-align: center;
	background: url(JBart.jpg) no-repeat center fixed; 
    background-size: cover; /* version standardisée */
}

	/* Ceci est un commentaire : cadre qui contient les liens et texte */
#corp {
	width: 570px;
	margin: auto;
	/* Ceci est un commentaire : original = background: #C9C9C9 url(images/fond.jpg) repeat-y; - couleur ? - */
	background: url(mot1.jpg) repeat;
	text-align: left;
}

	/* Ceci est un commentaire : cadre qui contient les 3 textes */
#conteneur {
	width: 570px;
	float: left;
}

#contenu {
    text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
}

.clear {
	height: 0;
	clear: both;
}

a img {
    border: none;
}

h2 { 
    color: #FF99FF;
	font-size: 12px;
       line-height: 0.0;
}

h3 { 
	/* Ceci est un commentaire : original = color: #fc2b02; - couleur texte ecriture tete de chapitre sous cadres - */
    color: #FFFFFF;
	font-size: 12px;
    margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 0.5em;
	padding-bottom: 0.2em;  
	/* Ceci est un commentaire : ligne horizontale et gauche des cadres textes - */
	/*  border-bottom: 1px dashed #C0C0C0; */  
	/*  border-left: 3px solid #C0C0C0; */
    line-height: 1.2;
}

h4 { 
	/* Ceci est un commentaire : original = color: #fc2b02; - couleur texte ecriture tete de chapitre liens à gauche - */
	color: #FFFFFF;
    margin-bottom: 10px;
	padding-left: 0em;
	padding-bottom: 0.2em;
    line-height: 1.0;
    font-size: 1.2em; 
}

.menu_simple ul {
    margin: 0; 
    padding: 0;
    width:360px;
    list-style-type: none;
}

.menu_simple ul li a {
    text-decoration: none;
    color: #FF99FF; 
    padding: 6.5px 1px;
    display:block;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: #FFFFFF;
    padding-left:20px;
}