@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body {
	height: 100%;
	background-color: #f6e2b8;
	background-image: url('images/fond_clair_bois.jpg');
	background-position : top center;
	background-repeat:no-repeat;
}

#superglobal{
	position : relative;
	min-height: 100%;
}

#global{
	position: relative;
    min-height: 100%;
	margin: 0 auto;
	padding-bottom: 70px;
	width: 960px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:left;
	padding-left: 20px;
}
.philo {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align:left;
	padding-left: 20px;
}
.centrer {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:center;
	padding-left: 20px;
}

.right {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:right;
	padding-left: 20px;
}

#pied2{
	position: absolute;
	bottom: 70px;
	height: 100px;
	width: 100%;
	background-position:bottom center;
	background-repeat:no-repeat;
}

#pied{
	position: absolute;
	bottom: 0px;
	height: 70px;
	width: 100%;
	background: url('images/bande_bas.jpg');
	background-position:bottom center;
	background-repeat:no-repeat;
}
a:link {
	text-decoration: none;
	color: #772432;
}
a:visited {
	text-decoration: none;
	color: #772432;
}
a:hover {
	text-decoration: underline;
	color: #772432;
}
a:active {
	text-decoration: none;
	color: #772432;
}

/*------------ déco ------------*/

.footer {
	font-family: "Times New Roman", Times, serif;
	color: #F7E3B9;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
a.footer{
	color: #F7E3B9;
	text-decoration: none overline ;
	font-size: 18px;
}
.footer2 {
	font-family: "Times New Roman", Times, serif;
	color: #F7E3B9;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
a.footer2{
	color: #F7E3B9;
	text-decoration: none overline ;
	font-size: 14px;
}

