/*Ceci est un fichier CSS, appelé "fstyle1.css"*/

body
{
	width: 760px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(etourneau_sansonnet_juv.png);
        background-attachment: fixed;
}
#en_tete
{	
	width: 760px;
	height: 100px;
	background-image: url("Nichoirs.png");
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#menu
{
	float: left;
	width: 160px;
}
.element_menu
{
	background-color: #e5d6b2;
	background-repeat: repeat-x;
	border: groove 6px  #831717;
	margin-bottom: 6px;
	font-size: small;
	font-family: "Bitstream Vera Serif", Monospace, "Franklin Gothic Demi Cond", Haettenschweiler, Arial, serif;
}


#corps
{
	font-size: small;
        font-weight: bold;
	 text-indent: 30px;
	text-align: justify;
	font-family: "DejaVu sans", Arial, Verdana, serif;
	
	margin-left: 165px;
	margin-bottom: 20px;
	
}
.bord
{
        border: solid 3px blue; 
        padding: 8px;
       
       
}    
.bord2
{
        border: solid 6px #61635b; 
        padding: 8px;
       
       
}    

#pied
{
	background-color: silver;
	font-size: xx-small;
	font-family: "DejaVu Sans", Arial, serif;
	text-align: center;
	border: 2px solid black;
}
a
{
        text-decoration: none;
        color: rgb(16,97,67);
        
}
a:hover
{
        color: red;
 }
a:focus
{
        background-color: #FFCC66;
}

h3
{
        text-align: center;
}
h2
{
        text-align: center;
}
.preambule
{
        color: blue;
        font-size:small;
        padding: 8px;
        font-weight: bold;
        margin-left: 165px;
        text-align: justify;
}
.publicite
{
        width: 160px;
}
.pub2
{
        font-size: xx-small;
}
.annonce
{
        border: double 10px red;
        padding: 5px;
}
h1
{
        text-align: center;
        font-family: "Cooper Black", "Verdana", serif;
        color: rgb(70,71,41)
}
.imageflottante2
{
        float: left;
}
.imageflottante1
{
        float: right;
        margin-left: 5px;
}
#centre
{
        text-align: center;
         font-size: small;
        font-weight: bold;
        font-family: "DejaVu Sans", Arial, serif;
}



