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

html {
}
body {
	background-color:#f2dda6;
	margin-top:0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	color:#000;
	font-family:"Brush Script MT", "Comic Sans MS", "Lucida Handwriting", Arial;
	font-size: 34px;
}

h2 {}
h3 {}
h4 {}
h5 {}

a {
	color : #900;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
a:active {}

li {list-style-type: none;}
ul {}
#gauche {
	position:absolute;
	left:0px;
	top:0px;
	width:320px;
	height:850px;
}
.fleur {
	background-image:url(images/fleur.jpg);
	background-repeat:no-repeat;
	height:330px;
}
.menu {
	background-image:url(images/fondmenu.jpg);
	background-repeat:no-repeat;
	height:470px;
	padding-top:25px;
	text-align:left;
}
.menu a {
	font-size:20px;
	font-style:normal;
	text-decoration: none;
	color: #000;
}
.menu a:hover {
	text-decoration:underline;
	color:#990033;
}
.menu a:active {
	color:#990033;
}
#entete {
	position:absolute;
	left:320px;
	top:0px;
	width:800px; /*mettre la valeur auto*/
	height:100px;
	background-color:#F2DDA6;
}
.bandeau {
	height:100px;
	width:800px;
	background-image:url(images/fondbandeau.jpg);
	background-repeat:repeat-x;
	padding-top:53px;
}
#titre {
	position:absolute;
	left:320px;
	top:145px;
	width:900px;
	height:80px;
	background-color:#F2DDA6;
}
.titre2 {
	width:580px;
	height:60px;
	background-color:#F2DDA6;
	background-image:url(images/fondtitre.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-right:130px;
	text-align:right;
}
#corps {
	position:absolute;
	left:320px;
	top:240px;
	width:700px;
	height:500px; /*mettre la valeur auto */
	font-size:16px;
	text-align:center;
}
#corps img {
	border:2px solid #000;
}
#corps p {
	text-align:justify;
}
#corps ul {
	text-align:justify;
}
#corps li {
	list-style:circle;
}
#logos {
	text-align:center;
	padding-top:20px;
}
#logos img {
	vertical-align:middle;
	border:none;
}
.champs {
	color:#F00;
	font-style:italic;
}
#pieddepage {
	margin-top:60px;
	font-size:10px;
}

