/* Feuille de style CSS pour le site Artmik*/
	
	.info {
		border-top: 1px solid black;
		padding-top: 5px;	
	}
	
	.titre {
		border-bottom: 1px solid black;
		font-size: 20px;
		color: black;
		padding-left: 5px;
		padding-bottom: 2px;	
		margin-bottom: 15px;
	}
	
	.video {
		border: 1px solid black;
		background-color: #dfdfdf;
		margin-top: 10px;
		margin-right: 40px;
		margin-left: 40px;
		margin-bottom: 10px;
		padding:10px;
		float:left;
		font-size: 10px;
		text-align: left;
	}
	
	.flv {
		width: 320px;
		float:left;
	}
	
	.texte_video {
		width: 450px;
		padding-left: 20px;
		padding-top: 10px;
		padding-right: 10px;
		float: left;	
	}
	
	.video a:link {
		font-style: normal;
		font-weight: normal;
		font-size: 10px;
		color: black; 
		text-decoration: none;
	}
	
	.video a:visited {
		font-style: normal;
		font-weight: normal;
		font-size: 10px;
		color: black; 
		text-decoration: none;
	}
	
	.video a:active {
		font-style: normal;
		font-weight: normal;
		font-size: 10px;
		color: black; 
		text-decoration: none;
	}
	
	.video a:hover {
		font-weight: normal;
		color: black; 
		text-decoration: underline;
	}
	
	
	
