 
 
 
@charset "utf-8";
body{margin:0;padding:0}
table{margin:0;padding:0}
a {
    outline: none;
}

a:link {
	text-decoration:none;
	border: 0 none;
	color: #96141B;
	}

a:visited {
	text-decoration:none;
	border: 0 none;
	color: #96141B;
	}
	
img{
border:0px;
}

img a, img a:link, img a:active, img a:visited, img a:hover, img a:focus{
border:0px;
}


.Tableau-principal-paille {
	background-image:url(images/paille_800_220.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	} 

.Tableau-principal-bois {
	background-image:url(images/bois_800_220.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}

.Tableau-principal-enduit-paille {
	background-image:url(images/enduit_paille_800_220.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}

.Tableau-principal-pierre {
	background-image:url(images/pierre_800_220.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}

.Tableau-principal-terre {
	background-image:url(images/terre_800_220.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}

.Titre {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #96141B;
}
.Menu-principal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #96141B;
}

.Menu-principal-niveau2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #96141B;
	margin-left:10px;
}

.Menu-principal-niveau2:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #96141B;
	margin-left:15px;
	text-decoration:none;
}

.Menu-cell {
	height:20px;
}

.Menu-cell:hover {
	background:url(images/pixeltransparent60.png) 0 0 repeat;
}

.Menu-cell-niveau2 {
	height:20px;
	background-color:#FFF;
	}

.Teaser {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #898989;
}

.Texte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.Texte-rouge {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #96141B;
}

img.black {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   }
 
img.black:hover {
   opacity: 0.5;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
   }


