﻿body {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	line-height: 20px;
	/*color: #68654f;*/
	color: #69594F;
	text-decoration: none;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
}

img{
border: none;
}

#page{
	position:absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 750px;
	margin-top: -375px; /* moitié de la hauteur */
	margin-left: -450px; /* moitié de la largeur */
	border: 0px solid #000000;
	background-color: #FFFFFF;
}

#header{
	position:absolute;
	z-index:1;
	width:900px;
	height:140px;
	margin: 0px 0px 0px 0px; /*top right bottom left*/
	border: 0px solid #000000;
	background-image:url(../resources/background_header.jpg);
}



#main{
	position:absolute;
	z-index:1;
	width:900px;
	height:540px;
	margin: 170px 0px 0px 0px; /*top right bottom left*/
	border: 0px solid #000000;
	background-image:url(../resources/background.jpg);
}

#main-accueil{
	position:absolute;
	z-index:1;
	width:900px;
	height:540px;
	margin: 170px 0px 0px 0px; /*top right bottom left*/
	border: 0px solid #000000;
	background-image:url(../resources/background.jpg);
}

#main-galleries{
	position:absolute;
	z-index:1;
	width:900px;
	height:540px;
	margin: 170px 0px 0px 0px; /*top right bottom left*/
	border: 0px solid #000000;
	background-image:url(../resources/background.jpg);
}

#main-gallery{
	position:absolute;
	z-index:1;
	width:900px;
	height:540px;
	margin: 170px 0px 0px 0px; /*top right bottom left*/
	border: 0px solid #000000;
	background-image:url(../resources/background.jpg);
}

#main-auteur{
	position:absolute;
	z-index:1;
	width:900px;
	height:540px;
	margin: 170px 0px 0px 0px; /*top right bottom left*/
	border: 0px solid #000000;
	background-image:url(../resources/background.jpg);
}

#main-liens{
	position:absolute;
	z-index:1;
	width:900px;
	height:540px;
	margin: 170px 0px 0px 0px; /*top right bottom left*/
	border: 0px solid #000000;
	background-image:url(../resources/background.jpg);
}

#main-left{
	position:absolute;
	z-index:2;
	width:610px;
	height:490px;
	margin: 120px 0px 50px 10px; /*top right bottom left*/
	padding: 10px 10px 0px 10px;
	border: 0px solid #000000;
	background-repeat:no-repeat;
	
	/* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;
}

#main-right{
	position:absolute;
	z-index:2;
	width:230px;
	height:520px;
	margin: 0px 0px 0px 660px; /*top right bottom left*/
	border: 0px solid #000000;
}

#texte-accueil{
	position:absolute;
	z-index:2;
	width:706px;
	height:482px;
	margin: 0px 0px 0px 20px; /*top right bottom left*/
	padding: 20px 0px 0px 10px;
	border: 0px solid #000000;
}



#texte-auteur{
	position:absolute;
	z-index:2;
	width:780px;
	height:482px;
	margin: 0px 0px 0px 20px; /*top right bottom left*/
	padding: 20px 0px 0px 10px;
	border: 0px solid #000000;
}

#photo-auteur{
	position:absolute;
	z-index:2;
	width:200px;
	height:120px;
	margin: 0px 0px 0px 50px; /*top right bottom left*/
	padding: 20px 0px 0px 10px;
	border: 0px solid #000000;
	background-image:url(../resources/auteur.jpg);
	background-repeat:no-repeat;
}

#texte-liens{
	position:absolute;
	z-index:2;
	width:780px;
	height:482px;
	margin: 0px 0px 0px 20px; /*top right bottom left*/
	padding: 20px 0px 0px 10px;
	border: 0px solid #000000;
}


#footer{
	position:absolute;
	z-index:1;
	width:880px;
	height:auto;
	margin: 720px 10px 10px 10px; /*top right bottom left*/
	border: 0px solid #000000;
	text-align:center;
	top: 1px;
}

#liens{
	position: absolute;
	width: 585px;
	height: 520px;
	margin-top: 10px;
	margin-left: 300px;
	text-align: justify;
	}

#galerie{
	position: absolute;
	width: 800px;
	height: 300px;
	margin-top: 80px;
	margin-left: 50px;
	text-align: center;
	border:#68654f 2px;
	
}


div.transbox
  {
  width:840px;
  height:380px;
  margin:30px 30px 30px 30px;/*top right bottom left*/
  background-color:#ffffff;
  border:1px solid black;
  
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  }
  
.titre{
	font: bold 12px trebuchet MS;
	text-align:justify;
	line-height: 20px;
	color: #68654f;
	margin:0;
	padding:0;
}

a:link {
	color: #b1ae99;
	text-decoration:none;
	
}
a:visited {
	color:#b1ae99;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #a09d84;
	font-weight:bold;
}

/*************************** Menu ******************************/


.hovermenu ul{
position:absolute;
z-index:1000;
margin-top:145px;
float:left;
height:30px;
width:900px;
font: bold 11px trebuchet MS;
padding-left: 0;
margin-left: 0;

}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: #c7c4b4;
letter-spacing: 0.3em;
}

.hovermenu ul li a:hover{
background-color:#e5e4d9;
color: #928b77;
}



/*************************** Slidemenu**************************/


* {
margin:0px 0px 0px 0px;  /*top right bottom left*/
padding:0px 0px 0px 0px;
}

 
.sm {
list-style:none; 
width:800px; 
height:300px; 
display:block; 
overflow:hidden;
}

.sm li {
float:left; 
display:inline; 
overflow:hidden;
}
