/* CSS Olivier Fiquet   // générique */
body {
	background-color: #DFC896;
}

a {
	color: #8b6440;
	text-decoration: none;	
}

a:hover {
	color: #000000;
	text-decoration: underline;	
}

p {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 30px;
	text-align: justify;
}

h1 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin: 30px;
	text-align: justify;
	font-variant: small-caps;
	color: #98734D;
}

#contenu {
	padding-left: 50px;
	padding-right: 50px;
}

#home {
	height: 107px;
	width: 142px;
	float: none;
	margin-top: 5px;
	display: block;
}

.home {
	font-size: 9px;
	text-align: center;
	margin-left: 60px;
	margin-top: -70px;
	text-decoration: underline;
}

#principale {
	width: 750px; 
	height: 550px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;      
	background: #FFECB7 url(images/amelie_fond.gif) no-repeat right bottom;
 	border: none;
	position: relative;
}

#logo {
	background-image: url(images/amelie_logo.jpg);
	background-repeat: no-repeat;
	height: 107px;
	width: 142px;
	float: left;
	margin-top: 5px;
	display: block;
}

#bandeau {
	height: 89px;
	width: 582px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
/*
#footer {
	background-image: url(images/amelie_contact.gif);
	height: 33px;
	width: 586px;
	background-repeat: no-repeat;	
	position: absolute;
	top: 517px;
	left: 153px;
}
*/
/* CSS Amélie le meur  // bas */
#footer {
	position: absolute;
	top: 526px;
	left: 158px;
	font-family: Verdana, Helvetica, sans-serif, Tahoma;
	color: #8b6440;
	font-size: 12px;
	/*font-style: italic;*/
	/*letter-spacing: 1px;*/
	width: 580px;
}

#copyright {
	position: absolute;
	top: 555px;
	left: 0px;
	align: left;
	font-family: Verdana, Helvetica, sans-serif, Tahoma;
	color: #A78359;
	font-size: 10px;
	/*font-style: italic;*/
	/*letter-spacing: 1px;*/
	width: 650px;
}

#lang {
	position: absolute;
	top: 555px;
	left: 695px;
	font-family: Verdana, Helvetica, sans-serif, Tahoma;
	color: #FFFFFF;
	font-size: 12px;
	/*font-style: italic;*/
	/*letter-spacing: 1px;*/
	/*width: 580px;*/
}

.lang {
	font-family: Verdana, Helvetica, sans-serif, Tahoma;
	color: #9B7951;
	font-size: 12px;
	/*font-weight: bold;*/
}

#nav {
	height: 319px;
	width: 142px;
	border: none;
	position: absolute;
	top: 140px;
	left: 0px;
}

#bouton1 {
	background-image: url(images/amelie_but1b.gif);
	height: 70px;
	width: 142px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#bouton1 a {
	background-image: url(images/amelie_but1.gif);
	height: 70px;
	width: 142px;
	display: block;
}

#bouton1 a:hover {
	background: transparent none;
}

#bouton2 {
	background-image: url(images/amelie_but2b.gif);
	height: 79px;
	width: 142px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#bouton2 a {
	background-image: url(images/amelie_but2.gif);
	height: 79px;
	width: 142px;
	display: block;
}

#bouton2 a:hover {
	background: transparent none;
}

#bouton3 {
	background-image: url(images/amelie_but3b.gif);
	height: 71px;
	width: 142px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#bouton3 a {
	background-image: url(images/amelie_but3.gif);
	height: 71px;
	width: 142px;
	display: block;
}

#bouton3 a:hover {
	background: transparent none;
}

#bouton4 {
	background-image: url(images/amelie_but4b.gif);
	height: 69px;
	width: 142px;
	background-repeat: no-repeat;
}

#bouton4 a {
	background-image: url(images/amelie_but4.gif);
	height: 69px;
	width: 142px;
	display: block;
}

#bouton4 a:hover {
	background: transparent none;
}

#frame {
	height: 423px;
	width: 586px;
	position: absolute;
	top: 94px;
	left: 153px;
	background-image: url(images/amelie_papier.jpg);
	background-repeat: no-repeat;
	/*border: medium solid #000000;*/
}

#overflow {
	margin-top: 35px;
	height: 375px;
	width: 586px;
	overflow: auto;
	
}

/*galerie page index*/

.text_galerie {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFF5D5;
	font-weight: bold;
	text-align: center;
	color: #98734D;
	font-variant: small-caps;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	display: block;
}
.text_galerie:hover {
	background-color: #FFFAEC;
}

.text_galerie_pt {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #98734D;
}

.explication {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #98734D;
	font-size: 9px;
	font-style: italic;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}

