BODY {
	background-color : #ffffdd;
	font-size : 23px;
	font-family: arial, "helvetica ";
	padding: 0px;
	margin: 0px;
	line-height : 140%;
   }

.menu {
	padding : 2px;
	line-height : 190%;
}

div.menu a:link,div.menu a:visited {
	text-decoration : none;
	color : #ffffcc;
	}

div.menu a:hover {
	padding: 15px;
    background-color : #ffffff;
	text-decoration : none;
	color : #000000;
	border : 1px solid #660000;
    border-radius: 20px;
}

/*div.menu a:hover {
	background-color : #ff0000;
	text-decoration : none;
	color : #ffffff;
	border : 5px solid #660000;
}*/

.ewi {
	text-align: center;
	background-color : #dbb655;
	font-weight : bold;
	font-size : 120%;
	padding : 5px;
	width : 50%;
	border : 2px solid #cc0000;
}

.jour {
	background-color : #990000;
	color : #ffffcc;
}


.tete   {
	text-align:center;
    border: solid 2px #ff0000;
    height: auto;
    background-color: #660000;
	color: #ffffcc;
	font-family: Arial;
	font-size: 90%;
}


.menu {
	width: 50%
	text-align: center" 
}

.lien {
	text-decoration: none;
}

body#acc {
   background-color: #ffffcc;
}

H1#ewi {
   	font-family: "Arial";
	font-size: 120%;

}

.ui-bar-f {
	padding: 5px 5px;
	background-color: #660000;
	border-top: 5px solid #f00;
	border-bottom: 5px solid #f00;
	color: #ffffcc;
	width:auto;
    height: 70px;
	text-align: center;
}

#container {
             width:90%;
			 background-color: #cccccc;
             margin-left: auto;
             margin-right: auto;
			 }

ul#navliste {
        list-style: none;
        padding: 10px;
        margin: 10px;
        width: 90%;}

ul#navliste li {
/*margin-left: 20px;  */
margin-bottom: 5px;
padding: 5px;
text-align: center;
}

ul#navliste li a {
display: block;
height: 30px;
width: 97%;
padding-top: 7px;
border: 3px solid rgb(166,166,166);
color: black;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
background-color: #ffffff;
background-image: url(arrow.png);
background-position: right center;
background-repeat: no-repeat;
}
