﻿body {
    background-image: url("images/fond.jpg");
	background-repeat: repeat;
	background-position: center;
	font-family: Arial;
	font-size:12px;
}

.divMenu{
     background-color:#FFFFFF; 
	 line-height: 30px;
     font-weight:bold;
     width:282px;
} 
.divRech{
     background-color:#FFFFFF; 
	 line-height: 25px;
     width:282px;
} 
.divContenu{
     background-color:#FFFFFF; 
     text-align:justify;
}
.aMenu{
    text-decoration:none; 
    color: Black;
}

.rech{
    font-weight:bold;
} 
.TitreContact{
    color:Gray; 
    font-size:15px; 
    padding: 10px 0 0 10px;
    font-weight:bold
}
.erreur{
    font-size:10px;
}
.FondGris{
    background-color:rgb(167,167,167);
    width:83px;
    font-weight:bold;
    color:White;
}
.black{
    color:Black;    
}