/*
 CSS Document
 (c) mks2.fr
 
*/

#content
{
    margin-left:10px;
    margin-right:10px;
}


#tabs1 ul
{
    font: normal 16px arial, sans, sans-serif;
    -list-style-type: none;
	border-bottom: 1px solid #2F4155;
    margin: 0;
    padding-left:0;
    padding-right:0;
    padding-bottom: 40px;
}

#tabs1 ul li 
{
    display: inline;
    float: left;
    height:35px;
    min-width:80px;
    text-align:center;
    padding:0;
    margin: 1px 0px 0px 0px;
    border: 1px solid #2F4155;
}

#tabs1 ul li.selected 
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
}


#tabs1 ul li a 
{
    float: left;
    color: #FFF;
    text-decoration: none;
	/*hauteur couleur dans l onglet*/
    padding: 8px;
    text-align:center;
    background-color:#2F4155;
    min-width:80px;
    border-bottom: 1px solid #2F4155;
}

#tabs1 ul li a.selected
{
    color: #000;
    font-weight:bold;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

#tabs1 ul li a:hover
{
    color: #000;
    font-weight:bold;
    background-color: #fff;
}
#tabs2 ul
{
    font: normal 14px arial, sans, sans-serif;
    -list-style-type: none;
	font-weight:bold;
    border-bottom: 1px solid gray;
    margin: 0;
    padding-left:0;
    padding-right:0;
    padding-bottom: 40px;
}

#tabs2 ul li 
{
    display: inline;
    float: left;
    height: 33px;
    min-width:60px;
    text-align:center;
    padding:0;
    margin: 1px 0px 0px 0px;
    border: 1px solid gray;
}

#tabs2 ul li.selected 
{
    border-bottom: 1px solid #fff;
    background-color: #ff2C00;
}


#tabs2 ul li a 
{
    float: left;
    color: #FFF;
    text-decoration: none;
    padding: 8px;
    text-align:center;
    background-color:#E64745;
    min-width:80px;
    border-bottom: 1px solid gray;
}

#tabs2 ul li a.selected
{
    color: #000;
    font-weight:bold;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

#tabs2 ul li a:hover
{
    color: #000;
    font-weight:bold;
    background-color: #fff;
}

#container 
{
    background: #181818;
    border:1px solid #E64745;
    border-top: none;
    height:450px;
    width:100%;
    padding:0;
    margin:0;
    left:0;
    top:0;	
}

iframe
{
    border:none;
    margin:0;
    padding:0;
}