html
{
	height: 100%;/* Toujours afficher une barre de défilement pour de courtes pages - le saut s'arrête lorsque la barre de défilement apparaît. non navigateurs IE */
	margin-bottom: 1px;
}
/* Toutes les balises n'ont pas de marges (intérieures et extérieures) */
html *
{
	margin:0px;
	padding:0px;
}
body
{
	background : url('./pictures/background.png') repeat top left;
	font-family:'Trebuchet MS', 'Lucida Grande', Calibri, Verdana, Tahoma, Arial, sans-serif;
	font-size:0.8em;
	min-width:700px;
	color:#000000;
	margin:0px;
}
pre
{
	font-family:'Trebuchet MS', 'Lucida Grande', Calibri, Verdana, Tahoma, Arial, sans-serif;
	font-size:1em;

}
/* ******************************* Images ******************************* */
img
{
	border:none;
	vertical-align:middle;
}

/* ******************************* Liens ******************************* */

a, a:visited
{
	color:#0000aa;
	text-decoration:none;
}
 a:hover,  a:visited:hover
{
	color:#0000ff;
	text-decoration:underline;
}

/* ******************************* Bannière du site ******************************* */
h1#banner
{
	background : url('./pictures/banner/background.png') repeat top left;
	text-align:center;
}
p#sub_title
{
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	background : url('./pictures/speedbar/background_subtitle.png') repeat top left;
}
/* ******************************* Barre d'accès rapide ******************************* */
ul.speedbar
{
	vertical-align:middle;
	list-style-type:none;
	text-align:right;
	list-style-image: none;
	height:22px;
	border-top:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	background : url('./pictures/speedbar/background.png') repeat top left;
}
ul.speedbar li#on_page
{
	background-color:#ffffff;
}
ul.speedbar li
{
	line-height: 20px;
	text-align: center;
	vertical-align:middle;
}
li.speedbarRight
{
	float:right;
	height:22px;
	padding-right:5px;
	padding-left:5px;
	vertical-align:middle;
}
li.speedbarLeft
{
	padding-right:5px;
	padding-left:5px;
	height:22px;
	float:left;
	vertical-align:middle;
}
/* ******************************* Contient le menu gauche et le corps de page ******************************* */
#page
{
	padding:10px;
	padding-bottom:0px;
	min-height:500px;
	height:auto!important;
	height:500px;
	clear:both;
}
/* ******************************* Menu gauche ******************************* */

div#left
{
	float: left;
	width: 200px;
}
div#left div.menu
{
	margin-bottom:10px;
	background-color:#ffffff;
}
div#left div.menu h5
{
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	font-size:1.1em;
	color:#dc143c;
	border-bottom:1px solid #b0c4de;
}
div#left div.menu div.c_menu div.e_menu
{
	padding-right:5px;
	padding-left:5px;
	list-style-position: inside;
}
div#left div.menu div.c_menu form#search2
{
	padding:5px;
	text-align:center;
}

/* ******************************* Corps de page ******************************* */

#corpus
{
	margin-left:210px;
	padding-bottom:10px;
}

div.element
{
	float:right;
	width:100%;
	margin-bottom:10px;
	background-color:#ffffff;
}
div.element h5
{
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	font-size:1.1em;
	color:#dc143c;
	border-bottom:1px solid #b0c4de;
}
div.element div.content
{
	padding:5px;
	width:99%!important;
	width:90%;
	text-align:justify;
}
div.element div.content_plan
{
	padding-left:5px;
	padding-right:5px;
	width:99%!important;
	width:98%;
	margin:auto;
	text-align:justify;
}
div.element table.content
{
	cursor:default;
	border: 1px solid #b0c4de;
	width:99%!important;
	width:98%;
	margin:auto;
	text-align:center;
	border-collapse:collapse;
}
div.element table.content th
{
	padding:1px;
	padding-left:2px;
	padding-right:2px;
	border-top: 1px solid #b0c4de;
	color:#ff4500;
	border-bottom: 1px solid #b0c4de;
	background-color:#dcdcdc;
}
div.element table.content td
{
	padding:2px;
	border-bottom: 1px solid #b0c4de;
}
div.element table.content tr.odd
{
	background-color:#fafafa;
}
div.element table.content tr.page td
{
	background-color:#ffffff;
	text-align:left;
}
.vam
{
	vertical-align:middle;
}

div#copyright
{
	background : url('./pictures/speedbar/background.png') repeat top left;
	clear:both;
	text-align:center;
	border-top:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
}
p#powered
{
	background : url('./pictures/banner/background.png') repeat top left;
	text-align:center;
	color:#ffffff;
}
a#developer, a#rules
{
	font-size:0.8em;
	color:white;
}
/* corners */
.ctl
{
	background:#ffffff url('./pictures/corners/ctl.gif') top left no-repeat;
}
.ctr
{
	background: url('./pictures/corners/ctr.gif') top right no-repeat;
	height:5px;
	font-size:1px;
}
.cbl
{
	background:#ffffff url('./pictures/corners/cbl.gif') bottom left no-repeat;
}
.cbr
{
	background: url('./pictures/corners/cbr.gif') bottom right no-repeat;
	height:5px;
	font-size:1px;
}
div.container
{
	background-color:transparent;
}