body {
	margin: 0px;
	background-color: #E4E4E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link,a:hover,a:visited,a:active{
	color:#142E56;
	text-decoration: none;
}
a:hover{
 color:#EA9D15;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #999999;
}
#navlist {
	height: 30px;
	margin-left: 0px;
	line-height: 30px;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist li a {
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}



#navlist li a:hover {
        color: #000;
        background: #FFFFFF;
        border-color: #666666;
}

#navlist li a#current {
        background: white;
        border-bottom: 1px solid white;
}
.linkmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.titre {
	color: #142D56;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB9D15;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	height: 20px;
	font-size: 12px;
	width: 100%;
	display: block;
}
.texteb {
	color: #FFFFFF;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
	border: 1px solid #999999;
}
.row {
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixe;
	line-height: 17px;
}
.rouge {
	color: #FF0000;
}
