1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
   | body {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/background.jpg);
        background-repeat: repeat
}
.clear{clear:both;}
* {margin: 0px;padding: 0px;}
#container {
	margin: 0 auto;
	text-align: left;
	width: 767px;
}
a{color:#3b4dfa;}
a:hover{color:#3b4dfa;}
/********************** Header ***************************/
#header {
	background-image:url(images/header.jpg);
	width:767px;
	height:404px;
	position:relative;
}
#header ul{
	position:absolute;
	top:367px;
	left:100px;
}
#header li{
	display:block;
	float:left;
	width:97px;
}
#header ul a{
	color:#ffffff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	text-transform: capitalize;
}
#header ul a:hover{color:#3b4dfa;}
 
/********************** Welcome ***************************/
#welcome {
	background-image:url(images/blackback.jpg);
	background-repeat: repeat;
	background-position: center;
}
}
=
#welcome h3{
	margin: 10px 10px 10px 80px;
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #0215c9;}
#welcome p{
margin: 0px 0px 0px 80px;width:416px;height:700px}
#welcome a{}
 
/********************** video ***************************/
#video {
	background-image:url(images/blackback.jpg);
	background-repeat: repeat;
	background-position: center;
}
}
=
 
#video p{
margin: 0px 0px 0px 80px;width:416px;height:700px}
#video a{}
 
/********************** galerie ***************************/
#galerie {
	background-image:url(images/blackback.jpg);
	background-repeat: repeat;
	background-position: center;
}
 
#galerie p{
margin: 0px 0px 0px 80px;width:416px;height:700px}
#galerie a{}
 
/********************** Footer ***************************/
#footer {
	background-image:url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 10px 10px 110px;
	text-align:center;
} | 
Partager