/* This is the style sheet for Au Temps Jadis 2005 web site */

/* Styles to redefine html tags */

html, body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #633;
	background-color: #F8EEE5;
	font-family: Verdana, Arial, sans-serif;	
	
}



h1 {


	font-size: 120%; 
	font-weight: bold; 
	color : #633;
	border-bottom: 1px solid #C99;
	padding: 1.5em 0 0 1em;
	
}


h2 {
	font-size: 110%; 
	font-weight: bold; 
	color : #633;
	margin: 1.5em 0 0 1em;
	padding: .5em;
	background-color: #E6CEC1;
}

h3 {
	font-size: 100%; 
	font-weight: bold; 
	color : #633;
	margin: 1.5em 0 0 1em;
	padding: .5em;
	font-style: italic;  
}



p {
	margin: 0;
	text-align: justify;
	padding: .8em;

}

p, ul, li {
	line-height: 1.8em;

}



h4 {font-size: 95%; font-weight: bold; color : #633;}
h5 {font-size: 90%; font-weight: bold; color : #633;}
h6 {font-size: 80%; font-weight: bold; color : #633;}


h4 {
	margin: 0;
	padding: 15px 0 5px 8px;
	letter-spacing: 0.4em;	
	
}

h5 {
	border-bottom: 1px solid #C99;
	padding: 1em 0 0.2em 1em;
	margin: 1em;  
}

h6 {
	padding: 1em 0 0.2em 1em;
	margin: 2em;
	font-style: italic;  
}



.imageCenter img {
	padding: 5px;
	margin: 5px;
	border: 1px solid #C99;
}






/* Styles for the links */

a {
	color: #766528;  
	background-color: transparent;
}

a:hover {
	color: white;
	background-color: #9A8834;
} 

#title a {
	color: white;
	background-color: transparent;
	text-decoration: none;
}







/* Styles for the top navigation bar */ 

#nav {
	position: relative;
	/*height: 1.9em;*/
	margin: 0;
	padding: 0;
	background-color: #D6A78D;
	display: table;
	width: 100%;
}


#nav li {
	list-style: none;
	float: left;
	/*height: 1.2em;*/
	white-space: nowrap;
	width: 12em;
	font-size: 85%;
	margin: 0;
}

#nav a {
	float: left;
	color: #633;
	background: #D6A78D url(images/tab-bumps.gif) 2px 50% no-repeat;
	text-decoration: none;
	display: block;
	font-weight: bold;
	border: 1px solid;
	border-color: #FFF #633 #633 #FFF;
	padding: 5px 15px 5px 20px;	
}



#nav a {
	float: left; /* We float the links to avoid a bug in IE5 Mac */
	/* Commented Backloash Hack hides rule from IE5 Mac \*/
	float: none; /* End IE5 Mac hack */

}

#nav a {
	height: 1px; /* this is what IE 5 needs to understand it is a block */
	voice-family: "\"}\""; 
	voice-family: inherit; 
	height: 100%; /* that is for IE6 */
}





html>body #nav a {
  height: 100%; /* be nice to Opera */
}





#nav a:hover {
	background-color: #633;
	color: white;
	border-color: #000 #CCC #CCC #000;
}





/* Styles for the left menu */



#leftMenu ul {
	margin: 0;
	padding: 0;
}

#leftMenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
	width: 100%;
	
}

#leftMenu a {
	display: block;
	font-size: 85%;
	margin-bottom: 1px;
	padding: 1px 0 1px 5px;
	text-decoration: none;
	color: #633;
	background-color: #D6A78D;
	height: 1px; /* this is what IE 5 needs to understand it is a block */
	voice-family: "\"}\""; 
	voice-family: inherit; 
	height: 100%; /* that is for IE6 */
}

#leftMenu h4 {
	margin: 1em auto;
	font-size: 115%;
}



html>body #leftMenu a {
  height: 100%; /* be nice to Opera */
}

#leftMenu a:hover {
	background-color: #633;
	color: white;
}




/* Styles for positioning divs */

div#outerDiv {
	position: relative;
	width: 780px;
	border: 1px solid #633;
	border-width: 0 1px 0 0; 
	margin: 0;
	padding: 0;
}




	



div#title {
	padding: 0;
	margin: 0;
	font-style: italic;
	height: 73px;
	background: url(images/top_banner.jpg) no-repeat 0% 0%;
}



div#leftMenu {
	position: absolute;
	left: 0;
	top: 98px;
	width: 190px;
	padding: 0;
	margin: 0;
	height: 20px;
	clear: left;

}


