	*
	{
		margin : 0;
		padding : 0;
	}
	body
	{
		font-size : 14px;
		color : #666;
		/*background : url("../images/degrade.jpg") 0 0 repeat-y;*/
	}
	#choix_langue
	{
		float: right;
		margin-top:-80px;
	}
	#choix_langue a
	{
		text-decoration : none;
		font-family : Verdana, sans-serif;
		font-size : 10px;
	}
	#choix_langue a:link
	{
		color : #000;
	}
	#choix_langue a:visited
	{
		color : #666;
	}
	#choix_langue a:hover
	{
		color : #FFA200;
	}
	#wrapper
	{
		min-height : 89px;
		padding-left : 20px;
		padding-right: 50px;
		background : url("../images/title.gif") 0 0 no-repeat;
		background-attachment: fixed;
	}
	
	#menu
	{
		width: 280px;
		/*float : left;*/
		position : fixed;
		font-family : Verdana, sans-serif;
		font-weight : bold;
		text-align : right;
	}
	#menu a
	{
		text-decoration : none;
	}
	#menu a:link
	{
		color : #000;
	}
	#menu a:visited
	{
		color : #666;
	}
	#menu a:hover
	{
		color : #f3c;
	}
	#menu a:active, #menu a.current, #menu a.current:link, #menu a.current:visited, #menu a.current:hover
	{
		color : #f3c;
		font-style: italic;
	}
	#menu li
	{
		list-style-type :none;
	}
	#contenu
	{
		font-family : Georgia, serif;
		margin-left : 290px;
		padding-left : 10px;
		border-left : 5px solid #333;
		min-height : 130px;
	}
	#contenu a 
	{
		color : #333;
	}
	#footer
	{
		clear: left;
		color : #333;
		font-family : Verdana, sans-serif;
		font-size : 10px;
		margin-top : 40px;
		margin-bottom : 10px;
		text-align :center;
	}
	#footer a
	{
		color : #000;
	}
	h1 /*website title*/
	{
		height : 100px;
		visibility : hidden;
	}
	h2 /*content title*/
	{
		font-size : 24px;
		color : #333;
		font-weight : bold;
	}
	h3/*content sub-title*/
	{
		font-size : 18px;
		color : #333;
		font-style: italic;
		margin-top : 15px;
		font-weight : bold;
		font-weight : normal;
	}
	h4/*content sub-sub-title*/
	{
		font-size : 16px;
		color : #333;
		font-weight : bold;
		margin-bottom : 3px;
		font-weight : normal;
	}
	#portrait
	{
		float : left;
		border : 1px solid #333;
		margin : 15px 5px 0 0;
	}
	ul
	{
		color : #666;
		margin-left : 15px;
		list-style-type :circle;
	}