/* css */
body {
    font-family: verdana, arial, helvetica, sans-serif;
    background: #a6c7cc;
    background-image:url('../images/logoFond.png') ;
    background-repeat: repeat;
}
#main {
	margin:0 auto;
	padding:0 0 25px 0;
	width:650px;
	background-color: rgb(255, 255, 255);
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;

}
ul{
    list-style:none;
}
/*= Formular */
form {
	float:right;
	padding:0;
	width:650px;
	margin:0 50px 0 0;


}
fieldset {
    background-color: #d4f0f7;
    border: 5px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;


}

fieldset legend {
	float:left;
	font-weight:bold;
	font-size:18px;
	height:50px;
	background-color: #1795be;
	color:#FFF;
	padding:0;
	width:100%;
	margin:0 0 25px 0;
/*	*margin:-5px 0 25px -7px; */
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;

}
fieldset legend span {
	display:inline-block;
	background-color:#e4f0ff;
	color:#1795be;
	margin:10px;
	height:20px;
	width:20px;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#copyright {
    margin: 20px 0 5px 0;
    text-align: center;
    font-size: .8em;
}

