
/* general */
html,body {
	height: 100%;
  font-size: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #f1f0ed;
  margin: 0;
  padding: 0;
  text-align: center;
	overflow: hidden;
	border: 0px solid red;
}


/* liens */
A:link {font-size: 100%; color: white; text-decoration: underline;}
A:visited {font-size: 100%; color: white; text-decoration: underline;}
A:hover {font-size: 100%; color: white; text-decoration: underline;}
A:active {font-size: 100%; color: white; text-decoration: underline;}

.black:link {color: black;}
.black:visited {color: black;}
.black:hover {color: black;}
.black:active {color: black;}

.email:link {color: #b6afa5; font-weight: bold;}
.email:visited {color: #b6afa5; font-weight: bold;}
.email:hover {color: #b6afa5; font-weight: bold;}
.email:active {color: #b6afa5; font-weight: bold;}


#englobe {
	background: url("images/bg_general.jpg");
  background-repeat: no-repeat;
	background-position: top;
  position: relative;
  _height: auto;
  min-height: 100%;
  width: 1012px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 0;
	border: 0px solid green;
}
*html #englobe {height: 100%;}


#general {
  position: absolute;
  _height: 100%;
  min-height: 100%;
  width: 774px;
	left: 120px;
  text-align: center;
	margin-left: auto;
  margin-right: auto;
	border: 0px solid blue;
}


/* contenu */
#contenu {
  text-align: left;
	position: absolute;
  left: 182px;
	top: 155px;
	bottom: 50px;
	right: 0;
	width: 575px;
	overflow: auto;
	padding-right: 10px;
  border: 0px solid green;
}
*html #contenu {
  background-color: transparent;
	height: 100%;
	width: 590px;
	left: 180px;
	top: 0;
	padding-right: 0;
	padding-top: 155px;
	padding-bottom: 60px;
	border: 0px solid purple;
	overflow: hidden;
}
*html #100 {
	height: 100%;
	overflow-y: scroll;
	scrollbar-face-color: white;
	scrollbar-base-color: white;
  scrollbar-arrow-color: black;
	scrollbar-highlight-color: white;
  scrollbar-track-color: white;
  scrollbar-3dlight-color: white;
  scrollbar-darkshadow-color: white;
	scrollbar-shadow-color: white;
	margin: 0;
	padding: 0;
}

h1 {
  font-size: 100%;
	font-family: 'Trebuchet', Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 14px 0;
	padding: 0;
	text-indent: 21px;
  background-image: url('images/h1_puce.jpg');
  background-repeat: no-repeat;
  background-position: left;
}

h2 {
  font-size: 80%;
	color: #313131;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

p {
  font-size: 70%;
  text-align: justify;
	margin: 0;
	padding: 0;
}

.texte {
  font-size: 70%;
  text-align: justify;
	margin: 0;
	padding: 0;
}
*html .texte {  font-size: 100%;}

.particulier {
  color: #b6afa5;
	font-weight: bold;
	font-style: italic;
}

.img_droite {
  float: right;
	border: 1px solid #000000;
	margin-left: 10px;
}

.img_gauche {
  float: left;
	border: 1px solid #000000;
	margin-right: 10px;
}

/* contact */
#ensemble {
  width: 100%;
	background: url("images/bg_contact.gif");
  background-repeat: no-repeat;
	background-position: top right;
}

#txt_gauche {
  width: 132px;
	float: left;
}
*html #txt_gauche {	width: 135px; }

#txt_droite {
  width: 285px;
	float: right;
	text-align: right;
	padding-right: 140px;
}
*html #txt_droite {	width: 305px; }

#reduit {
  width: 420px;
  font-size: 60%;
  text-align: justify;
	margin: 0;
	padding: 0;
}

.form_contact {
  font-size: 80%;
	color: #b6afa5;
	font-weight: bold;
}

.btn {
  color: #FFFFFF;
	font-weight: bold;
	background-color: #c4c1bd;
	border: 1px solid #9d9993;
}

