@charset "utf-8";
/* CSS Document */
html, body {
	background-image:url(img/fond.jpg); 
	background-repeat:repeat-x; 
	background-position:top; 
	background-color:#70c9ed;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.fullvision {
	position:absolute;
	left: 0px;
	top: 0px;
}
#corps {
	background-color: #ffffff;
	width:780px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#header { padding-top:20px;
	height:60px;
	background-color:#8ACAE8;
	text-align:left;
    }
#logo{
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 130px;
	margin-left: 30px;
	margin-top: 13px;
}
#texte{ padding:0 150px 0 100px; text-align:left}
.texte {
	font-size: 12px;
	color: #333333;
}
.texte a:link, .texte a:visited {
	text-decoration: none;
	color: #333333;
}
.texte a:hover {
	text-decoration: none;
	color: #8ACAE8;
}

h1 { font-size: xx-large;
	color:#ffffff;
}
h2 { font-size: large;
	color:#8ACAE8;
}

#nav{text-align:left; padding-top:10px;}
.nav {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight:bold;
	color: #553030;
	text-decoration: none;
}
.nav a:link, .nav a:visited {
	color: #8ACAE8;
	text-decoration: none;
}
.nav a:hover {
	color: #CB804E;
	text-decoration: none;
}
.navoff {
	text-decoration: none;
	color: #CB804E;
}
#adresse{text-align:left; padding:20px 0 30px 100px; line-height:1.5em;}
.adresse {
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	text-decoration:none;
}
.adresse a:link, .adresse a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.adresse a:hover {
	color: #8ACAE8;
	font-weight: bold;
	text-decoration:none;
}

.imprimerplans {
	
	font-size: 10px;
	color: #553A41;
	text-decoration: none;
	font-weight: bold;
}
.imprimerplans a:link, .imprimerplans a:visited {
	color: #553A41;
	text-decoration: none;
}
.imprimerplans a:hover {
	color: #CACE97;
	text-decoration: none;
}

#hotel_retour {
	background-image: url(img/fermer.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	left: 470px;
	top: 2px;
}
#hotel_retour:hover {
	background-image: url(img/fermer.png);
	background-position: 0px -18px;
	background-repeat: no-repeat;
}

.absmiddle {
	vertical-align:middle;
	margin-bottom:.25em;
	border:0px;
}
.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
#footer { background-color:#FFFFFF;
	border-top: 1px solid #8ACAE8;
	text-align:center;
	height:160px;


    }
#col1 {float:left; width:180px; text-align:left; margin:30px; padding-left:50px;}
#col2,#col3 {float:left; width:150px; text-align:left; margin:30px; padding-left:3px; border-left: 1px solid #8ACAE8; }
.liens { font-size:11px;
	color: #333333;
	text-decoration: none;
}
.liens a:link, .liens a:visited {
	color: #333333;
	text-decoration: none;
}
.liens a:hover {
	color: #000000;
	text-decoration: underline;
}
