@charset "utf-8";
/* CSS Document */
/* selecteur (prpriété), value ; */

body{
	background-color: grey;
	/* background-image: url("../gifpeg/fond02.jpg"); */
	font-family: "Times New Roman", Times, serif;
	
	
	
}

a:link{
		color: blue;
text-decoration: none;}
cursor: auto;
}	

a:hoover {
	color: yellow;
}


a:visited{
	color: #800000;
/* text-decoration: underline; */
cursor: auto;

}	

a:link:active{	
color: red;
}

a:visited:active
{	color: red;
	}









/* h2{ */
	/* position: absolute; */
   /* top: 0; */
    /* left: 20; */
	/* height: 550px; */
    /* width: 220px; */
    /* border: 1px solid maroon; */
	
}


		
	
}

p{
	
	  font-weight:bold;
	 text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	position: absolute;
   top: 50;
    left: 10;
	height: 750px;
    width: 200px;
    /* border: 1px solid maroon; */
	margin-top: 5px;
    margin-bottom: 1px;
    margin-right: 0px;
    margin-left: 5px;
	/* padding:10px 5px; */
	
}
	
	
	
div.courrier {
	position: relative;
    top: 0px;
    left: 35;
	text-align: center;
    width: 200px;
    height: 100px;
    border: 1px solid maroon;
}
	

div.relative {
    position: absolute;
    width: 220px;
    height: 800px;
    border: 0px solid #73AD21;
top: 20px;
    left: 20;

}

div.absolute {
    position: absolute;
    top: 593px;
    /* left: 0; */
	text-align: center;
    width: 195px;
    height: 200px;
    border: 0 solid red;
}
/* img {  */
/* display: block;  */
/* margin: 0 auto;  */
/* height: 107px; /* spécifiez la hauteur de l'image, une bonne attitude à prendre */  */
/* width: 115px; /* spécifiez la largeur de l'image, une bonne habitude à prendre */  */

/* } */





