/* ------------------------------------------------------------------------------------
 *
 *             Style CSS pour le chant des fuseaux
 *
 *             Page annonces
 *
 *             Dominique DOISNE    
 *
 *             Version 2.00
 *
 *             Septembre 2020
 * 
 * --------------------------------------------------------------------------------------- 
*/


#container_principal
{height: 430px;}
 
#container_secondaire
{	
	
	background-repeat: no-repeat;  
	background-position: center;
	display: block;
	padding-top: 200px;
}
 
#annonce
{
	background-color:white;
	min-height: 10px;
	text-align: center;	
	line-height : 20px;
	font-size: 20px;
	background-image: none;
	display: block;
	min-width: 200px;
}
#annonce h1
{
   font-size: 25px;
   line-height: 30px;
   border: 3px solid #004954;

}
#annonce h2
{
   font-size: 20px;
    line-height: 35px;
}

#annonce h3
{
	display: block;
	font-size: 18px;
    line-height: 20px;
    text-align: justify;
 }


#annonce img
{
	float: left;
	padding-right: 5px;
}
 
#text_annonce
{
	display: block;
	font-size: 20px;
	float: left;
	background-color: #229531;
	padding : 10px;
	color: #fffbfb;
	
	
}
section
{
	background-image: none;
}
#annonce a
{
	color: #ec578b;
   	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}
 
