﻿@import url("layout.css");
/* Table header */

.menuhautaccueil{
	color: #FFFFCC;
	text-align: right;
	font: status-bar;
}

.couleurdefond1{
	background-color: #2E2E2E;
}

caption, .cap-div {
	background-position: left top;
	background: url(images/hdr_mid.gif) top left repeat-x;
	white-space: nowrap;
	height: 27px;
	text-align: center;
	border-bottom-style: outset;
	border-bottom-width: medium;
	border-bottom-color: #000000;
}
.cap-left {
	margin: 0; 
	padding: 0;
    background: url(images/hdr_left.gif) top left no-repeat;
	white-space: nowrap;
	width:25px;
	border-bottom-style: outset;
	border-bottom-width: medium;
	border-bottom-color: #000000;

}
.cap-right {
	margin: 0; 
	padding: 0;
	background: url(images/hdr_right.gif) top right no-repeat;
	white-space: nowrap;
	width:25px;
	border-bottom-style: outset;
	border-bottom-width: medium;
	border-bottom-color: #000000;

}
caption, caption h1, caption h2, caption h3, caption h4, caption span,
.cap-div, .cap-div h1, .cap-div h2, .cap-div h3, .cap-div h4, .cap-div span {
	font-size: 12px;
	font-weight: bold;
	color: #009999;
}
caption h1, caption h2, caption h3, caption h4, caption span,
.cap-div h1, .cap-div h2, .cap-div h3, .cap-div h4, .cap-div span { 
	display: inline;
}
caption a, caption a:visited, .cap-div a, .cap-div a:visited {
	color: #009999;
	text-decoration: none;
}
caption a:hover, .cap-div a:hover {
	color: #FFF;
	text-decoration: underline;
}


caption, .cap-div { 
	margin: 0; 
	padding: 0;
	background: url('../forum/styles/boosterre/theme/images/hdr_mid.gif') top left repeat-x;
	white-space: nowrap;
	height: 27px;
	text-align: center;
}
.cap-left {
	background: url('../forum/styles/boosterre/theme/images/hdr_left.gif') top left no-repeat;
}
.cap-right {
	background: url('../forum/styles/boosterre/theme/images/hdr_right.gif') top right no-repeat;
	padding-top: 8px;
	height: 19px;
}



body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
}
#container {
	background: #1A1A1A ;
	width: 100%;
	height: 100%;
}
#masthead {
	background: url('../forum/styles/boosterre/theme/images/logo_bg.gif');
	width: 100%;
	overflow: auto;
	text-align: right;
}
#page_content {
	position: relative;
}
#sidebar {
	background-position: url('../forum/styles/boosterre/theme/images/body.gif');
	position: relative;
	float: left;
	width: 160px;
	background: url('../forum/styles/boosterre/theme/images/body.gif');
}
#content {
	background-color: #2E2E2E;
	margin-left: 180px;
	padding: 0;
	color: #CCCCCC;
	margin-right: 340px;
	font-size: small;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #000000;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
	color: #FFFFCC;
}
/* Styles pour les éléments de navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	
}
#sidebar li {
	display: block;
	border: 0;
	
}
#sidebar a {
	font-weight: bold;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-style: normal;
	border-style: none outset outset outset;
	border-width: thin;
	border-color: #000000;
	text-decoration: none;
	color: #FF9900;
	padding: 4% 4% 4% 10%;
	display: block;
	background-color: #2E2E2E;
	font-weight: normal;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
}
#sidebar a:hover {
	font-weight: bold;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-style: normal;
	border: thin #000000 inset;
	background: url('../forum/styles/boosterre/theme/images/body.gif');
/*background-color: #2E2E2E;*/	text-decoration: none;
	color: #FFFFCC;
	font-weight: normal;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
}
/* Styles pour le pied de page */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #cccccc;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
.entete1 {
	background-image: url('../images/logo.gif');
}
a {
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
