/**
 * Idee-Ecran.org - CSS
 * Copyright (C) 2010 William Famy
 *
 * 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 3 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, see <http://www.gnu.org/licenses/>.
 */

html, body {background: #fff; font-size: 0.7em !important; margin: 0; padding: 0;}

a {color: #000; text-decoration: none;}
a:hover {color: #3300cc}
input, textarea, select{border: 1px solid gray !important; padding: 2px !important;}

input[type=radio], /* IE7 fix */
input[type=checkbox] {
  border: none;
}

/*
 * Messages
 */

#message .info {
	margin: 1em 0 1em 0;
	padding: 0.5em 0.5em 0.5em 25px;
	border: 2px solid #92CAE4;
	color: #205791;
	background: #D5EDF8 url('../../images/logo.png') no-repeat left;
    font-size: 1.1em;
}

#message .info a {color: #205791; text-decoration: underline;}

/*
 * Page
 */

#page {margin: 20px auto; width: 98%; -moz-border-radius: 0; -moz-box-shadow: 0 0 0 0; -webkit-border-radius: 0; -webkit-box-shadow: 0 0 0 0; border-radius: 0; box-shadow: 0 0 0 0;}
#page {border-bottom: none;}

/*
 * Header
 */

#header {
	position: relative !important;
	height: 120px;
	background: #fff;
}

#header .title img {
	position: absolute;
	top: -20px;
	left: 10px;
	z-index: 0;
} 

#header .header-toolbar,
#header .title,
#header .login,
#header #nav ul, {
	z-index: 1;
}

#header .login {
  padding: 4px 4px 6px 4px;
  position: absolute;
  right: 0;
  top: 0;
}

#header .login span {display: none;}

#header .login a {
  color: #fff;
  font-size: 1.3em;
  text-decoration: none;
  display: block;
  float: right;
  margin-right: 1em;
  /*background: #99cc00;*/
  background: #99cc00;
  border: 1px solid #99cc00;
  padding: 4px 1em 4px 1em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#header .login a:hover {
	background: #cc0033;
	border: 1px solid #cc0033;
	color: #fff;
}

#header .header-toolbar {
	position: absolute;
	bottom: 4px;
	right: 0px;
	color: #000;
    top: auto;
    border: none !important;
    background: #fff !important;
}

#header .header-toolbar a {color: #000 !important;}
#header .header-toolbar td {padding-right: 5px;}

#header .header-toolbar input,
#header .header-toolbar button {
  border: 1px solid #bbb !important;
  float: left !important;
}

#header .header-toolbar .button-search {
  background-position: 50% 50%;
  width: 30px; /* IEx left-padding:24px + right-padding: 6px */
  height: 22px;
  margin-left: 5px;
  padding: 1px 6px 1px 16px;
}

.button-search {background-image: url('../../icon-search/;download');}

#header .header-toolbar button span {
  visibility: hidden;
}

/*
 * Naviguation menu
 */

#nav {
	position: absolute;
	bottom: -14px;
	left: 0;
}

#nav ul {
	margin: 0 0 0 2em;
	padding: 0;
	list-style-type: none;
	padding: 4px;
    position: static !important;
    bottom: auto !important;
    padding-left: 4px !important;
}

#nav ul li {display: block; float: left;}

#nav ul li a {
	display: block;
	margin-left: 3px;
	margin-right: 3px;
	padding: 8px 12px 8px 12px;
	background: #99cc00;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1.3em;
	z-index: 1;
}

#nav ul li a:hover {background-color: #cc0033; color: #fff;}
#nav ul li.in-path a {background-color: #006699; color: #fff;}

/*
 * Languages
 */

#languages a,
#languages a:link {
  text-transform: uppercase;
  margin: 0;
  padding: 0 5px 0 2px; /* There is something strange should be {0 5px} */
  border-right: 1px solid #bbb;
}

#languages a.first {
  padding-left: 0;
}

#languages a.last {
  margin-right: 0;
  border-right: 0;
  padding-right: 0;
}

#header #languages a.selected {
  text-decoration: underline;
}

#header .header-toolbar .fo-edit {
  margin-right: 5px;
}

/*
 * Content
 */

#page > #content {
  min-height: 400px;
  height: auto;
}
#contentbar {
  width: 700px;
  float: left;
 /* overflow: hidden;*/
  padding-bottom: 0.6em;
  padding-right: -280px;
}
#sidebar-items .sidebar-box {margin-top: 10px;}
#content .admin-bar {position:static; margin-top: 10px;}

/* IE 6 & <*/
* html #content{
  height: 400px;
}


/*
 * Location bar
 */

#location {
	position: relative;
    width: auto; /* Fix IE6 */
	background: #006699;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	height: 2.7em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	margin-bottom: 1em;
	z-index: 100
}

#location #breadcrumbs {
	float: none;
	margin: none;
	padding: none;
    line-height: 2em;
    font-size: 1.1em;
    padding: 3px 4px 2px 0;
}

#location #breadcrumbs a {color: #fff; font-weight: bold;}
#location #breadcrumbs span {color: #fff;}
#location #tabs {position: absolute; right: 0; top: 4px; margin-right: 1em;}
#location #tabs span a {color: #fff;}
#location a:hover, #location #tabs .menu a:hover {
	background-color: #cc0033;
	border: 1px solid #cc0033;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#contentbar {font-size: 1.2em;
/*background-color: red;*/
/*margin-right: 400px;*/
margin-right: 20px;
}
#turning-footer {
  border-top: 1px solid #dcdcdc;
  padding: 10px 5px;
}
#turning-footer p {
  margin: 0;
  font-size: medium;
  color: #FFA500;
  font-style: bold;


}
#turning-footer a {
  margin: 0;
  font-size: medium;
  color: #FFA500;
  font-style: bold;


}

/*
 * Footer
 */

#footer {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;

  border-radius: 4x;
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 10px 5px;
  margin: 0 2em;
  font-size: 1.3em !important;
}

#fffooter {
  background: #ffffff !important;
}

#footer p {
  margin: 0;
}

#footer a {
	color: blue;
}

#footer a:hover {
	background-color: #cc0033;
	border: 1px solid #cc0033;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 0.5em;
	color: #fff;
}

#content h3.title {
  font-size: 1.4em;
  margin: 0.90em 0.90em 0.5em 0em;
  background-color: #99cc00;
  }
  
  #content .content h1 {
  font-size: 1.3em;
  margin: 0.90em 0.90em 0.5em 0em;
  color: #cc0033;
}

#content #produit {
  font-size: 1.2em;
  margin: 0.90em 0.90em 0.5em 0em;
  background-color: #00000;
  float: right;
}

.produit{
	float: right;
	}

.produit tr{
font-size: 4em;
}

.mymy{
color: #99cc00 !important ; 
  font-size: 1em;
  }
/*design Fabrice */