body {
	margin: 0;
	color: #000000;
	/*background: #FFFFFF;*/
	background: url("../images/fond2.jpg");
	font-size: 16px;
}
img {
	border: 0;
}
/*/////////////////*/
/* image en entête */
/*/////////////////*/
#topimg {
	width: 815px;
	height: 180px;
	background: url(../images/bandeau.jpg) top left no-repeat;
}
#zone {
	float: left;
	width: 800px;
	height: 185px;
}
div.langage {
	position: absolute;
	margin-left: 10px;
	margin-top: 500px;
}
/*///////////////////////*/
/* définition des titres */
/*///////////////////////*/
h1 {
	font-variant: small-caps;
	font-size: 18px;
	margin-top: 0;
	border-bottom: 1px solid gray;
	color: #CC3300;
}
h2 {
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 10px;
	font-size: 16px;
	color: #FF6347;
	background: #000000;
}
h3 {
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 14px;
	color: #CC0000;
	background: #000000;
}
h4 {
	margin-bottom: 0;
	margin-left: 30px;
	font-size: 14px;
	color: #2F4F4F;
	background: #000000;
}
ul {
	list-style-type: square;
	margin-top: 0;
}
li.nodeco {
	list-style-type: none;
	font-style: italic;
	margin-bottom: 10px;
}
p {
	text-align: justify;
	text-indent: 15pt;
}
p.sign {
	text-align: right;
	font-family: Carolingia;
}
p.copyright {
	font-size: 12px;
	font-style: italic;
}
p.dialog {
	text-indent: 25pt;
	margin-top: 0;
	margin-bottom: 10px;
	font-style: none;
}
/* ///// */
/* Liens */
/* ///// */
a.classic {
	color: white;
}
a:hover#classic {
	background: #FFFFFF;
	color: #000000;
}
/*////////////////////////*/
/* pour les menus de page */
/*////////////////////////*/
#menu {
	position: absolute;
	top: 160px; /* en concordance avec "margin-top" de "#contenu" 
	               moins le margin-top de li.active */
}
#menu ul {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 25px;
	font-size: 12px;
	text-indent: 10px;
}
#menu li {
	width: 170px;
	margin: 0;
}
#menu li.active {
	background: #993300;
	color: #FFFFCC;
	font-weight: bold;
}
#menu a {
	display: block;
	color: #D6D6D6;
	background: #6480B8;
	padding-left: 10px;
	border-right: 1px solid #993300;
	border-bottom: 1px solid #FFFFCC;
	text-decoration: none;
}
#menu a.last {
	border-bottom: none;
}
#menu li.last {
	border-bottom: 1px solid #993300;
}
#menu a:hover {
	color: #648000;
	background: #0066CC;
}
/*///////////////////////////////////////*/
/* contenu des pages avec menu de gauche */
/*///////////////////////////////////////*/
#contenu {
	position: absolute;
	top: 175px;
	margin-left: 170px; 
	padding-left: 15px;
	padding-right: 15px;
	width: 630px;
}
/*/////*/
/* w3c */
/*/////*/
#w3c {
	position: absolute;
	margin-top: 350px;
	margin-left: 10px;
}
#w3c img {
	width: 60px;
}
/*///////////*/
/* copyright */
/*///////////*/
div.copyright {
	position: absolute;
	margin-top: 80px;
	margin-left: 20px;
	width: 100px;
}
/*////////////////*/
/* page d'accueil */
/*////////////////*/
#photo1 {
	margin-top: 50px;
	margin-left: 430px;
	position: absolute;
}
#photo1 p {
	margin-top: 0;
	font-size: 10px;
	text-indent: 0px;
	text-align: center;
}
#photo2 {
	margin-top: 480px;
	position: absolute;
}
#photo3 {
	margin-top: 910px;
	margin-left: 430px;
	position: absolute;
}
#photo4 {
	margin-top: 1370px;
	margin-left: 0px;
	position: absolute;
}
div.text1 {
	margin-top: 0px;
	margin-left: 10px;
	width: 380px;
	position: absolute;
	font-family: Carolingia;
	font-size: 20px;
}
div.text2 {
	margin-top: 420px;
	margin-left: 230px;
	width: 380px;
	position: absolute;
	font-family: Carolingia;
	font-size: 20px;
}
div.text3 {
	margin-top: 780px;
	margin-left: 10px;
	width: 380px;
	position: absolute;
	font-family: Carolingia;
	font-size: 20px;
}
div.text4 {
	margin-top: 1370px;
	margin-left: 230px;
	width: 380px;
	position: absolute;
	font-family: Carolingia;
	font-size: 20px;
}
div.text5 {
	margin-top: 1700px;
	margin-left: 60px;
	width: 500px;
	position: absolute;
	font-family: Carolingia;
	font-size: 20px;
}
div.center {
	position: absolute;
	text-align: center;
	width: 800px;
}

