@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%;
	
}


.textbashome
{
	color : #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12 px;
	padding-left: 10px;
	
}

.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%;
	
}

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

}

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

ul#galerie_mini li
{
	float: left ;
}

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


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

}

.titrefooter
{
color: #cac5b5;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
padding-left: 500px;

}
