/* feuille de style chateau-de-salm.org */
/* Times News */

*{
	font-family:  Arial, Tahoma, Times New Roman, Times, serif;
	font-size: 12px;
}

body {
	background-position: 0px 0px;
	background: url(Images/chateaudesalm.gif); 
	background-repeat: no-repeat;
	background-attachment: fixed; 
	padding: 0px; 
	background-color: #CADEB9;
	SCROLLBAR-FACE-COLOR: #CADEB9; 
	SCROLLBAR-HIGHLIGHT-COLOR: #CADEB9; 
	SCROLLBAR-SHADOW-COLOR: #CADEB9; 
	SCROLLBAR-3DLIGHT-COLOR: #CADEB9; 
	SCROLLBAR-ARROW-COLOR:  #FFFFFF; 
	SCROLLBAR-TRACK-COLOR: #CADEB9; 
	SCROLLBAR-DARKSHADOW-COLOR: #CADEB9; 
}

#conteneur{
	position: absolute; 
	background: transparent url(Images/bg.gif);
    	left: 60px; 
   	top: 15px;
	width: 600px;
}

#menu{
	position: absolute; 
	top: 15px;
	left: 670px;
	background: transparent url(Images/menu1.gif);
	width:110px;
	text-align:center;
}

/* Mises en formes des liens */

a:link {
	font-family: Arial, Tahoma, Times New Roman, Times, serif;
	font-size: 11px;
	color: #74A673;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Tahoma, Times New Roman, Times, serif;
	font-size: 11px;
	color: #74A673;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Tahoma, Times New Roman, Times, serif;
	font-size: 11px;
	color: #74A673;
/*	color: #FFFFFF;*/
/*	background-color: #4E6641;*/
/*	background-color: #ACCAAB;*/
	text-decoration: none;
}

/* Mise en forme des textes */

.titre {
	font-family:  Arial, Tahoma, Times New Roman, Times, serif;
	color: #74A673;
	margin: 15px;
	font-size: 11px;
	font-weight: bold;
}

.texte {
	font-family:  Arial, Tahoma, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: bold;
	margin: 15px;
	color: #4E6641;
/*	color: #92AE84;*/
}

.image {
	font-family:  Arial, Tahoma, Times New Roman, Times, serif;
	font-size: 10px;
	color: #7A828B;
	font-weight: normal;
	margin: 15px;
}

/* Habillage */

h1{
	font-family:  Arial, Tahoma, Times New Roman, Times, serif;
	font-size: 12px;
	color: #A4B2A9;
	margin: 15px;
	font-weight: bold;
	text-decoration: underline;
}