@charset "UTF-8";
/* Boccard & Cie SA css © contreforme sàrl - 2007 */
/* MAIN TAGS */
*{
	margin:0;
	padding:0;
	outline:0;
	border:none;
}
body,
html{
	height:100%;
}
body{
	font-family:"Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size:11pt;
	color:#000;
	background-color:#fff;
	width:auto;
	margin:5%;
}
h1,h2,h3,h4,h5,h6{
	text-transform:uppercase;
	margin-bottom:10px;
	letter-spacing:0.2em;
	color:#323544;
}
a:link,
a:visited,
a:hover,
a:active{
	color:#333;
	text-decoration:none;
}
a:link:after,
a:visited:after{
	content: " (" attr(href) ") ";
}
ul{
	list-style-type:none;
}

/*	Hide from printer	*/
#footer,
#metanav,
#head{
	display:none;
}

#printlog{
	display:block;
	width:397pt;
	height:96.5pt;
}

/* CONTAINER :: FORM */
#container form{
	padding-top:200px;
	margin-left:300px;
}
#container form ul.fields{
	width:350px;
}
#container form ul.fields li{
	margin-bottom:10px;
}
#container form ul.fields li label{
	display:block;
}
#container form ul li{
	line-height:25px;
}
#container form label{
	vertical-align:top;
}
#container form ul#listing{
	float:left;
	margin-left:-250px;
	width:200px;
	height:350px;
	overflow:auto;
	border-right:3px solid #ffd200;
}

/* CONTENT */
#content{
	display:block;
}
#content h1{
	font-size:1em;
}
#content strong{
	color:#323544;
}
#content a:link,
#content a:visited,
#content a:hover,
#content a:active{
	color:#323544;
	font-weight:bold;
	border-bottom:1px solid #323544;
}

/* CONTENT :: WELCOME */
#content div.welcome{
	text-align:center;
	margin-top:3px;
	font-size:1.5em;
}
#content div.welcome h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	text-transform:none;
	font-variant:small-caps;
	margin:40px auto 0 auto;
	width:70%;
	font-weight:lighter;
	letter-spacing:0.4em;
	border-bottom:1px solid #ffd200;
}
#content div.welcome h2{
	margin-top:20px;
	font-size:0.8em;
	letter-spacing:0.4em;
}

/* CONTENT :: OFFICES */
#content ul.offices{
	width:300px;
	margin-left:120px;
	padding-left:15px;
	border-left:3px solid #323544;
	margin-top:10px;
}
#content ul.offices li{
	margin-top:10px;
	line-height:1.5em;
}
#content ul.offices li.location{
	page-break-before:auto;
}
#content ul.offices li.location img{
	display:none;
}
#content ul.offices li.position{
	font-weight:bold;
	color:#000;
}
#content ul.offices li.position ul{
	margin-bottom:0;
}
#content ul.offices li.position ul li{
	margin-bottom:5px;
	line-height:1.1em;
}
#content ul.offices li ul li{
	margin-top:0;
}
#content ul.offices li.position img{
	display:block;
	clear:both;
}

/* CONTENT :: PHILO */
#content ul.philo{
	width:400px;
	margin-left:360px;
	padding-left:25px;
	padding-bottom:150px;
	margin-top:10px;
}
#content ul.philo li{
	border-left:3px solid #323544;
	margin-bottom:6em;
	padding-left:20px;
	height:285px;
	min-height:285px;
}
#content ul.philo img{
	float:left;
	margin-left:-270px;
}
#content ul.philo li p{
	line-height:1.5em;
	margin-bottom:10px;
}

/* CONTENT :: HISTO */
#content ul.histo{
	width:300px;
	margin-left:120px;
	padding-left:15px;
	padding-bottom:150px;
	border-left:3px solid #323544;
	margin-top:-40px;
}
#content ul.histo li h1{
	color:#323544;
	margin-top:50px;
}
#content ul.histo li{
	margin-bottom:17px;
	line-height:1.5em;
}
#content ul.histo li.date{
	margin:0px;
	color:#323544;
	font-weight:bold;
	font-size:1.2em;
	padding:3px;
	display:block;
}
#content ul.histo li.date img{
	display:block;
	margin-top:35px;
	clear:both;
}

/* CONTENT :: PRODUCTS */
#content ul.products{
	width:300px;
	margin-left:280px;
	padding-bottom:150px;
	margin-top:10px;
}
#content ul.products li ul{
	border-left:3px solid #323544;
	padding-left:15px;
	margin-bottom:20px;
}
#content ul.products li ul li{
	margin-bottom:10px;
}
#content ul.products li ul li p{
	line-height:1.5em;
}
