html,body{margin:0;padding:0}

body{font: 76%; text-align:center; margin: 30px 0 0 0;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
	font-size: .8em;
	line-height: 1.8;
	color: 333;
	background-image: url('images/GalerieMazarineweb3.jpg'); }

p{ margin: 10px; }

a{ color: #89002d; padding:10px; }

	div#container{ text-align:left; width:800px; margin:0 auto; border: 0px solid #333; }

	div#header{ height:150px; margin:0; padding-left:10px; background: none; color: #79B30B; }

	div#navigation{ float:left; width:180px; padding-left: 10px;}

	div#extra{ float:left; clear:left; width:180px; background: none; padding: 10px; font-size: 8pt; }

div#content{float:right; width:580px; }
div#content p{line-height:1.4; font-size: 1em; }
	/* margin-left: 290px; */

div#large{ clear: both; width:100%; color: #333; padding: 20px 0 0 20px; }
div#large p{margin: 10px; text-align:left; }

div#footer{ clear: both; width:100%; color: #333; border-top: 2px solid #89002d; }
div#footer p{margin: 10px; text-align:center; }

/*** NAVIGATION 1 **/


ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 80%;
padding: 0 0 0 0.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #933;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #fff;
}

ul#navlist li#multi a
{ text-align: left;
background: #f0e7d7;
color: #89002d;
margin-top: 2px;
}

/*** NAVIGATION 2 ***/

ul#menu
{
text-align: left;
list-style: none;
padding-left: 0;
margin-left: 0;
white-space: nowrap;
width: 100%;
}

#menu li
{
display: block;
margin: 0;
padding: 0;
}

#menu a { padding: 3px 10px;

display: block;
width: 80%;
padding: 0 0 0 0.5em;
border-width: 2px;
border-color: #ffe #aaab9c #ccc #933;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea; }

#menu a:link, #menu a:visited
{
color: #fff;
background-color: #89002d;
text-decoration: none;
}

#menu a:hover
{
color: #fff;
background-color: #c96;
text-decoration: none;
}

/** VARIA **/

#pub {
	margin-left: 30px;
	background: none;
	text-align: left;
	color: #89002d;
	padding: 0;
	width: 200px;
	}

#pub a {
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
	color: #89002d;
	font-weight: 800;
	}

a#tagpub {
	display: block;
	text-decoration: none;
	background: none;
	letter-spacing: 1px;
	text-align: left;
	color: #89002d;
	font-weight: 800;
	padding: 0;	}

/* Begin Images */
img {
	padding: 0;
	max-width: 100%;
	border: 0;
	}

/*	Using 'class="alignright"' on an image will align the image to the right.
	And using 'class="centered', will of course center the image.
	Much better than using align="center", being more futureproof (and valid) */
	
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 5px;
	margin: 10px 0 4px 18px;
	display: inline;
clear: both;	}

img.alignleft {
	padding: 10px 15px 10px 10px;
	margin: 0px 25px 8px 10px;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */


/* LES CONTENUS */


h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	border-top: 1px solid #333;
	margin: 0;
	color: #900;
	}


h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

h2 a:hover, h3 a:hover {
	color: #3E3E3E;
	text-decoration: none;
	}

h2 {
	font-size: 1.5em;
	margin: 30px 0 0;
	}
h3 {
	font-size: 1.2em;
	padding: 0;
	margin: 20px 0 0;
	}

h4 {
	font-size: 1em;
	color: #996633;
	padding: 0;
	margin: 40px auto 20px ;
	}

.code {
	font: 1.8em 'Courier New', Courier, Fixed;
	color: #333;
	}


