﻿@charset "utf-8";
/* CSS Chateau Montaigut - chambres d'hôtes */

body {
	margin:0px;
	padding:0px;
    text-align: center; /* pour corriger le bug de centrage IE */
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	z-index:1;
	width:100%;
	margin-left: auto;
 	margin-right: auto;
  	text-align: center;
	height:100%;
	padding:0px;
}

a{
	color:#856812;
	text-decoration:none;
}

#top {
	z-index:2;
	width:769px;
	height:192px;
	margin-left: auto;
 	margin-right: auto;
}

#menu {
	z-index:10;
	margin-left: auto;
 	margin-right: auto;
	position:relative;
	width:769px;
	height:37px;
	
	margin-top:-37px;
	background-image:url(../images/fond_menu.png);
	background-position:center;
}

#menu2 {
	z-index:100;
	position:absolute;
	height:25px;
	margin-left: auto;
 	margin-right: auto;
}

#contenu {
	z-index:3;
	width:769px;
	margin-left: auto;
 	margin-right: auto;

	background-image:url(../images/fond_blanc.png);
	background-repeat:repeat;
	/*margin-top:20px;*/
	padding-top:20px;
	padding-bottom:20px;
}

#contenu2 {
	z-index:3;
	position:absolute;
	width:824px;
	top:70%;
	left:50%;
	margin-left:-412px;
	margin-top:-450px;

	background-image:url(../images/fond_pres.png);
	background-repeat:NO-repeat;
	padding-top:55px;
	padding-bottom:20px;
}

#titre{
	width:500px;
	margin-left: auto;
 	margin-right: auto;
	background-image:url(../images/titrage.jpg); 
	background-repeat:no-repeat;
	text-align:center;
	
}

#pied {
	z-index:3;
	vertical-align:bottom;
	position:relative;
	width:769px;
	height:80px;
	margin-left: auto;
 	margin-right: auto;
	margin-top:-8px;
	padding-top:25px;
	background-image: url(../images/fond_logos.png);
	background-repeat:no-repeat;
}
