@charset "UTF-8";
/*
marron #C1952C
bleu #037394
vert #BCD364
violet #861978

*/

* {
	margin:0px;
	padding:0px;
}

body {
  height:100%;
}

#page {
  position:absolute;
  width:800px; /* pour éviter les marges */
  text-align: center; /* pour corriger le bug de centrage IE */
  height:100%;
  background-color:#630;

}
#tete1 {
	position:absolute;
	top:0px;
	width:100%;
	height:65px;
	background-color:#037394;
	background-image: url(images/lesgets.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#tete2 {
	position:absolute;
	top:0px;
	width:100%;
	height:65px;
	background-color:#C1952C;
	background-image: url(images/evian.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#tete3 {
	position:absolute;
	top:0px;
	width:100%;
	height:65px;
	background-color:#BCD364;
	background-image: url(images/samoens.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#tete4 {
	position:absolute;
	top:0px;
	width:100%;
	height:65px;
	background-color:#861978;
	background-image: url(images/morzine.png);
	background-repeat: no-repeat;
	background-position: right center;
}

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	font-size:small;
	margin-top:5px;
}

a {
	padding:5px;
	text-decoration:none;
}


h1 span {
	font-size:large;
	color: #FFF;	
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: x-large;
	color: #FFF;	
	
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	color: #FFF;
	margin-top:20px;

	
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	color: #FFF;
	margin-top:10px;

	
}

#centre1 h1 {
	color: #037394;	
	
}

#centre1 h3 {
	color: #037394;	
	
}

#centre1 p {
	color: #037394;	
	
}

#centre1 a {
	background-color:#037394;	
	color:#BCD364;
}
#centre1 a:hover {
	color:#FFFFFF;
}


.gb {
	font-size:60%;
	font-style:italic;
	
}
#centre1 {
	position:absolute;
	width:100%;
	height:500px;
	background-color:#BCD364;
	background-image: url(images/taxi-lesgets.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	bottom: 65px;
	text-align:center;

}

#centre2 h1 {
	color:#C1952C;	
	
}

#centre2 h3 {
	color:#C1952C;	
	
}
#centre2 a {
	background-color:#C1952C;
	color:#861978;
}
#centre2 a:hover {
	color:#FFFFFF;
}


#centre2 {
	position:absolute;
	width:100%;
	height:500px;
	background-color:#861978;
	background-image: url(images/taxi-evian.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	bottom: 65px;
	text-align:center;
}

#centre3 h1 {
	color:#BCD364;	
	
}

#centre3 h3 {
	color:#BCD364;	
	
}

#centre3 a {
	background-color:#BCD364;
	color:#037394;
}
#centre3 a:hover {
	color:#FFFFFF;
}
#centre3 {
	position:absolute;
	width:100%;
	height:500px;
	background-color:#037394;
	background-image: url(images/taxi-samoens.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	bottom: 65px;
	text-align:center;
}

#centre4 h1 {
	color:#861978;
}

#centre4 h3 {
	color:#861978;
}

#centre4 p {
	color:#861978;	
	
}

#centre4 a {
	background-color:#861978;
	color:#C1952C;
}

#centre4 a:hover {
	color:#FFFFFF;
}


#centre4 {
	position:absolute;
	width:100%;
	height:500px;
	background-color:#C1952C;
	background-image: url(images/taxi-morzine.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	bottom: 65px;
	text-align:center;
}

#bloc1 {
	position:absolute;
	width:25%;
	height:100%;
	background-color:#BCD364;
}

#bloc2 {
	position:absolute;
	left:25%;
	width:25%;
	height:100%;
	background-color:#861978;
}

#bloc3 {
	position:absolute;
	left:50%;
	width:25%;
	height:100%;
	background-color:#037394;
}

#bloc4 {
	position:absolute;
	left:75%;
	width:25%;
	height:100%;
	background-color:#C1952C;
}


#bas1 {
	position:absolute;
	bottom:0px;
	width:100%;
	height:65px;
	background-color:#037394;
	text-align:center;
}

#bas2 {
	position:absolute;
	bottom:0px;
	width:100%;
	height:65px;
	background-color:#C1952C;
	text-align:center;
}

#bas3 {
	position:absolute;
	bottom:0px;
	width:100%;
	height:65px;
	background-color:#BCD364;
	text-align:center;
}

#bas4 {
	position:absolute;
	bottom:0px;
	width:100%;
	height:65px;
	background-color:#861978;
	text-align:center;
}
