/* CSS Document */

/* Choix des fonds */

.body {	background-attachment:fixed;
		background-color:#00d9fe;
		background-position:left top;
		background-repeat:repeat;
	}
	
.bodylivres {	background-attachment:fixed;
		background-color:#FFFFFF;
		background-position:left top;
		background-repeat:repeat;
	}
.bodyauteurs {	background-attachment:fixed;
		background-color:#FF00CC;
		background-position:left top;
		background-repeat:repeat;
	}
.bodycontact {	background-attachment:fixed;
		background-color:#00FF00;
		background-position:left top;
		background-repeat:repeat;
	}
.bodyactu {	background-attachment:fixed;
		background-color:#FF8800;
		background-position:left top;
		background-repeat:repeat;
	}
.bodypresse {	background-attachment:fixed;
		background-color:#FF0000;
		background-position:left top;
		background-repeat:repeat;
	}
	
.body2 {
	background-attachment:fixed;
	background-color:#33FF00;
	background-position:left top;
	background-repeat:repeat;
	}
	
.body3 {	background-attachment:fixed;
		background-color:#FFCC00;
		background-position:left top;
		background-repeat:repeat;
	}
	
.body4 {	background-attachment:fixed;
		background-color:#FF33CC;
		background-position:left top;
		background-repeat:repeat;
	}
	
.body5 {	background-attachment:fixed;
		background-color:#FF33CC;
		background-image:url(http://www.xn--ditions-paulette-9pb.ch/img/fonds/gen/test.gif);
		background-position:left top;
		background-repeat:repeat;
	}
	
.body6 {	background-attachment:fixed;
		background-color:#FF0000;
		background-position:left top;
		background-repeat:repeat;
	}
	
/* Fonds pour partie centrale */

#fond1  {
	background:none;
	background-attachment:fixed;
	background-color:#CCCCFF;
	background-image:url(http://www.xn--ditions-paulette-9pb.ch/img/fonds/gen/body.png);
	background-position:left;
	background-repeat:repeat;
	}

#fond2  {
	background:none;
	background-attachment:fixed;
	background-color:#FFFFFF;
	background-image:none;
	background-position:left;
	background-repeat:repeat;
	}
/* Fonds second niveau */
.fond1  {
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(http://www.xn--ditions-paulette-9pb.ch/img/fonds/gen/texte.png);
	background-position:bottom;
	background-repeat: repeat-y;
	}
	
.fond2{
	background-attachment:scroll;
	background-color:#CCCCCC;
	background-image:none;
	background-position:top;
	background-repeat: repeat;
	}
	
.fond3{
	background-attachment:scroll;
	background-color:#FFFFFF;
	background-image:none;
	background-position:top;
	background-repeat: repeat;
	}

.deg {position:absolute;
	}
	
	
