
/*body 
{ 
scrollbar-face-color: navy; 
scrollbar-arrow-color: blue; 
scrollbar-track-color: pink; 
scrollbar-3dlight-color: silver; 
scrollbar-darkshadow-color: dark; 
scrollbar-shadow-color : red;
scrollbar-highlight-color: color;
}*/
body { 
	scrollbar-face-color: black; 
	scrollbar-arrow-color: gray;
	scrollbar-track-color: gray; 
} 

	li
	{
		color: gray;
	}
	.tt
	{
		position : relative;
		top : 0px;
		left : 0px;
		height : 400px;
		width : 500px;
		background-color: black;
	}
	.imc
	{
		position :absolute;
		left : 50px;
		top : 50px;
		width : 100px;
		height : 100px;
		background-color: gray;
	}
	.crc
	{
		position :absolute;
		right : 50px;
		top : 50px;
		width : 200px;
		height : 100px;
		color : gray;
		
	}
	.ctc
	{
		position :absolute;
		right : 50px;
		top : 170px;
		width : 410px;
		height : 200px;
		
		font-size: x-small;
		font-family: verdana;
		color: gray;
		
		overflow: auto;  
	}
	.tbc
	{
		position : absolute;
		left : 20px;
		top : 20px;
		color : gray;
	}
	.cv
	{
	   width: 400px;
	   height: 200px; 
	   text-align: justify;
	   font-size: x-small;
	   font-family: verdana;
	   color: gray;
	   margin: 40px;
	   overflow: auto;  
	}
	.ligne
		{
			position : relative ;
			width : 95%;
		}