/*- Strcture de la page */

* {padding: 0; margin: 0;}

img {border: 0;}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	/*color: #FFFFFF;*/
	background: #EDEDED;
	/*text-align: center;*/
	/*margin: 0 0 30px;*/
	}

#page {
	background: #182C33;
	text-align: left;
	margin: 0 auto;
	/*padding-bottom: 20px;*/
	/*position: relative;*/
	width: 740px;
	border: 1px solid #ddd;
	border-top: none;
	}

* html #page { width: 730px } /* IE hack */

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 140px;
	background: #FFFFFF;
	}

#content {
	/*position: relative;*/
	width: 660px;
	margin: 30px auto 20px auto;
	color: #ffffff;
	text-align: left;
	}
#baseline {
	width: 740px;
	height: 35px;
	background-color: #F6F5EE;
	}

#baseline p {
	background: #F6F5EE;
	text-align: right;
	margin-right: 20px;
	padding-top: 1em;
	line-height: 2em;
	font: 1.2em Calibri, "Trebuchet MS", sans-serif;
	color: #666666;
	}

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	width: 700px;
	background: #182C33;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 20px 6px 20px;
	}

ul.menu li a {
	font: 1.3em Calibri, "Trebuchet MS", sans-serif;
	/*font-weight: bold;*/
	color: #ffffff;
	margin: 0;
	text-decoration: none;
	}

ul.menu li a:hover {
	background: #2E505C;
	color: #4AB5DB !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #182C33 !important;
	background: white;
	text-decoration: none;
	}

/*- Headings */

h1, h2 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}

h1 { /* H1 is the title in the header */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 20px 40px 0;
	}
	
h2 { /* H1 is the title in the header */
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 7px;
	color: #57D3FF;
	}

#header .description { /* Description in header */
	text-decoration: none;
	color: #182C33;
	font-size: 1em;
	margin: 0 40px;	
	}
	
hr {display: none;}

/* Trame haut */
#tramehaut {width: 740px; height: 8px; background-image:url(../img/tramehaut.gif);}

/* Page Artiste */
.img_artiste {width: 140px; height: 140px; background: #000000; border: 1px solid #273B42; margin: 0pt 1.5em 0.8em 0pt; float: left;}

/* Texte contenu */
#content p{
	font: 1.2em "Calibri", Trebuchet MS, sans-serif;
	line-height: 1.6em;
	color: #ffffff;
	text-align: left;
	margin-bottom: 1.7em;
	}

/* Trame bas */
.tramebas {width: 740px; height: 15px; background-image:url(../img/tramebas.gif);}

.imgpeintures {margin-left: 10px; margin-top: 10px; border: 5px solid #FFFFFF;}
#content table p{
	font: 1.1em "Calibri", Trebuchet MS, sans-serif;
	color: #ffffff;
	text-align: center;
	margin-top: 0.6em;
	margin-bottom: 0.3em;
	}

#content p a{
	color: #4AB5DB;
	}
	
#content ul{font: 1.2em "Calibri", Trebuchet MS, sans-serif; list-style:url(../img/puce_01.gif) outside; margin-bottom: 1.5em; }

#content ul li{margin-left: 1.5em; line-height: 1.7em;}