/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: #bed8e6;
	Margin: 0px;
}

FORM
{
	margin: 0px;
}

A
	{
	color: Blue;	
	}
	
#EDITORCONTAINER A
	{
	color: Black;
	text-decoration: none;
	}

.Titre
	{
		font-family: verdana;
		font-size: 18pt;
		Color: #6d7d89;
		font-weight: bolder;
		font-family: verdana;
		text-decoration: underline;
		font-style: italic;
		padding-left: 26px;
		background: url(images/title_bullet.gif) no-repeat 0px 5px;
	}

.Sous-Titre
	{
	Color: #6d7d89;
	font-family: verdana;
	font-size: 14pt;
	font-style: italic;
	padding-left: 20px;
	background: url(images/subtitle_bullet.gif) no-repeat 0px 4px;
	}

.TEXTE
	{
	font-family: verdana;
	font-size: 9pt;
	}

#LOGOPRINT
	{
	display: none;
	}

#CONTAINER
	{
	WIDTH: 790px; 
	HEIGHT: 593px; 
	position: relative; 
	background: url(images/background.jpg);
	}

#TDCONTAINER
	{
	vertical-align: center;
	}

#BTNACCUEIL
	{
	position: absolute;
	top: 96px;
	left: 30px;
	cursor: hand;	
	}

#BTNAIRTRIP
	{
	position: absolute;
	top: 96px;
	left: 101px;
	cursor: hand;	
	}

#BTNTARIFS
	{
	position: absolute;
	top: 96px;
	left: 178px;
	cursor: hand;	
	}

#BTNSERVICES
	{
	position: absolute;
	top: 96px;
	left: 248px;
	cursor: hand;	
	}

#BTNLOCATION
	{
	position: absolute;
	top: 96px;
	left: 336px;
	cursor: hand;	
	}

#BTNCONTACT
	{
	position: absolute;
	top: 96px;
	left: 415px;
	cursor: hand;	
	}

#BTNGALLERY
	{
	position: absolute;
	top: 96px;
	left: 496px;
	cursor: hand;	
	}

#BTNLIVE
	{
	position: absolute;
	top: 96px;
	left: 573px;
	cursor: hand;
	}

#BTNLANG
	{
	Position: absolute;
	top: 99px;
	left: 704px;	
	}

#ILLUSTRATION
	{
	position: absolute;
	top: 120px;
	left: 2px;	
	}

#TXTPANEL
	{
	Position:Absolute;
	width: 560px;
	height: 340px;
	top: 150px;
	left: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	display: block;
	scrollbar-base-color: #acb5bc;
	scrollbar-arrow-color: #4d6185;

	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	/*FILTER:chroma(color=#ff00e4);*/
	background: url(images/spacer.gif);
	}

