<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

	<head>
		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
		<title>Style</title>
	</head>

	<body bgcolor="#ffffff">
		Code : CSS

h4
{
color: brown;
font-size: large;
text-align: center;
}		
h2
{
color: brown;
font-size: large;
text-align: center;
margin-right: 100px;
font-family: Georgia, Arial, serif;
}
p
{
text-indent: 20px;
text-align: justify;
font-family: "Trebuchet MS", "Comic Sans MS", Georgia, serif;
font-size: medium;
}
h3
{
color: green;
font-size: large;
font-family: "Times New Roman", Georgia, Arial, serif;
text-align: center;
}
.anglais
{
color: orange;
text-align: left;
text-indent: 0px;
margin-bottom: -120px;
}
.allemand
{
color: purple;
text-align: right;
margin-right: 10px;
margin-bottom: 100px;
}
body
{
background: url("images/font.jpg") no-repeat top left;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 10px;
}
a, a:visited, a:focus
{
text-decoration: none;
color: black;
}
a:hover
{
color: none;
}
.liste_a_puce
{
list-style-image: url("images/photoschantiers/boutonsphoto.gif");
font-family: "Trebuchet MS", "Comic Sans MS", Georgia, serif;
font-size: small;
text-align: center;
}
em
{
background-color: white;
}
#en_tete
{
width: 760px;
height: 80px;
background-repeat: no-repeat;
margin-top: 20px;
margin-left: 160px;
}
#menu
{
float: left;
width: 100px;
margin-top: 30px;
margin-right: 40px;
}
.element_menu
{
background-repeat: repeat-x;
}
.carte
{
margin-top: 100px;
float: right;
}
.logo
{
border: 2px solid black;
background-color: white;
width: 650px;
}
#corps
{
margin-left: 140px;
margin-bottom: 50px;
margin-right: 50px;
}
.corps_contact
{
color: brown;
text-indent: 0px;
margin-top: 100px;
text-align: center;
font-family: Pristina, Georgia;
font-size: 25px;
}
.element_corps1
{
margin-left: 140px;
}
.element_corps2
{
margin-left: 190px;
}
.element_corps3
{
margin-left: 300px;
}
.element_corps4
{
margin-left: 340px;
}
.element_corps5
{
margin-left: 390px;
}
.element_corps6
{
margin-left: 430px;
margin-bottom: 50px;
}
#pied_de_page
{
height: 40px;
background-color: #626262;
border: 2px solid black;
margin-right: 20px;
}


</html>