﻿body, html
{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	font-family:"Lucida Sans Unicode","Bitstream Vera Sans","Trebuchet Unicode MS","Lucida Grande",Verdana,Helvetica,sans-serif;
	font-size:11px;
}

iframe html body
{
    background-color:#AFC5FF;
}

#menu {
	background: #333;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 750px;
}
#menu li {
	float: left;
	
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	line-height:15px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover, #menu a.current {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}


#tableMain
{
	width:100%;
}

.texte {  color: #003366; text-align: justify}
.titrepage {  font-weight: bold;  color: #003366}
.titre {  font-weight: bold; color: #003366}

.tabletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}


.NewsTitle
{
    font-weight:bold;
    font-size:20px;
    font-variant:small-caps;
    text-transform:capitalize;
    cursor:pointer;
}

.NewsTitle:hover
{
    text-decoration:underline;
}

.NewsSummary
{
    text-align:justify;
}

.NewsSeparator
{
    height:15px;
    border-bottom:solid 1px #777;
    width:95%;
    margin:0 auto 15px auto;
}

.PackageTitle {
    color:#F67A00;
    font-family:Georgia;
    text-align:center;
    font-size:25px;
    font-weight:bold;
}

.PackagePrice
{
    text-align:center;
    font-weight: bold;
    font-size:25px;
}

.DivPrestation
{
    cursor:pointer;
    display:none;
    background-color:#FFFFFF;
    height:540px;
    position:absolute;
    width:616px;
    z-index:999;
    overflow:auto;
    border:2px solid black;
    padding:5px;
    top:30px;
    margin-left:-315px;
    left:50%;
}

table
{
    font-size:inherit;
}

#operationMessage
{
	color:#ff0000;
}
