@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: 10px;
	color: #E0E684;
	font:Arial, Helvetica, sans-serif;
}
body {
	background-color: #006600;
}
a:link {
	color: #E0E684;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: none;
}

a.video:link {
    font-size:14px;
	color:#E0E684;
	text-decoration: none;
}
a.video:visited {
	text-decoration: none;
	color:#E0E684;
	font-size:14px;
}
a.video:hover {
	text-decoration: none;
	color: #FF0000;
	font-size:14px;
}
a.video:active {
	text-decoration: none;
}

a.LienNormal:link {
    font-size:14px;
	color:#E0E684;
	text-decoration: none;
}
a.LienNormal:visited {
	text-decoration: none;
	color:#E0E684;
	font-size:14px;
}
a.LienNormal:hover {
	text-decoration: none;
	color: #FF0000;
	font-size:14px;
}
a.LienNormal:active {
	text-decoration: none;
}

.Style1 {font-size: xx-small;
         color: #006600;
}
.Style2 {font-size: xx-small;
         color: #0099CC;
}
.Style3 {font-size: small;
         color: #E0E684;
}
.Style5 {font-weight: bold;
}

/*#################### TARIFS #######################*/

/*Tableaux*/

.TabTarifGene
{
	width:800px;
}

.TabTarif
{
	border-collapse:collapse;
	width:950px;
}

.TexteTabTarif
{
	font-family:Arial, Helvetica, sans-serif;
	color:#E0E684;
	font-size:14px;
	border-width:1px;
	border-style:solid;
	border-color:#E0E684;
}

.TitreColTarif
{
	background-color:#E0E684;
	color:#006600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.TitreLigneTarif
{
	background-color:#E0E684;
	color:#006600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	width:100px;
	border-bottom:#006600 solid 1px;
}


.TitreTabTarif
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#E0E684;
	font-weight:bold;
}

/*Polices*/

.TexteInfTarif
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#E0E684;
}

.TexteSuppTarif
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#E0E684;
}

.TitreTarifs
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#E0E684;
}

#global {
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* on rétablit l'alignement normal du texte */
}

#DivMenu
{
	display:block;
	float:left;
	margin-top:150px;
	width:250px;
}
#DivTarif
{
	display:block;
	float:left;
}

/*promotion camping */
.promocamping {
	font-size: 18px;
	color: #FFFF00;
	font:Arial, Helvetica, sans-serif;
}

input.Fermer  {
   font-family: verdana,helvetica;
   color: #06600;
   font-size: x-small;
   background-color: #E0E684;
   border: 1px solid #E0E684;
   z-index:1;
   cursor:pointer;
   cursor:hand;
}
