* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #000;
	background-image: url(images/fond-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border: none;
}
h1 {
	font-size: 16px;
	color: #8c8;
	text-align:center;
	padding:20px 0;
	font-variant:small-caps;
	letter-spacing:1px;
}
/*----------------------------------------------------------------------------------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:94px;
	left:438px;
	height: 27px;
	line-height:27px;
	color: #030;
	font-size:10px;
}
#menu a {
	color: #000;
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
	font-size:14px;
}
#menu a:hover {
	text-decoration:underline;
	color: #fff;
}
#menu a.select {
	color: #fff;
}
/*----------------------------------------------------------------------------------Entetes-------*/
#bandeau {
	height: 281px;
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
}

/*----------------------------------------------------------------------------------divers encarts-------*/
#carte {
	position:absolute;
	top:4px;
	right:22px;
	width: 93px;
	height: 80px;
}
#marge-droite {
	float: right;
	right: 0;
	width: 180px;
	margin: 0 20px 8px 8px;
}
#logo {
	position: absolute;
	right: 0;
	width: 249px;
	top: 704px;
	left: 20px;
	text-align: center;
}
/*----------------------------------------------------------------------------------Contenu-------*/
#contenu {
	background-image: url(images/fond-contenu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0 0 10px 7px;
}
#contenu p {
	font-size: 13px;
	color: #eee;
}
#contenu ul {
	white-space: normal;
	text-align:left;
}
#contenu li {
	font-size: 12px;
	color: #fff;
	list-style-type: square;
	list-style-position: outside;
	line-height: 16px;
	margin:5px 0 5px 10px;
}
#contenu h4 {
	color: #eee;
}
#contenu h2 {
	color: #cdc;
	font-size:14px;
	margin:10px 0;
	line-height:14px;
}
#contenu h3 {
	color: #fff;
	font-size:15px;
	margin:10px 0;
	line-height:17px;
}
#contenu a {
	font-size: 12px;
	color: #8c8;
	text-decoration: underline;
}
#contenu a:hover {
	color:#f00;
	text-decoration: none;
}
/*------------------------------------------------------------------------------bloccontenu-------*/
.gdc {
	float:left;
	border:#fff 1xp solid;
	margin:5px 2px;
	width:305px;
}
.bloccontenu {
	width:295px;
	height:430px;
	text-align:center;
	vertical-align:top;
	background:url(images/fdbloc.png) top center no-repeat;
	padding:10px;
	float:left;
}
.bloccontenu2 {
	width:455px;
	text-align:center;
	vertical-align:top;
	background:url(images/fdbloc.png) top center no-repeat;
	padding:10px;
	float:left;
}
.bloccontenu3 {
	width:630px;
	text-align:center;
	vertical-align:top;
	float:left;
}
.bloccoorodonnees {
	width:320px;
	height:130px;
	vertical-align:top;
	float:left;
	padding:25px 0 0 7px;
}
#pied .bloccoorodonnees p {
	font-size: 14px;
	color: #fff;
	text-align:center;
}
.blocinfo {
	width:635px;
	height:130px;
	vertical-align:middle;
	text-align:center;
	float:left;
	padding-top:25px;
}
/*----------------------------------------------------------------------------------pied de page 2 colonnes-------*/
#pdp {
	background-image: url(images/fd-pdp.jpg);
	background-repeat: repeat-x;
	background-position:top;
	min-height:293px;
}
#pied {
	width:970px;
	margin: 0 auto;
	color: #aaa;
	padding-top:10px;
	background: url(images/fond-pied-de-page.jpg) no-repeat;
}
#pied h2 {
	font-size: 10px;
	color: #aaa;
	font-weight:normal;
}
#pied h3 {
	font-size: 10px;
	color: #aaa;
	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: 11px;
	color: #aaa;
	text-decoration: none;
}
#pied a:hover {
	color: #aaa;
	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;
}
.tablo {
	width:100%;
	border:none;
	margin:12px 0 12px 0;
}
.tablo td {
	vertical-align:top;
	padding:8px;
}
