
* {margin: 0; padding: 0;}

/************************************* Structure principale *************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;	
	background-color:#804000;

}

#container {
	background-image: url(images/logoSinfonia.gif);
	background-repeat: no-repeat;
	background-color: #F8F8F6;
	width: 950px;
	height:950px;
	font-size: 1.2em;
	margin: auto;
}

#header {
	height: 50px;
	padding-top: 30px;
	margin-left: 250px;

	
}

#header_left {
	float: left;
	width: 326px;
	height: 250px;

}

#header_right {
   height: 250px;
	margin-left: 330px;
	margin-right: 20px;
}

#left {
	float:left;
	width: 225px;
	margin-left: 25px;
	margin-top: 100px;

}

#right {
	margin-left: 300px;
	margin-top: 100px;
	margin-right: 60px;
	padding-left: 10px;

}

#footer {
	clear: both;
	margin-left: 310px;
	margin-right: 60px;
	margin-top: 300px;
	padding: 5px;
	text-align: center;
	background-color: #F3EEE0;
	font-size: .8em;

}


#gallery {
height : 150px;
/*margin : 20px;*/
padding :20px;
background-color: #FFFFFF;

}
#gallery img {
float : middle;
margin : 5px;
/*padding : 5px;*/
border : 1px solid #804000;
}

/******************************* Texte et mise en forme des images *******************************/

p {margin-bottom: 15px;
   margin-top: 10px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 10px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #000000;
	margin-top: 55px;
	margin-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 5em;
}

.red {color: #614240;}

h2 {
	color: #bf8a44;
	margin-left: 120px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 30px;
	background-color: #F3EEE0;
	padding-top: 10px;
	Padding-bottom:10px;
	padding-left: 10px;
	font-size: 1.8em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #804000;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #804000;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #FBF9F4;
}
TD {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	border: 1px dotted #804000;
	
	}

blockquote {
	background-color: #F3EEE0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding : 10px;
	border: 1px dotted #804000;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom:30px;*/
	
}
blockquote ul{
	margin-left:25px;
}
blockquote li{
	margin-bottom:4px;
}


img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #804000
;

}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
	height: 30px;
}


#navcontainer a:link, #navlist a:visited
{
color: #804000;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(images/menu.gif) 0 -45px;
	color: #562930;
}
