

body {
	margin: 0;
	padding: 0; 
	font-size: 10px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: lighter; 
	letter-spacing: 0; list-style: none; color: #cccccc;
	background-color: #161616;
	}
	
	#page {
	background-color: #161616;
	margin: 0 auto;
	padding: 0;
	width: 700px;
	height: 700px;
	border: solid 0px #ffffff;
	position: relative; top: 30px;
	}


	#rights { position: absolute; width: 112px; height: 35px; top: 2px;}
	
	#ligne1 { 
	position: absolute; width: 700px; height: 1px; background: #333333; top: 39px; z-index: 1;
	}
	
	#ligne2 { 
	position: absolute; width: 700px; height: 1px; background: #333333; top: 44px; z-index: 1;
	}
		
	
	#header { position: absolute; top: 46px; margin: 0 auto; width: 700px; height: 52px; 
	}
	
	#ligne3 { 
	position: absolute; width: 700px; height: 1px; background: #333333; top: 100px;
	}
	
	#cercle { width: 48px; height: 23px; position: absolute; top: 102px; right: 0px; 
	 }
	
	#ligne4 { 
	clear: both; position: absolute; width: 700px; height: 1px; background: #333333; top: 127px;
	}
	
	
	
	/**********	debut menu *********/
	
	#navcontainer { position: absolute; top: 150px; }
	
	ul#menu {
	margin: 0;
	padding: 0;
	font: 9px Arial, san-serif;
	letter-spacing: 1px;
	list-style: none;
	}
		
	#menu li { 
	float: left;
	}
	
	#menu a { display: block; width: 96px; height: 18px; line-height: 18px; 
	border-right: 2px solid #161616; color: #000000; background: white; 
	text-decoration: none; text-align: center; }
	
	#menu a:hover {
	background: #161616;
	color: white;
	}
	
	
		/**********	fin menu *********/
		
		#main { 
		position: absolute; top: 200px;
		}
		
		#blocimage {
		float: left;
		width: 442px;
		height: 200px;
		}
	
		
		#bloctexte {
		float: right;
		width: 235px;
		height: 530px;
		margin-right: 10px;
		margin-left: 13px;
		margin-top: 0px;
		}

				
		h1 { color: #808080; font-size: 20px; font-weight: lighter; line-height: 21px; 
		}
			
		h2.rubrique { 
		margin-top: 0px;
		font-size: 15px;
		color: #333333;
		font-weight: normal; 
		line-height: 16px; 
		letter-spacing: 1px
		 }
			
			
		.defilementimages {
		color: #00ff00;
	
		}
		
		
		
		.texteparagraphe {
		text-align: left;
		font-weight: lighter;
		font-size: 10px;
		line-height: 13px; 
		font-family: Arial, san-serif; letter-spacing: 0; list-style: none; color: #cccccc;
		}
		
		
		.texteparagraphefonce {
		text-align: left;
		font-weight: lighter;
		font-size: 10px;
		line-height: 13px; 
		font-family: Arial, san-serif; letter-spacing: 0; list-style: none; color: #333333;
		}
		
		
		
		.texteparagraphegras { 
		color: #ffffff;
		font-size: 10px;
		font-weight: bold; 
		}
		
		.texteparagraphegrasrouge { 
		color: #ff0000;
		font-size: 10px;
		font-weight: bold; 
		}
		
		
		
		
		a.lien {
		font: 9px Arial, san-serif; letter-spacing: 1px; 
		text-decoration: none;
		color: #444444;
		}	
		
		a.lien:hover { color: #00ff00; text-decoration: line-through; 
		}
		
		
		a.lien2 {
		font: 9px Arial, san-serif; letter-spacing: 1px; 
		text-decoration: none;
		color: #00ff00;
		}	
		
		a.lien2:hover { color: #00ff00; text-decoration: line-through; 
		}
		
		
		