

/* mise en page globale */

* {
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 100%;
}


body {
	background:#000000 url(../pics/bg_dessus.gif) repeat-x;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: .85em;
	color:#000000;
}

/* tooltips */
#tooltip {
	position: absolute;
	z-index: 2;
	border: 1px solid #67a400;
	background-color: #cccccc;
	color: #333333;
	padding: 5px;
	opacity: 0.85;
}

#tooltip div { margin: 0; }

#tooltip h3 {
	font-size: 1em;
    margin: 0;
	padding: 0 3px;
	text-align: left !important;
}

#tootip p {
	font-size: 0.55em;
	margin: 5px 0 0 5px;
	text-align: left;
}



/* entête */



#header {
	position : relative;
	width: 1000px;
	height: 120px;
	margin : auto;
	background: url(../pics/frog_title.png) no-repeat center;
	z-index: 1;
}


#header a {
	display: block;
	height :120px;
	width:1000px;
	text-decoration:none;
	color:#000000; 
}

.hidden {
	display : none;
}

/*corps*/

#emballage {
	background: #202020 url(../pics/bg_gen.gif) repeat;
	border-top: solid 3px #ff6200;
	position:relative;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 5px;
	padding-top:15px;
}

#tete {
	position: relative;
	top:-29px;
	left: 39px;
	height:88px;
	background: url(../pics/frog_inv_site_tot3.png) no-repeat left;
	margin:-44px;
}

/* menu vertical */
#menu {
	position:relative;
	width: 180px;
	float: left;
	margin: 0px;
	padding: 5px 0 2em 0;
}

#menu ul {
	list-style-type: none;
	padding:0px;
	margin: 0 0 0 8px;
}

#menu ul li {
	list-style: none;
	position: relative;
}

#menu a {
	display: block;
	text-decoration: none;
	line-height: 35px;
	color: #646464;
	font-weight: bold;
	font-size: 1.1em;
	text-indent: 1em;
	padding-left: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #323232;
	text-align: left;
	background: url('../pics/menu_li_link_bb.gif') no-repeat left center ;
}


#menu ul li a.active {
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #67a400;
	background: #000000 url('../pics/menu_a_active.gif') left center no-repeat ;
}

#menu ul a:hover {
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #67a400;
	background: #000 url('../pics/menu_a_active.gif') left center no-repeat ;
}


#menu ul ul a {
	display: block;
	text-decoration: none;
	line-height: 25px;
	color: #646464;
	font-weight: bold;
	font-size: 1em;
	text-indent: 1em;
	text-transform: lowercase;
	margin-left:17px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #323232;
	text-align: left;
}

#menu ul ul a:hover {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6200;
	background: #000000 url('../pics/menu_a_hover.gif') left center no-repeat ;
}

/* contenu */

#contenu {
	position: relative;
	background:#FFFFFF url(../pics/bg_contenu.gif) repeat-x top;
	padding : 25px 20px 20px 20px;
	margin: 5px 15px 15px 190px;
}

#contenu h1 {
	font-weight: bold;
	font-size: 2.5em;
	padding-bottom: 0.2em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #67a400;
	color: #353535;
	text-indent: 0.5em;
}

#contenu h2 {
	margin-top: -2px;
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 1.5em;
	padding-bottom: 0.2em;
	text-decoration: underline;
	color: #67a400;
	text-indent: 0.5em;
	border-top : 2px solid #67a400;
}


#contenu h3
{
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 1.9em;
	padding-top: 0.5em;
	text-decoration:underline;
	border-top : 1px solid #ff6200;
	color: #ff6200;
	text-indent: 0.5em;
}

#contenu h4 
{
	background: inherit;
	color:#FFFFFF;
	clear:both;
}

#contenu h5
{
	font-size: 1em;
	color: #000000;
	text-decoration:underline;
	margin-bottom: 15px;
	margin-top: 30px;
}

#contenu h6
{		
	margin-top: 15px;
	background: inherit;
	text-align: justify;
	visibility: hidden;
}

#contenu p 
{
	margin-top: 25px;
	text-align: justify;
}

.kissa
{
	font-size: 1em;
	color: #b2b2b2;
	font-weight: 900;
}

.frog
{
	font-size: 1em;
	color: #67a400;
	font-weight: 900;
}

.info
{
	color: #cc7b00;
}

#contenu p strong
{
	font-size: 1em;
	color: #000000;
}

#contenu a
{
	text-decoration: none;
	color: #FF6200;
	font-weight:600;
}

#contenu a:hover
{
	text-decoration: underline;
}

#contenu img
{
	border: solid 1px #FF6200;
	padding: 3px;
	margin: 0px 15px 10px 0px;
}

#contenu img.titre
{
	position:relative;
	top:23px;
	border:none;
}

#contenu img.tips
{
	position:relative;
	margin : 2px 2px 0px 0px;
	border:none;
}

#contenu .gauche
{
	position: relative;
	float: left;
	margin: 0px 15px 10px 0px;
}

#contenu .droite
{
	position: relative;
	float: right;
	margin: 0px 0px 10px 15px;
}

#contenu ul
{	
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

#contenu li 
{
	background: url('../pics/ul_f.gif') left center no-repeat;
	padding-left: 15px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.quote
{
	margin-top :-15px;
	padding-left : 30px;
	color: #545454;
	display:block;
}


.sousmenus
{
	padding-left: 30px;
}

/* glossaire et produits */
.glopro
{
	position: relative;
}


.glopro ul
{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

.glopro li 
{
	background: url(pics/ul.gif) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.glopro li span 
{
	text-decoration: line-through ;
}

/* pied */

#footer
{
	position: relative;
	margin: 0px 15px 35px 15px;
}

#footer p
{
	margin-top: 30px;
	background: inherit;
	text-align: center;
	color: #646464;
	font-size: 0.9em
}

#footer a
{
	text-decoration: none;
	color: #679a26;
	font-weight:500;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer a img
{	
	float:right;
	border: none;
	margin-left : 30px;
}

.gototop{
	position:fixed;
	right:15px;
	bottom:10px;
	color:#999999;
	font-size:10px;
	text-decoration:none;
	_display:none;
}
