﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	/*background-color: #141414;*/
	background-color: #000000;
	max-height:100%;
	min-height:100%;
overflow:hidden;
	
}
#supercontainer {
		bottom:0px;
		top:0px;
/*osition:absolute;*/
height:100%;
min-height:100%;
height:100%;
max-height: 100%;

}
#container {
	background-color: #000000;
	background: #000000;
	width: 80%;
  	max-width: 1000px;
  	min-width: 720px;
	margin: 0 auto;
	min-height:100%;
	max-height: 100%;
}

#page_content {

}
#masthead {
	text-align: right;
	width:100%;
	background-color: #ddb;
	
}
#sidebar {
	background-color: #000000;
	background: #000000;
	float: left;
	width: 21%;
	position: relative;
	clear: both;
	display: inline;
	color: #FFFFFF;
	max-height:632px;
	min-width:150px
}
#content {
	color: white;
	float: left;
	width: 75%;
	padding: 10px;
	overflow: auto;
	background-color: #00000;
	margin: 0px;
	position: relative;
	max-height: 632px;
	font-size: small
}
#content img {
	display: block;
}
#footer {
	clear: both;
	background-color: #000000;
	padding: 0;
	width:80%;
	max-width: 1000px;
  	min-width: 700px;
	margin-top: 0px;
	padding-bottom: 20px;
	height:20px;
	bottom:0;
	position:absolute;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	font-weight: 100;
}



#masthead a:hover {
font-weight: bold;
text-decoration:underline;
color:#01B0F0;
}

/* 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: 1px solid #04b;*/

}
#sidebar a {
	/*font-weight: bold;*/
	/*font: large serif;*/
	font-size:large;
	background: #000000;
	text-decoration: none;
	color: #00FFFF;
	display: block;
	padding: 5px;
	border-bottom: 1px #000000 solid;
	background-color: #000000;
	outline-color: #FFFFFF;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
    background-color: #000000;
}
#sidebar a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	background-color: #000000;
	text-transform: none;
	
}
#sidebar a:focus {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	background-color: #000000;
	text-transform: none;
	
}


/* Styles pour le pied de page */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
	color: #ff7700;
}
#footer a {
	color: #ff7700;

	text-decoration: none;
}
#footer a:hover {
text-decoration: underline;

color:#FFFFFF;

}


a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link
{
	/*color: #000cf9;*/
	color: #01B0F0;
	text-decoration: underline;
}
a:visited
{
	color: #01B0F0;
	text-decoration: underline;
}

a:hover {
	color: #01B0F0;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #01B0F0;
	text-decoration: underline;
}

.style_text_content  {
font-size: small;
}



.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}