/**************************************************
*	Feuille de style du site "Edwige Auvray"
*			!!! NE PAS MODIFIER !!!
*			http://www.ftel.fr
**************************************************/
* {
		margin:0;
		padding:0;
}
	body {
		background-color:#FFF;
		color:#475EA1;
		text-align:center;
		font-size:9px;
		font-family:Arial, Helvetica, sans-serif;
		margin:0;
		padding:0;
	}
	
	a { color:#A02575; }
	a:hover { color:#475EA1; }
	
	.conteneur {
		margin-left:auto;
		margin-right:auto;
		margin-top:0;
		
	}
	
	.conteneur p { margin:0; }
	
	.conteneur2 {
		background-image:url(images/fond_test.jpg);
		background-repeat:no-repeat;
		width:750px;
		height:590px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.footer {
		width:750px;
		text-align:middle;
		padding-left:20px;
		margin-left:auto;
		margin-right:auto;
	}
	
	
	
	.droite {
		float:right;
		width:350px;
		height:500px;
		margin-top:80px;
		margin-right:20px;
	}
	
	.coup2Coeur {
		float:right;
		background-color:#FFF;
		width:350px;
		height:75px;
		overflow:auto;
		margin:10px;
		margin-bottom:0;
		text-align:justify;
		border:1px solid #475EA1;
		padding:5px;
	}
	
	.titre {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		padding-right:15px;		
	}
	
	.pourpre {
	color:#A22475;
	font-size:10px;
	}

	.nouveaute {
	
		position: absolute;
		left: 15px;
		top: 50px;
		display:block;
		z-index:50;
		}
	
	#content {
	width:900px;
	height:590px;
	margin:0 auto;
	}
	
	#menu 
	{	
	float:left;
	width:75px;
	height:590px;
	text-align:left;
	z-index:0;
	}
	
	#affiche {
	float:left;
	width:750px;
	height:590px;
	}
	
	#petite_image 
	{
	background-image:url(vignette/Cotation-mini3.jpg);
	position: absolute;
	cursor:pointer;
	z-index:1;
	width:40px;
	height:60px;
	left:270px;
	top:284px;
	}
	
	#infobulle
	{
	 display: none; 
	 z-index:1;
	 position:absolute;
     top :299px; left:324; width:7em;
     border:1px solid #6699cc;
     background-color:#ffffff; color:#6699cc;
     text-align: justify;
     font-weight: 600;
     padding: 3px;
	}
	
	#menubis {
	float: right;
	width: 75px;
	height:590px;
	text-align:left;
	}
	
	
	
	
	
	
	
	
