﻿html, body, h1, form, fieldset, legend, ol, li {
	margin: 0;
	padding: 0;
	}


	h1 {
		font-size: 28px;
		margin-bottom: 20px;
		}
	
	form#suggestion {
		
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		counter-reset: fieldsets;
		padding: 10px;
		
		}
		
		form#suggestion fieldset {
			border: none;
			margin-bottom: 10px;
			}
		
		form#suggestion fieldset:last-of-type {
			margin-bottom: 0;
			}
			
			form#suggestion legend {
				color: #384313;
				font-size: 16px;
				font-weight: bold;
				padding-bottom: 10px;
				text-shadow: 0 1px 1px #c0d576;
				}
				
				form#suggestion > fieldset > legend:before {
					content: "Etape " counter(fieldsets) ": ";
					counter-increment: fieldsets;
					}
				
				form#suggestion fieldset fieldset legend {
					color: #111111;
					font-size: 13px;
					font-weight: normal;
					padding-bottom: 0;
					}
			
			form#suggestion ol li {
				/*background: #E6E6E6;
				
				border-color: #424242;
				
				border-style: solid;
				border-width: 2px;*/
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				border-radius: 5px;
				line-height: 30px;
				list-style: none;
				padding: 5px 10px;
				margin-bottom: 2px;
				}
							
				form#suggestion ol ol li {
					background: none;
					border: none;
					float: left;
					}
			
			form#suggestion label {
				float: left;
				font-size: 13px;
				width: 160px;
				}
				
			form#suggestion fieldset fieldset label {
				background:none no-repeat left 50%;
				line-height: 20px;
				padding: 0 0 0 30px;
				width: auto;
				}
					

					
				form#suggestion fieldset fieldset label:hover {
					cursor: pointer;
					}
				
			form#suggestion input:not([type=radio]),
			form#suggestion textarea {
				background: #CEF6D8;
				border: none;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				-khtml-border-radius: 3px;
				border-radius: 3px;
				font: italic 13px Georgia, "Times New Roman", Times, serif;
				outline: none;
				padding: 5px;
				
				}
				#message textarea {width: 380px;}
					
				form#suggestion input:not([type=submit]):focus,
				form#suggestion textarea:focus {
					background: #eaeaea;
					}
					
				form#suggestion input[type=radio] {
					float: left;
					margin-right: 5px;
					}
						
			form#suggestion button {
				background: #384313;
				border: none;
				-moz-border-radius: 20px;
				-webkit-border-radius: 20px;
				-khtml-border-radius: 20px;
				border-radius: 20px;
				color: #ffffff;
				display: block;
				font: 18px Georgia, "Times New Roman", Times, serif;
				letter-spacing: 1px;
				margin: auto;
				padding: 7px 25px;
				text-shadow: 0 1px 1px #000000;
				text-transform: uppercase;
				}
					
				form#suggestion button:hover {
					background: #1e2506;
					cursor: pointer;
					}
				#test a{
				background: #384313;
				border: none;
				-moz-border-radius: 20px;
				-webkit-border-radius: 20px;
				-khtml-border-radius: 20px;
				border-radius: 20px;
				color: #ffffff;
				display: block;
				font: 18px Georgia, "Times New Roman", Times, serif;
				letter-spacing: 1px;
				margin-left: 100px;
				margin-right: 100px;
				padding: 7px 25px;
				text-shadow: 0 1px 1px #000000;
				text-transform: uppercase;
				}
				#test a:hover {
					background: #1e2506;
					cursor: pointer;
					}