/***************/
/*   General   */
/***************/

body {
	background: #340000 url(../images/fond.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	color: #7f7b79;
	font-family: arial;
	font-size: 9pt;
}

img#img_titre {
	margin-left: 160px;
	margin-top: 80px;
	margin-bottom: 60px;
}

table#table_content td {
	vertical-align: top;
}



/*************/
/*   Liens   */
/*************/

a, a:visited {
  text-decoration: none;
  color: #CC0033;
}

a:hover {
  text-decoration: underline;
}


/************/
/*   Menu   */
/************/

#divMenu {
	color: #918d8c;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	
	line-height: 18px;
	
	background: url(../images/fond_menu.png) top left no-repeat;
	border: 1px solid #222;
	border-right: 0;
	width: 239px;
	height: 193px;
	padding-left: 15px;
	padding-top: 25px;
}

#divMenu a {
	color: #918d8c;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}

#divMenu a:hover {
	color: #8d1208;
}

a#active_menu {
  font-family: Arial;
  font-weight: bold;
  font-size: 10pt;
  color: #8d1208;
  line-height: 26px;
}

/************************
  Colonne de contenu
************************/

#divRightCol {
	background: url(../images/ombre_imghaut.png) top left repeat-x;
	background-color: #fbf9f6;
	border: 1px solid #222;
	width: 602px;
	color: #7f7b79;
	min-height: 600px;
}


#divImgTop {
	background-color: white;
	width: 602px;
	height: 290px;
}


/************************
	Tableau de contenu
************************/

table.content td {
	padding: 25px;
}

table.content td.colLeft {
  width: 240px;
  border-right: 1px dotted #b9b9b9;
}


/************
  TITRES
************/

h1 {
	color: #8d1208;
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
}

h2 {
	color: #676767;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	color: gray;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 4px;
}



/************
 	Services   
************/
.tool-tip {
	color: gray;
	width: 250px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: silver;
	padding: 8px 8px 4px;
	background: url(../images/fondPopup.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/fondPopup.png) bottom right;
}

hr.hrCompens {
  clear: both;
  visibility: hidden;
}

span.nameRight {
  position: relative;
  top: 14px;
  left: 4px;
  
  font-weight: bold;
  font-size: 10pt;
  text-decoration: none;

}

img.popupHover {
  position: relative;
  top: 15px;
}

div.pLigne {
  font-size: 9pt;
  padding-bottom: 10px;
  border-bottom: 1px dotted #B0B0B0;
  width: 255px;
}

div.pLigneOptions {
  line-height: 20px;
}

span.option {
  position: relative;
  top: 0px;
  float: left;
}

span.prixOption {
  position: relative;
  top: 0px;
  float: right;
}

table.content p {
  font-size: 9pt;
}


div#divReservation {
  height: 120px;
  text-align: center;
}

div#divReservation img {
  position: relative;
  top: 35px;
}


/**************
 	Tab   
**************/
#divRightCol a.tab:link, a.tab:visited {
	font-size: 10pt;
	color: gray;
	text-decoration: none;
}

#divRightCol a.tab:hover{
	text-decoration: underline;
}

#divRightCol hr {
	width:50%;
}

#divRightCol h4 {
	padding: 4px;
}

/**************
 	Formulaire   
**************/
div.formCoord {
  padding: 10px;
}

table.tableFormReservation td {
  vertical-align: top;
}

input.inputClassic {
  border: 1px solid #707070;
  background-color: white;
  width: 140px;
}

input.mandatory {
  background-color: #FFFFDD;
}


/**************
 	Tourisme     
**************/

#conteneurEntete {
  padding: 10px;
}

#conteneurDiv {
  width: 320px;
}

#conteneurMenuRight {
  text-align: right;
}

#conteneurMenuRight a.tourisme {
	color: #918d8c; 
	text-decoration: none;
}

/*************
 Copyright
**************/
.copyright {
	font-size: 10px;
	color: white;
}
a.copyright, a.copyright:visited {
	color: white;
	text-decoration: none;
}
a.copyright:hover {
	text-decoration: underline;
}

























