@charset "utf-8";

@font-face{
    font-family : "Phoenix";

    src : url('../fonts/phoenixscriptflf-webfont.eot');

    src : local('Phoenix'),
          url('../fonts/phoenixscriptflf-webfont.woff') format('woff'),
          url('../fonts/phoenixscriptflf-webfont.svg#abcd') format('svg'),
          url('../fonts/phoenixscriptflf-webfont.ttf') format('truetype');
}

/* ~~~~~~~~~~~~~~~~ Toutes les pages ~~~~~~~~~~~~~~~~*/
*{
	margin: 0px;
	padding: 0px;
	outline: none
}

img { behavior: url(iepngfix.htc) }

a{
	color:#000000;
}

a:hover{
	text-decoration:none;
}

#pageflip {
	position: relative;
	right: 0; top: 0;
	float: right; 
}

#pageflip a{
	border:none; 
}

#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	background: url(../images/toute/subscribe.png) no-repeat right top;
}

.clear{
	clear:both;
}

.icone{
	position:absolute;
	margin-left:-18px;
	margin-top:-10px;
}

.titrePage{
	padding-left:25px;
}


h1{
	font-size:29px;
	color:#ffd200;
	line-height:2px;
	font-family:Phoenix, Arial,Helvetica,sans-serif;
}

.titreChambre{
	font-size:23px;
	color:#ac1a1a;
	height:29px;
	background: url(../images/contact/AR_h2_chambre.png) top repeat-x;
	margin-left:23px;
	margin-bottom:10px;
	font-family:Phoenix, Arial,Helvetica,sans-serif;
	font-weight:normal;
}

.titreChambre a{	
	color:#ac1a1a;
	text-decoration:none;
}


.titreVignoble{
	font-family:Phoenix, Arial,Helvetica,sans-serif;
	font-size:23px;
	color:#418400;
	height:29px;
	background: url(../images/contact/AR_h2.png) top repeat-x;
	margin-left:23px;
	margin-bottom:10px;
	font-weight:normal;
}

.titreVignoble a{	
	color:#418400;
	text-decoration:none;
}


h3{
	font-size:18px;
	font-family:Phoenix, Arial,Helvetica,sans-serif;
	font-weight:normal;
	color:#418400;
}
h4{}
h5{}

ul li {	
	margin-left:20px;
}

ul ul li {	
	margin-left:45px;
}

ul ul ul li {	
	margin-left:70px;
}

ul ul ul ul li {	
	margin-left:95px;
}

html {
	height: 100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/toute/cote-vins/AR_mainHaut.png) top repeat-x #bea9cb;
	}
	
body{
	width:100%;
	background:url(../images/toute/cote-chambres/AR_mainBas.png) bottom repeat-x;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}	
	
#conteneur{
	min-height: 100%;
	width:1050px;
	background:url(../images/index/AR_main.png) center center no-repeat;
	margin-left:auto;
	margin-right:auto;
} 


#content{
	width:980px;
	min-height:660px;
	margin-left:55px;
	padding-bottom:10px;
	padding-top:30px;
	clear:both;
	
}

#colGauche{
	height:480px;
	width:200px;
	
	float:left;
	margin-top:125px;
}

#colDroite{
	height:480px;
	width:675px;	
	float:right;
	margin-top:125px;
	margin-right:90px;
}

.panneauChambres{
	margin-top:20px;
	margin-bottom:30px;
}

.panneauPtiou{
	margin-left:25px;
}

.btnEntrer{
margin-top:-12px;
margin-left:525px;
}

#footer{
	text-align:center;
	margin-top:-35px;
	margin-bottom:10px;
	color:#ffffff;
}

/* ~~~~~~~~~~~~~~~~ Mentions Légales ~~~~~~~~~~~~~~~~*/
#col1{
	float:left;
	width:50%;
}

#col2{
	float:left;
	width:45%;
	margin-left:20px;
}
