/* CSS Document */
/*
-- Subject : CSS WEBSITE - PRINT
-- Historique : Cr�ation le 
-- Author : 
-- �volubiz Inc.
*/
/*
** Couleurs :
/*
	Rouge : #830F0F
	Rouge logo : #B5121B
	Gris fonc� : #646464
	Gris moyen : #CACACA
	Gris p�le : #E0E0E0
	Gris brun : #49423C
*/
/********************************************** Container *************************************************/
#container
{
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
}

H1
{
	padding-left: 0;
}
/**********************************************************************************************************/

/************************************************ Header **************************************************/
#header
{
	position: relative;
	background-color: #FFFFFF;
}

#header .logo
{
	height: 106px;
}

#header .logo IMG
{
	margin: 30px 0 0 0;
}

#header A.home
{
	display: none;
}

/* MENU */
#header DIV.menu
{
	display: none;
}
/**********************************************************************************************************/

/*********************************************** Middle ***************************************************/
#row_middle
{
	clear: both;
	background-color: #646464;
}
/**********************************************************************************************************/

/******************************************** Colonne gauche **********************************************/
#column_left
{
	display: none;
}
/**********************************************************************************************************/

/*********************************************** Content **************************************************/
#column_content
{
	float: none;
	background-color: #FFFFFF;
	
}

#content
{
	position: relative;
}

#content .trail
{
	position: absolute; top: 25px; left: 0;
	font-size: 80%;
}

#content .trail A { color: #646464; }
#content .trail A:hover { color: #B5121B; }

#content A.print
{
	display: none;
}

#content .content
{
	position: relative;
}

#content DIV.box
{
	position: relative;
	margin: 0 0 25px 0;
}

#content DIV.box DIV.box_content
{
	padding: 5px 5px 20px 5px;
}

#content DIV.box H2
{

}

#content.products DIV.content DIV.modeles DIV.modele DIV.specs TH.emballage
{
	width: 30% !important;
}
/**********************************************************************************************************/

/*********************************************** Footer ***************************************************/
#footer
{
	border-top: 1px solid #CACACA;
	padding-top: 5px;
}

#footer .links
{
	display: none;
}

#footer .adresse 
{
	display: none;
}
/*
#footer .adresse 
{ 
	clear: both;
}

	#footer .adresse .adr
	{ 
		display: inline;
		padding: 10px;
		font-size: 10px;
		float: left;
	}	
	* html #footer .adresse .adr
	{ 
		font-size: 8px; 
	}	
	
*/
#footer .copyright
{
	clear: both;
	color: #E0E0E0;
	font-size: 75%;
	text-align: right;
	margin-right: 20px;
}

#footer .credits
{
	clear: both;
	font-size: 80%;
	text-align: right;
}

#footer .credits A, #footer .credits A:hover { color: #E0E0E0; text-decoration: none; }

/**********************************************************************************************************/

/*********************************************** General **************************************************/
TABLE
{
	border: 1px solid #CACACA;
	border-right: none;
	border-bottom: none;
}

TH, TD
{
	border-right: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}

TH
{
	border-bottom: 2px solid #646464;
}
/**********************************************************************************************************/