/* = Elements de structure */
/* ---------------------------------------- */
body {
	margin: 0;
  	padding: 0 0 30px;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;
	font-size: 76%;
	line-height: 1.2em;
	color: #201F1E;
	background: #BEA583;
}
#page {
	width: 760px;
	margin: auto;
	padding: 0;
	font-size: 1em;
	text-align: left;
	background: #fff;
}


/* = Entete */
/* ---------------------------------------- */
#entete {
	background: #BEA583 url(../images/bg_entete.jpg) bottom center no-repeat;
	padding-top: 15px;
	margin-bottom: 3px;
}
#entete #logoprint {
    display: none;
}
#entete #logo {
	padding: 0 0 80px;
	background: url(../images/bg_logo.gif) top repeat-x;
}
#entete #logo img {
    border: 0;
}
#entete #langue {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 1em;
}
#entete #langue a {
	margin: 0 3px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#entete #langue a:hover  {
	color: #754129;
	text-decoration: underline;
}

/* = Corps */
/* ---------------------------------------- */
#corps {
	margin: 0 3px 0 3px;
	font-size: .9em;
}
#corps #wrapper {
	margin: 25px 10px 10px;
}

/* navigation principale */
/* ---------------------------------------- */
#nav {
	margin: 0 0 10px;
	padding: 0;
	background: #754129;
	height: 30px;
}
#nav li {
	height: 30px;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px dotted #fff;
	list-style: none;
	background: none;
	background-color: #754129;
}
#nav li a {
	font-size: 12px;
	font-weight: bold;
	line-height: 29px;
	height: 30px;
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
}
#nav li.dernier {
	border: none;
}
#nav li a:hover {
	color: #FCB713;
}

/* Fil d'ariane */
#fildariane {
	clear: both;
	margin: 5px 10px;
	font-size: 1em;
	color: #848F8F;
}
#fildariane a {
	color: #7C9387;
}
#fildariane a:hover {
	color: #000;
}

/* = Menu dynamiques */
/* ---------------------------------------- */
#subMenus {
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
	z-index: 100;
	font-size: .9em;
}
#subMenus div {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
	cursor: pointer;
	background: #754129;
}
#subMenus div div {
	position: relative;
	display: block;
	width: 100%;
	white-space: nowrap;
	border-top: 1px dotted #fff;
	background: none;
}
#subMenus a {
	display: block;
	height: 1%;
	padding: 7px 8px 7px 15px;
	color: #fff;
	text-decoration: none;
}
html>body #subMenus a {
	height: auto;
}
#subMenus a:hover {
	color: #FCB713;
}
#subMenus a:hover {
	text-decoration: underline;
}
#mProduitsSMenu {
    width: 155px;
}
#mAProposSMenu {
    width: 155px;
}
#mContactSMenu {
    width: 170px;
}
#mCentreSMenu {
    width: 195px;
}
#mDetaillantsSMenu {
    width: 190px;
}
#mFenetres a, #mRecherche a, #mTrucs a {
    background: url(../images/fleche_off.gif) no-repeat right;
}
#mFenetres a:hover, #mRecherche a:hover, #mTrucs a:hover {
    background: url(../images/fleche_on.gif) no-repeat right;
}
#mRechercheSMenu {
    border-left: 1px dotted #fff;
    width: 80px;
}
#mTrucsSMenu {
    border-left: 1px dotted #fff;
    width: 160px;
}
#mFenetresSMenu {
    border-left: 1px dotted #fff;
    width: 240px;
}


/* contenu general */
/* ---------------------------------------- */

#contenu {
	position: relative;
	height: 200px;
	border-top: 2px solid #A68465;
}
html>body #contenu {
	height: auto;
	min-height: 200px;
}
#contenu .wrap {
	padding: 30px 0 20px 0;
}
#contenu a:link {
	color: #006F48;
	text-decoration: underline;	
}
#contenu a:visited {
	color: #7C9387;
}
#contenu a:hover {
	color: #000;
}
#contenu a:active {
	color: #006F48;
}

h1 {	
	position: absolute;
	top: -12px;
	left: 0;
	margin: 0;
	padding: 5px 8px 4px;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #fff;
	background: #A68465;
}
h2 {
	margin: 0 0 1em;
	font-size: 1.6em;
	color: #006F48;
}
h3 {
	clear: both;
	margin: 2em 0 1em;
	padding: 0 8px;
	line-height: 1.8em;
	font-size: 1.1em;
	color: #242924;
	background: #E3F1E5;
}
h4 {
	margin: 1.5em 0 1em;
	font-size: 1em;
}
p {
	margin: 0 0 1.5em;
}
table {
	font-size: 1em;
}
ul {
	margin: 0 0 1.5em;
	padding: 0;
	height: 1%;
}
ul ul {
	margin: .5em 0;
}
ul li {
	margin: 0 0 .1em;
	padding: 0 0 0 16px;
	list-style: none;
	background: url(../images/puce_liste.gif) 5px 6px no-repeat;
}
html>body ul {
	height: auto;
}
ol {
	margin-top: 0;
	margin-bottom: 1.5em;
}
.picture-right, .visuel-droite {
	float: right;
	margin: 0 0 1em 1em;
}
.picture-left, .visuel-gauche {
	float: left;
	margin: 0 1em 1em 0;
}
img {
	border: none;
}

