* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/fond.gif) repeat-x #fff;
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	color: #4F5A5B;
}

a {
	color: #0967B3;
}

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

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

#titre {
	width: 1047px;
	height: 80px;
}

	#titre img{
		float: left;
		margin-left: 60px;
		margin-top: 10px;
	}
	
	#titre h1{
		float: right;
		margin-right: 200px;
		margin-top: 30px;
	}

#texteJustifie {
	text-align: justify;
	margin-bottom: 60px;
}

#liste {
	margin-top: 12px;
}

#liste li {
	list-style: url(../images/bullet.gif);
	margin-left: 30px;
}

#menu {
	width: 1024px;
	height: 81px;
	background: url(../images/menu.png) no-repeat;
	padding-left: 23px;
}

	#menu ul li{
		display: block;
		list-style: none;
		width: 202px;
		text-align: center;
		float: left;
		margin-top: 40px;
	}
	
	#menu ul li a {
		color: #fff;
		font-size: 14px;
		text-decoration: none;
	}
	
	#menu ul li a:hover {
		text-decoration: underline;
	}
.valid {
	font-size: 16px;
	margin: 0 30px;
	padding: 10px;
	border: 1px solid #000;
}

#content {
	width: 1047px;
	background: url(../images/page.png) repeat-y;
}

	#banner {
		width: 1015px;
		margin: 0 auto;
		padding: 10px 0;
		border-bottom: 1px solid #bfbfbf;
	}
	
	#leftcolumn {
		width: 570px;
		float: left;
		border-right: 1px solid #bfbfbf;
		margin: 20px 20px;
		padding: 0 20px;
	}
	
		#intro {
			text-align: center;
		}
		
		#leftcolumn h1 {
			font-size: 19px;
			margin-bottom: 15px;
		}
		
		#intro p {
			margin-bottom: 15px;
		}
		
		#intro b {
			color: #0967B3;
		}
		
		#intro i {
			color: #0967B3;
			font-size: 10px;
		}
	
		#pres {
			width: 542px;
			margin: 30px auto;
		}
		
		#pres #centre {
			background: url(../images/fondTaro.jpg) repeat-y;
		}
		
		#pres #un, #pres #deux, #pres #trois, #pres #quatre, #pres #cinq {
			height:57px;
			padding-left:100px;
			padding-top:30px;
			width:442px;
		}
		
		#pres #un {
			background: url(../images/pres1.jpg) no-repeat;
		}
		
		#pres #deux {
			background: url(../images/pres2.jpg) no-repeat;
		}
		
		#pres #trois {
			background: url(../images/pres3.jpg) no-repeat;
		}
		
		#pres #quatre {
			background: url(../images/pres4.jpg) no-repeat;
		}
		
		#pres #cinq {
			background: url(../images/pres5.jpg) no-repeat;
		}
		
		#pres #six {
			height:62px;
			padding-left:200px;
			padding-top:25px;
			width:342px;
			background: url(../images/pres6.jpg) no-repeat;
		}
		
		#leftcolumn .haut {
			width: 569px;
			height: 12px;
			background: url(../images/grandHaut.jpg);
		}
		
		#leftcolumn .centre {
			width: 569px;
			background: url(../images/grandMilieu.jpg) repeat-y;
		}
		
		#leftcolumn .bas {
			width: 569px;
			height: 12px;
			background: url(../images/grandBas.jpg);
		}
		
		#leftcolumn td {
			width: 70px;
			height: 40px;
		}
		
		#leftcolumn td.prix {
			text-align: center;
			width: 70px;
			font-weight: bold;
			/* background: #e4f5ff; */
			color: #0967B3;
		}

		#leftcolumn td.champ input {
			float: left;
			width: 200px;
			height: 20px;
			border: 1px solid #999;
			margin-right: 10px;
		}

		#leftcolumn td.champ textarea {
			float: left;
			width: 200px;
			border: 1px solid #999;
			margin-right: 10px;
		}

		#leftcolumn td.champ .validation-advice {
			color: red;
		}

		#leftcolumn td.champ input.validation-failed {
			border: 1px solid #BF0449;
			color: #BF0449;
		}

		#leftcolumn td.champ input.validation-passed {
			border: 1px solid #68BD1E;
			color: #68BD1E;
		}

		#leftcolumn td.champ textarea.validation-failed {
			border: 1px solid #BF0449;
			color: #BF0449;
		}

		#leftcolumn td.champ textarea.validation-passed {
			border: 1px solid #68BD1E;
			color: #68BD1E;
		}

		#confirm {
			text-align: center;
			margin: 10px;
			line-height: 20px;
		}
		
		.model {
			width: 250px;
			text-align: center;
			float: left;
			margin: 17px;
		}
		
		.model a {
			color: #bfbfbf;
		}
	
	#rightcolumn {
		float:left;
		margin:20px 30px 20px 10px;
		width:346px;
	}
	
		#rightcolumn .haut {
			width: 346px;
			height: 11px;
			background: url(../images/boxHaut.jpg);
		}
		
		#rightcolumn .centre {
			width: 326px;
			background: url(../images/boxMilieu.jpg) repeat-y;
			padding: 0 10px;
			text-align: center;
			line-height: 40px;
		}
		
		#rightcolumn .centre h1 {
			font-size: 15px;
			padding-bottom: 5px;
			margin-bottom: 5px;
			border-bottom: 1px dotted #bfbfbf;
		}
		
		#rightcolumn .centre b {
			color: #0967B3;
		}
		
		#rightcolumn .bas {
			width: 346px;
			height: 11px;
			background: url(../images/boxBas.jpg);
		}
		
		#connexion, #enregistrer {
			margin-bottom: 20px;
		}
		
		#coordonne h1{
			font-size: 14px;
			color: #0967B3;
			margin-bottom: 5px;
			margin-left: 10px;
		}
		
		#coordonne ul {
			margin-left: 50px;
			line-height: 30px;
		}
		
		#coordonne p {
			margin-left: 50px;
			line-height: 30px;
		}
		
	#centercolumn {
		margin:20px 30px 20px 50px;
		text-align: left; 
	}	
	
	
	#centercolumn td.champ input {
			float: left;
			width: 200px;
			height: 20px;
			border: 1px solid #999;
			margin-right: 10px;
		}

	#centercolumn td.champ textarea {
			float: left;
			width: 200px;
			border: 1px solid #999;
			margin-right: 10px;
		}

	#centercolumn td.champ .validation-advice {
			color: red;
		}

	#centercolumn td.champ input.validation-failed {
			border: 1px solid #BF0449;
			color: #BF0449;
		}

	#centercolumn td.champ input.validation-passed {
			border: 1px solid #68BD1E;
			color: #68BD1E;
		}

	#centercolumn td.champ textarea.validation-failed {
			border: 1px solid #BF0449;
			color: #BF0449;
		}

	#centercolumn td.champ textarea.validation-passed {
			border: 1px solid #68BD1E;
			color: #68BD1E;
		}
	
	#footer {
		width: 1047px;
		text-align: center;
		float: left;
		font-size: 10px;
		margin: 15px 0;
	}
	
.clear {
	clear: both;
}
