@charset "UTF-8";
/* CSS Document */


body		{	font-family: Arial, Helvetica, sans-serif;
				font-size: 16px;	
				background-color: #999;
			}
			
#wrapper	{	width: 960px;
				height: 999px;
				margin: 0 auto;
				background-image: url(../images/biographie.jpg);
				background-position: center center;
				background-repeat: no-repeat;	
				-moz-box-shadow:  8px  0  15px rgba(0,0,0,0.5),
                   -8px  0  15px  rgba(0,0,0,0.5);
 				-webkit-box-shadow:  8px  0  15px  rgba(0,0,0,0.5),
                   -8px  0  15px  rgba(0,0,0,0.5);
			}
						
			
#content	{	width: 635px;
				height:	860px;
				float: left; 
			}
			
#content table	{	margin: 120px 0 0 144px;
					line-height: 30px;
				}
				
				
#content img	{	margin: 22px 0 0 144px;
				}
			
#right		{	width: 325px;
				height: 880px;
				float: right;
				margin: 24px 0 0 0;
			}

									
#navigation		{	width: 960px;
					height: 100px;
					float: left;	
				}
				
#navigation li a	{	display: block;
						width: 108px;
						float: left;
						font-size: 14px;
						font-weight: bold;
						color: #00389a;
						text-decoration: none;
						text-align: center;
						margin: 0 0 0 25px;		
					}
					
#navigation a:hover	{	width: 98px;
						color: #FFF;
						background-color: #00389a;
						padding: 5px 5px 5px 5px;
						margin: -5px 0 0 25px;
					}
					
#navigation p		{	font-size: 15px;
						line-height: 30px;
						margin: 40px 0 0 48px;
					}
					
#bleistift			{	position: absolute;
						margin: 25px 0 0 400px
						
					}		