/* @override 
	http://grogro.local:8888/~max/Avril/Avril_2/views/avril_print.css
*/

body {
	font: 10pt Verdana, sans-serif;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: inherit;
}

#Avril {
	margin-bottom: 10mm;
}

#menu_gene
/*, #decoupe*/
/*, .detail_item span*/
, #c_presse #decoupe
, .signature
, #lang
{
	display: none;
}

#logo {
	width: 25%;
	background-color: #101519;
	padding: 3mm;
}

#logo img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#items {
	font-size: 1mm;
}

.item {
	display: inline-block;
	width: 24%;
	/*height: 25%;
	display: block;
	float: left;*/
}

/*IE
.item {
	display: inline;
}*/

.detail_item {
	width: 60%;
	display: none;
	margin: 2em auto;
}

#c_presse .detail_item {
	width: 80%;
	display: block;
}

.detail_item img, .item img {
	display: block; /*IE?*/
	width: 100%;
	height: auto;
	margin: auto;
	border: none;
	/*margin: 0;*/
}

.detail_item .etiquette {
	/*margin-top: -2em;*/
}

.detail_item p {
	white-space: nowrap;
	font-weight: bold;
	margin: 0 1em;
	color: #30494d;
}

.detail_item span {
	margin-left: 2em;
	font-weight: normal;
}

/*#c_presse .detail_item span {
	float: right;
}*/

table.stock {
	border-collapse: collapse;
	margin: 1mm 0;
	width: 100%;
}

.stock th, .stock td {
	border: 1px solid gray;	
}

.stock td {
	text-align: center;
	padding: .2em 0.5em;
}

.stock td:first-child {
	text-align: left;
}

td.image {
	height: 30mm;
	padding: 0.3mm;
}

table.stock p {
	margin: 0;
	margin-top: -1em;
	margin-left: .3em;
	font-weight: bold;
	/*color: #bfbfbf;*/
	color: #321e29;
}

table.stock img {
	height: 100%;
	width: auto;
}

#contact, .event, .detail_item {
	border: 1px solid gray;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	padding: 1em;
}

#contact {
	width: 50%;
	margin: 30mm auto;
}

#contact dt {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .5em;
}

.event {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin-right: 2em;
	margin-bottom: 2em;
	/*background-color: #436169;*/
}

*+html .event, * html .event {
	display: inline;
}

#contenu {
	margin-top: 15mm;
	text-align: center;
}

.event h4 {
	margin-top: 0;
}

.pdv h4 {
	margin: 0;
}