* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #000;
	background: url(images/fond-body-intro.jpg) top repeat-x;
}
img {
	border:#666 1px solid;
}
.ligne {
	border-top:#333 1px solid;
}
/*----------------------------------------------------------------------------------Conteneur general-------*/
#conteneur {
	position: relative;
	width: 970px;
	margin: 0 auto;
	background: url(images/fond-intro.jpg) top no-repeat;
}
/*----------------------------------------------------------------------------------menus-------*/
#menuintro {
	text-align:center;
	margin:0 0 30px 0;
}
#menuintro img a{
	margin:0 1px;
}
#menuintro img a:hover{
	border:#fff 1px solid;
}
#sousmenuintro {
	text-align:center;
	margin:6px 0 60px 0;
	padding:6px 0;
	border-bottom:#666 1px dotted;
}
#sousmenuintro a{
	font-size: 15px;
	color: #ddd;
	text-decoration: none;
	font-weight: bold;
	font-variant:small-caps;
}
#sousmenuintro a:hover{
	color: #eef;
}
/*----------------------------------------------------------------------------------coordonnees-------*/
#coordonnees {
	position: absolute;
	width: 188px;
	top: 534px;
	left: 9px;
	text-align: center;
	color: #fff;
}
#coordonnees h2 {
	font-size: 14px;
}
#coordonnees h3 {
	font-size: 12px;
}
#coordonnees p {
	font-size: 11px;
}
#coordonnees p.tel {
	font-size: 16px;
	font-weight: bold;
	margin-top:10px;
}
#coordonnees a {
	font-size: 10px;
	font-weight: bold;
	color: #ff0;
	text-decoration: underline;
}
/*----------------------------------------------------------------------------------activites-------*/
#activites {
	position: absolute;
	width: 186px;
	background: url(images/encart-haut.jpg) left top no-repeat;
	top: -1px;
	left: 15px;
	text-align: center;
	height: 83px;
}
#activites h1 {
	font-size: 12px;
	color: #ccc;
	text-align:center;
}
/*----------------------------------------------------------------------------------contenu-------*/
#contenu {
	min-height: 700px;
	padding:173px 0 0 210px;
}
/*----------------------------------------------------------------------------------pied de page 2 colonnes-------*/
#pdp{
	text-align:center;
	vertical-align:top;
}

#pdp p {
	font-size: 10px;
	color: #444;
}
#pdp a {
	font-size: 10px;
	color: #444;
	text-decoration: none;
}
#pdp a:hover {
	color: #444;
	text-decoration: underline;
}
#pdp h3 {
	font-size: 10px;
	color: #444;
	font-weight:normal;
}
#pdp h2 {
	font-size: 10px;
	color: #444;
	font-weight:normal;
}
/*----------------------------------------------------------------------------------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: #fff;
}
/*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;
}
