/*
  Intro Style Sheet for Chambres D'Hotes L'Aude
*/
@import url("default.css");

div.lhsIntro
     {
     	position: absolute;
     	top: 200px;
     	left: 10%;
     	width: 35%;
     	text-align: justify;
     }

div.lhsIntroCentred
     {
     	position: absolute;
	top: 300px;
     	left: 10%;
     	width: 40%;
     	text-align: center;
     }

div.centrePieceIntro
     {
     	position: relative;
     	width: 50%;
     	text-align: justify;
     }

div.centrePieceIntroCentred
     {
     	position: relative;
     	width: 100%;
     	text-align: center;     	
     }


div.rhsIntro
     {
     	position: absolute;
     	top: 200px;
     	left: 55%;
	width: 35%;
     	text-align: justify;
     }

div.rhsIntroCentred
     {
     	position: absolute;
	top: 300px;
     	left: 55%;
	width: 40%;
     	text-align: center;
     }

img.faSummer
     {
       border-width: 0;
       height: 120px;
       width: 180px;
     }


     