/* ----------------------------- Interface générale ----------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font: normal 0.7em Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #9C8460;
	scrollbar-face-color: #D5CCBB;
	scrollbar-shadow-color: #EAE6DD; 
	scrollbar-highlight-color: #EAE6DD;
	scrollbar-3dlight-color: #EAE6DD; 
	scrollbar-darkshadow-color: #EAE6DD;
	scrollbar-track-color: #EAE6DD; 
	scrollbar-arrow-color: #A28D68;
	
	line-height:1.2;
}

img{
	border:none;
}

a{
	text-decoration:none;
	color:#FD7100;
}
a:hover{
	text-decoration:underline;
}


/* ----------------------------- Bloc conteneur principal ----------------------------- */
div#page {
	position: absolute;
	width: 928px;
	height: 588px;
	left: 50%;
	top: 50%;
	margin-left: -464px;
	margin-top: -294px;
}

/* ----------------------------- Modèle d'encadré 1 ----------------------------- */
.cadre1 .hg, .cadre1 .hd, .cadre1 .bg, .cadre1 .bd, .cadre2 .hg, .cadre2 .hd, .cadre2 .bg, .cadre2 .bd {
	position: absolute;
	width: 60%;
	height: 60%;
	background-repeat: no-repeat;
	overflow: hidden;
}
.cadre1 .hg, .cadre2 .hg {
	top: 0px;
	left: 0;
	background: url(../images/commun/cadre_1-hg.gif) top left no-repeat;
}
.cadre1 .hd, .cadre2 .hd {
	top: 0px;
	right: 0;
	background: url(../images/commun/cadre_1-hd.gif) top right no-repeat;
}
.cadre1 .bg, .cadre2 .bg {
	bottom: 0;
	left: 0;
	background: url(../images/commun/cadre_1-bg.gif) bottom left no-repeat;
}
.cadre1 .bd {
	bottom: 0;
	right: 0;
	background: url(../images/commun/cadre_1-bd.gif) bottom right no-repeat;
}
.cadre1 .sepa {
	width: 100%;
	height: 1px;
	background-color: #D3D2CB;
	margin: 10px 0;
  	overflow : auto;
	display: block;
}

.cadre1 HR.sepa{	
	border: none 0; 
	border-top: 1px solid #D3D2CB;
	width: 500px;
	height: 1px;
	display: block;	
	margin-top: 2px;	
	margin-bottom: 5px;

}

.cadre1 h3 {
	color: #9C8460;
	font-size: 1.1em;
	padding-left: 15px;
	padding-bottom: 15px;
}
.cadre2 .bd {
	bottom: -2px;
	right: -2px;
	background: url(../images/commun/cadre_2-bd.gif) bottom right no-repeat;
}

/* ----------------------------- Bloc en-tête ----------------------------- */
div#header {
	height: 169px;
	padding-left: 4px;
	padding-right: 4px;
	background: url(../images/commun/ombres.gif) top left repeat-y;
}

/* ----------------------------- Bloc menu de navigation ----------------------------- */

#menu{
	list-style:none;
	margin:0;
	padding:0;
	background: url(../images/commun/fond_menu.gif) top left repeat-x #EBBE95;
	height:55px;
}
#menu li{
	position:relative;
	margin-left:37px;
	float:left;
}
#menu li ul{
	position:absolute;
	top:28px;
	list-style:none;
	margin:0;
	padding:9px 0 0;
	background:#0F0;
	height:24px;
}
#menu li li{
	margin:0;
	float:none;
	display:inline;
}
#menu a{
	outline:none;
	text-decoration:none !important;
}
#menu li li a{
	height:auto;
	display:inline;
}

#menu li ul.left{
	left:0;
	padding-left:10px;
}
#menu li ul.left li{
	margin-right:18px;
}

#menu li ul.right{
	right:0;
	padding-right:0px;
	text-align:left;
}
#menu li ul.right li{
	margin-left:18px;
}

#menu #m_1 ul{
	background:url("../images/commun/bg_submenu_services.png") no-repeat top left;
	width:744px;
}

#menu #m_4 ul{
	background:url("../images/commun/bg_submenu_voyages.png") no-repeat top right;
	width:660px;
}

