/* CSS Document */

* html img,
* html .png{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "../images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

@font-face {  
  font-family: "VLADIMIR";  
  src: url("../font/VLADIMIR.TTF") format("truetype");  
}
* {
	margin:0px;
	padding:0px;
	color: #666666;

	
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/fond_entrecote.jpg) repeat-x;
	

	
	

}

input{
border:1px solid #960c4a;
color:#960c4a;
width:200px;
}

textarea{
border:1px solid #960c4a;
color:#960c4a;
width:200px;
}
a{ text-decoration:none;
color:#960c4a;}
.page{
width:1200px;
height:100%;
margin:0 auto;
padding-top:10px;
padding-bottom:10px;}

.contenu{ background:#FFFFFF;
border:#960c4a 3px solid;
width:938px;
height:auto;
margin:0 auto;
 }
 
  .contentleft{
	width:571px;
	height:246px;
	float:left;
	margin-left: 25px;
	margin-right:10px;
	border:#960c4a 1px solid;
	margin-bottom:20px;
	
}
 
.contentright{
	width:318px;
	height:246px;
	float:left;
	margin-left: 10px;
	border:#960c4a 1px solid;
	margin-bottom:20px;
	
}
.clear{clear:both;}
.titre{ background:url(../images/bond.gif) repeat-x;
height:35px; }
.footer{ background:url(../images/footer.gif) no-repeat;
width:938px;
height:96px;}
.textetitre{
	font-family: "Vladimir Script" ;
	color:#FFFFFF;
	font-size:33px;
	margin-left:20px;
}
.textecontenu{ margin: 20px 5px 5px 5px;}
.textefooter{ padding-top:50px;
text-align:center;
color:#960C4A;}

.textecontenu1{ margin: 10px 5px 5px 5px;}

.contentinterne{
	width:908px;
	height:500px;
	float:left;
	margin-left: 15px;
	margin-right:15px;
	border:#4F0954 1px solid;
	margin-bottom:20px;
	
}
.textecontenuinterne{ margin: 20px 20px 20px 20px;}
.titreinterne{ font-family: "Monotype Corsiva";
color:#FFFFFF;
font-size:30px;
margin-left:20px;}

.contentmenu{
	width:908px;
	height: 1230px;
	float:left;
	margin-left: 15px;
	margin-right:15px;
	border:#4F0954 1px solid;
	margin-bottom:20px;
	
}
.textecontenumenu{ margin: 0px 10px 0px 10px;}
.carte-vins{
	background: url(../images/la%20carte%20des%20vins.png)  center no-repeat;
	width:600px;
	height:706px;
	margin-left: 147px;
}
