* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #bbdcf0;
	background-image: url(images/fond-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border: none;
}
h1 {
	font-size: 19px;
	color: #00A;
	text-align:center;
	padding:20px 0 20px 0;
	font-variant:small-caps;
}
/*----------------------------------------------------------------------------------Conteneur general-------*/
#conteneur {
	position: relative;
	width: 970px;
	margin: 0 auto;
	background-image: url(images/fond-global.jpg);
	background-repeat: repeat-y;
}
/*----------------------------------------------------------------------------------Menu principal-------*/
#menu {
	background-image: url(images/fond-menu-accueil.jpg);
	background-repeat: no-repeat;
	height: 44px;
	color: #aea;
}
/*----------------------------------------------------------------------------------Entetes-------*/
#bandeau {
	height: 170px;
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
}
/*----------------------------------------------------------------------------------divers encarts-------*/
#marge-droite {
	float: right;
	right: 0;
	width: 180px;
	margin: 0 20px 8px 8px;
}
/*----------------------------------------------------------------------------------Contenu-------*/
#contenu {
	background: url(images/fond-contenu.jpg) no-repeat top;
	padding: 0 0 10px 0;
}
#contenu p {
	font-size: 12px;
	color: #000;
	line-height:16px;
	margin:12px 0;
}
#contenu ul {
	white-space: normal;
}
#contenu li {
	font-size: 12px;
	color: #000;
	list-style-type: square;
	list-style-position: outside;
	line-height: 15px;
}
#contenu h2 {
	font-size:14px;
	color: #339;
	margin:14px 0;
}
#contenu h3 {
	color: #f00;
	font-size:13px;
	margin:14px 0;
}
#contenu h4 {
	color: #225;
	font-size:13px;
	margin:14px 0;
}
#contenu a {
	font-size: 11px;
	color: #00d;
	text-decoration: underline;
}
#contenu a:hover {
	color:#f00;
	text-decoration: none;
}
/*------------------------------------------------------------------------------bloccontenu-------*/
.bloccontenu {
	width:295px;
	height:580px;
	text-align:center;
	vertical-align:top;
	background:url(images/fdbloc.png) top center no-repeat;
	padding:30px 10px 10px 10px;
	float:left;
	border-right:#eee 1px dotted;
}
.bloccontenu2 {
	width:455px;
	text-align:center;
	vertical-align:top;
	background:url(images/fdbloc.png) top center no-repeat;
	padding:10px;
	float:left;
}

.bloccoorodonnees {
	width:310px;
	height:130px;
	vertical-align:top;
	float:left;
	padding-top:20px;
	text-align:center;
}
#pied .bloccoorodonnees p {
	font-size: 12px;
	color: #fff;
}
.blocinfo {
	width:660px;
	height:140px;
	vertical-align:middle;
	text-align:center;
	float:left;
	padding-top:13px;
}
.bloccoorodonnees h4{
	padding-bottom:5px;
	color:#fff;
	font-size:15px;
}
/*----------------------------------------------------------------------------------pied de page 2 colonnes-------*/
#pdp {
	background-image: url(images/fond-pied-de-page.jpg);
	background-repeat: repeat-x;
	background-position:top;
	min-height:250px;
	padding-top:10px;
}
#pied {
	width:970px;
	margin: 0 auto;
	color: #ddd;
}
#pied h2 {
	font-size: 10px;
	color: #999;
	font-weight:normal;
}
#pied h3 {
	font-size: 10px;
	color: #999;
	font-weight:normal;
}
#pied p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #aaa;
}
#pied a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #aa9;
	text-decoration: none;
}
#pied a:hover {
	color: #f90;
	text-decoration: underline;
}
/*----------------------------------------------------------------------------------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;
}
.ligne {
	border-top:#999 1px solid;
	margin:10px 0 10px 0;
}
.tablo {
	width:100%;
	border:none;
	margin:12px 0 12px 0;
}
.tablo td {
	vertical-align:top;
	padding:8px;
}
