/* $Id: style.css,v 1.16 2011/12/17 20:10:21 mattieu Exp $
 * Style sheet for brimbelle.org
 */
body {
	color: black;
	background-color: rgb(255,255,255);
	background-image: url(images/banniere.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	font-family: sans-serif;
}

*.subtitle {
	color: #006666;
}

*.subsubtitle {
	color: #336699;
}

*.stdlink:hover {
	background-color: #99DDCC;
}

*.stdimg {
	border: 0px
}

div#header {
	padding-left: 0.5em;
	height: 4em;
	z-index: 0;
}

div#header h1.pagetitle {
	color: #003366;
	margin: 0px;
	padding: 0px;
}

div#header a.sitelink, div#header a.sitelink:hover div#header a.sitelink:active, div#header a.sitelink:focus {
	text-decoration: none;
	color: #003366;
}

div#contentText {
	background-color: rgb(255,255,255);
	border: 1px solid rgb(0,0,0);
	max-width: 45em;
	min-height: 10em;
	margin-left: 12em;
	margin-right: 1em;
	padding: 1em;
}

div#contentText h2.subtitle {
	color: #006666;
	margin: 0px;
	padding: 0px;
}

div#contentText h3.subsubtitle {
	color: #336699;
	margin: 0px;
	padding: 0px;
}

div#contentText p.content {
	text-align: justify;
	color: #000F1E;
}

div#contentText p.descr {
	text-align: center;
	color: #000F1E;
}

div#contentText b {
	font-weight: bold;
}

div#contentText li {
	text-align: justify;
}

div#contentText table {
	border-collapse: collapse;
}

div#contentText code {
	background-color: #EEEEEE;
}

div#sidebar {
	float: left;
	margin-left: 0.5em;
	width: 10em;
	z-index: 1;
	padding: 0em;
}

ul#menu {
	background-image: url("images/greenfilter.gif");
	border: 1px solid rgb(0,0,0);
	margin: 0px;
	padding: 0.5em;
	margin-bottom: 0.5em;
	list-style: none;
}

ul#menu li {
	background-color: inherit;
	color: rgb(0,0,0);
	font: 1em Arial,sans-serif;
	font-weight: bold;
	text-align: center;
}

ul#menu li a {
	display: block;
	background-color: inherit;
	color: rgb(0,0,0);
	font: 1em Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

ul#menu li a:hover, ul#menu li a:focus, ul#menu li a:active {
	color: #660066;
	background-color: #99CCFF;
	text-decoration: none;
}

div#other {
	background-image: url(images/bluefilter.gif);
	border: 1px solid rgb(0,0,0);
	margin: 0px;
	padding: 0.5em;
	text-align: center;
}

div#other form input[type="text"] {
	width: 9em;
}

div#other form fieldset {
	border: 0px;
}

div#footer {
	margin-top: 1em;
	max-width: 60em;
	text-align: center;
}

div#footer p.meta {
	margin-left: 6em;
	text-align: center;
}

div#footer img.powered {
	padding: 0.2em;
	border: 0px;
}

div#ipv6_enabled_www_test_logo {
	float: right;
	margin-right: 6em;
	margin-top: 1em;
	margin-bottom: 1em;
}

