/* CSS Document */
html{
  height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/bg_cavallomorto.png);
	background-repeat: repeat-x;
	background-color: #3267A0;
	color: #FFFFFF;
	height: 100%;
}
#Container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 600px;
	margin-left: -450px;
	margin-top: -300px;
}
a {
	color: #98CB00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#Maquette {
	width: 100%;
	height: 1200px;
	background-image: url(../images/cavallomorto_maquette.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color:;
}
#Entete {
	height: 183px;
	background-image: url(../images/bg_feuilles.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#Entete, div#ssBande, #Colonnes {
	width: 950px;
	margin: auto;
}

#Entete address{
  text-align: center;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  padding: 10px 0 0 0;
}
#Bande {
	background-color: #98CB00;
	height: 28px;
}
#Bande ul {
	margin: 0;
	padding: 0;
}
#Bande li.colonnes {
	list-style-type: none;
	float: left;
	width: 50%;
	margin: 0;
	line-height: 28px;
}
#Bande h1 {
	margin: 0;
	font-size: 12px;
}
#Photos {
  width: 980px;
	margin: auto;
	height: 357px;
	/*background-color: #FFFFFF;*/
}
.agauche {
	text-align: left;
}
.adroite {
	text-align: right;
}
.ttblanc {
	color: #FFFFFF;
}
.ttvert {
	color: #317A00;
}
ul#Langues {
	margin: 0;
	padding: 0;
}
#Langues li {
	float: right;
	list-style-type: none;
	margin: 0 10px 0 0;
	line-height: 28px;
}
.alignvert {
	vertical-align: middle;
}
/*#Container {
	margin: auto;
	padding: 0;
	width: 950px;
}
*/
#Colonnes {
	margin: auto;	
	width: 980px;
	/*height:600px;*/
	/*padding: 10px 0 0 0;*/
	overflow: hidden;
	outline-style:none;

}
#Footer, #ColGauche, #ColFusionDroite{
	background-color: #023668;
}

#Colonnes p{
  margin: 0;
}

.Lettrine:first-letter{
 float: left; /* Flotte à gauche */
   font-size: 3em; /* Fasse une hauteur de 3 lignes */
   font-family: Arial, Georgia, "Times New Roman", Times, serif; /* Soit mise en Arial si possible*/
   font-weight: bold; /* Soit écrite en gras (c'est plus voyant) */
   margin-right: 5px; /* Qu'il y ait une marge de 5px à droite pour que ça colle pas trop au reste du texte */
   color: #DC6E79;
}

#Colonnes #ColCentre p{
  margin: 0 0 20px 0;
}


#Colonnes #ColGauche, #Colonnes #ColCentre, #Colonnes #ColDroite, #Colonnes #ColFusionDroite {
	float: left;
}

#ColFusionDroite{
  width: 725px;
  height: 100%;
  overflow: hidden;
  
}
#Colonnes #ColGauche {
  padding: 10px 0 10px 0;
	width: 225px;
	height: 700px;
  background: #023668 url(../images/bg_colgauche.jpg) no-repeat left top;
}
#Colonnes #ColCentre {
	width: 480px;
	padding: 10px;
	height: 700px;
	position: relative;
	background: url(../images/bg_colcentre.jpg) no-repeat left top;
}
#Colonnes #ColDroite {
	width: 205px;
		padding: 10px;
		position: relative;
}
#Footer {
  width: 930px;
  margin: auto;
	padding: 20px 0 20px 20px;
	
}

#Footer ul.Menu {
  margin: 0;
  padding: 0;
}
#Footer .Menu li {
	float: left;
	list-style-type: none;
}
.Separateur {
	margin: 0 5px 0 5px;
}
a#Logo{
  display: block;
  top: 20px;
  left: 390px;
  width: 184px;
  height: 172px;
  position: relative;
  z-index: 1;
    outline-style: none;
}

a img{
  border: none;

}
#MenuPhotos{
  width: 950px;
  /*margin:auto;*/
  float: left;
}

.Ombre{
  float: left;
  width: 15px;
  height: 319px;
}

a.BtResa{
  background-image: url(../images/resa_bt.gif);
  background-position: left top;
  width: 201px;
  height: 53px;
  margin: auto;
  display: block;
  outline-style: none;
  line-height: 40px;
  text-decoration: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
a.BtResa:hover{
  color:#FFFF00;
  background-position: left -53px;
}

#Colonnes #ColGauche p{
  width: 201px;
  margin: auto;
}
.bleu{
  color:#114479;
}

#Colonnes #ColGauche h4{
  padding: 20px;
  font-size: 18px;
  width: auto;
  background-color: #023668;
  color: #FFFFFF;
  margin: 20px 0 0 0;
}

/*Tableaux*/

.Tarifs{
  width: 100%;
  border-collapse: collapse;
  border: none;
  text-align: center;
}
.Tarifs .ColIntitules{
  background-color: #FFFFFF;
  color: #023668;
  font-weight: bold;
  text-align: left;
  padding: 0 0 0 10px;
}

.Tarifs th{
  background-color: #669933;
  vertical-align: top;
}
.Tarifs tr.line1{
  background-color: #CCFF00;
  color: #000000;
}
.Tarifs tr.line2{
  background-color: #98CB00;
}
a.Pdf{
  display: block;
  background-image: url(../images/pdf2.gif);
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  line-height: 20px;
  color: #023668;
}
.red{
  color: #CC3300;
}
label{
  display: block;
  width: 150px;
  float: left;
}
fieldset{
  border: 1px #21558C solid;
}

form span, form label{
  line-height: 22px;
  vertical-align: middle;
}

form div{
  margin: 0 0 10px 0;
}

.alignTop{
  vertical-align: top;
}

#ColCentre dt{
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 10px;
}
#ColCentre dd li{
  list-style-type: square;
  color: #98CB00;
}

#ColCentre ul{
  margin:0;
  padding:0 0 0 30px;
  background-color: #6B8AA7;
}

#ColCentre dd li span{
  color: #FFFFFF;
}
#ColCentre dd{
  background-color: #D6DFE8;
  margin:0;
  padding: 0 ;
  color: #023668;
}

.type1Tt{
  background-color: #CC5151;
}
.type2Tt{
  background-color:#CCA300 ;
}

.studioTt{
  background-color: #00A3CC;
}

.chaletTt{
  background-color: #A3CC00;
}
dd blockquote{
  margin: 0 0 0 40px;
  font-weight: bold;
}


ul#Photorama{
  margin: 0;
  padding: 0;
}

#Photorama li{
  list-style-type: none;
  float: left;
  margin: 0 5px 5px 0;
}

#Photorama img{
  border: 1px #164A7F solid;
}

#map{
  width: 490px; 
  height: 500px;
  color: #000000;
}

#mapHelp{
  background-color: #295E96;
  width: 470px; 
  padding: 10px;
  margin: 0;
}
.centrer{
  text-align: center;
}
