/*----------------------------------------------------------------------------
    This file is part of WiZleE My Annu.

    Copyright (c) 2007 Alain Debaiffe.

    url: http://www.wizlee.com

    All rights
 reserved.

    WiZleE My Pub is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    WiZleE My Pub is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with WiZleE My Pub; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

------------------------------------------------------------------------------*/

body {
font-family: Arial, Verdana, Arial, sans-serif;
font-size: 14px;
background-color: #DDEEFF;
margin: 0;
padding: 0;
height:100%;
}

#autentification {
margin-left: auto;
margin-right: auto;
width:  300px;
background-color: #ddeeff;
border-color: #CCCCCC;
border-style: dashed;
}

.version {color:#000; font-size:10px; margin-top: 5px; text-align: right;}

/*------------------------------------------------------
  MENU
-------------------------------------------------------- */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
margin-top:  0px;
margin-left: 100px;
z-index:100;
width: 820px;
}
#menu dl {
float: left;
width: 150px;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}


/*
oublie
*/
.oublie {
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #000000;
}
a.oublie {
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
}
a.oublie:hover{
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #000000;
	text-decoration: underline;
}

#header {
width: 100%;
background: url(../images/header_fond.jpg) repeat-x top left #8eb7d7;
}

#conteneur {
position: relative;
width: 760px;
left: 50%;
margin-left: -400px;
background-position: bottom left;
}

/*
search
*/

.noborder, a.noborder, a.noborder:hover {
	border: none;
	text-decoration: none ;
}

#topsearch {
	margin-top:20px;
}

#topsearch input {
	width:150px;
	padding:2px;
	font-size:15px;
	font-weight:bold;
	color:#666;
}
#topsearch a.search {
	background:url(../images/bg_button_topsearch.gif) no-repeat;
	color:white;
	padding-top:4px;
	font-weight:bold;
	font-size:12px;
	display:block;
	text-align:center;
	width:72px;height:25px;
	border:none;
}
#topsearch a.search:hover {
border:none;
color:#999;
}

form {
	margin:0;
	padding:0;
}


/*
 centre
*/
div.block {
	margin-bottom:10px;
}
.block {
  background: white;
  border: 1px solid #DBDBDB;
}
.block .w1 {
  background-image: url(../images/block_top_left2.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: -1px;
}
.block .w2 {
  background-image: url(../images/block_top_right.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: relative;
  left: 2px;
}
.block .w3 {
  background-image: url(../images/block_bottom_right.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}
.block .w4 {
  background-image: url(../images/block_bottom_left.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  position: relative;
  left: -2px;
  min-height: 50px;
/*  _height: 50px;*/
  z-index: 10;
}


div.block-content {
	padding:20px;
	padding-top:20px;
}
div.block-links {
	text-align:right;
	font-size:11px;
	margin-top:5px;
}
div.block-links a{
	padding:1px 5px 1px 5px;
}
.block-links a:hover {
	background:#0066CC;
	color:white;
}
.homeblock h5 {
	color:#0066CC;
}


/*
footer
*/
#footer {
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	font-size:11px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color:white;
	background:url(../images/bg_footer.jpg) repeat-x #333333;
}
#footer a{
	color:white;
	border:none;
	padding:1px 5px 1px 5px;
	text-decoration: none;
}
#footer a:hover{
	color:#333;
	background:white;
}
#footer a#submitbug-a:hover{
	background:red;
	color:white;
}
#footer a#suggest-a:hover{
	background:#FFA500;
	color:white;
}
