* {
	margin:0;
	padding:0;
	border:0;
}

a {
	outline:none;
}

body {
	background:url(../illustrations/fond.jpg) repeat-x;
	text-align:center;
}

/* HEADER */
#header {
	width:760px;
	height:70px;
	text-align:left;
	margin:0 auto;
}

#header h2 {
	float:right;
	padding:30px 0 0 0;
}

/* NAVPRINCIPAL */
#navPrincipalWrapper {
	width:760px;
	height:30px;
	margin:0 auto;
	background:url(../illustrations/fondNavPrincipal.png) 0 0 no-repeat;
}

#navPrincipal {
	list-style:none;
}

#navPrincipal li {
	float:left;
}

#navPrincipal li a {
	width:140px;
	height:30px;
	background:url(../illustrations/fondLienNavPrincipal.png) 0 0 no-repeat;
	display:block;
	text-align:center;
}

#navPrincipal li.vente a {
	width:160px;
}

#navPrincipal li.actif a, #navPrincipal li a:hover, #navPrincipal li a.actif {
	background:url(../illustrations/fondLienNavPrincipal-ov.png) 0 0 no-repeat;
}

#navPrincipal li.last a {
	background:url(../illustrations/fondLienNavPrincipalLast.png) 0 0 no-repeat;
}

#navPrincipal li.last a:hover,  #navPrincipal li.last a.actif{
	background:url(../illustrations/fondLienNavPrincipalLast-ov.png) 0 0 no-repeat;
}

/* CONTENTWRAPPER */
#contentWrapper {
	width:760px;
	margin:10px auto;
	padding:0 0 15px 0;
	overflow:auto;
	background:url(../illustrations/fondContent.png) 0 0 repeat-y;
}

/* SUBMENU */
#submenu {
	float:left;
	text-align:left;
}

#submenu ul, #submenu ul li ul {
	list-style:none;
}

#submenu li {
	margin:0 0 20px 0;
}

#submenu ul li ul li {
	margin:5px 0 0 30px;
}

#submenu li a {
	width:130px;
	height:25px;
	display:block;
	background:url(../illustrations/fondLienSubmenu.png) 0 0 no-repeat;
	padding:0 0 0 35px;
}

#submenu ul li ul li a {
	width:75px;
	height:25px;
	padding:0 0 0 35px;
	display:block;
}

#submenu li a:hover, #submenu li a.actif {
	background:url(../illustrations/fondLienSubmenu-ov.png) 0 0 no-repeat;
}

#submenu p
{
	width:155px;
}

/* CONTENT */
#content {
	text-align:left;
	margin:0 0 0 155px;
}

#content p {
	margin:10px 10px 0 10px;
}

/* NAVPARCOURS */
#navParcours, #navGalerie {
	height:30px;
	padding:0 15px 0 0;
	text-align:right;
}

a.prec {
	background:url(../illustrations/prec.gif) 0 4px no-repeat;
	padding:0 0 0 20px;
	margin:0 15px 0 0;
}

a.prec:hover {
	background:url(../illustrations/prec_over.gif) 0 4px no-repeat;
}

a.suiv {
	background:url(../illustrations/suiv.gif) 100% 4px no-repeat;
	padding:0 20px 0 0 ;
	margin:0 0 0 15px;
}

a.suiv:hover {
	background:url(../illustrations/suiv_over.gif) 100% 4px no-repeat;
}

/* PAGINATION */
#pagination {
	clear:both;
}

#pagination ul {
	list-style:none;
	width:200px;
	margin:auto;
}

#pagination ul li {
	float:left;
	margin:0 15px 0 0;
	border:1px solid #ddd;
	padding:4px 8px;
}

#pagination ul li a {
	display:block;
	text-decoration:none;
	color:#ddd;
}

#pagination ul li.actif {
	border:1px solid #f90;
}

#pagination ul li.actif a {
	color:#f90;
}

/* SECTIONGALERIE */
.sectionGalerie ul {
	list-style:none;
	margin:15px 0 0 0;
}

.sectionGalerie ul li {
	float:left;
	margin:0 15px 20px 0;
}

#vente {
	margin-left:20px;
}

/* SECTIONFOND */
.sectionFond img {
	float:left;
	margin:0 20px  0 20px;
}

.sectionFond ul {
	list-style:none;
	margin:15px 0 0 0;
}

.sectionFond ul li a.tel {
	background:url(../illustrations/telecharger.gif) 0% 50% no-repeat;
	padding:0 0 0 25px;
	line-height:50px !important;
}

address
{
	width:180px;
	margin:0 0 0 15px;
}

/* FORM */
#ecrire
{
	margin:0 0 0 240px;
}

#ecrire fieldset
{
	width:430px;
	margin:0 0 15px 0;
	padding:0 10px;
	border:1px solid #f90;
}

legend
{
	padding:0 1em 0 1em;
}

#ecrire label
{
	display: block;
	float: left;
	width:90px;
	text-align:right;
	margin:0 15px 0 0;
}

#ecrire p {
	text-align:left;
	margin:0 0 10px 0;
}

#ecrire p.msgErreur
{
	margin:-0.8em 0 0 105px !important;
	background:url(../illustrations/flecheMsgErreur.gif) 0 0 no-repeat;
	padding:0 0 0 20px;
}

.champErreur
{
	border:1px solid #f00;
}

#ecrire input.saisie
{
	width:300px;
}

textarea
{
	width:300px;
}

#ecrire input.bouton
{
	margin:0 0 0 105px;
	padding:0.4em;
}

/* FOOTER */
#footer {
	width:760px;
	height:30px;
	background:url(../illustrations/fondContent.png) 0 0 repeat-y;
	margin:0 auto;
	clear:both;
}

.cadreBlanc {
	border:5px solid #fff;
}

.centre {
	text-align:center;
}

.espHaut30 {
	padding-top:30px !important;
}

/* FLOTTANTS */
.floatLeft
{
	float:left;
}

.clear
{
	clear:both;
}