header {
	width: 1000px;
}

#blocPage {
	width: 1000px;
	margin: auto;
	background-color: #5E5E5E;
	vertical-align: top;
	border-top-right-radius: 22px;
	border-top-left-radius: 22px;
	max-width: 100%;
    	max-height: 100%;
}

#banniereImage {
	margin-top: 5px;
	height: 50px;
	width: 1000px;
	position: relative;
	background: url('../banniere.png') no-repeat;
	color: #000000;
	border-top-right-radius: 22px;
	border-top-left-radius: 22px;
	max-width: 100%;
    	max-height: 100%;
}

#citation {
	position: absolute;
	bottom: 0;
	left: 20px;
    	vertical-align: bottom;
	text-align: center;
	color: #2B2B2B;
	font-style: italic;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	font-size: 15pt;
	max-width: 100%;
   	max-height: 100%;
}

.description {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #5E5E5E;
	font-weight: bold;
	font-size: 13pt;
	max-width: 100%;
    	max-height: 100%;
}

.presentation {
	display: inline-block;
    	vertical-align: top;
	font-family: 'Trebuchet MS';
	background-color: #FFFFFF;
	width: 600px;
	height: auto;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 10px;
	padding-bottom : 30px;
	overflow: none;
	border-color: black;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	text-align: justify;
	opacity: 0.95;
	max-width: 100%;
    	max-height: 100%;
}

.presentation2 {
	display: inline-block;
    	vertical-align: top;
	font-family: 'Trebuchet MS';
	background-color: #FFFFFF;
	width: 900px;
	height: auto;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 10px;
	padding-bottom : 30px;
	overflow: none;
	border-color: black;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	text-align: justify;
	opacity: 0.95;
	max-width: 100%;
    	max-height: 100%;
}

.presentation_other {
	display: inline-block;
    	vertical-align: top;
	font-family: 'Trebuchet MS';
	background-color: #FFFFFF;
	width: 600px;
	height: auto;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 10px;
	padding-bottom : 30px;
	overflow: none;
	border-color: black;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	text-align: justify;
	opacity: 0.95;
	max-width: 100%;
    	max-height: 100%;
}

.menu_séquence {
	display: inline-block;
    	vertical-align: top;
	font-family: 'Trebuchet MS';
	background-color: #FFFFFF;
	width: 850px;
	height: auto;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 10px;
	padding-bottom : 30px;
	overflow: none;
	border-color: black;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	text-align: center;
	opacity: 0.95;
	max-width: 100%;
    	max-height: 100%;
}

.image_centre {
	text-align: center;
}
.image_droite {
	display: inline-block;
	vertical-align: top;
	float: right;
	text-align: right;
	padding: 5px;
	width: 70px;
	border-color: black;
	border-radius: 5px;
}

.texte_gauche{
	display: inline-block;
	vertical-align: top;
	float: left;
	text-align: left;
	width: 250px;
}

.liens_prenom{
	font-family: 'Trebuchet MS';
	color: #4540C1;
	text-decoration: underline;
}

.blanc {
	color: #FFFFFF;	
}


.imageflottante {
    float: left;
}

body {
	font-family: 'Trebuchet MS';
	background-color: #2B2B2B;
	margin: auto;
	text-align: center;
}

nav {
	display: inline-block;
	width: 900px;
	text-align: center;
	background-color: #BDBDBD;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	max-width: 100%;
        max-height: 100%;
}

nav ul {
    list-style-type: none;
}

nav li {
	display: inline-block;
	margin-right: 10px;
	max-width: 100%;
    max-height: 100%;
}

nav li:hover {
	display: inline-block;
	/*background-color: #2B2B2B;*/
	margin-right: 10px;
	max-width: 100%;
    max-height: 100%;
}

nav a {
	font-size: 11pt;
	/*color: #2B2B2B;*/
	text-decoration: none;
	text-transform: uppercase;
}

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	/*color: #2B2B2B;*/
}

h1 {
	font-size: 26pt;
	color: #FFFFFF;
	text-align: center;
}

h2 {
	font-size: 16pt;
	color: #1F1F1F;
	text-align: center;
}

h3 {
	font-size: 13pt;
	color: #868686;
}

h4 {
	font-size: 16pt;
	color: #BDBDBD;
}

p {
	font-size: 12pt;
	line-height: 12pt;
}

footer {
	display: inline-block;
    vertical-align: top;
	width: 1000px;
	height: 30px;
	color: #2B2B2B;
	font-family: 'Trebuchet MS';
	background-color: #868686;
	text-align: center;	
	font-size: 8pt;
	margin-top: 25px;
	max-width: 100%;
    max-height: 100%;
}

#foot {
	display: inline-block;
    vertical-align: top;
	width: 1000px;
	height: 30px;
	color: #000000;
	font-family: 'Trebuchet MS';
	background-color: #868686;
	text-align: center;	
	font-size: 8pt;
	margin-top: 10px;
	max-width: 100%;
    	max-height: 100%;
}