@charset "UTF-8";

	div#conteneur
		{
		position:absolute ;
		top: 100px ;
		left: 10px ;
    	width: 1024px ;
		}

	div#ligne1
		{
		top: 100px ;
		left: 10px;
		width: 1024px ;
		height: 150px ;
		}
		
	div#ligne2
		{
		top: 250px ;
		left: 10px;
		width: 1024px ;
		height: 150px ;
		}
		
	div#ligne3
		{
		top: 400px ;
		left: 10px;
		width: 1024px ;
		height: 150px ;
		}
		
	div#ligne4
		{
		top: 550px ;
		left: 10px;
		width: 1024px ;
		height: 150px ;
		}
		
	div#ligne5
		{
		position: absolute ;
		top: 700px ;
		left: 10px;
		width: 1024px ;
		height: 150px ;
		}
		
		
	div#vignette
		{
		width: 140px ;
		height: 140 px;
		float:left;
		}

	div#description
		{
		width: 860px ;
		height: 140 px;
		float: left;
		text-align: left ;
		padding-left: 1em ;
		margin-left: 1em;
		}

	div#description h1 {font: bold 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;	color: #800 ;}

	div#description p {font: 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;		}
		
	div#description a:hover   {text-decoration: none ;}
	div#description a:link    {text-decoration: none ;}
	div#description a:visited {text-decoration: none ;}
	div#description a:active  {text-decoration: none ;}


	.commentaire h1 {font-size:small ;}	
	.commentaire p  {font-size:small ;}
	
	.theme_titre h1 {font-size:medium ;}	
	.theme_titre p  {font-size:small ;}
	
	.theme_texte h1 {font-size:medium ;}	
	.theme_texte p  {font-size:small ;}	
