* {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #fff;
	background-image: url(images/fond-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border: none;
}
h1 {
	font-size: 16px;
	color: #003;
	padding: 15px 0 15px 0;
}
h2 {
	font-size: 15px;
	color: #c00;
}
h3 {
	font-size: 14px;
	color: #070;
}
p {
	font-size: 12px;
	color: #003;
}
hr {
	color: #960;
	background-color: #960;
	height: 1px;
	border: 0;
}
/*----------------------------------------------------------------------------------Conteneur general-------*/
#conteneur {
	position: relative;
	width: 970px;
	margin: 0 auto;
	background-image: url(images/fond-global.jpg);
	background-repeat: repeat-y;
}
/*----------------------------------------------------------------------------------Menu principal-------*/
#menu {
	position:absolute;
	top:215px;
	left:170px;
	font-size: 15px;
	color: #a02266;
}
#sommaire a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	font-variant:small-caps;
}
#sommaire a:hover {
	color: #f90;
}
#sommaire .select {
	color: #dfd;
}
/*----------------------------------------------------------------------------------Entetes-------*/
#bandeau {
	height: 281px;
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
}
/*----------------------------------------------------------------------------------divers encarts-------*/
#photopopup {
	float: left;
	width: 210px;
	margin: -30px 6px 6px 0;
	text-align:center;
	clear:both;
}
/*----------------------------------------------------------------------------------coordonnees-------*/
#coordonnees {
	position: absolute;
	width: 452px;
	top: 93px;
	left: 55px;
	text-align: center;
}
#coordonnees h2 {
	font-size: 14px;
	color: #fff;
}
#coordonnees h3 {
	font-size: 12px;
	color: #ff6;
}
#coordonnees p {
	font-size: 11px;
	color: #fff;
}
#coordonnees p.tel {
	font-size: 16px;
	font-weight: bold;
}
#coordonnees a {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
/*----------------------------------------------------------------------------------activites-------*/
#activites {
	position: absolute;
	width: 201px;
	background: url(images/encart-haut.jpg) left top no-repeat;
	top: 13px;
	left: 928px;
	text-align: center;
}
#activites h2, #activites h3, #activites p {
	font-size: 12px;
	font-variant:small-caps;
	color: #efe;
}
/*----------------------------------------------------------------------------------contenu-------*/
#contenu {
	background-image: url(images/fond-contenu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 510px;
}
#contenu p {
	font-size: 12px;
	color: #000;
	margin-right: 10px;
}
#contenu h2, #contenu h3, #contenu p {
	padding: 6px 0 6px 0;
}
#contenu ul {
	margin:20px 0 20px 0;
	border:1px #396 dotted;
	width:570px;
	padding:15px;
}
#contenu li {
	font-size:14px;
	color: #063;
	list-style-type: square;
	list-style-position: inside;
	line-height: 20px;
	margin-left:35px;
}
#contenu a {
	font-size: 12px;
	color: #004400;
	text-decoration: underline;
}
#contenu a:hover {
	color:#B63C3C;
	text-decoration: none;
}
/*----------------------------------------------------------------------------------pied de page 2 colonnes-------*/
#pied {
	font-size: 10px;
	height: 101px;
	background: url(images/fond-pied-de-page.jpg) repeat-x top;
	text-align:center;
	padding-top: 20px;
}
#pied p, #pied h2, #pied h3, #pied a, #pied a:hover {
	font-size: 10px;
	color: #686;
	font-weight:normal;
	text-decoration:none;
}
/*----------------------------------------------------------------------------------FORMULAIRE CONTACT.PHP-------*/
/*style du texte saisi par le visiteur*/
.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003333;
	padding-left: 6px;
	border: 1px solid #336666;
}
/*style des titres et intitulés du formulaire*/
.formulairetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003333;
}
/*Fenêtre d'alerte envoi de message ou problème*/
.popuphtml{
	position: absolute;
	height: 80px;
	width: 250px;
	top: 350px;
	left: 400px;
	background-color: #eee;
	border: 4px solid #f00;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #f00;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}
/*------------------------------------------------------------------------DIVERS CLASS-------*/
.gauche{
	float:left;
	padding-right: 5px;
}
.droite{
	float:right;
	padding-left: 5px;
}
.petitetaille {
	font-size: 10px;
}
.centrage {
	text-align:center;
}
