/********************************
 ******** Table of contents  ********
 *********************************
 1. html, body
 2. header
 3. content
 4. secondary content
 5. footer
 6. others
 7. menu
 8. forms
 */

/* plus foncé : #E6ECFF; */
/* moins foncé : #E9E9FF; */

/* --------------------------------------------------------------------------------------------------------------------------
 *
 *   1. html, body
 *
 * -------------------------------------------------------------------------------------------------------------------------- */

html,body{
	margin:10px 10px 0px 10px;
	padding:0;
	background-color: #E9E9FF;
	text-align: center;
	}
body{
	font: 76% arial,sans-serif;
	}
#container {
	margin: auto;
	text-align: left;
	width: 100%;
	}


/* --------------------------------------------------------------------------------------------------------------------------
 *
 *   2. header
 *
 * -------------------------------------------------------------------------------------------------------------------------- */

div#header h1{
	color: #00248F;
	font-size: 3em;
	font-weight: bold;
	}


/* --------------------------------------------------------------------------------------------------------------------------
 *
 *   3. content
 *
 * -------------------------------------------------------------------------------------------------------------------------- */

div#content{
	background-color: #E6ECFF; 
	}
div#content p{
	line-height:1.4;
	}


/* --------------------------------------------------------------------------------------------------------------------------
 *
 *   5. footer
 *
 * -------------------------------------------------------------------------------------------------------------------------- */

div#footer{
	display: none;
	}


/* --------------------------------------------------------------------------------------------------------------------------
 *
 *   6. others
 *
 * -------------------------------------------------------------------------------------------------------------------------- */

h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 20px 10px;
	color: #00248F;
	}
h3 {
	font-size: 1.7em;
	font-weight: bold;
	margin: 16px 10px;
	color: #00248F;
	}
h4 {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	margin: 15px 10px 10px 10px;
	}
h5 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 15px 10px 10px 10px;
	}


a{
	color: #000000;
	}
a[href]:after {
	content: " (" attr(href) ")";
	}

/* --------------------------------------------------------------------------------------------------------------------------
 *
 *   7. menu
 *
 * -------------------------------------------------------------------------------------------------------------------------- */

div#menu {
	display: none;
	}

