* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/fond.jpg) repeat-x #f4f4f4;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #5f5050;
}

.clear {
	clear: both;
	height: 1px;
}

h1, h2, h3 {
	color: #c03701;
	font-weight: normal;
}

h1 {
	font-size: 20px;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #c03701;
	margin-right: 10px;
	text-align: center;
}

h2 {
	font-size: 15px;
	text-align: center;
	margin: 7px 0px;
}

h3 {
	font-size: 13px;
	margin: 7px 0px;
}

p {
	text-align: justify;
	line-height: 15px;
	margin: 7px 0px;
}

a {
	color: #c03701;
}

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

a.btn{
	background: url(../images/btnInput.png);
	height: 16px;
	width: 182px;
	border: 0;
	color: #fff;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
}

input, select, textarea {
	background: #f5f1e5;
	border: 1px solid #be3701;
	padding: 5px;
}

input.btn{
	background: url(../images/btnInput.png);
	height: 36px;
	width: 182px;
	border: 0;
	color: #fff;
	margin: 0;
}

td, th {
	padding: 5px;
}

ul li {
	list-style: inside;
}

.error {
	background:url("../images/cross_circle.png") no-repeat scroll 10px 10px #FFCECE;
	border:1px solid #DF8F8F;
	color:#665252;
	margin:2px 0;
	padding:10px 10px 10px 36px;
}

.warning {
	background:url("../images/warning.png") no-repeat scroll 10px 10px #FFD791;
	border:1px solid #F17509;
	color:#556652;
	margin:2px 0;
	padding:10px 10px 10px 36px;
}

.success {
	background:url("../images/tick_circle.png") no-repeat scroll 10px 10px #D5FFCE;
	border:1px solid #9ADF8F;
	color:#556652;
	margin:2px 0;
	padding:10px 10px 10px 36px;
}

hr {
	border:1px solid #C03701;
	color:#C03701;
	margin-bottom:10px;
	margin-top:10px;
}

#container {
	width: 1024px;
	margin: 0 auto;
}

#banniere {
	height: 135px;
}

#menu {
	height: 30px;
	background: url(../images/menu.png) no-repeat;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	font-size: 13px;
}

	#menu ul li {
		list-style: none;
		display: inline-table;
		margin: 0 15px;
	}

	#menu ul li a {
		color: #243c57;
	}

	#menu ul li a:hover {
		color: #ff5b13;
		text-decoration: none;
	}

#pub {
	margin: 4px 0;
}

	#pubLeft {
		width: 511px;
		float: left;
	}

	#pubRight {
		width: 511px;
		float: right;
	}

#content {
	width: 820px;
	float: left;
}

	.col2 {
		width: 400px;
		margin-right: 10px;
		float: left;
	}
	
	.col1 {
		width: 810px;
		float: left;
		margin-right: 10px;
	}

	.encart {
		margin: 4px 0;
		background: #f4f4f4;
		border: 1px solid #dfccc3;
		padding: 10px;
	}
	
	.mi-encart {
		width: 178px;
		float: left;
		margin: 2px 5px;
	}
	
	.mot-clef {
		margin: 5px 0;
	}
	
	.fondDevis {
		background:url("../images/fondDevis.png") no-repeat scroll 0 0 transparent;
		height:38px;
		margin: 0 auto;
		margin-bottom:10px;
		padding:15px 30px;
		width:630px;
	}
	
		.fondDevis p {
			color:#F4F1E4;
			font-size:20px;
			margin-top:5px;
			text-align:center;
		}
		
		.fondDevis p span {
			color:#FFFFFF;
			font-size:30px;
			font-weight:bold;
		}
	
#colonneVignette {
	width: 204px;
	float: right;
}

	.vignette {
		padding: 1px;
		background: #fff;
		border: 1px solid #dfccc3;
		margin: 2px auto;
		width: 200px;
		height: 150px;
	}

#footer {
	background: url(../images/footer.jpg) repeat-x;
	height: 92px;
	text-align: center;
}

	#footer ul li {
		list-style: none;
		display: inline-table;
		margin: 0 20px;
	}

	#footer ul li a {
		color: #243c57;
	}

	#footer ul li a:hover {
		color: #ff5b13;
		text-decoration: none;
	}
	
#pagination {
	float:left;
	margin:10px 0;
	text-align:center;
	width:810px;
}

	#pagination strong {
		background:none repeat scroll 0 0 #EFE9D1;
		border:1px solid #D6C896;
		color:#7F754F;
		font-weight:normal;
		margin-left:5px;
		padding:1px 7px;
	}
	
	#pagination a {
		border:1px solid #D6C896;
		color:#993909;
		padding:1px 7px;
		text-decoration:none;
	}
