/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
/*	height: 100%;
	width: 100%*/
}

a{
	color:#aa0700;
}

a:hover{
	text-decoration:underline;
}

.fondecran {
	background-color: #ff6666; 
	background-image: url(images/degrade.jpg);
	background-repeat:repeat-x; 
	color:#000000; 
	font-family:Arial, verdana, sans-serif; 
	font-size:12px;
}

.anim_intro {width:550px; height:400px}

.centre {margin-left:auto;margin-right:auto;margin-top:20px;width:790px;height:600px;text-align:left}	

.menu {position:absolute;width:250px;height:600px;z-index:10}

.page {position:absolute;margin-left:140px;width:650px;height:580px;z-index:5}

.contenu {
	position:absolute;
	margin-left:80px;
	padding:0px;
	font-size:12px;
	width:550px;
	height:398px;
	scrollbar-3dlight-color : #c2c2c2;
	scrollbar-arrow-color : #7d7d7d;
	scrollbar-base-color : #e5e5e5;
	scrollbar-darkshadow-color : #c2c2c2;
	scrollbar-face-color : #ffffff;
	scrollbar-highlight-color : #e5e5e5;
	scrollbar-shadow-color : #7d7d7d;
	overflow:auto
}

contenu img {border:none}

.contenu p {
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px
}

.contenu a{
	text-decoration:none;
	color:#aa0700;
	/*background-color:#FFFFFF*/
}

.contenu a:hover{
	text-decoration:underline;
}

.banniere {
	position:absolute;
	margin-top:10px;
	margin-left:45px;
	width:585px;
	height:130px
}
.bann_entreprise {
	clear: both;
	width:585px;
	height:130px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/entreprise/bann_entreprise.png', sizingMethod='scale')
}
.bann_entreprise[class] {background-image:url(images/entreprise/bann_entreprise.png)}
.bann_vigne {
	clear: both;
	width:585px;
	height:130px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/vigne/bann_vigne.png', sizingMethod='scale')
}
.bann_vigne[class] {background-image:url(images/vigne/bann_vigne.png)}
.bann_cave {
	clear: both;
	width:585px;
	height:130px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cave/bann_cave.png', sizingMethod='scale')
}
.bann_cave[class] {background-image:url(images/cave/bann_cave.png)}
.bann_champagne {
	clear: both;
	width:585px;
	height:130px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/champagne/bann_champagne.png', sizingMethod='scale')
}
.bann_champagne[class] {background-image:url(images/champagne/bann_champagne.png)}
.bann_actualite {
	clear: both;
	width:585px;
	height:130px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/actualite/bann_actualite.png', sizingMethod='scale')
}
.bann_actualite[class] {background-image:url(images/actualite/bann_actualite.png)}
.bann_acces {
	clear: both;
	width:585px;
	height:130px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/acces/bann_acces.png', sizingMethod='scale')
}
.bann_acces[class] {background-image:url(images/acces/bann_acces.png)}

.top {
	clear: both;
	/*position:absolute;*/
	width:650px;
	height:145px;
	background-repeat:no-repeat;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top.png', sizingMethod='scale')
}
.top[class] {background-image:url(images/top.png)}

.middle {
	clear: both;
	width:650px;
	height:398px;
	/*position:absolute;
	margin-top:145px;*/
	background-repeat:no-repeat;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/middle.png', sizingMethod='scale')
}
.middle[class] {background-image:url(images/middle.png)}

.bottom {
	clear: both;
	width:650px;
	height:37px;
	background-repeat:no-repeat;
	/*position:absolute;
	margin-top:543px;*/
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bottom.png', sizingMethod='scale')
}
.bottom[class] {background-image:url(images/bottom.png)}

.table {border:none}