div#main {
	margin-left: 190px;
	width: 588px;
	padding: 2em 0 0 0;
	border-left: 1px solid #C99; 
}




#leftCol {
	margin-right: 280px;
	border-right: 1px solid #C99;
}

#rightCol {
	float: right; 
	text-align: justify;
	padding: 0;
	width: 280px;
}

div#rightCol li {
	
	padding: 0.5em 1em 0.5em 0.5em;
	
}



#footer {
	clear: both;
	padding: 1px 5px 1px 200px;
	margin: 0;
	border-top: 1px solid #C99;
	border-bottom: 1px solid #633;
	font-size: 70%;
}














/* Various styles */

.company {
	letter-spacing: 10px;
	color: white;
	background-color: transparent;
	font-size: 200%;
	font-weight: normal;
	padding: 20px 1.8em 0;
	margin: 0;

}

.imageCenter {
	text-align: center;
}

.imageCenter:hover {
	background-color: #DBC88E;
}

.imageCenter a:hover {
	background-color: transparent;
}


.imageFloatRight {
	float: right;
	padding: 5px;
	margin: 10px;
	border: 1px solid #C99;
}


.imageFloatCenter {
	text-align: center;
	padding: 5px;
	margin: 10px;
	border: 1px solid #C99;
}


.productDescription {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	color: #633;
	font-style: italic;
	font-size: 90%;
}

.normalList li {
	margin-top: 10px;  /*These values to avoid a bug in IE with list items horizontal alignment */
} 


ul.afterImageCaption {
	padding-top: 0;
	margin-top: 0;
}

.backToTop {
	margin-left: 350px;
}

.sold {
	color: red;
	font-weight: bold;
	font-size: 120%;
}


.flash {
	font-size: 110%;
	font-weight: bold;
}

#liste {
	text-align: right;
	font-weight: bold;
}

#liste a {
	text-decoration: none;
	background-color: #D6A78D;
	color: #633;
	padding: 5px;
}

#liste a:hover {
	background-color: #633;
	color: white;
	padding: 5px;
}



/* Styles for the email button to ask questions about products */
.email {
	text-align: center;
	margin: -20px 0 4em 0;	
}

.email img {
	border-width: 0;
	vertical-align: middle;
	padding: 0 1em 0 0;

}

#payment a {
	color: #9A8834;  
	background-color: transparent;
}


#payment a:hover {
	color: white;
	background-color: #9A8834;
} 






/* Styles for the menu as per the page displayed*/

body.home #nav #home, body.services #nav #services, body.infos #nav #infos, body.contact #nav #contact, body.carrelages_anciens #leftMenu #carrelages_anciens, body.carrelages_neufs #leftMenu #carrelages_neufs, body.dallage_vieilli #leftMenu #dallage_vieilli, body.sol_pierre #leftMenu #sol_pierre, body.sol_marbre #leftMenu #sol_marbre, body.fontaines #leftMenu #fontaines, body.bacs #leftMenu #bacs, body.eviers #leftMenu #eviers, body.briques_neuves #leftMenu #briques_neuves, body.briques_anciennes #leftMenu #briques_anciennes, body.jarres #leftMenu #jarres, body.piliers #leftMenu #piliers, body.grilles #leftMenu #grilles, body.bois #leftMenu #bois, body.divers #leftMenu #divers, body.bacs #leftMenu #bacs, body.bacs2 #leftMenu #bacs, body.bacs3 #leftMenu #bacs, body.bacs4 #leftMenu #bacs, body.divers #leftMenu #divers, body.divers2 #leftMenu #divers, body.eviers #leftMenu #eviers, body.eviers2 #leftMenu #eviers, body.eviers3 #leftMenu #eviers, body.cheminees #leftMenu #cheminees, body.bois #leftMenu #bois, body.bois2 #leftMenu #bois, body.bois3 #leftMenu #bois {
	background-color: #633;
	color: white;
}


/* Styles for the list items as per the page displayed*/

body.bacs #liste #bac1, body.bacs2 #liste #bac2, body.bacs3 #liste #bac3, body.bacs4 #liste #bac4, body.divers #liste #divers1, body.divers2 #liste #divers2, body.eviers #liste #evier1, body.eviers2 #liste #evier2, body.eviers3 #liste #evier3, body.bois #liste #bois1, body.bois2 #liste #bois2, body.bois3 #liste #bois3 {
	background-color: #633;
	color: white;

}