body {
	width: 1000px;
	margin: auto;
}
/*-------------------------------------------------------------------------Partie CSS pour le design */
#root {
	float : left;
	margin-top: 1%;
	width: 192px;
	height: 170px;
	margin-left: 25px;
}
#header {
	margin-top: 1%;
	background-image:url("images/design/banniere.jpg")  ;
	margin-left: 250px;
	background-repeat:no-repeat;
	background-position:bottom;
	height:200px;
	width: 650px;
}

#menuGauche {
	float: left;
	height: 520px;
	width: 270px;
}
#menuDroite{
	background-image:url("images/design/menuDroite.jpg")  ;
	background-repeat:no-repeat;
	background-position:top;
	float: right;
	height: 460px;
	width: 78px;
	margin-top: 0px;
	margin-right: 17px;
}
#corps {
	width:600px;
	padding: 5px;
	border-left:1px solid #9daecc;
	border-right:1px solid #9daecc;
	border-bottom:1px solid #9daecc;
	min-height: 600px;
	margin-bottom: 1%;
}
#backForward {
	float: left;
	clear: left;
	width: 135px;
	margin-top: 15px;
	margin-left: 60px;
	height: 40px;
}
/*
#footer {
	background-image:url("design/footer.jpg");
	height: 60px;
	width: 980px;
	margin-bottom: 1%;
	clear: left;
}*/
/*------------------Fin de la partie CSS pour le design */

/*------------------ --------------------------------------Définir les cadres relatifs à l'affichage des ficheirs Csv générés */
.CSV {
	width : 555px;
	overflow: auto;
	background-color: #e1e4f2;
	border: 1px solid black;
	height : 535px;
	margin-left: -255px;
	}
.CSVtitre {
	margin-left : 10px;
	font-style: italic;
	font-size: 12px;
}
/*-------------- Fin de la partieDéfinir les cadres relatifs à l'affichage des ficheirs Csv générés  */

//* ----------------------------------------------------Partie utilise pour le mpoteur de recherche AJAX */

#res {
	display: block;
	position: absolute;
	width: 400px;
	height: 30px;
}
#erreur{
	float:right;
}
#resCAS {
	display: block;
	position: absolute;
	width: 400px;
	height: 100px;
}
#erreurCAS{
	float:right;
}
#resSMILES {
	display: block;
	position: absolute;
	width: 400px;
	height: 100px;
}
#erreurSMILES{
	float:right;
}
#erreurinChi{
	float:right;
}

.ajaxRes {
	border: 1px solid #000;
	margin-left: 0px;
	background-color: #fff;
	overflow:auto;
	position: absolute;
	width: 400px;
	height:100px;
}	
/*-------------- Fin de la Partie utilise pour le mpoteur de recherche AJAX */
