* {
	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;
}
.ligne {
 	border-top:#a7c497 1px solid;
	margin:10px 0 10px 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:250px;
	left:573px;
	font-size: 15px;
	color: #a02266;
}
#sommaire a {
	font-size: 15px;
	color: #900;
	text-decoration: none;
	font-variant:small-caps;
}
#sommaire a:hover {
	color: #060;
}
#sommaire .select {
	color: #060;
}
/*----------------------------------------------------------------------------------Entetes-------*/
#bandeau {
	height: 283px;
	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;
}
/*----------------------------------------------------------------------------------activites-------*/
#slogan {
	position: absolute;
	width: 500px;
	background: url(images/encart-haut.jpg) left top no-repeat;
	top: 0px;
	left: 467px;
	text-align: center;
	height: 70px;
}
/*----------------------------------------------------------------------------------contenu-------*/
#contenu {
	background-image: url(images/fond-contenu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 550px;
}
#contenu p {
	font-size: 12px;
	color: #000;
	margin-right: 10px;
}
#contenu h2, #contenu h3, #contenu p {
	padding: 6px 0 6px 0;
}
#contenu h3 {
	border-top:1px #f90 dotted;
	border-bottom:1px #f90 dotted;
	margin:12px;
}
#contenu h4 {
	margin:12px;
	color:#666;
	margin-left:10px;
}
#contenu li {
	font-size: 11px;
	color: #000;
	list-style-type: square;
	list-style-position: outside;
	line-height: 15px;
}
#contenu a {
	font-size: 12px;
	color: #004400;
	text-decoration: underline;
}
#contenu a:hover {
	color:#B63C3C;
	text-decoration: none;
}
.activites {
	float:left;
	width: 470px;
	padding:7px;
	vertical-align:top;
}
/*----------------------------------------------------------------------------------pied de page 2 colonnes-------*/
#pdp {
	font-size: 10px;
	height: 276px;
	background: url(images/fond-pied-de-page.jpg) repeat-x top;
	text-align:center;
	padding-top: 20px;
}
#pied {
	margin:0 auto;
	width:970px;
	background: url(images/fd-pdp.jpg) repeat-x top;
	padding-top: 20px;
}
#coordonnees {
	float:left;
	width: 300px;
	text-align: center;
	font-weight: bold;
}
#pied h2, #pied h3 {
	font-size: 13px;
	margin-bottom:15px;
	color:#900;
}
#pied p {
	font-size: 12px;
	margin-bottom:15px;
	color:#555;
}
#pied p .tel {
	font-size: 18px;
}
#info {
	float:left;
	width: 660px;
	text-align: justify;
}
#pied p a {
	font-size: 12px;
	color: #557;
	text-decoration: underline;
}
#pied a:hover {
	color:#900;
	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;
	border-left:#900 1px solid;
	margin-left:10px;
}
.petitetaille {
	font-size: 10px;
}
.centrage {
	text-align:center;
}
