﻿html, body {
	background-color: white;
	text-align: justify;
	font-family: Verdana, Helvetica-Normal, Arial, Sans-serif;
}

.menu {
	display: none;
}

.menu a {
	text-decoration: none;
}

.header {
	display: inline-block;
	margin-top:  0%;
	margin-right:  0%;
	margin-bottom:  0%;
	margin-left: 0%;
	width: 100%;
	border-style: none;
	padding-top:  2px;
	padding-right:  2px;
	padding-bottom:  2px;
	padding-left:  2px;
	vertical-align: top;
	background-color: gray;
	font-size: 150%;
	font-weight: 700;
	letter-spacing: 2pt;
	color: white;
}

.header a:hover {
	
	background-color: inherit;
	position: relative;
	top: 0px;
	left: 0px;
}

.ligne_horizontale {
	width: 100%;
	position: static;
	background-color: white;
}

.frame {
	margin-left: 30%;
	width: 65%;
	margin-right: auto;
	position: static;
}

.footer {
	width: 100%;
	position: static;
	background-color: #CCCCFF;
	text-align: center;
}

.footer a {
	text-decoration: none;
}

.center_fond_blanc {
	background-color: white;
	text-align: center;
}

.fondgris_fontblanche  {
	background-color: #808080;
	color: white;
}

.faux_blockquote {
	margin-left: 40px;
	margin-right: 40px;
}

.titre {
	color: white;
}

.bordure_image {
	padding: 3px;
	border-style: solid;
	border-width: 3px;
}

#boite {
	float: inherit;
	margin: auto;
	background-color: white;
}

#gauche_image {
	float: left;
	display: block;
	width: 50%;
	border-width: 0%;
	background-color: white;
}

#gauche_texte {
	float: left;
	display: block;
	padding-right: 5%;
	background-color: white;
}

#droite_image {
	float: right;
	display: inline;
	width: 50%;
	border-width: 0%;
	background-color: white;
}

#droite_texte {
	float: right;
	display: inline;
	padding-left: 5%;
	background-color: white;
}

h1 { font-size: 150%; }

h2 { font-size: 130%; }

h3 { font-size: 120%; }

h4 { font-size: 100%; }

h5 { font-size: 80%; }

h6 { font-size: 70%; }


a:hover {
	color: red;
	background-color: inherit;
	position: relative;
	top: 1px;
	left: 1px;
}

