html {
	font-size : 100% ;
}

body {
	background-image : url("../bkg/bkgBody.jpg") ;
	background-repeat : no-repeat ;
	background-attachment : fixed ; 
	font-size : 1em ;
	font-family: Arial, Helvetica, Sans-serif ;
	color : #97574b ;
}

#page {
	float : left ;
	width: 900px ;
	margin-left : 30px ;
	padding-bottom : 10px ;
	-moz-border-radius: 11px ;
	-khtml-border-radius: 11px ;
	-webkit-border-radius: 11px ;
	border-radius: 11px ;
}

#entete {
	float: left ;
	background-color : #f5d3a8 ;
	width: 900px ;
	height : 110px ;	
	-moz-border-radius: 11px ;
	-khtml-border-radius: 11px ;
	-webkit-border-radius: 11px ;
	border-radius: 11px ;
}

#logo {
	width : 200px ;
}

#libelle {
	width : 670px ;
	font-weight : bold ;
	font-size : 2.5em ;
	color : #97574b ;
}

#page {
	float : left ;
	margin-left : 40px ;
	width: 900px ;
	/*border : 1px dotted red ;	*/
}

#center {
	margin : auto ;
	width : 430px ;
	margin-top : 10px ;
	text-align : center ;
}

#image {
	float : left ;
	width : 400px ;
	height : 300px ;
	margin-top : 10px ;
	border-top :
}

#text {
	float : left ;
	width : 430px ;
	font-weight : bold ;
	/*border : 1px dotted red ; */
}

#text p {
	font-size : 1.2em ;
	font-weight : bold ;
	color : red ;
}

a {
	text-decoration : none ;
	color : #97574b ;
}

a:hover {
	text-decoration : none ;
	color : #ff0000 ;
}

