@charset "UTF-8";

	.theme_cadre {
		margin: 0 0 0 0;
		float: left;
		left: 10px ;
		width: 120px ; 
		height: 200px ;
		text-align: center ;
		}

	.theme_titre {
		margin-top: 40px ;
		float: left;
		width: 120px ; 
		height: 40px ;
		text-align: left ;
		}
	.theme_texte {
		float: left;
		width: 120px ; 
		height: 100px ;
		text-align: left ;
		}

	.separation {
		background-image: url(../images/trait-h-gris.png) ;
		float: left ; 
		left: 20px ; 
		width: 1024px ; 
		height: 20px ;
		}		
			
	.cadre {
		margin: 0 0 0 0;
		float: left;
		width: 200px ; 
		height: 200px ;
		}

	.vignette {
		position: relative ; 
		top: 20px ;
		left: 20px ; 
		width: 160px ; 
		height: 160px ;
		}		

	.commentaire {
		margin: 0 0 0 0;
		color: #000;
		position: relative ; 
		top: 0px ;
		left: 20px ; 
		width: 160px ; 
		height: 20px ;
	}	

	

