/* feuille de style pour schluter.ch  */
body {
	margin: 0;
	width:100%;
	text-align: center;
	background-color: #180F00;
	font-family: "Century Gothic", Univers, "ITC Avant Garde Gothic", Helvetica, Verdana, sans-serif;
	font-size:0.8em;
	color:#fff;
	background-image:url("images/longdegrade.jpg");
	background-repeat: repeat-x;
	background-position:left top;
}

img { border:none; }

a { text-decoration:underline; color:#fff; }
a:link { text-decoration:underline; color:#fff; }
a:active { text-decoration:underline; color:#fff; }
a:focus { text-decoration:underline; color:#fff; }
a:visited { text-decoration:underline; color:#fff; }

h1 {
	margin:0;
	padding:2px 0 12px 0;
	font-size:1.3em;
}
h2 {
	margin:0;
	padding:30px 0 15px 0;
	font-size:1.2em;
}
h3 {
	margin:0;
	padding:0;
	font-size:1em;
	text-decoration:none;
}
h4 {
	margin:0;
	padding:15px 0 20px 0;
	font-size:1.2em;
}
p {
	margin:0 0 10px 0;
	padding:0;
}
ul {
	list-style-type:none;
	margin: 0;
	padding:0;
}
ul li {  
	margin: 0 0 7px 0;
	padding: 0;
}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
th { visibility: hidden; }
td {
	margin: 0;
	padding: 0.2em 1em 0.2em 0;
	border-bottom: 1px solid #563D0F;
	vertical-align: top;
}
/******************__________ HEADER ___________******************/
#accessibility { display:none; }
#main {
	margin-right:auto;
	margin-left:auto;
	width:970px;
	text-align:left;
}
#header {
	border-bottom:6px solid #785E2F;
}
/******************__________ MENU ___________******************/
.logo {
	margin-top: 30px;
	margin-bottom: 35px;
}
#menu {
	color:#E4BC74;
	padding-left:15px;
}
#menu img {
	vertical-align: bottom;
	float:left;
}
*html #menu img {
	vertical-align: top; /*IE6*/
}
*+html #menu img {
	vertical-align: top; /*IE7*/
}
#menu a {
	display:block;
	float:left;
	height:22px;
	line-height: 22px;
	font-size: 1.1em;
	padding-right:13px;
	padding-left:13px;
	padding-bottom: 0;
	padding-top: 0;
	margin: 0;
}
#menu a:link { text-decoration:none; color: #A6864C; }
#menu a:active { text-decoration:none; color: #A6864C; }
#menu a:visited { text-decoration:none; color: #A6864C; }
#menu a:hover { text-decoration:none; color: #E4BC74; }

#menu a.currentMenu {
	color: #E4BC74;
	background-color: #785E2F;
	padding-right: 11px;
	padding-left: 11px;
}	
#menu a.currentMenu:link, #menu a.currentMenu:active, #menu a.currentMenu:visited, #menu a.currentMenu:hover { color: #E4BC74; }

/******************__________ PAGES ___________******************/
#content {
	float:left;
	width:970px;
	min-height:266px;
	border-top:1px solid #180f00;
	background-color:#947947;
	background-image:url("images/bg_content.gif");
	background-repeat: repeat-y;
	background-position:left top;
	border-bottom:1px solid #180f00;
}
#content.home { height:536px; }
.divPage {
	float:left;
	width:249px;
	min-height:261px;
	padding-top:5px;
	font-size:0.9em;
	/*margin-top: 1px;*/
	background-color:#462E01;
}
#texte {
	/*position:relative;*/
	float:left;
	width:506px;
	min-height:242px;
	/*margin-left:250px;*/
	/*margin-right:240px;
	margin-top: 1px;*/
	padding:14px 40px 10px 30px;
	border-left:1px solid #785E2F;
	/*border-right:1px solid #785E2F;*/
	background-image:url("images/degradecourt.jpg");
	background-repeat: repeat-x;
	background-position:left top;
	background-color:#462E01;
	font-size:1em;
	text-align: justify;
	z-index:200;
}
*html #texte { /*hack IE6*/
	margin-left:0px;
	height:242px;
	
}
*+html #texte {/*hack IE7*/
	margin-left:0px;
}
.lignerouge {
	position:absolute;
	height:6px;
	width:144px;
	top:171px;
	line-height:0;
	margin:0;
	padding:0;
	margin-left:826px;
	background-color:#D20A0B;
	z-index:1000;
}

