
#html,body{
	margin:auto;
	text-align:left;
	background:#AA6520 url(design/fond.png) top repeat-x;
	font-family:calibri, arial, verdana;
	
}

#contenant{
	margin:0 auto;
	width: 784px;
}
/*  HEADER + LIEN DU HEADER  */

#header{
	width:780px; 
	height:150px; 
	background:url(design/header.png) no-repeat;
	border-right:2px #844016 solid;
	border-left:2px #844016 solid;
}
#headerlink{position:absolute; margin:0; padding-left:300px; padding-top:10px; width:480px; height:100px; list-style:none;}
#headerlink li {background:none; border:none; width:480px; height:100px;}
#headerlink li a {display: block;width:480px; height:100px;}

/*  MENU  */

#menu{
	float:left;
	background:url(design/menu.png) top center no-repeat;	
	width:200px;
	height:400px;
}


/*  TITRES DE SECTION  */

#accueil{background:url(./design/accueil.png) top right no-repeat; padding-top:8px; height:40px; width:500px; vertical-align:bottom;}
#presentation{background:url(./design/presentation.png) top right no-repeat; padding-top:8px; margin-bottom:30px; height:40px; width:500px; vertical-align:bottom;}
#calligraphies{background:url(./design/calligraphies.png) top right no-repeat; padding-top:8px; margin-bottom:30px; height:40px; width:500px; vertical-align:bottom;}
#peintures{background:url(./design/peintures.png) top right no-repeat; padding-top:8px; margin-bottom:30px; height:40px; width:500px; vertical-align:bottom;}
#contact{background:url(./design/contact.png) top right no-repeat; padding-top:8px; margin-bottom:30px; height:40px; width:500px; vertical-align:bottom;}


/*  CONTENU */

#contenu{
	width:780px;
	background:url(design/contenu.png) center repeat-y;
	border-right:2px #844016 solid;
	border-left:2px #844016 solid;
}

/*  CORPS  */

#corps{
	margin-left:200px;
	text-align:justify;
	width:550px;
	padding:15px;
	min-height:400px;
	background:url(design/corps.png) top left no-repeat;
	
}


/*  FOOTER  */

#footer{
	background:url(design/footer.png) center no-repeat;
	width:780px;
	height:120px;
	border-right:2px #844016 solid;
	border-left:2px #844016 solid;
	border-bottom:2px #844016 solid;
	text-align:center;
}

.footer{margin:0; padding-top:84px; padding-left:45px; color:#2F540C; font-style: italic}


/*  DIVERS  */

h1{font-size:24px; text-align:center; text-decoration:none; width:480px; background:#3A5E07; border-left:10px solid #2F540C; border-right:10px solid #2F540C;}
h2{font-size:20px; text-align:left; text-decoration:none; margin:0;}
h3{font-size:18px; text-align:center; text-decoration:none;}
h4{font-size:12px; text-align:left; margin:0;}

A:link{text-decoration:underline; color:#2F540C;}
A:visited{text-decoration:underline; color:#000000;}
A:active{text-decoration:underline; color:#2F540C;}
A:hover{text-decoration:underline; color:#2F540C;}

.paragraphe{text-indent:10px;}
.titre-calli{width:170px; color:#EAD675; text-indent:10px; font-style:italic; margin:0; background:#2F540C; border:2px solid #2f540c;}
.titre-peint{width:170px; color:#C88E29; text-indent:10px; font-style:italic; margin:0; background:#000000; border:2px solid #000000;}
.vig-calli{width:170px; background:#FFFFFF; border:2px #2F540C solid; margin-bottom:10px; margin-right:10px;}
.vig-peint{width:170px; background:#000000; border:2px #000000 solid; margin-bottom:10px; margin-right:10px;}

.centrage{text-align:center;}
img { border: 0; }
