html,body {
	height: 100%;
	margin:0;
	padding:0;
	font: 12px Verdana; 
}
html	{
	background-color: #FFFFFF;
}

div#container
{
	background-color: #FFFFFF;
	color: #34153F;
	width : 800px;
	margin : 0px auto ;
}

LI	{font: 13px Verdana;}
B	{font: 14px Verdana; font-weight: bold;}

A:link	{ color: #FF5A10; text-decoration: underline; }
A:visited	{ color: #E04000; text-decoration: none; }
A:hover	{ color: #6666FF; text-decoration: none; } 

H1	{color: #FF5A10; font: 36px Arial;font-weight: bold;}

H2	{color: #FF5A10; font: 20px Arial;font-weight: bold;}

.large { width:100%; }

p	{		
		font: 12px Verdana; 		
	}

div#titre { 
			width:100%;
			margin : 0 ;
			padding : 0 ;
			white-space: nowrap; 
			background-image : url('background.jpg');
			height: 185px;
			background-repeat: no-repeat;
			border : 1px solid white;
			}
div#titre h1	{   
					color: #FF5A10; 
					font: 34px Arial;
					font-weight: bold;
					z-index:1000;
					text-align : right;
					padding-top : 120px;
				}


img {border:0;}


.red	{color: #FF0000; font: 16px Arial;font-weight: bold;text-indent: -1px;}
.grey	{color: #808080; font: 11px Arial;}


div#menu {
			float : left ;
			white-space:nowrap; 
			margin: 0px 0px 0px 1px;
			font-family: Arial;
			font-style: normal;
			width:140px;
			height : 500px; 
			vertical-align : top ;
			border : 0px solid red ;
			background-color: #9F9F9F;
			overflow: hidden;
		}
div#menu a  		{ 
						display : block ; 
						padding-left: 5px ;
						margin : 0px auto ;
						margin-bottom : -15px ;
						width : 100% ; 
						text-decoration: none;
						font-size: 18px ;
						color: #FFFFFF;
					}
div#menu a:link		{  }
div#menu a:visited	{  }
div#menu a:hover	{ color: #FF5A10; background-color: #FFFFFF;} 
div#menu img { 
				width:100%;
				margin-top : 50px;
				margin-bottom : 10px;
 			}
#menu a.fav { font-size: 10px ; }



div#CorpsText { float : left ;
				width : 645px; 
				margin: 0px;
				margin-left : 10px ;
				margin-top : 10px ;
				text-align:justify ;
			 
			z-index:1; }
div#CorpsText p {  text-indent: 1em; }
div#CorpsText p.signature { text-align:right;color: #808080;font:bold; }
div#CorpsText H2	{color: #FF5A10; font: 20px Arial;font-weight: bold;}
div#CorpsText table.text	{ font: 12px Verdana; width:100%; border:5px; }
div#CorpsText img.news	{ width:200px; margin:5px; float:left;  }
div#CorpsText img	{ max-width:100%; }


div#footer
{	clear: both;
	width : 100%;
	color:grey;
	text-align : center ;
}
