/* @override http://www.mapremierechambre.com/css/styles.css */

/* Normalise les marges et le remplissage */

body, div, del, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { 
	margin:  0; 
	padding : 0; ;}

/*Normalise les tailles de polices pour les en-têtes */
h1, h2, h3, h4, h5, h6 {
	font-size:  100%;	
}

/* Supprime list-style pour les listes */
ol, ul {
	list-style: none;
}

/* Normalise les styles et graisses de fontes : font-style et font-weight sont "normal" */
address, caption, cite, code, dfn,em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/*Supprime les bordures dans les tableaux */
table  {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Supprime les bordures dans les éléments fieldset et img */
fielset, img {
	border: 0;
	position: relative;
}



/* Aligne le texte à gauche dans caption et th */
caption, th {
	text-align: left;
}

html {
 	text-align: left;	
}

/******************** Structure */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background: #5B93E8 url(/images/background.jpg) repeat-x;
}

#header {
	height: 261px;
}

#conteneur {
	position: relative;
	width: 770px;
	margin: 0 auto;
	background: #5B93E8 url(/images/bord-ext-gauche.gif) repeat-y left;
}

#centre {
	margin-left: 254px;
	padding-top: 20px;
	background: #5B93E8 url(/images/bord-ext-droit.jpg) repeat-y;
}


#gauche {
	position: absolute;
	left:0;
	width: 33%;
	background-color: #5B93E8;
}

#pied {	
	clear: both;
	height: 261px;
	background: #5B93E8 url(/images/background-pied.jpg) no-repeat;
	padding-top: 50px;
}



h1 {
	width: 100%;
	height:261px;
	background: #5B93E8 url(/images/image-titre.jpg) no-repeat;
	text-indent: -9999px;
}

#Layer1 {
	position: relative;
	padding-top: 20px;
	padding-left: 25px;
	width:170px;
	height:40px;
	z-index:110;
	visibility: hidden;
	color: #5B93E8;
	font: bold 17px "Lucida Grande", Lucida, Verdana, sans-serif;
	bottom: 30px;
	border: 2px solid #333;
	background-color: white;
}

#Layer1 a:visited a:hover a:active a {
	color: white;
}

#Layer1 a {
	color: white;
}


/*************Composants communs à toutes les pages ****/

/*  bloc d'outils gauche  */

div#margin-left {
	margin-top: 30px;
}

li#devis {
	margin: 20px 0px 10px 20px;
	padding-left: 23px;
	height: 45px;
	background: url(/images/devis.png) no-repeat;	
}

li#devis  a {
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #CC0000;
	line-height:18px;
}

li#imprimer {
	margin: 10px 0px 10px 20px;
	padding-left: 23px;
	height: 20px;
	background: url(/images/printer.png) no-repeat;	
}

li#imprimer  a {
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
}

li#envoyer {
	margin: 10px 0px 10px 20px;
	padding-left: 23px;
	height: 20px;
	background: url(/images/email.png) no-repeat;	
}

li#envoyer  a {
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
}


/* @group PIED */

#pied ul{
	margin-top: 15px;
	padding-left: 10px;
}


#pied li {
	height: 25px;
}

#nav_sub1 {
	margin-left: 15px;
	display: block;
	padding-left: 30px;
	width: 240px;
	height: 120px;
	float: left;
}

#nav_sub1 h4 {
	width: 190px;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
	border-bottom: 1px solid #666;
}

#nav_sub1 ul  a {
	background: url(/images/page.png) no-repeat;
	padding-left: 25px;
	font:  14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	font-size: 1em;
}

#nav_sub2 {
	display: block;
	padding-right: 10px;
	width: 200px;
	height: 120px;
	float: left;
}


#nav_sub2 h4 {
	width: 190px;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
	border-bottom: 1px solid #666;
}

#nav_sub2 ul  a {
	background: url(/images/page.png) no-repeat;
	padding-left: 25px;
	font:  14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	font-size: 1em;
}

#nav_sub3 {
	display: block;
	width: 200px;
	width: 240px !important;
	height: 120px;
	float: right;		
}

#nav_sub3 h4 {
	width: 190px;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
	border-bottom: 1px solid #666;
}

#nav_sub3 ul  a {
	background: url(/images/tick.png) no-repeat;
	padding-left: 25px;
	font:  14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: orange;
	font-size: 1em;
}

#bottom {
	padding-top: 30px;
	padding-left: 40px;
	clear: both;
	position: relative;
	width: 700px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}


h5 {
	color: orange;
	font-size: 14px;
}

#bottom .tagline {
	color: #fff;
	font-weight: bold;
	margin-right: 100px;
}

#bottom .copyright {
	margin-top: 20px;
	font-size: 10px;
	color: #000066;
}

#bottom .copyright a{
	color: #000066;
}

#bottom .validator {
	margin-top: -25px;
	margin-left: 500px;
	font-size: 11px;
	color: #000066;
}

#bottom .na {
	margin-top: -25px;
	margin-left: 660px;
	font-size: 11px;
	color: #000066;
}

form div.error, div.error {
	background:#FF9999 none repeat scroll 0%;
	border:1px solid red;
	margin:0pt 0pt 15px;
	padding:5px;
	width:450px;
}

form em {
	color:#FF0000;
	display:-moz-inline-box;
	font-style:normal;
	font-weight:bold;
	font-size:10px;
}

.info {
	background:#EEEEFF none repeat scroll 0%;
	border:1px solid #3377BB;
	clear:both;
	display:block;
	margin:15px 0pt 20px;
	padding:10px;
}

.liensSitesSatellites {
	position: relative;
	width: 760px;
	margin: 10px auto;
	font-size:10px;
	color:#fff;
	text-align:justify;
}

.liensSitesSatellites a {
	color:#fff;
	text-decoration:underline;
}

.liensSitesSatellites a:hover {
	color:#f60;
}

ul li#reservezLigne a{
	background-image:url(../images/reservationenligne.gif);
	width:184px; 
	height:78px;
	display:block; 
	text-indent:-9999px;
	margin-left:12px;
	outline:none;
}

/* @end */
