/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2009 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/

/***** You can put your own style stuff here in this file 

       For questions see www.phpcomasy.com *****/


div#content {
	float: left;
	width: 510px;
	padding: 23px 0px 0px 0px;
	margin: 0px 0px 45px 0px;
	height: 260px;
}
/* IE hack for min-height */
div#content[id] {
  height: auto;
  min-height: 260px;
}
input, select, textarea {
	border: 1px solid gray;
	margin-bottom: 1px;
}
div#content h1,
div#content h1 a,
div#content h1 a:hover {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 22px;
	line-height: 45px;
	height: 45px;
}
div#content h2,
div#content h2 a,
div#content h2 a:hover,
div#content table caption {
  font-size: 16px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	margin: 0;
}
div#content h3,
div#content h3 a,
div#content h3 a:hover {
  font-size: 14px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
div#content table caption {
  padding: 0 0 10px 0;
  margin: 0;
  text-align: left;
}
div#content a {
	text-decoration: none;
	color: #666;
}
div#content a:hover {
	text-decoration: underline;
	color: #000;
}
div#content p {
	padding: 0 0 10px 0;
}
div#content td p {
	padding: 0;
}
div#content ul, 
div#content li {
	margin: 0;
	padding: 0;
}
div#content ul {
  margin-top: 0 !important;
	margin-bottom: 10px;
}
div#content li {
	margin: 0 0 0 17px;
}
div#content table {
  margin: 0 0 10px 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  border-top: 1px solid #ccc;
}
div#content td {
  padding: 2px 0;
  border-bottom: 1px solid #ccc;
}
fieldset.documents {
  background: #fff none;
  border: none;
  margin: 15px 0 0 0;
  padding: 0;
}
fieldset.documents legend {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
*+html fieldset.documents legend { margin-left: -6px; }
* html fieldset.documents legend { display: none; }

a.page-ressource-link,
a.page-ressource-link span {
	text-decoration: none !important;
}
.page-ressource-subtitle {
	display: none;
}
