/* Propriété générales de mise en page */

body { 
	margin:20px;
	padding:0;
	background-color:#000;
	font-family: Century Gothic, Arial, Helvetica, sans serif;
	font-size;100%;
}

h1 {
	color:#e3004f;
	border-bottom: 1px dashed #fff;
}
h2 {
	color:#ea6878;
	padding-left: 0.6em;
	border-left:1.3em solid #ea6878;
}
a {
	color:#ccc;
}

a:hover {
	color:#ea6878;
}

p {
	color:#fff;
}

p.mentions {
	padding-left:10px;
	font-size:0.6em;
}


#layerback {
		margin:0 auto;
		width:600px;
		height:384px;
		background:url(../img/background.png) repeat-x 0 0;
}

#layer4 {
		width:600px;
		height:384px;
		background:url(../img/nuages.png) repeat-x 0 0;
}

#layer3{
		width:600px;
		height:384px;
		background:url(../img/layer3.png) repeat-x 0 0;
}

#layer2{
		width:600px;
		height:384px;
		background:url(../img/layer2.png) repeat-x 0 0;
}

#layer1{
		width:600px;
		height:384px;
		background:url(../img/tracteur.png) no-repeat 0 0;
}
