body{
	font-family: Verdana, Georgia, Arial;
	background-color:#E79B1D;
	margin-top: 20px;
}
img{
	display: block;
	border: none;
}
a{
	color: #9c3208;
}
p{
	color: #9c3208;
	font-size:0.9em;
}
h1{
	color: #EB6007;
	font-size:1.2em;
}
h2{
	color: #9c3208;
	font-size: 1em;
}	
li{
	font-size:0.9em;
	color: #9c3208;
}
.petit{
	font-size:0.8em;
}
.orange {
	color: #eb6007;
}
.marron {
	color: #9c3208;
}

div#global{
	background-image:url(../images/accueil.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:553px;
	border-top: 1px solid #9c7667;
	border-left: 1px solid #9c7667;
	border-right: 2px solid #9c3208;
	border-bottom: 2px solid #9c3208;	
	margin: 0 auto;
}

/* --------------------------------------------
Menu du haut
-----------------------------------------------*/
ul#menu{
	position:absolute;	
	width: 722px;
	height: 41px;
	list-style-type: none;
	margin:0;
	padding-left:142px;
	padding-top:38px;
	z-index:3;		
}
ul#menu li {
	float: left;
	text-align: center;
}
ul#menu a {
	width: 120px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size:1em;
	margin-top:2px;
}
ul#menu a.orange {
	color: #eb6007;
}
ul#menu a.marron {
	color: #9c3208;
}
ul#menu a.orange:hover{
	color:#000;
}
ul#menu a.marron:hover{
	color:#000;
}
/* --------------------------------------------
Menu de gauche
-----------------------------------------------*/
.menuGauche{
	margin-top: 80px;
	margin-left:-35px;
	float:left;
	background-image:url(../images/fond3.png);
	background-repeat:no-repeat;
	width:260px;
	height:420px;
	overflow:auto;
	text-align:center;
}
.menuGauche p{
	margin: 20px;
}

/* --------------------------------------------
Calques
-----------------------------------------------*/
.coucheBois{
	padding-left:142px;
	padding-top:38px;
	position:absolute;
	z-index:1;
}
.coucheContenu{
	position:absolute;
	z-index:2;
}
.logo{
	float:left;
}
.transparence{
	left:415px;
	top:80px;
	position:absolute;
	z-index:-1;
	border: 1px solid #9c7667;
	height:400px;
	width:420px;
	background-color:#FFF;
	filter:alpha(opacity=60);
	opacity: 0.6;		
}
.contenu {
	margin-top: 80px;
	border: 1px solid #9c7667;
	height:380px;
	width:400px;
	padding:10px;
	overflow:auto;
}
.crayon{
	float:left;
	margin-left: 800px;
	margin-top: -200px;

}
/* --------------------------------------------
Mentions de bas de page
-----------------------------------------------*/
#mentions{
	width:1000px;
	margin: 0 auto;
	color:#9c3208;
	text-align: right;
}
#mentions p {
	margin:0;
	font-size:0.7em;
}
#mentions a {
	color: #9c3208;
}
/* --------------------------------------------
Contact
-----------------------------------------------*/
.contact{
	clear: both;
	margin: 0;
	background-image:url(../images/contact2.jpg);
	background-repeat:no-repeat;
	width: 850px;
	height:53px;
}
.contact a{
	color:#FFF;	
}	
.contact address.adresse1{
	padding-top:5px;
	padding-left:20px;
	float:left;
	color:#FFF;	
}
.contact address.adresse2{
	padding-top:2px;
	padding-left:40px;
	float:left;
	font-size:0.8em;
	color:#FFF;
}
/* --------------------------------------------
Vignettes des modèles
-----------------------------------------------*/
table.vignettes{
	float:left;
	height: 120px;
	width: 90px;
	margin: 2px;
	border: 1px solid #000;
	background-color: #FFFDB9;
}
img.vignettes {
	border: none;
	display: block;
	margin: 0 auto;
}
p.txtModele{
	clear: both;
}
/* --------------------------------------------
Page Contact
-----------------------------------------------*/
.menuContact{
	margin-top: 80px;
	margin-left:-35px;
	float:left;
	background-image:url(../images/fond3.png);
	background-repeat:no-repeat;
	width:260px;
	height:420px;
	overflow:auto;
	text-align:center;
}
.menuContact h2{
	margin: 20px;
}
.menuContact address{
	font-size:0.75em;
}