/*

This is a Tutoralzine Demo 
Original tutorial: A simple AJAX website with jQuery
Tutorial URL: http://tutorialzine.com/2009/09/simple-ajax-website-jquery/

You are free to use the following demo code for any purpose you see fit.

*/


/* Page styles */

body,h1,h2,h3,p,td,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	margin-top:20px;
	
	background:url(img/arplan.jpg) no-repeat center; 
	background-color:#000000;
	
	font-size:13px;
	
	text-align:center;
}

.clear{
	clear:both;
}

a, a:visited {
	color:#007bc4;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}
.lien1 a {
	text-decoration:none;
}

#rounded{
	width:800px;
	margin:20px auto;
	text-align:left;
}

.container{
	background-color:#FFFFFF;
	padding:10px 20px 20px 20px;
}

h1{
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

h2{
	font-weight:normal;
	font-size:20px;
	min-width:80px;
	
	color:#000;
}

ul{
	margin:60px 0px;
}

li{
	list-style:none;
	display:block;
	float:left;
	
	
}


li a,li a:visited{
	padding:5px 10px;
	text-align:center;
	background-color:#000;
	color:white;
	
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;

	display:block;
	margin-right:10px;
}

li a:hover{
	background-color:#666666;
	text-decoration:none;
}

#pageContent{
	margin-top:-100px;
	padding:0;
	min-height:350px
	
}
.hikayet_arab{
	float:right;
	margin:-50px 0 0 0;
}
.imageright{
 float:right;
 background:url(img/image2.jpg) no-repeat;
 width:291px;
 height:214px;
}
.imageLeft{
margin:0 0 0 -20px;
background:url(img/image1.jpg) no-repeat;
min-height:290px;
min-width:245px;
}
.titre{
	font-size:18px; 
	text-align:right;
}
#loading{
	visibility:hidden;
}
titre_img{
	margin:0 -50px 0 0;

}
.txt_arab{
	margin:0 0 0 260px;
}
.booke{
	margin:0 0 0 20px;
}
.bloc1{
	padding:0 0 0 240px;
	
}
.bloc3{
	padding:0 0 0 30px;
	
}

.demo{
	color:white;
}
.dispo{
	margin:0 0 0 10px;
}

.elemnt{
	margin:3px 0 10px 10px;
}
/****css formulaire***/
.formulaire{
background:url(images/bg_formulaire.jpg) no-repeat 0 0;
 width:288px;
 margin-top:2px;
 float:left;
 color:#000;
}
.formulaire p {
	width:255px;
	padding:0 15px 0 15px;
	margin-bottom:10px;
	float:left;
}
.formulaire form {
margin-top:24px;
}

.formulaire span {
	float:left;
	clear:left;
	font-size:11px;
}
.formulaire p.info{
	text-align:right;
	margin:0;
	padding:0;
}
.formulaire em {
	color:#EB7C00;
}
.formulaire .question {
	padding-top:10px;
}
.formulaire input {
	float:right;
	width:170px;
	height:18px;
	background:#fff;
	border:solid 1px #116704;
	color:#677005;

}
.formulaire textarea {
	float:right;
	height:70px;
	width:170px;
	overflow:hidden;
	color:#13417e;
	background-color: #fff;
	border:solid 1px #116704;
}

.formulaire p.bout {
	
	padding:0 0 0 0;
}
#toto {
	width:77px;
	height:27px;
	border:0;
 	
	text-align:center;
	background-color:#000;
	color:white;
	
	}
#toto:hover{
	background-color:#666666;
	text-decoration:none;
}
.formulaire p.rouge {
	color: #FF0000;
	display:block;
	font-weight:bold;
	margin:0;
	float:right;
}
/***** fin css formulaire***/
