* 
		{
			margin: 0;
			padding: 0;
		}

body 
		{
			margin: 20px 0;
			background: #859C0E;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 13px;
			color: #554D49;
		}

.gras 	
			{
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size: 13px;
				font-weight: bold;
			}		
		
		
h1, h2, h3 
			{
				font-family: Georgia, "Times New Roman", Times, serif;
				font-weight: normal;
				color: #000000;
			}

h1 
	{
		margin-bottom: 0.75em;
		font-size: 150%;
	}

p, blockquote, ul, ol 
					{
						margin-bottom: 1.8em;
						line-height: 1.6em;
					}

p 
	{
	}

blockquote
			{
			}

ul, ol 
		{
			list-style-position: inside;
		}

ul 
	{
	list-style-type:square;
	}

ol 
	{
	}

a
	{
		color: #859C0E;
	}

a:hover 
			{
				text-decoration: none;
			}

/* Header  (En tête)*/

#header 
		{
			width: 680px;
			margin: 0 auto;
			padding: 0 0 0 0;
			background: url(images/img01.gif) no-repeat 74px 18px;
		}

#header h1 
			{
				margin: 0;
				padding: 0 196px 0 0;
				text-transform: uppercase;
				text-align: right;
				letter-spacing: 5px;
				font: normal 36px Georgia, "Times New Roman", Times, serif;
				color: #000000;
			}

#header h1 a 
			{
				color: #000000;
			}

#header h2 
			{
				margin: -5px 0 0 0;
				padding: 0 210px 0 0;
				text-transform: lowercase;
				text-align: right;
				font: normal 30px Garamond, "Times New Roman", Times, serif;
				font-style: italic;
			}

#header a 
			{
				text-decoration: none;
			}

#logo 
		{
			position:relative;
			left:170px;
			top:-50px;
			width:164px;
		}


/* Page */

#page 
		{
			width: 580px;
			margin: 0 auto;
			padding: 0 0 0 100px;
			background: url(images/img02.gif) repeat-y 100px 0px;
		}

/* Content (Contenu) */

#content 
			{
				float: left;
				width: 329px;
				padding: 40px 30px 0 25px;
			}
			
#content-int 
				{
	position:relative;
	left:-10px;
	top:0px;
	z-index:2;
	padding: 10px;
	height: 367px;
				}			

#content-accueil 
					{
	position:relative;
	left:-10px;
	top:0px;
	width:331px;
	z-index:2;
	padding: 10px;
	height: 367px;
					}
#sous-menu 
			{
				position:relative;
				left:0px;
				top:-10px;
				width:315px;
				height:14px;
				z-index:3;
			}

#photos 
			{
				z-index:4;
				float: left;
				padding-right: 10px;
			}

			
#content .image
				{
					position: relative;
					margin: 3px 20px 0 -100px;
					float: left;
					border: 5px solid #000000;
				}

#content .image img 
					{
						border: 5px solid #FFFFFF;
					}

.frame
		{
			width: 330px;
			overflow: auto; /* cette propriété va permettre le scroll de ce bloc */
			font-size: 12px;
			scrollbar-face-color:#6A7D0B; /*couleur de la barre centrale */
			scrollbar-arrow-color:#F1F6FF; /*couleur des deux flèches */
			scrollbar-track-color:#859C0E; /*couleur de la barre verticale en arrière plan */
			scrollbar-highlight-color:#000000; /*couleur des carrés des deux flèches */
			scrollbar-shadow-color:#FFFFFF; /*ombre sur les carrés de la barre de defilement */ 
			scrollbar-3dlight-color:#C0C0C0; /*couleur de l'ombre haut et gauche de la barre centrale */
			scrollbar-darkshadow-color:#C0C0C0; /* colorie les bords droit et bas de la barre centrale */
		}					
					
					
					
/* Sidebar */

#sidebar 
			{
				float: right;
				width: 170px;
				padding: 50px 0 0 0;
			}

#sidebar ul 
			{
				margin: 0;
				padding: 0;
				list-style: none outside;
			}

#sidebar li 
			{
				margin-bottom: 15px;
			}

#sidebar li ul 
				{
				}

#sidebar li li 
				{
					margin: 0;
					padding: 5px 0;
					background: url(images/img06.gif) repeat-x left bottom;
				}

#sidebar h2 
			{
				margin-bottom: 10px;
				padding-left: 15px;
				text-transform: uppercase;
				background: url(images/img05.gif) no-repeat left center;
				border-bottom: 1px solid #000000;
				font-size: 100%;
				font-weight: bold;
			}

#sidebar h3 
				{
					margin: 0;
					padding-left: 15px;
					font-size: 85%;
				}

#sidebar p 
			{
				margin: 0;
				line-height: normal;
			}

#sidebar a 
			{
				padding-left: 15px;
				background: url(images/img07.gif) no-repeat 5px 50%;
				text-decoration: none;
				color: #FFFFFF;
			}

#sidebar a:hover 
					{
						text-decoration: underline;
					}

/* Footer (Pied de page) */

#footer 
			{
				width: 470px;
				height: 60px;
				margin: 0 auto;
				padding: 15px 210px 0 0;
				background: url(images/img04.gif) no-repeat 100px 0px;
			}

#footer p 
			{
				margin: 0;
				text-align: right;
				font-size: 77%;
				color: #FFFFFF;
			}

#footer a 
			{
				color: #FFFFFF;
			}

