/*< DOCTYPE HTML PUBLIC "-//W //DTD HTML 4.01 Transitional//EN">*/
	A.menu:link 
	{
		font: 14px Arial;
		font-weight: bold;
		color: white; 
		text-decoration:none;
	}
	A.menu:visited 
	{
		color: white; 
		font: 14px Arial;
		font-weight: bold;
		text-decoration:none;
	}
	A.menu:hover /*survole*/
	{
		color:red; 
		font: 14px Arial;
		font-weight: bold;
		text-decoration:none;
	}
	

	.marge 
	{ 
		/*margin-left: 75px ; */
		/*margin-right: 75px ; */
		width: 750px;
		background-color: black;
		font: 14px Verdana; 
		color:white;
	
	}	
	
	
	.contenu 
	{ 
		color:red;
		background-color: black/*yellow*/;
		width:600px; 
		height:800px; 		
	}
	
	.colonne 
	{ 
		font: 17px Arial;
		font-weight: bold;
		color : white;
		background-color: black;
		width:150px;
		height:800px; 
		border-left: 2px solid #330000;
		border-right: 2px solid #330000;
		border-bottom: 2px solid #330000; /*liste de ces attrib????  padding: 20px;*/
		border-top: 2px solid #330000;		
		
	}
	
	.news /*news en noir et bordures en 330000*/
	{
		text-align:left;
		width : 575px;
		/*height: 200px;*/
		font: 17px Arial;
		color:white;
		background-color:black;
		border-left: 2px dashed #330000;
		border-right: 2px dashed #330000;
		border-bottom: 2px dashed #330000; /*liste de ces attrib????  padding: 20px;*/
		border-top: 2px dashed #330000;
	}



	A.lienColonne:link 
	{
		color: white; 
		font: 17px Arial;
		font-weight: bold;
		text-decoration:none;
	}
	A.lienColonne:visited 
	{
		color: white; 
		font: 17px Arial;
		font-weight: bold;
		text-decoration:none;
	}
	A.lienColonne:hover /*survole*/
	{
		color:red; 
		font: 17px Arial;
		font-weight: bold;
		text-decoration:none/*underline overline*/;
	}
	
	H1.ancrage
	{
		color:red;
		font: 20px Arial;
		font-weight: bold;
	}
	
	H1.Texte
	{
		color:white;
		font: 20px Arial;
		font-weight: bold;
	}
	
	
	/*H8
	{	font : 16px;
		color : white;
	}	*/
		
	/*TEST DE DIV GENERAL*/
	div#bloc1 
	{
      width: 1024px;
      height: 2000px;
      overflow: hidden;
      border: 0px solid #000;
	  background-image: url('contenu/monBGR.jpg');
   }
   div#blocAccueil
	{
      width: 1024px;
      height: 1200px;
      overflow: hidden;
      border: 0px solid #000;
	  background-image: url('contenu/monBGR.jpg');
   }
   div#blocCV 
	{
      width: 1024px;
      height: 23000px;
      overflow: hidden;
      border: 0px solid #000;
	  background-image: url('contenu/monBGR.jpg');
   }
	div#blocPhoto 
	{
      width: 1024px;
      height: 2000px;
      overflow: hidden;
      border: 0px solid #000;
	  background-image: url('contenu/monBGR.jpg');
   }


div#galerie
{
	width: 900px ;
	background: #000000 ;
	border: 0px solid #dcb ;
	padding: 15px ;
	margin: 15px 30px ;
	text-align: center ;
	font: 0.9em Georgia, serif ;
}

ul#galerie_mini
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

ul#galerie_mini li
{
	float: left ;
}

ul#galerie_mini li a img
{
	margin: 2px 1px ;
	border: 0px solid #dcb ;
}

dl#photo
{
	clear: both ;
	margin: 0 auto ;
}

dl#photo dt
{
	font: italic 2.5em/1.5em Georgia, serif ;
	color: #771111;
}

dl#photo dd
{
	margin: 0 ;
}

dl#photo img
{
	border: 0px solid #dcb ;
	width: 890px ;
}	
    
