/* 
  CAMPING TRAOU-MELEDERN
  PONTRIEUX
*/


/*============================*/
/*=== Mise en page ===*/
/*============================*/

html, body {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  background-image:url(../img/commun/bg.gif);
  background-repeat:repeat-x;
  background-color:#80c3ff;
}

#container { 
	width:100%px;}

div.header{
  background-image:url(../img/commun/header.gif);
  background-repeat: no-repeat;
  width: 924px;
  height: 172px;
  font-size:12px;
  font-weight:bold;
  color:#000;
}

div.contenu{
  background-color:#FFF;
  width: 924px;
  height: 100%;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#000;
  text-align:justify;
}

h1 { 
	font: 22px 'ComfortaaThin', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff6c00;
	font-weight:bold;
	text-align:left;
	line-height:9px;
}

h2 { 
	font-family:Arial, Helvetica, sans-serif;
	color: #ff6c00;
	font-size:13px;
	margin-bottom: 0;
	text-align:justify;
}

.image {
	float: left;
	margin: 0 30px 7px 0;
}

.gras {
	font-weight:bold;
}

.sous-titres {
	font-weight:bold;
	font-size:16px;
}

.important {
	font-style:italic;
	color:#F00;
}

a img {border: 0;}

div.tarifs{
  background-image:url(../img/commun/bg-tarifs.gif);
  background-repeat: no-repeat;
  width: 409px;
  height: 35px;
  font-size:11px;
  font-weight:bold;
  color:#000;
}

div.footer{
  background-image:url(../img/commun/footer.gif);
  background-repeat:repeat-x;
  width: 924px;
  height: 60px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#000;
  padding-top:7px;
  text-align: center;
}
	
/*============================*/
/*=== Liens hypertextes ===*/
/*============================*/

a:link {
	color:#000;
	text-decoration:underline;
	border-bottom-color:#000;
	}
a:visited {
	color:#000;
	text-decoration:underline;
	}
a:hover, a:active {
	color:#000;
	text-decoration: none;
}


/*============================*/
/*=== Formulaire ===*/
/*============================*/

INPUT { color: #000; font-size: 11px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE }
SELECT { color: #000; font-size: 11px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE }
TEXTAREA { color: #000; font-size: 11px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE }
.txterror { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.txtform { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }


