@charset "utf-8";
/* CSS Document */

body
{
width: 690px;
margin: auto;
background-color:#404040;
margin-top: 20px;
margin-bottom: 20px;

}

#en_tete
{
	width: 690px;
	height: 89px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	
}

#menu
{
float: left;
width: 690px;
}

.element_menu
{
background-color:#404040;
}
a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}


#corps
{
width: 690px;
float: left;
margin: auto;
padding: 0px;
background-color:#ded9cb;
margin-bottom: 5px;
}



.titrehome
{
color: #448CCB;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
padding-left: 30px;

}

.texthome
{
	color: #676767;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-align: justify;
	padding-left: 40px;
	padding-right: 50px;
	line-height:96%;
	
}

.imageservices
{
	margin-left:30px;
	margin-top: 20px;
}

.titrecontact
{
color: #fa7626;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
padding-left: 50px;

}

.textcontact
{
	color: #676767;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	text-align: justify;
	padding-left: 50px;
	padding-right: 50px;
	line-height:100%;
	
}

.textcontact2
{
	color: #676767;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-align: justify;
	padding-left: 50px;
	padding-right: 50px;
	line-height:100%;
	
}

.titreservices
{
color: #7fbc2d;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
padding-left: 30px;

}

.textservices
{
	color: #676767;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	text-align: justify;
	padding-left: 50px;
	padding-right: 50px;
	line-height:96%;
	
}

#pied_de_page
{
	width: 690px;
	height: 112px;
	float: left;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;

}

div#galerie
{
	width: 690px ;
	background: #eed ;
	padding: 0px ;
	margin: 15px 0px ;
	text-align: center ;
	font-family: Arial, Helvetica, sans-serif;
}

ul#galerie_mini
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

ul#galerie_mini li
{
	float: left ;
}

ul#galerie_mini li a img
{
	margin: 2px 1px ;
	border: 1px solid #dcb ;
}

dl#photo
{
	clear: both ;
	margin: 0 auto ;
}

dl#photo dt
{
	font: arial ;
	font-size: 20px;
	color: #e5257c;
	font-weight: bold;
}

dl#photo dd
{
	margin: 0 ;
}

dl#photo img
{
	border: 1px solid #dcb ;
}

