body {
	margin: 0px;
	background-image: url(images/structure/bg_top.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	position:relative;
	margin: 0px auto 0px auto;
	width: 843px;
	z-index:10;
}
#header {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 843px;
	height: 150px;
	z-index: 99;
	}

#flower {
	position:absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#topnav {
	position: absolute;
	top: 126px;
	width: 800px;
	left: 20px;
	}
	
.topnavigation {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}
a.topnavigation {
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
}
a.topnavigation:hover {
	font-size: 90%;
	color: #CC0000;
	text-decoration: none;
}

#cadre {
	position:relative;
	top: 0px;
	margin: 0px;
	padding: 10px;
	width: 823px;
	background-image:url(images/structure/bg_bleu.jpg);
	background-color: #1E94CD;
	background-repeat: repeat-x;
	z-index: 5;
}

.content{
	padding: 10px;
	border-left: 1px solid #ccd2d2;
	background-color: #FFFFFF;
	font-size: 80%;
}

.nav {
	background-color: #9AA3CB;
	text-align: left;
	font-size: 80%;
	list-style-type: none;
	padding: 8px 2px 2px;
	border: 1px solid #666666;
	margin: 10px 20px 10px -20px;
}

.nav:hover {
	background-color: #CCCCCC;
}

.navigation {
	color: #006699;
	text-decoration: none;
}

#bgfooter {
	position:static;
	margin-top:-310px;
	z-index:1;
	background-image:url(images/structure/bg_footer.jpg);
	background-repeat: repeat-x;
	height:314px;
}

.footer {
	font-size: 80%;
}
a.footer {
	font-size: 80%;
	color: #0D5B9B;
	text-decoration: none;
}
a.footer:hover {
	font-size: 80%;
	color: #CC0000;
	text-decoration: none;
}
.adresse {
	font-size: 80%;
	}

a.realisation, a.realisation:visited{
  	font-size: x-small;
  	color: #999999;
	text-decoration: none;
}

a.realisation:hover{
  	text-decoration: underline;
	color: #005FA9;
}
h1 {
	font-size: large;
	font-weight: bold;
	color: #999999;
}
.orange {
	border: thin dashed #999999;
}
