/* CSS Document */

a.external{ /* permet l'ouverture de fenêtre _blank */ }
img.nb {
border: #000000 solid 0px;
}
body {
	margin: 0;
	padding: 0;
	background-color:#306BA3;
	background-repeat:repeat-x;
}
.pFF{display:block; border-width:0px;}
.pBR{padding-bottom:10px;}
li{
	padding:0px;
	margin :0px;
}
ul{
	padding:0px;
	margin :8px;
	margin-left :30px;
}
div#global{
	position:absolute;
	left: 50%;
	width: 958px;
	margin-left: -484px; /* moitié de la largeur */	
	background:url('../images/bg-bretagne-hotel.jpg');
	background-repeat:repeat-x;
}
div#fond-site{
	position:relative;
	width: 100%;
	overflow:hidden;
	background:url('../images/bg-tianamiral-bretagne.gif');
	background-position:0px 8px;
	background-repeat:repeat-y;	
}
div#header{
	position:relative;
	width:958px;
	height:286px;
	top:-27px;
}
div#menu{
	width:180px;
	left:20px;
	top:-64px;
	position:relative;
	z-index:100;
	float:left;
	
	
}
div#pages{
	position:relative;
	top:-50px;
	float:right;
	text-align:left;
	width:730px;
}
div#encarts-accueil{
	position:relative;
	width:320px;
	top:-2px;
	height:300px;
	float:right;
}
div#footer{
	position:relative;
	width:958px;
	
	height:23px;
}

.georgia12{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color:#FFFFFF;
	font-weight:bold;
}
.georgia12-black{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
span{margin:0px;padding:0px}
.georgia11{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
}
a:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FF6633;
	text-decoration:none;
}
a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FF6633;
	text-decoration:none;
}
a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FF8855;
	text-decoration:underline;
}

.lien-titre:link{
	font-weight:bold;
}
.lien-titre:visited{
	font-weight:bold;
}
.lien-titre:hover{
	text-decoration:underline;
}
.titre-grand{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
.titre-grand-bis{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}
.input{
	border:#212E40 solid 1px;
	overflow:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#212E40; 
	padding-left:4px;
	font-weight:bold;
}