/**
 * This stylesheet is part of SONECOM web-site.
 *
 * CSS rules here define the white master piece of the web site.
 *
 * This central component (div#fiche) is decomposed as follows:
 *     1) div#head with the title of the page
 *     2) div#body with the text major part
 *     3) div#links with downloadable files and internal/external links
 *
 * Please note that bottom tabs, which are structurally part of the central
 * piece are not defined here (because semantically disjoint).  
 */

/* Main container. */
div#fiche {
	top: 0;
	left: 0;
	height: 584px;
}

/* 1) head */
div#fiche div#head {
	top: 0px;
	width: 580px;
	height: 30px;
	margin: 10px;
}
div#fiche div#head div#col {
	top: 0px;
	left: 0px;
	width: 45px;
	height: 30px;
	background: #C9211D;
}
div#fiche div#head div#title {
	top: 0px;
	right: 0px;
	width: 525px;
	height: 24px;
	padding: 2px 0 0px 0;
	border-top: 2px solid #C9211D;
	border-bottom: 2px solid #C9211D;
}
div#fiche div#head div#title h1 {
	margin: 0px;
	padding: 0px;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	color: #C9211D;
}

/* 2) body */
div#fiche div.page {
	top: 40px;
	width: 525px;
	height: 445px;
	padding: 0 10px;
	border-left: 45px solid #C9211D;
	margin: 10px;
	background: #fff;
	overflow: auto;
	font-family: tahoma, sans-serif;
}
div#fiche div.s0links {
	height: 495px;
}
div#fiche div.s1links {
	height: 476px;
}
div#fiche div.s2links {
	height: 460px;
}
div#fiche div.s3links {
	height: 444px;
}
div#fiche div.page h1 {
	display: none;
}
div#fiche div.page h2 {
	font-size: 120%;
	margin: 10px 0px 3px 0px; 
}
div#fiche div.page h3 {
	font-size: 100%;
	margin: 8px 0px 2px 0px; 
}
div#fiche div.page p {
	font-size: 95%;
	text-align: justify;
	padding: 5px 0px;
}
div#fiche div.page p.cite {
	font-size: 90%;
	font-style: italic;
}
div#fiche div.page p.cite .author {
	font-style: normal;
	font-weight: bold;
}
div#fiche div.page ul li {
	margin-bottom: 2px;
	font-size: 90%;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
}
div#fiche div.page img {
	border: none;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
div#fiche div.page a, div#fiche div.page a:visited {
	color: #C9211D;
	text-decoration: underline;
}
div#fiche div.page table {
	font-size: 85%;
}
div#fiche div.page table tr td {
	border: 1px solid black;
	text-align: center;
}
div#fiche div.page table.mceToolbar tbody tr td {border: none;}

div#fiche div.page form.edit textarea {
	border: 1px dashed grey; 
	width: 540px;
	height: 410px;
	font-size: 120%;
}

div#fiche div.seealso {
	bottom: 25px;
	width: 580px;
	height: auto;
	border-top: 2px solid #C9211D;
	margin: 10px 10px 3px;
	background: #fff;
}
div#fiche div.seealso ul li {
	font-size: 85%;
	font-weight: bold;
	text-align: justify;
	text-transform: uppercase;
	height: auto;
	border-left: 45px solid #C9211D;
	padding-left: 8px;
	margin: 5px 0px;
	background: #fff;
	list-style-type: none;
}
div#fiche div.seealso ul li a, div#fiche div.seealso ul li a:visited {
	color: black;
	text-decoration: none;
}
div#fiche div.seealso ul li a:hover {
	text-decoration: underline;
}

table.contact {
	width: 100%;
}
table.contact tr td {
	font-size: 110%;
	padding: 2px 2px 2px 2px;
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
}

ul.membres li {
	clear: both;
	padding-bottom: 10px;
}
ul.membres img {
	width: 100px;
}
ul.commanditaires {
	text-align: center;
}
ul.commanditaires li {
	display: inline;
	list-style-type: none;
}

