@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
}

.ens {
	background-color: #000;
	height: 1000px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}


.ban {
	background-color: #0099CC;
	height:172px;
	width:750px;
	margin-top: 15px;
	background-image: url(images/bandeau01.jpg);
}

.menulft {
	background-color: #B3C3DD;
	float: left;
	height: 1000px;
	width: 150px;
}

.center {
	float: left;
	height: 980px;
	width: 580px;
	background-color: #FFFFFF;
	overflow: auto;
	padding: 10px;
}

.footer {
	background-color: #B3C3DD;
	float: left;
	height: 140px;
	width: 750px;
}

a:link {
	color: #4F6189;
	text-decoration: none;
}

a:visited {

	color: #336699;
	text-decoration: none;

}

a:hover {

	color: #003399;

}

a:active {

	color: #4F6189;
	text-decoration: none;

}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #006699;
	list-style-type: disc;
}

.menu_horizontal{
	background-color: #B3C3DD;
	height: auto;
	width: 560px;
	border: thin solid #006699;
}
.menu_horizontal ul{
	font-size: 1.2em;
	color: #006699;
	list-style-type: decimal;
}
.menulft ul {
	margin-left: -3.6em;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-right: 0.3em;
}

.menulft li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	color: 006699;
	text-align: justify;
	line-height: 1.4em;
	text-indent: 0.5em;
}

#p1 {
	text-align:right;
}

#p2 {
	font-size: 0.8em;
	text-align: center;
	line-height: 0.6px;
	color: #006699;
	text-decoration: none;
	font-weight: bolder;
}

#p3 {
	font-style:italic;
	font-size:14px;
	color:#900;
	font-weight: bold;
}

#p4 {
	color: #006699;
	font-weight: bolder;
}


em {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	/*font-variant: small-caps;*/
}

h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:1.7em;
	font-style: normal;
	color: #006699;
	font-weight: bold;
}

h2 {
	font-size:1.5em;
	font-style: normal;
	color: #006699;
	font-weight: bold;
	text-align: center;
	line-height: 0.9em;
}

h3 {
	font-size:1.3em;
	font-style: italic;
	color: #006699;
	font-weight: bold;
	text-align: center;
}

h4 {
	text-decoration: none;
	text-align: left;
	font-style: italic;
	font-size: 1.1em;
}

h5 {
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #006699;
	font-size: 0.8em;
}

h6 {
	text-decoration: none;
	text-transform: none;
	color: #000;
	font-style: italic;
	font-size: 0.75em;
}

.Destra {
	text-align: right;
}

.Gauche {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.Droite {
	float: right;
	padding-left: 5px;
}

.Milieu {
	text-align: center;
	padding: 5px;
}

.Style8 {
	color: #006699;
	font-style: italic;
	font-weight: bold;
}

