/*définition des différents cadre du site*/
.alignement_page{
	margin:auto;
	width:800px;
	left: 0px;
	top: 0px;
}
#fond {
	position: relative;
	width: 800px;
	height:975px;
	left: 0px;
	top: 0px;
	background-color: #000000;
}
#banniere {
	position: absolute;
	width: 800px;
	height: 130px;
	left: 0px;
	top: 0px;
	background-image: url(banniere.png);
}
#menu {
	position: absolute;
	width: 650px;
	height: 25px;
	left: 145px;
	top: 135px;
}

#bannlateral {
	position: absolute;
	width: 120px;
	height: 835px;
	left: 0px;
	top: 135px;
}
#seplateral {
	position: absolute;
	width: 20px;
	height: 835px;
	left: 125px;
	top: 135px;
	background-image: url(sep_vertical.png);
}
#contenu {
	position: absolute;
	width: 650px;
	height: 800px;
	left: 145px;
	top: 165px;
	background-color: #000000;
}
#basd_trash {
	position: absolute;
	width: 20%;
	height: 50%;
	left: 0%;
	top: 110%;
	background-image: url(../bd.png);
	background-repeat: no-repeat;
}
#basg_trash {
	position: absolute;
	width: 20%;
	height: 50%;
	left: 80%;
	top: 110%;
	background-image: url(../bg.png);
	background-repeat: no-repeat;
}
#fdpdp_trash {
	position: absolute;
	width: 100%;
	height: 20%;
	left: 0px;
	top: 140%;
	background-image: url(../fdpdp.jpg);
}
#fd_bann_haut_trash {
	position: absolute;
	width: 100%;
	height: 20%;
	left: 0px;
	top: 0%;
	background-image: url(../fdpdp.jpg);
}

/* ############################################# */

/* surdéfinition des différentes balises HTML */
p{
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
}

h3{
	font-size: 14px;
	font-family: Arial;
	color: #FFFFFF;
}

h2{
	font-size: 16px;
	font-family: Arial;
	color: #FFFFFF;
}

h1{
	font-size: 18px;
	font-family: Arial;
	color: #FFFFFF;
}

body {
	background-image: url(fd.png);
}
/* ############################################# */


/* ----- définition des différentes classes appliquable à n'importe quelles balises ------*/
.type_text{
	text-align: center;
	color: #808080;
	font-family: "Century Gothic";
}


/* ############################################# */

.news_p{
	font-family: "Century Gothic";
	font-size: 12px;
	color: #ffffff;
}
.news_h2{
	font-family: "Century Gothic";
	font-size: 14px;
	color: #e2913c;
}
/* ############################################# */

.pdp{
	font-family: "Century Gothic";
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(h2.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

