﻿
.informations
{
	/*color : #0000C0;
	background-color : #F0F0F0;*/
	font-size : 10pt;
	font-weight : normal;
	display : none;
	margin-top : 10px;
}


/*
 CSS Document
 (c) By Xul.fr
 Freeware
*/

#content
{
	min-height:350px;
    /*margin-left:24px;
    margin-right:24px;*/
}

#tabs ul
{
    font: normal 14px arial, sans, sans-serif;
    -list-style-type: none;
    border-bottom: 1px solid #678b3f;
    margin: 0;
    padding-left:30px;
    |padding-left:0px;
    padding-right:30px;
    padding-bottom: 26px;
}

#tabs ul li 
{
    display: inline;
    float: left;
    height: 24px;
    min-width:118px;
    |min-width:80px;
    text-align:center;
    padding.0px;
    margin: 1px 0px 0px 0px;
    border-left: 1px solid #FFF;
    color:#FFF;
}

#tabs ul li.selected 
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
}


#tabs ul li a 
{
    float: left;
    color: #FFF;
    text-decoration: none;
    padding: 4px;
    text-align:center;
    background-color:#678b3f;
    min-width:80px;
    /*border-bottom: 1px solid gray;*/
}

#tabs ul li a.selected
{
    color: #FFF;
    /*font-weight:bold;*/
    background-color: #8cb85c;
    /*border-bottom: 1px solid #fff;*/
}

#tabs ul li a:hover
{
    color: #FFF;
    /*font-weight:bold;*/
    background-color: #8cb85c;
}

#container 
{
    /*background: white;
    border:1px solid gray;*/
    border-top: none;
    height:400px;
    width:370px;
    padding:0;
    margin:0;
    left:0;
    top:0;	
}

