body {
	block-align: center;
	text-align: center;
	background: #ababab;
	color: #404040;
	font-family: verdana, sans-serif;
	font-size: 10px;
}

table {
	display: table;
	height: 100%;
	margin: auto;
}

tr {
	display: table-row;
}

td {
	display: table-cell;
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
        font-family: verdana, sans-serif;
}

img {
	border: none;
}

a {
	color: #404040;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#copyr {
	position: relative;
	text-align: center;
	font-size: 8px;
	color: black;
}

#copyr a {
	color: #006;
	text-decoration: underline;
}

#copyr img {
	width: 80px;
	height: 20px;
}

#navbarbottom {
		 width: 720px;
		 border-top: 1px solid #404040;
		 border-bottom:  1px solid #404040;
		 position: relative;
		 margin: auto;
		 margin-top: 2em;
		 padding-top: 4px;
		 padding-bottom: 4px;
		 text-align: center;
		 display: table;
                 border-collapse: separate;
                 border-spacing: 2px;
}

#navbarbottom a {
		   border-left: 1px solid #ffd;
		   border-top: 1px solid #ffd;
		   border-right: 1px solid black;
		   border-bottom: 1px solid black;
		   width: 110px;
		   margin: 2px;
		   text-align: center;
		   padding: 5px;
		   color: black;
		   background-color: #fbc073;
		   display: table-cell;
}

#navbarbottom a:hover {
		   border-right: 1px solid #ffd;
		   border-bottom: 1px solid #ffd;
		   border-left: 1px solid black;
		   border-top: 1px solid black;
		   padding: 5px;
		   text-decoration: none;
		   display: table-cell;
		   color: gray;
}			 

img.puce {
		 width: 30px;
		 height: 30px;
}

#titre {
	position: relative;
	margin: auto;
	width: 720px;
	height: 40px;
	margin-bottom: 1em;
}



