body
{      
        
		background-color: rgba(0,0,0,0.9);
		background-image:url("https://www.cambreleng.fr/image/inde.jpg");
		background-attachment:fixed;
		background-repeat: no-repeat ;
		background-position: 55%;	
}
	
#target
						{
						
							  display: block;
							  height: 120px;
							  width: 300px;
							 
						}		
h1
{
	  
	 
	
	    font-size: 25px;
	    border-radius:10px;
		border: 3px solid red;
		margin-left: 400px;
		
		font-family:Arial, Verdana, sans-serif;
		text-align: center;  
		color:#eeff15 ;
	    background-image: radial-gradient(circle at top left, #669900,#ff8c00);
}
h1.#target{
				display: block;
				border: 3px solid red;
				width: 300px;
				height: 120px;
				border: 3px solid red;
			}

h2
{
	position: fixed;

	color: #0200fc;
	font-size: 40px;
}
div
{
	   width: 250%;
	  

}

.dimanche
{
	    width: 150px;  /*On a indiqué une largeur (obligatoire) */
    	border-radius:10px;
		border: 4px solid red;
		text-align:justify;
		padding:  12px;		
		font-size:22px;
		color:#eeff15;
		background-image: radial-gradient(circle at top left, #619239,#ff8c00);
}

#imageflottante
{
        opacity: 1.0;
		width: 205px; 
		border: 4px ridge red;
	    border-radius:13px;
}
#imageflottante:hover
{
        opacity: 0.8;
		transform:rotate(10deg);
		color:#eeff15;
}
.page2
{
	    margin:18px;
		font-size: 25px;
		color:#ca2544;
}
#pontdesamours     
{ 
        width: 1100px;
		margin-left: 100px;
		border: 6px ridge green;
		
        border-radius:10px;
}

 






