body {
	background-color: #321f09;
	margin: 0 auto;
	text-align: center;	
}

a{
	font-family: Verdana;
	font-size: 12px;
	color: #e1bf9d;
	text-decoration: none;
	text-indent: 0px;
	padding: 0 0 0 0px;
	margin: 0;
	width: inherit;
	letter-spacing: -1px;
}

img{
	border: 0;
}

a:hover{
	color: #ff9933;
	text-decoration: none;
}

#page{
	margin: 0 auto;
	text-align: left;
	width: 888px;
	padding-top: 40px;
}

#header{
	background: url('../images/header.jpg') no-repeat;
	width: 970px;
	height: 227px;
	margin: 0 auto;
	text-align: center;	
}

#admin_top_menu{
	width: 900px;
	text-align: right;
}

#admin_top_menu a{
	font-family: Verdana;
	font-size: 14px;
	color: #d7cebd;
	text-decoration: none;
	text-indent: 0px;
	padding: 0 0 0 10px;
	margin: 0;
	width: inherit;
	letter-spacing: -1px;
}

#admin_top_menu a:hover{
	color: #ff9933;
	text-decoration: none;
}

#error_msg{
	color: red;
}

#menu{
	background: url('../images/bg_menu.jpg') no-repeat;
	width: 970px;
	margin: 0 auto;
	text-align: center;	
	padding-top: 6px;
}

.menu_item_current{
	font-family: Verdana;
	font-size: 14px;
	color: #ff9933;
	text-decoration: none;
	text-indent: 0px;
	padding: 0 0 0 10px;
	margin: 0;
	width: inherit;
	letter-spacing: -1px;
}

#menu span{
	padding: 0 10px 0 10px;
}

#menu a{
	font-family: Verdana;
	font-size: 14px;
	color: #d7cebd;
	text-decoration: none;
	text-indent: 0px;
	padding: 0 0 0 0px;
	margin: 0;
	width: inherit;
	letter-spacing: -1px;
}

#menu a:hover{
	color: #ff9933;
	text-decoration: none;
}

#content_left_admin span{
	padding: 10px 0 10px 0;
}

#content_left_admin a{
	font-family: Verdana;
	font-size: 14px;
	color: #d7cebd;
	text-decoration: none;
	text-indent: 0px;
	padding: 0 0 0 0px;
	margin: 0;
	width: inherit;
	letter-spacing: -1px;
}

#content_left_admin a:hover{
	color: #ff9933;
	text-decoration: none;
}

.heads{
	font-size: 30px;
	font-family: Calisto MT;
	color: #ffcc66;
	letter-spacing: -1px;
}

#titre_mod{
	font-size: 18px;
	font-family: Calisto MT;
	color: #ffcc66;
	letter-spacing: -1px;
}

#content_left{
	float: left;
	text-align: left;
	width: 300px;
	color: #e1bf9d;
	font-size: 13px;
	font-family: Trebuchet MS;
	padding-bottom: 40px;
}

#content_left_admin{
	float: left;
	text-align: left;
	width: 150px;
	color: #e1bf9d;
	font-size: 13px;
	font-family: Trebuchet MS;
	padding-bottom: 40px;
}

#content_centered{
	
}

#content{
	text-align: left;
	width: 970px;
	color: #e1bf9d;
	font-size: 13px;
	font-family: Trebuchet MS;
	padding-bottom: 40px;
}

#content_mod{
	text-align: left;
	padding-left: 20px;
	color: #e1bf9d;
	font-size: 13px;
	font-family: Trebuchet MS;
}


#content_right{
	text-align: justify;
	float: right;
	width: 585px;
	color: #e1bf9d;
	font-size: 13px;
	font-family: Trebuchet MS;
	padding-bottom: 40px;
}

#content_right_admin{
	float: right;
	width: 735px;
	color: #e1bf9d;
	font-size: 13px;
	font-family: Trebuchet MS;
	padding-bottom: 40px;
}

.quote{
	background: url('../images/s_quote.png') no-repeat;
}

#footer{
	clear: both;
	border-top: 1px #e1bf9d solid;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #e1bf9d;
	font-size: 11px;
	font-family: Trebuchet MS;
	padding-bottom: 15px;
}

#footer a{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #e1bf9d;
	text-decoration: none;
}

#footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}

form {
	font-family: Trebuchet MS;
	margin:0;
	padding:0;
}

input {
	font-size:12px;
	background:#f1f1f1;
	margin:5px auto 5px auto;
	border:1px solid #B5CCBA;
}

textarea {
	padding:0;
	margin:5px auto 10px auto;
	font-size:12px;
	background:#f1f1f1;
	border:1px solid #b5ccba;
	width: 416px;
	height:140px;
}

input:hover, textarea:hover {
	background:#fafbfc;
}

input:focus, textarea:focus {
	border-color:#666;
	background:#fff;
}

textarea:hover {
	background:#fafbfc;
}

textarea:focus {
	border-color:#666;
	background:#fff;
}

#close{
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}

#close a{
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #d7cebd;
	text-decoration: none;
	text-indent: 0px;
	padding: 0 0 0 10px;
	margin: 0;
	width: inherit;
	letter-spacing: -1px;
}

#close a:hover{
	color: #ff9933;
	text-decoration: none;
}

.edit_link{
	cursor: pointer;
}

.span_link{
	cursor: pointer;
}

.span_link span:hover{
	text-decoration: underline;
}