/* top elements */
* { margin: 0;	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 70%/1.5 Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333; 
	background-color:		#ffffff;
	background-image: 	url(bg.gif);
	background-repeat: 	repeat;
	background-position: 	left top;
}
table { width:100%}
/* menu */
#menu {
	background: inherit;
	width: 1130px;
	height: 38px;
	margin: 0;
	padding: 0;
}

#menu ul { 
margin:0; 
list-style:none; 
padding: 15px 0 0px 444px; 
}

#menu a, #nav strong, #nav span { 
float:left; 
display:block; 
border-top: 4px solid #551c15;
color:#551c15; 
padding: 5px;
font-size: 0.9em;
font-weight:bold;	
text-decoration:none; 
}

#menu a { 
float:none; 
}

#menu li { 
float:left; 
background:inherit; 
margin:2px; padding:0 0 0 0px; 
}

#menu a:hover { 
float:left; 
display:block;
background: #551c15;
border-top: 4px solid #CC0001;
color:#fff; 
padding: 5px; 
text-decoration:none;
}

#menu .padding { 
padding: 5px 0 0 10px; 
font-weight: bold; 
color: #808080;
}
#menuDeroulant
{
 width: 1130px;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
 position: absolute;
 top: 0;
 left: 0;
}
#menuDeroulant li:hover > .sousMenu { display: block; }
#menuDeroulant .sousMenu
{
 display: none;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
}
#menuDeroulant .sousMenu li
{
 float: none;
 margin: 0;
 padding: 0;
 border: 0;
 width: 149px;
 border-top: 1px solid transparent;
 border-right: 1px solid transparent;
}

#menuDeroulant li a:link,
#menuDeroulant li a:visited
{
display: block;
height: 1%;
color: #FFF;
background: #3B4E77;
margin: 0;
padding: 4px 8px;
border-right: 1px solid #fff;
text-decoration: none;
}
#menuDeroulant li a:hover { background-color: #F2462E; }
#menuDeroulant li a:active { background-color: #5F879D; }

#menuDeroulant .sousMenu li a:link,
#menuDeroulant .sousMenu li a:visited
{
 display: block;
 color: #FFF;
 margin: 0;
 border: 0;
 text-decoration: none;
 background: transparent url("fondTR.png") repeat;
}
#menuDeroulant .sousMenu li a:hover
{
 background-image: none;
 background-color: #F2462E;
}
.align-center {
	text-align: center;
}

/* links */
a {
	color: #CC0001;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #551c15; 
	background-color: inherit;
}

a img {border: none;}

/* headers */
h1, h2, h3 {
	font-family: Arial, 'Trebuchet MS', Sans-Serif;
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 120%;
	letter-spacing: .5px;
}

h2 {
	font-size: 115%;	
	text-transform: uppercase; 		
}

h3 {
	font-size: 115%;
	color: #003366;		
}

/* images */
img {
	margin: 0px 0px 0px 0px
}

img.float-right {
  margin: 5px 0px 10px 10px;  
}

img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 0;		
	margin: 10px;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
  margin: 10px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #CC0000;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 10px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #CC0000; 
	font-weight: bold;  
}

.no_border {
	border: 0px;
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 1px; 
	background: #FFF;
	color: #CC0000;
}

/* search form */
form.search {
	position: absolute;
	top: 5px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}

form.search input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}

form.search input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: 1px solid #CCC; 
	background: #FFFFFF url(headerbg.gif) repeat-x bottom left; 
	padding: 1px; 
	font-weight: bold; 
	height: 23px;
	color: #333;
	width: 60px;
}

/**********************************
  LAYOUT 
***********************************/

#wrap {
	background: #ffffff;
	margin: 0px auto;
	width: 1127px;
	}

/* header */
#header {
	position: relative;
	margin: 0; padding: 0;
	height: 50px;
}

#header span#slogan {
	z-index: 3;
	position: absolute;
	left: 3px; bottom: 7px;
	font: bold 1.2em Verdana, Arial, Tahoma,  Sans-serif;	
	color: #FFF;	
}

#header-logo {
	position: relative;
	clear: both;
	height: 50px; 
	margin: 0; padding: 0;	
}
#header-logo #logo {
	position: absolute;
	top: 3px; left: 5px;
	font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding: 0;
	letter-spacing: -1px;
	color: #000;
}

/* main column */
#main {
	margin: 	0 0 0 8px;
	padding: 	0px;
	width: 	665px;
	background: #ffffff;
	float:	left;
	text-align: justify;
}

#main h1 {
	margin: 10px 0;
	padding: 4px 0 4px 8px; 
	font-size: 105%;
	color: #FFF; 
	background-color: #CC0000;	
	letter-spacing: .5px;
}

