/**
	Lemon Theme
	Copyright (C) 2009  Cyril SCHUMACHER / Bastien SOL
	
	This program 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.
	
	This program 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 this program; if not, write to the Free Software
	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

/* Global Styles */

html,body {
	margin: 0%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
}

img {
	border:none;
}

h1,h2 {
	color: #b3c301;
}

legend {
	font-size: large;
	color: #b3c301;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:hover,a:visited {
	text-decoration: none;
	color: #b3c301;
}

input[type="text"]:hover,input[type="password"]:hover,textarea:hover {
	background-color: #85b417;
	border: 2px solid #CCCCCC;
}

table {
	margin: 0% auto;
	width: 50%;
	border: 1px solid #999999;
	background-color: #ecebe6;
	border-spacing: 5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 1px;
	border-radius: 10px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

table th {
	background:url(images/bg-input.png);
	text-align:center;
	width:28px;
	border: #999999 1px solid;
	font-size:larger;
	font-weight:bold;
	color:#ffffff;
	padding: 5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 1px;
	border-radius: 10px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

div.bulle {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bulle blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bulle blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bulle cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(FlecheBulle.gif) no-repeat 20px 0;
	font-style: normal;
}

/* ID Styles */
#header-bar {
	position: relative;
	width: 100%;
	line-height: 26px;
	background-image: url(images/bg-bar.png);
	color: #999999;
	border-bottom: #999999 3px solid;
	vertical-align: middle;
}

#header-bar a {
	color: #999999;
	text-decoration: none;
}

#header-bar a:hover,a:visited {
	text-decoration: none;
	color: #b3c301;
}

#header {
	position: relative;
	width: 100%;
	height: 150px;
	background-color: #b3c301;
	background-image: url(images/bg-header.png);
	border-bottom: #999999 1px solid;
}

#item {
	position: absolute;
	width: 100%;
	height: 150px;
	background-image: url(images/bg-a.png);
	background-repeat: no-repeat;
	border-bottom: #999999 1px solid;
}

#titled {
	position: absolute;
	right: 0%;
	top: 0%;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
	margin-right: 15px;
	margin-bottom: 10px;
}

#atitled {
	position: absolute;
	right: 0%;
	top: 35%;
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 15px;
	margin-bottom: 10px;
}

#menu {
	position: relative;
	width: 100%;
	height: 30px;
	background-image: url(images/bg-menu.png);
	border-bottom: #999999 1px solid;
}

#menu ul {
	list-style: none;
	margin: auto 0;
	display: inline;
}

#menu li {
	position: relative;
	float: left;
	margin: 0;
	height: 30px;
	text-align: center;
	font-weight: bold;
}

#menu li a {
	font-family: arial, sans-serif;
	font-size: 11px;
	background: url(images/separator.png) no-repeat top right;
	display: block;
	width: 70px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	float: left;
	color: #333333;
	text-decoration: none;
}

#menu li a b {
	display: block;
	width: 70px;
	float: left;
	padding: 0;
}

#menu li a:hover {
	display: block;
	background: #999999 url(images/hover.png) no-repeat top;
	color: #ffffff;
}

#menu li a:active,#menu li a:focus {
	width: 70px;
	display: block;
	background: #999 url(images/active.png) no-repeat;
	color: #ffffff;
	line-height: 35px;
}

#menu li a:hover b,#menu li a:active b {
	width: 70px;
}

#content {
	position: relative;
	margin-top: 10px;
	padding: 15px;
	width: 75%;
	height: auto;
	border: #dedbd1 2px solid;
	background-color: #f5f4f0;
	left: 11.5%;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

#footer {
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
}

#nojasvascript {
	position:relative;
	width: 100%;
	line-height: 20px;
	color: #000000;
	background-color: #ffffde;
	border-bottom: 1px solid #bdb5a5;
}

/* Class Styles */
.button {
	background: url(images/bg-input.png) repeat-x ;
	border: #E5E5E5 2px solid;
	padding: 5px 12px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

.search {
	background: url(images/bg-search.png) left repeat-x;
	width: 150px;
	border: #E5E5E5 2px solid;
	padding: 5px 40px 5px 15px;
	font-family: sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

.textbox,.select {
	border: #E5E5E5 2px solid;
	padding: 5px 12px;
	font-family: sans-serif;
	font-size: 14px;
	color: #000000;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

.textarea {
	border: #E5E5E5 2px solid;
	padding: 5px 12px;
	font-family: sans-serif;
	font-size: 14px;
	color: #000000;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

.code {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: #000000 1px dashed;
	background-color: #FFFFFF;
	text-align: left;
}