/*
 CSS Document
 (c) By Xul.fr
 Freeware
*/

#content
{
    margin-left:24px;
    margin-right:24px;
    position : relative;
    left : 20px;
    top : 90px;
}

#tabs ul
{
    font: normal 12px "Trebuchet MS", Verdana, arial, sans, sans-serif;
    -list-style-type: none;
    border-bottom: 1px solid gray;
    margin: 0;
    padding-left:0;
    padding-right:0;
    padding-bottom: 30px;
}

#tabs ul li 
{
    display: inline;
    float: left;
    height: 28px;
    min-width:40px;
    text-align:center;
    padding:0;
    margin: 1px 0px 0px 0px;
    border: 1px solid gray;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-khtml-border-radius:10px 10px 0 0;
}

#tabs ul li.selected 
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-khtml-border-radius:10px 10px 0 0;
}


#tabs ul li a 
{
    float: left;
    color: #666;
    text-decoration: none;
    padding: 4px;
    text-align:center;
    background-color:#eee;
    min-width:40px;
    border-bottom: 1px solid gray;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-khtml-border-radius:10px 10px 0 0;
}

#tabs ul li a.selected
{
    color: #000;
    font-weight:bold;
    background-color: #fff;
    border-bottom: 1px solid #fff;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-khtml-border-radius:10px 10px 0 0;
}

#tabs ul li a:hover
{
    color: #000;
    font-weight:bold;
    background-color: #fff;
}

#tabs ul li a img
{
vertical-align:-50%;
}

#tabs {
	width:743px;
}

#container 
{
    background: white;
    border:1px solid gray;
    border-top: none;
    height:350px;
    width:750px;
    padding:0;
    margin:0;
    left:0;
    top:0;
	border-radius:0 10px 10px 10px;
	-moz-border-radius:0 10px 10px 10px;
	-webkit-border-radius:0 10px 10px 10px;
	-khtml-border-radius:0 10px 10px 10px;
}

iframe
{
    border: none;
    margin:0;
    padding:0;
}

.htmlTab {
    font: normal 10px "Trebuchet MS", Verdana, arial, sans, sans-serif;	
}

iframe a img {
	border:none;
}

a img {
	border:none;
}

.htmlTab {
    font: normal 12px "Trebuchet MS", Verdana, arial, sans, sans-serif;	
}

/* -----------------------------------------------
	css pour boite de dialogue :
	URL=http://www.javascriptfr.com//code.aspx?ID=47624
	(largement adapté)
	------------------------------------------------ */

#boite {
	height:130px;
	width:350px;
	position:absolute;
	z-index:150;	
	font-size : 12px;
	background-color: #eaeae8;
	padding: 5px;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;	
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;
}

#titre {
	position:absolute;
	text-align:center;
	font-family : "Trebuchet MS", Verdana, Georgia, Arial, serif;
	color:#990000;
	font-weight:bold;
	font-size:16px;
	z-index:151;
	padding: 10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;
}

#fermer {
	position:absolute;
	z-index:151;
}

#contenue {	
	padding: 10px;
	z-index:151;
	text-align:center;
	background-color:#FFFFFF;
	height:80px;
	width:330px;
	position:absolute;
	font-family : "Trebuchet MS", Verdana, Georgia, Arial, serif;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius: 10px;
}