/*.. 	Reset	.................................................................. */	
  

   		body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}


/*..	Defaults	.................................................................. */

		body 	
			{
			margin: 0px;
			padding-top: 40px;
			font-family:  'Lucida Grande','Helvetica', 'Trebuchet MS', arial, sans-serif;
			font-size:  16px;
	     	text-align: center;
	     	}
	     	
	     #accueil
	     	{
	     	text-align: left;
	     	display: block;
	     	width: 500px;
	     	margin: 0px auto;
	     	}
	     	
	    div#texte-accueil
	     	{
	     	padding-top: 40px;
	     	text-align: inherit;
	     	text-align: justify;
	     	width: 500px;
	     	margin: 0px auto;
	     	}
	     	
	     p
			{
			font-size: 12px;
			line-height: 20px;
			color: #565656;
			margin: 0px 0px 20px 0px;
			}
			
	     a,
	     a:link,
	     a:active,
	     a:visited
	     	{
	     	text-decoration: none;
	     	}
	     			
	     a:hover
	     	{
	     	text-decoration: underline;
	     	}
	     	
	     
/*..	Footer	.................................................................. */			

		
		#footer
			{
			clear: both;
			margin: 20px 0px 40px 0px;
			padding: 13px 0px 0px 0px;
			}
			
		#footer address,
		#footer p
			{
			font-size: 11px !important;
			line-height: 20px !important;
			color: #999 !important;			
			margin: 0px;
			}
		
		#footer a,
		#footer a:link,
		#footer a:active,
		#footer a:visited
			{
			color: #777;
			}
					
		#footer a:hover
			{
			color: #333;
			}
			
		
		#footer p.notes
			{
			margin-bottom: 20px;
			padding-bottom: 20px;
			border-bottom: 1px dashed #E5E5E5;
			}
		
			
/*..	Clearfix	.................................................................. */
			
		.screen:after ,
		.clearfix:after 
  			{
  		    content: "."; 
  		    display: block; 
  		    height: 0; 
  		    clear: both; 
  		    visibility: hidden;
  			}
	  		
	  	.screen, .clearfix {display: inline-block;}
	  		
	  	/* Hides from IE-mac \*/
	  	* html .screen, * html .clearfix {height: 1%;}
	  	.screen, .clearfix {display: block;}
	  	/* End hide from IE-mac */	  	
	  				
	  				
	  				
			
			
			
			
			
			
			
