/**
 * Réalisé par Stéphane PANAGIOTOPOULOS <stephane.panagiotopoulos@gmail.com>
 * Version 1
 * Date 15/07/2009
 * */

body
{
	margin:0;
	text-align:center;
	font-family:Arial;
	font-size:10pt;
	background-color:#000000;
	color:#ff9900;
}

#global
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color:#750204;
	margin-top:20px;
	margin-bottom:20px;
}

#header
{
	margin-bottom:10px;
}

#menu a
{
	text-decoration:none;
	color:#ff9900;
}


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

#menu ul {
	color:#ff9900;
	text-align:left;
	padding:0;
	margin:0;
	list-style-type:none;
}
#menu li
{
	padding-left:4px;
    padding-right:5px;
    margin-left:10px;
    margin-right:10px;
}
#menu li ul li
{
	padding-left:4px; padding-right:5px; margin-left:10px; margin-right:10px; height:20px;
	padding-top:5px;
}

#menu li.menu_separateur
{
	background-image:url('../../images/menu_separateur.jpg');
	background-repeat:repeat-x;
	margin-left:14px;
	width:136px;
	margin-right:0px;
	padding:0px;
    height:20px;
}

#menu
{
	width:150px;
	font-size:12pt;
	color:#2b0f00;
	height:30px;
	float:left;
	margin-right:0px;
    height:100%;
/*	font-weight:bold;*/
}

#content
{
	width:820px;
	border:1px solid #ff9900;
	background-color:#ae0000;
	padding:10px;
	text-align:left;
    overflow:auto;
    color:black;
    height:100%;
}

#content a
{
    color:#000000;
}

#footer
{
	text-align:center;
	padding:10px;
	width:1000px;
}

#footer a
{
	text-decoration:none;
	color:#ff9900;
}

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

#pagination
{
    text-align:center;
}

#pagination a
{
    color:#FFFFFF;
    text-decoration:none;
}

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

.produit_catalogue
{
    padding:5px;
    color:#000000;
    width:180px;
    height:150px;
    background-image:url('../../images/degrade_orange.jpg');
    border:1px solid #750204;
    background-repeat:repeat-x;
    background-color:#ff9900;
}

.produit_catalogue a
{
    text-decoration:none;
    color:#000000;
}

.produit_catalogue a:hover
{
    text-decoration:underline;
}

#way
{
    color:#FFFFFF;
}

#way a
{
    color:#FFFFFF;
    text-decoration:none;
}

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

#table_content th, #table_content td
{
    border:1px solid black;
    padding:4px;
}

#table_content th
{
    background-color:#750204;
}

#bin_confirm
{
    position:absolute;
    text-align:center;
    border:1px solid #750204;
    background-color:#ffffff;
    height:200px;
    width:400px;
}

#total
{
    font-weight:bold;
    text-align:center;
}