/* page */

body{
	background-color: #000046;
	font-family: Verdana, Helvetica, Arial;
	font-weight: light;
	font-size: 1em;
	text-align: center;
	color: #000000;
	margin: 0 auto;
	}	

.banniere {
	width: 100%;
	height: 120px;
	padding: 0;
	background-color: #136BCC;
	display: block;
	}

.container {
	width: 900px;
	height: auto;
	padding-bottom: 70px;
	margin: 0 auto;
	text-align: center;
	background-color: white;
	}
	
.marge_gauche {
	width: 30%;
	height: auto;
	float: left;
	text-align: center;
	padding-top: 30px;
	}
	
.page_droite {
	width: 65%;
	height: auto;
	float: right;
	text-align: justify;
	padding-top: 30px;
	padding-right: 25px;
	}

.clear {
	clear: both;
	}

	
/* navigation haut */	

.navcontainer{
	width: 100%;
	height: auto;
	text-align: center;
	display: inline-block;
	margin: 0;
	padding: 0;
	background-color: black;
	}
	
.navblock{
	width: auto;
	float: left;
	text-align: center;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2em;
	list-style-type: none;
	} 

.navblock a {
	text-decoration: none;
	color: #c0c0c0;
	}
	
.navblock:hover {
	color: white;
	background-color: #136BCC;
	}

.navblock a:hover {
	text-decoration: none;
	color: white;
	}	
	
/* text */

h1 {
	font-size: 2.2em;
	}

h2 {
	font-size: 1.6em;
	}
	
h3 {
	font-size: 1.2em;
	}	

.txgrey {
	color: #C5C5C5;
	}

.txblue {
	color: #136BCC;
	}	
	