@page{
  size : 210mm 297mm;
  margin : 1cm;
}
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{display : none}
/*
	based on 960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Font
----------------------------------------------------------------------------------------------------*/
html{
	font: 100%;
}
body {
	font: 12px verdana,'lucida grande',sans-serif;
}

/*MISE EN PAGE DE LA FICHE POUR L'IMPRESSION*/

/*DESCRIPTION*/
.desc{
  overflow : auto;
}
.desc-left{
  float : left;
  width : 310px;
  margin : 45px 0;
}
.desc-right{
  float : left;
  width : 310px;
  height : 360px;
  line-height : 360px;
  text-align : center;
}
.fiche-titre{
  margin: 0 0 20px 10px;
  font-size : 30px;
  font-weight : bold;
  color : #1098d7;
}
.desc-left label {
  display : inline-block;
  margin-left : 10px;
  width : 150px;
  font-size : 20px;
}
.desc-left label{
  font-weight : bold;
  color : #3e991e
}

.desc-left .des{
  display : block;
  padding-left : 10px;
  text-align : left;
}
.ref, .couleurs, .copies{
  display : inline-block;
  width : 150px ;
  text-align : center;
  font-size : 20px;
}

.desc-right img{
  display : inline-block;
  vertical-align : middle;
}


/*COMPATS*/
.compats{
  clear : both;
  width : 100%;
  margin-bottom : 10px;
}

.compat-titre{
  text-align : center;
  font-size : 15px;
}

.compat-titre strong{
  color : #1098d7;
}

.compats p{
  clear : both;
  padding : 5px;
  border : 1pt solid #888;
  color : #000;
}

.compats p em{
  float : right;
}

.compats ul {
  clear : both;
  display : block;
  padding : 5px;
  margin-bottom : 10px;
  border : 1pt solid #ccc;
  border-top : none;
  overflow : auto;
  list-style-type : none;
}

.compats li{
  display : block;
  float : left;
  margin : auto;
  width : 25%;
  text-align : center;
}