/* Formualires ----- */
form {
	margin: 0;
	padding: 0;
}
table.form td {
	padding: 0 10px 5px 0;
	vertical-align: top;
}
input, select, textarea {
	font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;
	font-size: 1.1em;
	color: #000;
}
#page p.success {
	margin: 0 0 4em;
	font-weight: bold;
}
#page td.action {
	padding-top: 10px;
}
.action input {
	padding: 1px 8px;
	overflow: visible;
	border: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	background: #754129;
	cursor: pointer;
}
input.bouton {
	padding: 1px 8px;
	overflow: visible;
    border: none;
	font-size: 1em;
    font-weight: bold;
    color: #fff;
    background: #754129;
}
p.action input:hover {
	color: #FCB713;
}
.validation ul, .error {
	color: red;
}
.validation li {
	background-image: url(../images/puce_erreur.gif);
}


/* = Nouvelles */
/* ---------------------------------------- */
ul.news li {
	margin-bottom: 1em;
}
ul.news h2 {
	margin: 0 0 .5em;
	font-size: 1.1em;
}
.news p.date {
	margin: 0 0 .5em;
	font-weight: bold;
	color: #000;
}


/* = Liste des produits */
/* ---------------------------------------- */
#produits td {
	vertical-align: top;
}
#produits h3 {
	margin: 0 15px 1em 0;
	padding-left: 8px;
	text-align: left;
}
#produits p {
	margin: 0 15px 8px 0;
}
#produits p.image {
	text-align: center;
}
#produits li {
	margin-bottom: 10px;
}
#produits a {
	font-weight: bold;
}

#produits.fenetres td {
    width: 244px;
}
#produits.portes td {
	width: 366px
}

#produits table.logos {
	margin: 0 0 0 -5px;
}
#produits table.logos td {
	text-align: center;
	width: auto;
}
#produits table.logos a {
	display: block;
	margin: 0 0 15px 5px;
}

/* = Page Produit Portes */
/* ---------------------------------------- */
table.portes {
    margin-top: 10px;
}
table.portes h4 {
    margin: 0;
}
table.portes, #caracteristiques {
    width: 100%;
}
table.portes td, #caracteristiques td {
    width: 50%;
    padding-bottom: 15px;
}
#caracteristiques ul {
    margin: 5px 0 0;
    padding: 0;
}
#caracteristiques li {
	padding-left: 10px;
	background-position: 0 6px;
}

#granit td {
    padding-right: 20px;
    text-align: left;
}

/*--- Section Détaillants ---*/
/* ---------------------------------------- */
table.recherche {
	margin: 0 0 2em;
    border: 2px solid #A68465;
    border-collapse: collapse;
}
.recherche thead td {
	padding: 4px 8px;
	color: #fff;
	font-weight: bold;
	background: #A68465;
	font-size: 1.1em;
}
.recherche tbody td {
    padding: 8px;
}
.recherche input.texte {
	width: 60px;
	border: 1px solid #A68465;
	text-transform: uppercase;
}

table.detaillants {
    width: 100%;
}
table.detaillants td {
    padding: 4px 0;
    width: 33%;
}

/* = Section Liens*/
/* ---------------------------------------- */
#liens li
{
    margin: 10px 0;
}


/* = Section Coordonnees*/
/* ---------------------------------------- */

#googlemap {
    width: 360px;
    height: 220px;
    border: 1px solid black;
    float: right;
}

/* = Page Salle de montre + Entretien */
/* ---------------------------------------- */

#liste {
	clear: both;
    float: left;
    width: 200px;
}
#liste ul {
	margin-right: 30px;
}
#liste.montre li {
	font-weight: bold;
}
#liste.montre li li {
	font-weight: normal;
}

#texte {
    float: left;
    width: 530px;
}
#texte td {
    padding: 5px 15px;
    text-align: center;
}
#page table.salledemontre td {
    padding: 0 10px 10px 0;
}

#fichemontre h3 {
    clear: none;
}

#fichemontre img {
    margin-left: 10px;
}


/* = Classes diverses */
/* ---------------------------------------- */
#page .clear {
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
.erreur {
    color: #FF0000;
}


/* = Pied de page */
/* ---------------------------------------- */
#pied {
	background: #fff;
	padding: 3px;
}
#pied p {
	margin: 0;
	padding: 3px 10px;
	text-align: right;
	color: #fff;
	font-size: .9em;
	background: #754129;

}
#pied p.copyright {
	float: left;
	width: 50%;
	text-align: left;
}
#pied a {
	color: #fff;
	margin: 0 3px;
	text-decoration: none;
}
#pied a:hover {
	color: #FCB713;
	text-decoration: underline;
}
