/*www.equallia.com - 2006*/

/***********************selecteurs*/

*{
	margin: 0;
	padding: 0
}
body{
	font-size: 12px;
	font-family: Arial;
	color: Black;
}
img{
	border: 0
}
li{
	list-style: none;
}
label, input, select{
	vertical-align: middle;
}

/*structure*/

.center{
	width: auto;
}
.header{
	margin-bottom: 20px;
}
.navigation{
	display: none;
}
.content{
	width: auto;
	background: none;
}
.titre_home, .titre_vitrine{
	width: auto;
	background: none;
}
.left{
	display: none;
}
.right{
	width: auto;
}
.footer{
	display: none;
}

/*header*/

.tools{
	padding: 3px;
	background: #780F16;
}

.top_links{
	display: none;
}
/*content*/

.titre_home h1, .titre_vitrine h1{
	display: none;
}
h1{
	font-size: 18px;
	margin-bottom: 15px ;
   	text-align: right;
}

.content_right_txt2{
	margin-bottom: 25px;
}
.content_right_txt2 h2{
	font-size: 12px;
	padding: 2px 0 2px 5px;
	color: White;
}
.content_right_txt2 h3{
	font-size: 11px;
	margin-top: 10px;
	padding: 1px 0 4px 5px;
	color: #780f16;
}
.content_right_txt2 p{
	margin-top: 10px;
	padding: 1px 15px 4px 5px;
}


.tab {
	width: 640px;
	margin-left: 5px;
	text-align: center;
	text-transform: uppercase;
}

#print{
	display : block;
}

#not_print
{
  display: none;
}


