﻿@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 */
	/*background-color:#FFFFFF;*/
	font-family:Arial, Helvetica, sans-serif;
		background-image:url(../images/motif2.jpg);
	background-repeat:repeat;
}

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

#top{
	position:relative;
	width:775px;
	text-align:right;
}

#contenu{
	width:741px;
	/*height:210px;*/
	margin-left:34px;
	text-align:right;
	border:0px;
	vertical-align:top;
	background-image:url(../images/chateau_montaigut_index/chateau_montaigut_index_05.jpg);
	background-repeat:no-repeat;
}

#pied{
	position:relative;
	width:744px;
	height:32px;
	margin-left:24px;
	text-align:right;
	border:0px;
	vertical-align:top;
}

#separateur{
	position:relative;
	height:24px;
	width:741px;
	text-align:center;
	background-image:url(../images/chateau_montaigut_index/chateau_montaigut_sep.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding:0px;
}

#corpsIntro{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	font-size:18px;
	font-weight:normal;
	line-height:14px;
}
.h2{
	font-size:16px;
	font-weight:normal;
	line-height:2px;
}
h3{
	font-size:14px;
	font-weight:normal;
	line-height:20px;
}
h4{
	font-size:12px;
	font-weight:normal;
}
a{
color:#600200;
}