#main a{
	border-bottom:1px dotted silver;
}

#main img {
	border: 1px solid #888888;
	margin: 0 auto;
}

/* main column 3*/
#main3 {
	margin: 0 0 0 0px;
	margin-left: 12px;
	padding: 	0px;
	width: 	1101px;
	background: #ffffff;
	float:	left;
	text-align: justify;
}

#main3 h1 {
	margin: 10px 0;
	padding: 4px 0 4px 8px; 
	font-size: 105%;
	color: #FFF; 
	background-color: #CC0000;	
	letter-spacing: .5px;
}

#main3 a{
	border-bottom:1px dotted silver;
}

#main3 img {
	border: 2px solid #888888;
	margin: 5px 10px 0px 0px;
}


/* sidebar */

#sidebar {
	float: left;
	width: 202px;
	margin: 0 10px ; padding: 0; 
	background-color: #FFFFFF;	
	color: #ffffff;	
	
	
}

#sidebar * a {
	color: #551c15;	
	
}



#sidebar * a:hover {
	color: #551c15;	

}

#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: bold 110% Arial, Sans-Serif;
	color: #551c15; 
	background: #ffffff; 
	letter-spacing: 1px;	
	border: 1px solid #551c15;
}

#sidebar .left-box {
	margin: 0 0 5px 0;	
	background: #FFF;
	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #f2f2f2; 
	background: url(bullet.gif) no-repeat 3px 2px;	
	padding: 3px 5px 3px 25px;
	margin: 0;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	padding: 3px 0px;	
	background: none;
		
}

/** sidebar right **/

#sidebar2 {
	float: left;
	width: 202px;
	margin: 0px 0px 0px 20px; padding: 0; 
	background-color: #FFFFFF;
	color: #ffffff;	

}

#sidebar2 h1 {
	margin: 10px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: bold 110% Arial, Sans-Serif;
	color: #551c15; 
	background: #ffffff; 
	letter-spacing: 1px;
	border: 1px solid #551c15;
}

#sidebar2 * a {
	color: #551c15;
}

#sidebar2 * a:hover {
	color: #551c15;
}

#sidebar2 .left-box {
	margin: 0 0 5px 0;	
	background: #FFF;
}
#sidebar2 ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar2 ul.sidemenu li {
	border-bottom: 1px solid #f2f2f2; 
	background: url(bullet.gif) no-repeat 3px 2px;	
	padding: 3px 5px 3px 25px;
	margin: 0;	
}
#sidebar2 ul.sidemenu a {
	font-weight: bolder;
	padding: 3px 0px;	
	background: none;
}

/* left-box */	

.escalier a{
	display: block; 
	width: 200px; 
	height: 300px; 
	background-image: url(vases-medicis.jpg); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
	
}

.escalier a:hover {
	background-image: url(fantome/vase-en-pierre.jpg);
}
.marbre a{
	display: block; 
	width: 200px; 
	height: 150px; 
	background-image: url(cheminee-marbre.jpg); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
	
}

.marbre a:hover {
	background-image: url(fantome/marbre-cheminee.jpg);
}
.voute a{
	display: block; 
	width: 200px; 
	height: 300px; 
	background-image: url(cheminee-regence-trumeau.jpg); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
}

.voute a:hover{
	background-image: url(fantome/cheminee-de-style.jpg);
}

.cheminee a{
	display: block; 
	width: 200px; 
	height: 150px; 
	background-image: url(fontaines-murales.jpg); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
}

.cheminee a:hover{
	background-image: url(fantome/fontaines-anciennes-murales.jpg);
}

.vasques a{
	display: block; 
	width: 200px; 
	height: 150px; 
	background-image: url(escalier-en-pierre.png); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
}

.vasques a:hover{
	background-image: url(fantome/escalier-entree-en-pierre.jpg);
}

.portails a{
	display: block; 
	width: 200px; 
	height: 50px; 
	background-image: url(portails.jpg); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
}

.portails a:hover{
	background-image: url(fonce/portails.jpg);
}

.tables a{
	display: block; 
	width: 200px; 
	height: 50px; 
	background-image: url(tables.jpg); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
}

.tables a:hover{
	background-image: url(fonce/tables.jpg);
}

.piliers a{
	display: block; 
	width: 200px; 
	height: 50px; 
	background-image: url(piliers.jpg); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
}

.piliers a:hover{
	background-image: url(fonce/piliers.jpg);
	border: 1px solid #551c15;
}

.fontaine1 a{
	display: block; 
	width: 200px; 
	height: 267px; 
	background-image: url(fontaine-murale.jpg); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
}

.fontaine1 a:hover{
	background-image: url(fontaine-centrale-octogonal.jpg);
	border: 1px solid #551c15;
}