/* galerie */
.miniatures img {
  border: 0;
	margin: 0px 6px 6px 0;
}

.transOn {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.transOff {
	filter: alpha(opacity=45);
	-moz-opacity:.45;
	opacity:.45;
}

#fenetre {
  position: relative;
  width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #f1f0ed;
}

#border {
  margin-top: 12px;
  width: 688px;
	height: 438px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
  border: 1px solid #b5b5b5;
}

#border2 {
  margin-top: 12px;
  width: 608px;
	height: 88px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
  border: 1px solid #b5b5b5;
}

#dot {
  background-image: url(images/bg_dot.gif);
	background-repeat: repeat-x;
	height: 12px;
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#left {
  float: left;
	padding-top: 10px;
}

#right {
  float: right;
	padding-top: 10px;
	padding-right: 5px;
}


/* menu */
#navigation {
  position: absolute;
  top: 135px;
	bottom: 50px;
  background-color: #ffffff;
  width: 155px;
	margin-left: 5px;
	text-transform: uppercase;
}
*html #navigation {left: 0;}

.surligne {
  background-color: #ffffff;
}

.navigation_on {
	font-family: 'Trebuchet', Verdana, Arial, Helvetica, sans-serif;
  background-image: url('images/bg_menu_on.gif');
  background-repeat: repeat-x;
  width: 153px;
	border-bottom: 1px #959595 solid;
}


#navigation ul {
  color: #000000;
  text-align: left;
	text-indent: 5px;
  line-height: 31px;
	list-style-type: none;
  margin: 0; 
  padding: 0;
  border-top: 1px #959595 solid;
  border-left: 1px #959595 solid;
  border-right: 1px #959595 solid;
}

#navigation ul li {
  font-size: 75%;
	font-family: 'Trebuchet', Verdana, Arial, Helvetica, sans-serif;
  list-style-type: none;
}

#navigation ul li A {
  text-decoration: none;
	display: block;
  width: 155px;
	font-weight: normal;
	color: #000000;
  border-bottom: 1px #959595 solid;
}

#navigation ul a:hover {
	text-decoration: none;
  background-image: url('images/bg_menu_on.gif');
  background-repeat: repeat-x;
	width: 153px;
}


#navigation ul li a:hover {
  text-decoration: none;
}


/* sous-menu */
#sub_navigation {
	font-family: 'Trebuchet', Verdana, Arial, Helvetica, sans-serif;
  position: absolute;
  top: 395px;
	bottom: 50px;
  background-color: #ffffff;
  width: 155px;
	margin-left: 5px;
	text-align: right;
	border: 0px solid red;
}
*html #sub_navigation {left: 0;}

#sub_navigation ul {
  color: #000000;
	text-indent: 5px;
  line-height: 22px;
	list-style-type: none;
  margin: 0; 
  padding: 0;
}

#sub_navigation ul li {
	font-family: 'Trebuchet', Verdana, Arial, Helvetica, sans-serif;
  font-size: 75%;
  list-style-type: none;
}
*html #sub_navigation ul li {height: 22px;}

#sub_navigation ul li A {
	font-family: 'Trebuchet', Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
	color: #000000;
}

#sub_navigation ul a:hover {
	text-decoration: none;
}

#sub_navigation ul li a:hover {
  text-decoration: none;
}


/* footer */
#footer {
	background: url("images/bg_footer.jpg");
  background-repeat:no-repeat;
  position: absolute;
  bottom: 0;
  left:0;
  height: 50px;
  line-height: 50px;
  width: 1012px;
  color: #000000;
	font-size: 58%;
	border: 0px solid red;
}
*html #footer {background-color: #f1f0ec;}

#adresse {
  float: left;
  text-align: left;
	margin-top: 20px;
  margin-left: 111px;
  width: 700px;
	border: 0px solid blue;
}
*html #adresse {margin-left: 56px;}

#credits {
  float: right;
  text-align: center;
	margin-top: 20px;
  margin-right: 118px;
  width: 66px;
	border: 0px solid green;
}
*html #credits {margin-right: 57px;}
