@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(img/fond.gif);
	background-repeat: repeat;
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	padding: 0px;
	font-weight: lighter;
}

#global {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	height: 620px;
	padding-top: 98px;
     }	
	 
a#menuclique {
	text-decoration: none;
	color: #FF9900;
}

#menu {
	width: 190px;
	height: 185px;
	margin-top: 50px;
	float: left;
	position: absolute;
}


.img-header-droite {
	position: relative;
	float: right;
  } 
  
#header {
height: 113px;
background-color: #FFFFFF;
}

#header a {
	font-size: 40px;
	color: #000066;
	text-decoration: none;
}
#header a:hover {
	font-size: 40px;
	color: #000066;
	text-decoration: none;
}

#separation {
	height: 18px;
	background-color: #FFFFFF;
	background-image: url(img/separation.gif);
	background-repeat: repeat-y;
}

#corps {
	height: 489px;
	background-color: #013068;
}

h1 {
	font-size: 18px;
	font-weight: lighter;
}

h2 {
	font-size: 40px;
	color: #000066;
	margin-top: 65px;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding: 0px;
	position: absolute;
}

.menugauche {
	list-style-type: none;
}
.menugauche li {
	margin-bottom: 21px;
	background-image: url(img/ligne.gif);
	background-repeat: no-repeat;
	text-align: right;
	background-position: bottom;
	font-size: 18px;
	font-weight: lighter;
}
.menugauche li a {
	color: #FFFFFF;
	text-decoration: none;
}
.menugauche li a:hover {
	text-decoration: none;
	color: #FF9900;
}

.menugauche li a.active{
	text-decoration: none;
	color: #FF9900;
}

.menugauche li a.selected{
	text-decoration: none;
	color: #FF9900;
}
#index {
	background-image: url(img/portrait-arbre-fond.jpg);
	background-repeat: no-repeat;
	height: 489px;
	}

#gravure {
	background-image: url(img/gravure-fond.jpg);
	background-repeat: no-repeat;
	height: 489px;
	}
	
#illustrations {
	background-image: url(img/illustration-fond.jpg);
	background-repeat: no-repeat;
	height: 489px;
	}
	
#peintures {
	background-image: url(img/peinture-fond.jpg);
	background-repeat: no-repeat;
	height: 489px;
	}

#contact {
	background-image: url(img/portrait-fond.gif);
	background-repeat: no-repeat;
	height: 489px;
	}
#contact p{
	font-size: 1em;
	color: #FFFFFF;
	background-position: right bottom;
	width: 375px;
	padding-left: 380px;
	padding-top: 48px;
	float:left;
	}
	
#contact strong.message
{
	font-size: 1em;
	color: #FF9900;
	
}		
#contact form{
	font-size: 1em;
	color: #FFFFFF;
	padding-left: 380px;
	padding-top: 0px;
	float:left;
	
	}
	
#contact input.nom, input.titre{
width: 117px;
}

#contact textarea{
width: 480px;
}
	
#contact p a{
	color: #FFD592;
	text-decoration: none;
	}
#contact p a:hover{
	color: #FFA000;
	text-decoration: none;
	}

/* galerie css+javascript */

div#galerie
{
	text-align: center;
	height: 390px;
	float: right;
	padding-top: 45px;
}

ul#galerie_mini
{
	list-style-type: none;
	height: 390px;
	width: 141px;
	margin-top: 0px;
	float: right;
}

ul#galerie_mini li
{
	float: right;
}

ul#galerie_mini li a img
{
	border: 1px solid #000000;
	height: 37px;
	width: 37px;
	margin-right: 8px;
	margin-bottom: 8px;
}

ul#galerie_mini li a:hover img
{
	border: 1px solid #FFA000;
}

dl#photo
{
	width: 570px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float:right
}

dl#photo dd
{
	margin: 0;
}

dl#photo img
{
	border: 1px solid #000000;
	height: 390px;
}
