@import 'admin.css';

/* Stylesheet of Blanchet-Wiesmann
   Orange verstion
*/

body{
	background-color: #e7a686;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
}

.global{
	width: 998px;
	height: 20px;
}

/* 
 * Baner & menu
 */
 
.global .banner{
	width: 100%;
	background: #646466 url(../img/site/bandeau.jpg) no-repeat right top;
	height: 150px;
}
.global .banner .menu{
	padding-top: 118px;
	height: 32px;
	width: 100%;
	background: url(../img/site/menu_up_triangle.jpg) no-repeat bottom left;
}
.global .banner .menu a{
	color: #fff;
	margin-left: 29px;
	font-size: 17px;
	line-height: 30px;
	text-decoration: none;
	padding: 6px;
}
.global .banner .menu a.selected{
	font-weight: bold;
	background-color: #C46245;
}
.global .banner .menu a:hover{
	background-color: #878788;
}

/*
 * Content
 */
 
.global .content{
	width: 998px;
	position: absolute;
}
.global .content .left,
.global .content .middle,
.global .content .right{
	position: relative;
	float: left;
}
.global .content .left{
	width: 196px;
	background: #ebb59b;
	padding-left: 13px;
	padding-top: 13px;
}
.global .content .left .info{
	color: #7c7d7d;
	display: block;
	margin-top: 19px;
	margin-left: -13px;
	text-align:center;
}
.global .content .left .info.tel{
	color: #000;
}
.global .content .left .pub{
	margin-top: 20px;
	background: url(../img/site/pub.jpg);
	display: block;
	width: 170px;
	height: 226px;
}
.global .content .middle{
	width: 614px;
	padding-left: 13px;
	padding-right: 8px;
}
.global .content .middle a{
	color: #8d4530;
	font-weight: bold;
	text-decoration: none;
}
.global .content .middle a:hover{
	color: #000;
	opacity: 0.8;
}
.global .content .middle .contact td{
	padding: 4px;
	vertical-align: top;
}
.global .content .middle .contact textarea{
	width: 300px;
	height: 220px;
}
/* 
 * Right menu
 */
 
.global .content .right{
	background: #686367;
	width: 153px;
	border-left: #696355 1px solid;
}
.global .content .right a{
	margin-left: -9px;
	background: #d97b5f url(../img/site/menu_right_brawn.jpg) no-repeat bottom left;
	display: block;
	margin-bottom: 2px;
	color: #fff;
	text-decoration: none;
	padding-top: 8px;
	font-size: 12px;
	padding-left: 15px;
	padding-bottom: 8px;
}
.global .content .right a.orange{
	background: #c46245 url(../img/site/menu_right_orange.jpg) no-repeat bottom left;
}
.global .content .right a.hell{
	background: #d79481 url(../img/site/menu_right_hell.jpg) no-repeat bottom left;
}
.global .content .right a:hover{
	color: #000;
}
