@charset "utf-8";
@import url("div.css");
@import url("liste.css");

* {
	top:0px;
	left:0px;
	margin: 0px;
	padding: 0px;
}

body {
	background: #003F78;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #003F78;
	font-size: 1em;
	width:655px;
	display:block;

}

h1:first-letter { color: #94C154; }

h1 {
	text-align: center;
	font-size:2.1em;
	padding-top:1.5em;
	margin-bottom:1em;
	color: #00A8C3;
	font-weight: normal;
}

h2 {
	font-size:1.4em;
	color: #00A8C3;
	font-weight: bold;
	display: block;
	text-align:center;
	width:560px;
	margin-top:30px;
	margin-bottom:30px;
}

h3 {
	margin-top:1.3em;
	font-size:1.1em;
	color: #00A8C3;
	font-weight: bold;
}

h4 {
	margin-top:1.3em;
	font-size: 1.1em;
	color: #94C154;
	font-weight: bold;
}

div.tiret {
	height:10px;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2.5em;
	margin-bottom:2.5em;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003F78;
	font-weight: normal;
	vertical-align: middle;
}

img { border: 0px; }
img.left{
	margin: 15px;
	float: left;
}

img.right{
	margin: 15px;
	float: right;
}

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00A8C3;
	text-decoration: none;
}

a:hover, a:active {
	color: #94C154;
	text-decoration: none;
}

.photo { float: right; }

.textBleu { color: #00A8C3; }

.textVert { color: #94C154; }

.soustitreV {
	font-size: 15px;
	color: #94C154;
	font-style: normal;
	letter-spacing: 2px;
}

.soustitreB {
	font-size: 15px;
	color: #00A8C3;
	font-style: normal;
	letter-spacing: 2px;
}

.titre {
	text-align: center;
	padding: 20px 0px 20px;
	font-size: 18pt;
	color: #00A8C3;
}

.titrePage {
	font-size: 18pt;
	color: #00A8C3;
}

.titreLettrine {
	font-size: 18pt;
	color: #94C154;
}


a.ici:Link{font-size: 1.1em;}



.divPage {
	background: #FFFFFF url(../images/fond.gif) no-repeat fixed 300px 170px;
	width: 655px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 100px 0px 200px;
	
	top:-326px;
z-index:2;
overflow:visible;

}

img.icone { margin:5px; }

.annotation { font-size: 10px; }

.tableau {
	font-size: 14px;
	text-align: center;
	border: 2px dotted #00A8C3;
	margin: 10px;
}

