body {
	width: 660px;
	margin: 0 auto;
	background: url(images/fond.png) repeat-y center;
	color: #888;
	font: 15px/20px 'TrebuchetMS', 'Trebuchet MS', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	color: #118af3;
	font: 72px/75px Impact, "Arial Black", Arial, Verdana, sans-serif;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

h2 {
	color: #118af3;
	font: 28px Impact, "Arial Black", Arial, Verdana, sans-serif;
}

h3 {
	text-align: center;
	margin-bottom: 20px;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #f71313;
}

.thumb {
	width: 150px;
	Height: 100px;
	border: 1px solid #4c4c4c;
	margin: 4px 4px 0 4px;
}

.legende {
	margin-top: 0;
	font-size: 9px;
	text-align: center;
}

#prix {
	float: right;
	margin-top: 17px;
}

#descriptif {
	text-align: center;
}

#plan {
	border: 1px solid #4c4c4c;
}

#contact {
	color: #333;
	margin-left: 50px;
}

.ico {
	margin-left: -22px;
}

#copyright {
	text-align: center;
	font-size: 11px;
}

/* @group Postuler */

.postuler {
	background-color: #eee;
	width: 599px;

	margin: 20px auto;
	display: block;
	border: 1px solid #d6d6d6;
}

.button { 
	width: 130px;
}

form {
	margin: 10px;
}

form * {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

textarea, input {
	margin: 0 5px 5px 0;
}

label {
	float: left;
	padding: 3px 10px 0px 0px;
	text-align: right;
	width: 140px;
}

textarea, input {
	background-color: #ccddfd;
	border: 1px solid #999;
	padding: 2px;
}

textarea:focus, input:focus {
	color: #333;
	background-color: #dafdf0;
	border: 1px solid #666;
}

#autorisation {
	font-size: 10px;
}

#autorisation a {
	font-size: 10px;
	text-decoration: underline;
}

#autorisation a:hover {
	color: #000
}

.taillechamp {
	width: 370px;
}

.envoyer {
	display: block;
	margin: 0 auto;
}

.error {
	display: block;
	float: right;
	width: 32px;
	height: 16px;
	background: url(images/no.png) no-repeat;
}

#merci {
	background: url(images/valide.png) no-repeat center bottom;
	color: #35373e;
	text-align: center;
	padding-bottom: 234px
}

