@charset "UTF-8";

body {
	background-image: url(images/degrade_fonce.jpg);
	background-repeat: repeat-x;
	background-color: #B2CEE7;
}

.texte {
	color: #123466;
	font-size: 12px;
	font-family: Arial;
}

.copyright {
	color: #123466;
	font-size: 10px;
	font-family: Arial;
}

.class2 {
	color: #15467A;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial;
	font-weight: normal;
}

.class3 {
	text-decoration: none;
	color: #406E85;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.class4 {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

	a:hover.class2  {
	text-decoration: none;
	color: #4C789F;
}
	A:hover.class3 {
	text-decoration: underline;
}
	A:hover.class4 {
	color: #D9E7F3;
}



#menu {
	width: 120px;
	height: 300px;
	margin-right:auto;
	margin-bottom: 0;
	margin-left: -169px;
	left: 50%;
	position:absolute;
	top: 200px;
	z-index: 4;
}

#liens {
	width: 790px;
	height: 16px;
	margin-right:auto;
	margin-bottom: 0;
	margin-left: -400px;
	left: 50%;
	position:absolute;
	top: 630px;
	z-index: 3;
}

#liens_long {
	width: 790px;
	height: 20px;
	margin-right:auto;
	margin-bottom: 0;
	margin-left: -400px;
	left: 50%;
	position:absolute;
	top: 1030px;
	z-index: 3;
}

#copyright {
	width: 790px;
	height: 16px;
	margin-right:auto;
	margin-bottom: 0;
	margin-left: -400px;
	left: 50%;
	position:absolute;
	top: 606px;
	z-index: 3;
}
#copyright_long {
	width: 790px;
	height: 20px;
	margin-right:auto;
	margin-bottom: 0;
	margin-left: -400px;
	left: 50%;
	position:absolute;
	top: 1005px;
	z-index: 3;
}

#template {
	background-image:url(images/template.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 600px;
	margin-right:auto;
	margin-bottom: 0;
	margin-left: -400px;
	left: 50%;
	position:absolute;
	top: 20px;
	z-index: 2;
}
#template_long {
	background-image:url(images/template_long.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 1000px;
	margin-right:auto;
	margin-bottom: 0;
	margin-left: -400px;
	left: 50%;
	position:absolute;
	top: 20px;
	z-index: 2;
}
#ombre {
	background-image:url(images/ombre.png);
	background-repeat: no-repeat;
	width: 820px;
	height: 620px;
	margin-right:auto;
	margin-bottom: 0;
	margin-left: -400px;
	left: 50%;
	position:absolute;
	top: 20px;
	z-index: 1;
	visibility: visible;
}
#ombre_longue {
	background-image:url(images/ombre_longue.png);
	background-repeat: no-repeat;
	width: 820px;
	height: 1020px;
	margin-right:auto;
	margin-bottom: 0;
	margin-left: -400px;
	left: 50%;
	position:absolute;
	top: 20px;
	z-index: 1;
	visibility: visible;
	background-position: top;
}
