﻿body{
	padding:0px;
	margin:0px;
	font-family:verdana;
	background:#333;
}


/*Style pré-défini*/
.full-size{
	width:1200px;
	margin:auto;
}

/*Main*/
#main-wrapper {
    float: left;
    margin-top: -20px;
    width: 1200px;
}
#main {
    /*
    background: url("/BaoTanResources/img/bg-conteneur-page.png") repeat scroll 0 0 transparent;
    */
    background-color: rgba(255, 255, 255, 0.85);
}

#content-head
{
    width:100%;
    min-height:130px;
}

#content-menu
{
    width:100%;
    text-indent: 0;
}

#content-menu .chromestyle ul li
{
    text-align:left;    
    display: table-cell;
}

#content-menu .chromestyle ul
{
    background: url("/BaoTanResources/img/fond-menu-second.jpg") repeat scroll 0 0 transparent;    
}

#content-main
{
    height:auto;
    min-height:1200px;
}