/******************_________ SOUSMENU___________******************/
#sousmenu {
	/*position:absolute;*/
	float:left;
	color:#462E01;
	width:130px;
	height:240px;
	/*margin-left:870px;*/
	font-size:1em;
	padding:20px 8px 6px 6px;
	background-color:#DDC08B;
	z-index:500;
}
#sousmenu ul {
	margin: 0;
	padding:0;
	list-style-type:none;
	vertical-align:middle;
}
#sousmenu ul li {  
	margin: 0;
	padding: 0 0 0 25px;
	height:20px;
}
#sousmenu ul li.sous1 {
	background-image:url("images/cafe1.jpg");
	background-repeat: no-repeat;
	background-position:left center;
}
#sousmenu ul li.sous2 {
	background-image:url("images/cafe2.jpg");
	background-repeat: no-repeat;
	background-position:left center;
}
#sousmenu ul li.sous3 {
	background-image:url("images/cafe3.jpg");
	background-repeat: no-repeat;
	background-position:left center;
}
#sousmenu ul li.sous4 {
	background-image:url("images/cafe4.jpg");
	background-repeat: no-repeat;
	background-position:left center;
}
#sousmenu ul li.sous5 {
	background-image:url("images/cafe5.jpg");
	background-repeat: no-repeat;
	background-position:left center;
}
#sousmenu a:link { text-decoration:none; color:#462E01; }
#sousmenu a:active { text-decoration:none; color:#462E01; }
#sousmenu a:visited { text-decoration:none; color:#462E01; }
#sousmenu a:hover { text-decoration:none; font-weight:bold; color:#462E01; }
#sousmenu ul li a.currentsousmenu:link, 
#sousmenu ul li a.currentsousmenu:active, 
#sousmenu ul li a.currentsousmenu:visited, 
#sousmenu ul li a.currentsousmenu:hover { font-weight:bold; color:#462E01; }

/******************__________ FOOTER ___________******************/
#footer {
	clear:both;
	width:970px;
	margin-top:1px;
	border-top:6px solid #785E2F;
}
#copyright {
	margin-left:300px;
	padding-top:14px;
	font-size: 0.8em;
	color: #785E2F;
}
#copyright a {
	color: #785E2F;
	text-decoration: none;
}
#copyright a:hover {
	color: #fff;
	text-decoration: none;
}

/******************__________ CLASSES ___________******************/
.invisible { display:none; }
.rouge {
	color:#CC3333;
}
a.link01 { font-family: century Gothic; color:#e4b840; text-decoration:none }
a.link01:hover { color:#ffd258; text-decoration:none }
.clear { clear:both }
.clearing {
	clear:both;
	line-height:0px;
	height:0px;
	font-size: 0.1em;
}
.imgPage {
	float:left;
	/*margin-top:1px;*/
}
.imgToLeft {
	float:left;
	margin: 0 1em 1em 0;
}
.imgToRight {
	float:right;
	margin: 0 0 1em 1em;
}
.drapeau a {
	font-size:0.9em;
	float:left;
	margin-left:5px;
	width:55px;
	height:52px;
	text-align:center;
	text-decoration:none;
}
.drapeau a:hover, .drapeau a:visited { text-decoration:none; }
table.contact {
	border:none;
	width:100%;
	margin:0;
}
table.contact td {
	border: none;
	padding: 0 3em 1em 0;
}
.back {
	float:right;
	font-size:0.9em;
}

