body {
	background-color: #d2debe;
	font-family: Verdana,sans-serif;
	color: #325555;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

.top-header {

	text-align: center;
	height: 400px;
}

#main-main {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

.top-border {
	background-color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
	height: 20px;main-main
}

.footer {
	text-align: center; 
	margin-top: 40px;
	background-color: black;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px
	clear: both;
}

.link-ariane {
	font-size: 12px;
	font-weight: bold;
}

.link-bottom {
	color: white;
}

.menu {	
	text-align: left;
	width: 800px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #325555;
  color: #BCD09F;	
  padding-left: 10px;

}
.ariane {
	text-align: center;
	width: 800px;
	background-color: #d2debe;
	/*border-bottom: 1px dotted black;
	border-left: 1px dotted black;
	border-right: 1px dotted black;*/
}

.main {
	width: 800px;
	text-align: left;
}

.a-menu {
	font-size: 12px;
	text-decoration: none;
	color: #BCD09F;
}

.a-menu:hover {
	font-weight: bold;
}


.header{
	width: 800px;
	background-image: url('/images/degrader-header.png');
	background-repeat:repeat;
}

.menu-header {
	background-image:url('/images/degrader-menu.png');
	background-repeat:repeat;
	height: 40px;
}


img {
	border: 0px;
} 


.all {
	background-image:url('/images/degrader-all.png');
	background-repeat:repeat-x;
}


.border-site {
	border: 1px solid #325555; 
	width: 800px
}

.cadre-home {
	height: 225px; 
	width: 380px;
	background-color: #f4f8ee;
	float: left;
	padding: 4px;
	border: 1px solid #325555;
}

a {
  color: #325555;
}





