  body { margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 14px;
    color: white;
    background-repeat: repeat;
    font-family: Arial;
    background-color: BLACK;
    width: 800px;
    }

  h1 { margin: 10px 20px;
    background-color: transparent;
    font-size: 22px;
    font-weight: normal;
    color: white;
    }

  h2 { margin: 10px 20px;
    background-color: transparent;
    font-size: 22px;
    font-weight: normal;
    color: white;
    }

  h3 { margin: 10px 20px;
    background-color: transparent;
    color: white;
    font-weight: bold;
    font-size: 16px;
    }

  h4 { margin: 10px 20px;
    background-color: transparent;
    color: white;
    font-size: 14px;
    font-weight: normal;
    }
	
  h5 { margin: 10px 20px;
    color: white;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    font-size: 12px;
    }

  p { margin: 10px 20px;
    color: white;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-size: 14px;
    }

p.Menus { margin: 0px 0px 25px 5px;
    color: white;
    text-align: left;
    font-size: 14px;
    }

  a { color: white;
    font-weight: normal;
    }

  a:visited { color: white;
    font-weight: normal;
    }

  a:hover {
   font-weight: normal;
    color: white;
    }

a.Menus {
    text-decoration: none;
    }

a.Menus:visited {
    text-decoration: none;
    }

a.Menus:hover {
    text-decoration: none;
}

ul {
	margin: 10px 15px;
	/*list-style-type: none;*/
	color: white;
	font-style: normal;
	font-size: 12px;
}

ol {
	padding-left: 5px;
	margin: 10px 20px;
	color: white;
    font-size: 12px;
    font-weight: normal;
}

li {
	margin: 10px 20px;
}


.img {
	border: none;
}

.underline {
	border-bottom: dotted 1px #CCCCCC;
}

/*FORM*/
	
.form {
	/*width: 650px;*/
	padding-right: 10px;
	padding-left: 10px;
	border-top: solid rgb(1, 121, 93) 5px;
	border-bottom: solid rgb(1, 121, 93) 4px;
	border-left: solid rgb(1, 121, 93) 4px;
	border-right: solid rgb(1, 121, 93) 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(1, 121, 93);
}
.champs {
	border-bottom: solid rgb(1, 121, 93) 1px;
	border-left: solid rgb(1, 121, 93) 1px;
	height: 30px;
}
.textfield {
	border: solid 1px rgb(1, 121, 93);
    color: rgb(1, 121, 93);
    font-style: normal;
    font-size: 11px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(1, 121, 93);
}

.titre {
	height: 25px;
	background-color: rgb(1, 121, 93);
	font-size: 14px;
    font-weight: normal;
	color: #FFFFFF;
	

}

.valid {
	background-color:rgb(1, 121, 93);
	border: none;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}