@import url(http://fonts.googleapis.com/css?family=Bad+Script);
@import url(http://fonts.googleapis.com/css?family=Parisienne);

html {
	margin: 0;
	padding: 0;
}

body {
	background-image: url("../img/bg1.svg");
	background-position: -10px -10px;
	background-size: cover;
	background-attachment: fixed; 
	margin: 0;
	padding: 0;
	text-align: center;
}

.confirmation {
	font-weight: bold;
	color: #009900;
	list-style-image: url(../img/confirmation.png);
}

.error {
	font-weight: bold;
	color: red;
	list-style-image: url(../img/error.png);
}

a {
	color: #7199BC;
}

a:hover {
	text-decoration: none;
}

a img {
	width: 200px;
}

img {
	height: auto;
	max-width: 100%;
}

p.center {
	text-align: center;
}

footer {
	border-top: 1px dotted;
	font-size: x-small;
	margin-right: 2px;
	margin-top: 13px;
	text-align: center;
}

header{
	background-color: rgba(65, 154, 35, 0.8);
	border-bottom: solid;
	border-color: #800000;
	color: black;
	height: 175px;
	margin-bottom: 25px;
}

header figure {
	margin-top: 40px;
	text-align: right;
}

header h1{
	color: #5B3B11;
	font-size: 2.2em;
	margin: 0;
	text-shadow: 4px 4px 4px white;
	text-transform: uppercase;
}

header h2 {
	font-size: 2.0em;
}

header img#photo_id{
	float: right;
	margin-right: 6px;
	margin-top: -130px;
}

/*header img#logo{
	float: left;
	margin-left: 20px;
	margin-top: -165px;
}*/

nav {
	margin: 0;
	padding: 0;
	text-align: center;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav ul li {
	background: -webkit-linear-gradient(#009900, #8DC416);
	background-image: linear-gradient(#009900, #8DC416);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	display: inline;
	font-family: 'Parisienne', serif;
	font-size: 2.0em;
	margin-right: 1px;
	padding: 5px 5px 2px 5px;
}

nav li.active, nav li:hover {
	background: -webkit-linear-gradient(#009900, white);
	background-image: linear-gradient(#009900, white);
}

nav li a{
	color: #244D18;
	text-decoration: none;
}

section {
	background: white;
	border: 2px solid #529A00;

	box-shadow: 3px 3px 3px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: justify;
	vertical-align: top;
	width: 960px;
}

section article {
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	width: 300px;
}

section article dl dd {
	margin: 5px;
	margin-left: 100px;
	padding: 2px 5px;
}

section article p {
	width: 100%;
}

section dl dt {
	float: left;
	font-weight: bold;
	padding-left: 3px;
}

section h3 {
	border-bottom: 1px solid green;
	border-top: 1px solid green;
	border-radius: 15px;
	color: #244D18;
	font-family: 'Bad Script', serif;
	font-size: 1.3em;
	text-align: center;
	text-shadow: 4px 4px 4px #AAAAAA;
}

section p {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}


section h3.emph {
	background-color: yellow;
	border: 1px solid black;
	border-radius:				 50% / 50%;
	-moz-border-radius:		 50% / 50%;
	-webkit-border-radius: 50% / 50%;
	font-family: serif;
	padding-bottom: 5px;
	padding-top: 5px;
}



section form fieldset {
	border: 1px dashed #bbbbbb;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

section form fieldset p {
	background-color: #ECECEC;
	border-radius: 5px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

section form fieldset p:nth-child(even) {
	background-color: #ECECEC;
}

section form fieldset p:nth-child(odd) {
	background-color: #DBDBDB;
}

section form fieldset p.input_submit {
	background-color: white;
}

section form fieldset p.input_submit input {
	display: inline-block;
	margin-left: 155px;
}

section form p label {
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	width: 200px;
}

section form p label.txt_bold {
	font-weight: bold
}

section form p label.txt_bold:after {
	color: #cc0000;
	content: " *"
}

article p.emph {
	background-color: yellow;
	border: 1px solid black;
	border-radius:				 50% / 50%;
	-moz-border-radius:		 50% / 50%;
	-webkit-border-radius: 50% / 50%;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 25px;
	text-align: center;
}

article ul {
	list-style-type: none;
	margin: 0;
	margin-left: auto;	
	margin-right: auto;
	padding: 0;
	width: 250px;
}

article ul li {
	border-bottom: 1px solid #D4C354;
	border-top: 1px solid #D4C354;
	margin-top: 3px;
	padding-left: 20px;
	padding-right: 25px;
	text-align: left;
}