/*div#header ul#menu {
	height: 55px;
	list-style-type: none;
	
	background-color: #EBBE95;
}
div#header ul#menu li {
	margin-left: 10px;
	float: left;
}
div#header ul#menu a {
	height: 28px;
	display: block;
	overflow: hidden;
	line-height: 10em;
}
div#header ul#menu a#btn1 {
	width: 110px;
	background: url(../images/commun/btn_01-services.gif) top left no-repeat;
}
div#header ul#menu a#btn1:hover, div#header ul#menu a#btn1.active {
	background: url(../images/commun/btn_01-services-over.gif) top left no-repeat;
}
div#header ul#menu a#btn2 {
	width: 110px;
	background: url(../images/commun/btn_02-visite.gif) top left no-repeat;
}
div#header ul#menu a#btn2:hover, div#header ul#menu a#btn2.active {
	background: url(../images/commun/btn_02-visite-over.gif) top left no-repeat;
}
div#header ul#menu a#btn3 {
	width: 152px;
	background: url(../images/commun/btn_03-reseau.gif) top left no-repeat;
}
div#header ul#menu a#btn3:hover, div#header ul#menu a#btn3.active {
	background: url(../images/commun/btn_03-reseau-over.gif) top left no-repeat;
}
div#header ul#menu a#btn4 {
	width: 205px;
	background: url(../images/commun/btn_04-idees.gif) top left no-repeat;
}
div#header ul#menu a#btn4:hover, div#header ul#menu a#btn4.active {
	background: url(../images/commun/btn_04-idees-over.gif) top left no-repeat;
}
div#header ul#menu a#btn5 {
	width: 159px;
	background: url(../images/commun/btn_05-voyages.gif) top left no-repeat;
}
div#header ul#menu a#btn5:hover, div#header ul#menu a#btn5.active {
	background: url(../images/commun/btn_05-voyages-over.gif) top left no-repeat;
}
div#header ul#menu a#btn6 {
	width: 108px;
	background: url(../images/commun/btn_06-reservation.gif) top left no-repeat;
}
div#header ul#menu a#btn6:hover, div#header ul#menu a#btn6.active {
	background: url(../images/commun/btn_06-reservation-over.gif) top left no-repeat;
}*/

/* ----------------------------- Bloc contenus ----------------------------- */
div#contents {
	/*position:relative;*/
	height: 351px;
	padding-left: 9px;
	padding-top: 11px;
	background: url(../images/commun/fond_contents.jpg) top left no-repeat;
}

/* ----------------------------- Bloc bas de page ----------------------------- */
div#footer {
	height: 57px;
	padding-top: 15px;
	padding-left: 5px;
	background: url(../images/commun/fond_footer.gif) top left no-repeat;
}
div#footer a {
	display: block;
	height: 20px;
	float: left;
	overflow: hidden;
	line-height: 10em;
}
div#footer a#btnA {
	width: 64px;
	background: url(../images/commun/btn_A-home.gif) top left no-repeat;
}
div#footer a#btnA:hover {
	background: url(../images/commun/btn_A-home-over.gif) top left no-repeat;
}
div#footer a#btnB {
	width: 108px;
	margin-left: 4px;
	background: url(../images/commun/btn_B-mentions.gif) top left no-repeat;
}
div#footer a#btnB:hover {
	background: url(../images/commun/btn_B-mentions-over.gif) top left no-repeat;
}
div#footer a#btnC {
	width: 73px;
	background: url(../images/commun/btn_C-sitemap.gif) top left no-repeat;
}

div#footer a#btnC:hover {
	background: url(../images/commun/btn_C-sitemap-over.gif) top left no-repeat;
}
div#footer a#btnD {
	width: 73px;
	background: url(../images/commun/btn_D-contact.gif) top left no-repeat;
}

div#footer a#btnD:hover {
	background: url(../images/commun/btn_D-contact-over.gif) top left no-repeat;
}
div#footer a#btn-SNCF {
	float: right;
	width: 288px;
	height: 32px;
	background: url(../images/commun/link_sncf.gif) top right no-repeat;
}

/* ----------------------------- Divers ----------------------------- */
.floatG {
	float: left;
}
.floatD {
	float: right;
}
.clear {
	clear: both;
}
