h1, h2, h3, h4, h5, h6, p {
	border: 0;
	margin: 0;
	padding: 0;
	}
a img {
	border:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #969;
	background-image: url(../cheriez_net/images/cinq_anes_2.jpg);
	background-repeat: repeat-x;
	background-color: #CCFF33;
}
p.rose {
	color: #F3F;
	font-weight: lighter;
	text-decoration: none;
}
a:link {
	color: #F3F;
	font-weight: lighter;
	text-decoration: none;
}
a:visited {
	color: #F93;
	font-weight: lighter;
	text-decoration: none;
}
a:hover {
	color: #60F;
	font-weight: lighter;
	text-decoration: none;
}
a:active {
	color: #96C;
	font-weight: lighter;
	text-decoration: none;
}
h1 {
	font-size: 11px;
}

/*mise en page*/
div#global{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 860px;
	text-align:left;
	}
div#bandeau{
	position:absolute;
	width: 700px;
	height: 50px;
	z-index: 1;
	left: 0px;
	top: 0px;
	padding-left: 10px;
	background-color: transparent;
	}	
div#navigation{
	position:absolute;
	width: 400px;
	height: 600px;
	z-index: 2;
	left: 450px;
	top: 50px;
	padding-left: 0px;
	background-color: transparent;
	}	
div#unecolonne{
	position:absolute;
	width: 800px;
	height: auto;
	z-index: 3;
	left: 0px;
	top: 150px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 15px;
	}
div#colonnegauche{
	position:absolute;
	width: 570px;
	height: auto;
	z-index: 4;
	left: 0px;
	top: 150px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 15px;
	}
div#piedDePage{
	position: relative;
	/*clear: both;*/
	width: 860px;
	height: 100px;
	background-color: transparent;
	text-align: left;
	bottom: 0px;
	}

div#col570{
	/*clear: both;*/
	float: left;
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	width: 570px;
	}
