body, h1, h2, h3, h4, h5, h6, p, ul, li, form, input, textarea, fieldset {
	margin: 0;
	padding: 0;
}

body {
	padding-top: 52px;
	padding-bottom: 52px;
}

ul {
	list-style: none;
}

img {
	border: none;
}

.clear_both {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}


body {
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content {
	width: 916px;
	height: 1120px;
	border: 3px solid #000000;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/background.jpg) no-repeat bottom right;
	position: relative;
}

	#header {
		width: 916px;
		height: 181px;
		background: url(../img/header.jpg) no-repeat;
		margin-bottom: 23px;
	}
	
		#header h1, #header h2 {
			display: none;
		}
		
	#corps {
		padding: 5px 27px;
	}
		
		#corps p {
			line-height: 22px;
			text-align: justify;
			margin-bottom: 22px;
		}
		
		#corps p#emailok {
			color: #af4431;
			font-family: Georgia;
			font-size: 21px;
			font-weight: normal;
			font-style: italic;
		}
		
		#corps form {
		}
		
			#corps form h3 {
				padding-top: 10px;
				padding-bottom: 22px;
				color: #af4431;
				font-family: Georgia;
				font-size: 21px;
				font-weight: normal;
				font-style: italic;
			}
			
			#corps form cite {
				text-align: center;
				display: block;
				padding-top: 27px;
				padding-bottom: 30px;
			}
			
				#corps form cite span {
					font-style: normal;
					font-weight: bold;
					text-align: center;
					padding: 14px 45px;
					border: 1px solid #000000;
					background: #c00031;
					color: #FFFFFF;
				}
			
			#corps form fieldset {
				border: none;
			}
				
				#corps form fieldset p {
					line-height: normal;
					margin-bottom: 10px;
				}
				
				#corps form fieldset p#form_reponse {
					margin-top: 20px;
					margin-bottom: 30px;
				}
				
				#corps form fieldset input, #corps form fieldset textarea {
					border: 1px solid #af4431;
					background: #FFFFFF;
					padding: 2px 5px;
					margin-left: 10px;
					margin-right: 5px;
					color: #000000;
				}
				
				#corps form fieldset input#form_submit {
					background: none;
					border: none;
					padding: 0;
					margin-top: 15px;
					margin-left: 0;
					margin-right: 0;
				}
	
	.error {
		color: #FF0000;
		font-weight: bold;
		display: none;
	}
		
	#bottom {
		position: absolute;
		bottom: 15px;
		left: 27px;
	}
	
		#bottom small {
			font-size: 10px;
		}
		
	img#dolcelogo {
		position: absolute;
		bottom: 15px;
		right: 220px;
	}
		
		
