<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Bloc page*/
#bloc_page
{
    width: 900px;
    margin: auto;
	border: 1px solid black; 
	}

/*Bandeau*/
	#bandeau
	{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:-5px;
	display: inline-block;
	vertical-align: top;
	}

/*Menu*/	
	nav
	{
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 0px;
	padding-right:0px;
	margin-right:0px;
	margin-left: 0px;
	height:510px;
	width:207px;
	background: url('images/menu2.jpg') repeat-x bottom;
	}
		nav ul
		{
		display: inline-block;
		vertical-align: top;
		list-style-image: url('images/puce-menu.gif');
		padding-left: 20px;
		text-decoration: none;
		font-family:Blue Ridge SF;
		font-size: 19px;
		font-weight: normal;
		color: black;
		text-align: left;
		color: black;
		}
		
		nav a
		{
		text-decoration: none;
		font-family:Blue Ridge SF;
		font-size: 19px;
		font-weight: normal;
		color: black;
		text-align: left;
		color: black;
		}
		
		nav a:hover
		{
		text-decoration: none;
		color:rgb(0,137,134);
		text-align: left;
		font-family:Blue Ridge SF;
		font-size: 19px;
		font-weight: normal;
		}
		nav li
		{
		margin-bottom: 20px;
		}
		ul ul a
		{
		text-decoration: none;
		font-family:Blue Ridge SF;
		font-size: 18px;
		font-weight: normal;
		color: black;
		text-align: left;
		color: black;
		}
		nav ul ul a:hover
		{
		text-decoration: none;
		color:rgb(0,137,134);
		text-align: left;
		font-family:Blue Ridge SF;
		font-size: 18px;
		font-weight: normal;
		}
		
/*Bloc central */
		
	section
	{
	display: inline-block;
	vertical-align: top;
	}
	
		#bloc_central
		{
		background: url('images/zen-13.jpg') no-repeat;
		width: 693px;
		height: 521px;
		display: inline-block;
	    position: relative;
		margin-top: -1px;
		margin-bottom: 0px;
		margin-left: -5px; 
		}
		
				#bloc_central h1
				{
				color:black;
				font-family:arial;
				font-size: 17px;
				font-style: italic;
				font-weight: bold;
				margin-bottom: 0px;
				margin-top:20px;
				margin-left:5px;
				text-align: justify;
				margin-right:5px;
				}
		
				#bloc_central h2
				{
				color:black;
				font-family:arial;
				font-size: 17px;
				text-decoration: underline;
				font-weight: bold;
				margin-bottom: 0px;
				margin-top:10px;
				margin-left:5px;
				text-align: justify;
				margin-right:5px;
				}
				#bloc_central h3 em
				{
				font-weight: bold;
				font-style:normal;
				color:rgb(0,137,134);
				}
				#bloc_central h3 strong
				{
				font-weight: bold;
				font-style:normal;
				}
				#bloc_central h1 em
				{
				font-weight: bold;
				font-style: italic;
				color:rgb(0,137,134);
				}
		        #bloc_central h3
				{
				color:black;
				font-family:arial;
				font-size: 14px;
				font-weight: normal;
				margin-bottom: 10px;
				margin-top:10px;
				margin-left:5px;
				text-align: justify;
				margin-right:5px;
				}
				#bloc_central ul
				{
				margin-bottom: 0px;
				margin-top:0px;
				}
				#bloc_central iframe
				{
				margin-left:27%;
				margin-top:20px;
				}
				#bloc_central small
				{
				margin-left:42%;
				margin-bottom: 20px;
				}
				
				</pre></body></html>