

/* Général */
body {
	color: #F0E39E;
	background: url(charte.png) #FFF no-repeat center top;
	 color: #164B73; 
	font: 12px verdana, arial, sans-serif;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* Conteneur central */


			#nav {
				list-style: none ;
				margin: 0 ;
				padding: 0 ;
				overflow: hidden ;	
				margin-left:0px;/* Création du contexte de formatage */
				}
			#nav li {
				float: left;
				width: 140px ;
						
				color: #fff ;
				/*background: #071262 ;*/
				}
			#nav li a {
				display: block ;
				/*background: #FF6600 ;*/
				color: #fff ;
				font: 1em "Trebuchet MS",Arial,sans-serif ;
				line-height: 1em ;
						text-align: center ;
				text-decoration: none ;
				}
			#nav li a:hover, #nav li a:focus, #nav li a:active {
				background: #FF6600 ;
				text-decoration: underline ;
				}


#resultat{
	margin-top:10px;
	background-color: #FFF;
	color: #181A12;


}
#fiche_info{
	margin-top:10px;
	background-color: #F7E1FF;
	color: #F7E1FF;


}




#texte_actu{
	float:right;
padding-top: 80px;

}




/* Contenu secondaire */
#secondaire {
	background: #FFF;
}



/* --- POSITIONNEMENT --- */

/* Page */

#global {
	width: 900px;
	max-width: 90em;
	min-width: 850px;
	margin-left: auto;
	margin-right: auto;

}

/* En-tête */
#entete {

align:center;
height:250px

}
#rechercheglobal {
margin-top:330px;
align:center;
height:50px

}
.Style1 {
	color: #841A72;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
}
-->
#derniere_minute {
width:180px;
padding: 10px 10px 10px 10px;
	BORDER-TOP:#999900 1px solid;
BORDER-LEFT:#999900 1px solid;
BORDER-RIGHT: #999900 1px solid;
BORDER-BOTTOM: #999900 1px solid;
}




#logo{
	float:left;


}




#principal {
margin-top: 180px;
	/*margin-left: 220px;
	margin-right: 220px;*/
	padding: 10px 10px 10px 10px;
	    border: 1px dashed #CCC;
}
#principal > :first-child {
	margin-top: 0px;
}
#principal p, #principal li {
	line-height: 1.5;
}

/* Contenu secondaire */
#secondaire {
	float: right;
	width: 200px;
	padding: 0px 0px;
}

/* Pied de page */
#pied {
width: 900px;
	margin-top: 20px;
	/*padding: 15px 260px 10px 200px;*/
	    border: 1px solid #CCC;
			text-align: center;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}

h1 {
 font: bold 14px verdana, arial, sans-serif;
 color: #CCC; 
text-align: center;
background: url(/img-hotel/h1.png) #FFF no-repeat center top;
padding:5px 5px 5px 5px;


}
h2 {
 font: bold 13px verdana, arial, sans-serif;
 color: #993300; 
text-align: center;
}
h3 {
 font: bold 12px verdana, arial, sans-serif;

}
/* the div that holds the date picker calendar */

.dpDiv {

}

 

/* the table (within the div) that holds the date picker calendar */

.dpTable {

font-family: Tahoma, Arial, Helvetica, sans-serif;

font-size: 12px;

text-align: center;

color: #505050;

background-color: #ece9d8;

border: 1px solid #AAAAAA;

}

 

/* a table row that holds date numbers (either blank or 1-31) */

.dpTR {

}

 

/* the top table row that holds the month, year, and forward/backward buttons */

.dpTitleTR {

}

 

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */

.dpDayTR {

}

 

/* the bottom table row, that has the "This Month" and "Close" buttons */

.dpTodayButtonTR {

}

 

/* a table cell that holds a date number (either blank or 1-31) */

.dpTD {

border: 1px solid #ece9d8;

}

 

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */

.dpDayHighlightTD {

background-color: #CCCCCC;

border: 1px solid #AAAAAA;

}

 

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */

.dpTDHover {

background-color: #aca998;

border: 1px solid #888888;

cursor: pointer;

color: red;

}

 

/* the table cell that holds the name of the month and the year */

.dpTitleTD {

}

 

/* a table cell that holds one of the forward/backward buttons */

.dpButtonTD {

}

 

/* the table cell that holds the "This Month" or "Close" button at the bottom */

.dpTodayButtonTD {

}

 

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */

.dpDayTD {

background-color: #CCCCCC;

border: 1px solid #AAAAAA;

color: white;

}

 

/* additional style information for the text that indicates the month and year */

.dpTitleText {

font-size: 12px;

color: gray;

font-weight: bold;

}

 

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 

.dpDayHighlight {

color: 4060ff;

font-weight: bold;

}

 

/* the forward/backward buttons at the top */

.dpButton {

font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;

font-size: 10px;

color: gray;

background: #d8e8ff;

font-weight: bold;

padding: 0px;

}

 

/* the "This Month" and "Close" buttons at the bottom */

.dpTodayButton {

font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;

font-size: 10px;

color: gray;

background: #d8e8ff;

font-weight: bold;

}