body
{
background-image : url("images/fond02.jpg");
background-repeat : no-repeat;
text-align : justify;
color : white;	
}

.image
{
border: 0px;
}

a:link{
	text-decoration : none;	
	color : white;
	}

a:visited{
	text-decoration : none;
	color : white;
	}



.boite { 
		/* background-color : rgb(88,27,27); */
		background-color : rgb(55,00,00);
		width : 820px;
		/* position : static; */
		background-attachment : fixed;
		position : static;
		
		
        /*
        margin-left: 5%;
        margin-right : 5%;
     	padding-left : 5%;	
        padding-right: 5%;
        margin-bottom : 0%;
        margin-top : 0%;
        padding-top : 0%;
        */
        border-color : white;
      }