.fontaine2 a{
	display: block; 
	width: 200px; 
	height: 252px; 
	background-image: url(fontaine-colonne.jpg); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
}

.fontaine2 a:hover{
	background-image: url(fontaines.jpg);
	border: 1px solid #551c15;
}

/** right-box **/

.escaliers_balustres a{
	display: block; 
	width: 200px; 
	height: 150px; 
	background-image: url(escalier.jpg); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
}

.escaliers_balustres a:hover{
	background-image: url(fantome/escalier-en-pierre-moulure.jpg);
	border: 1px solid #551c15;
}

.cheminees_anciennes a{
	display: block; 
	width: 200px; 
	height: 180px; 
	background-image: url(cheminees-ancienne.jpg); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
}

.cheminees_anciennes a:hover{
	background-image: url(fantome/cheminee-gothique.jpg);
	border: 1px solid #551c15;
}

.fontaines_anciennes a{
	display: block; 
	width: 200px; 
	height: 128px; 
	background-image: url(fontaine-en-pierre.jpg); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
}

.fontaines_anciennes a:hover{
	background-image: url(fantome/fontaines-anciennes-centrale.jpg);
	border: 1px solid #551c15;
}

.fontaines_centrales a{
	display: block; 
	width: 200px; 
	height: 150px; 
	background-image: url(bassin-central-en-pierre.jpg); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
}

.fontaines_centrales a:hover{
	background-image: url(fontaine-centrale-en-pierre.jpg);
	border: 1px solid #551c15;
}

.evier_en_pierre a{
	display: block; 
	width: 200px; 
	height: 174px; 
	background-image: url(evier-en-pierre.jpg); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
}

.evier_en_pierre a:hover{
	background-image: url(fantome/evier-exterieur.jpg);
	border: 1px solid #551c15;
}

.arche_en_pierre a{
	display: block; 
	width: 200px; 
	height: 133px; 
	background-image: url(arche-en-pierre.jpg); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
}

.arche_en_pierre a:hover{
	background-image: url(fantome/voute-gothique.jpg);
	border: 1px solid #551c15;
}

.portails_ferforge a{
	display: block; 
	width: 200px; 
	height: 150px; 
	background-image: url(portail-en-fer-forge.jpg); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
}

.portails_ferforge a:hover{
	background-image: url(fantome/portail-ancien.jpg);
	border: 1px solid #551c15;
}

.tables a{
	display: block; 
	width: 200px; 
	height: 50px; 
	background-image: url(tables.jpg); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
}

.tables a:hover{
	background-image: url(fonce/tables.jpg);
	border: 1px solid #551c15;
}

.pilier-en-pierre a{
	display: block; 
	width: 200px; 
	height: 132px; 
	background-image: url(pilier-en-pierre.jpg); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
}

.pilier-en-pierre a:hover{
	background-image: url(fantome/piliers-entree.jpg);
	border: 1px solid #551c15;
}

.table_en_pierre a{
	display: block; 
	width: 200px; 
	height: 133px; 
	background-image: url(table-en-pierre.jpg); 
	background-repeat: no-repeat;
	border: 1px solid #551c15;
}

.table_en_pierre a:hover{
	background-image: url(fantome/tables.jpg);
	border: 1px solid #551c15;
}

/* footer */
.footer {
	background: none;
	clear: both; 	
	padding: 2px 0 10px 0; 
	text-align: center;  
	line-height: 1.5em;	
	font-size: 95%;
	color: #cccccc;
	border: 0px;
}

.footer a { 
	text-decoration: none;
	color: #ffffff;
}

/* preheader */
.preader { 
	clear: both; 	
	padding: 2px 0 10px 0;
	text-align: center;  
	line-height: 1.5em;	
	font-size: 95%;
	color: #cccccc;
	border: 0px;	
}

.preader a { 
	text-decoration: none; 
	font-weight: bold;
	color: black;
	border: 0px #000000;		
}

.preader img {
	margin: 0; padding: 0;
	border: 0px;
}

#grax {
	margin: 0px auto;
	width: 1127px;
	height: 45px;
}

#vap {
	margin: 0px auto;
	width: 1127px;
	height: 90px;
}


.logo {
	position: 	absolute;
  	z-index:	10;
}

.logo2 {
	position: 	relative;
	z-index:	5;
	top: 		50px;
  	left: 		130px;
}

.language {
	float: right;
	margin:	5px 0 5px 0;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes  */
.clear { clear: both; }
/** .red   { color: #CC0000; } **/
.comments { 
	margin: 20px 10px 5px 10px; 
	padding: 3px 0;
	border-bottom: 1px dashed #EFF0F1; 	
	border-top: 1px dashed #EFF0F1;	
}

