html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #DEDEDE;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 85%;
}

h1{
	font-size:40px;
	color:#000099;
	padding: 0px 2px;
	margin-left:40px;
}

h2, h3 {
	margin-top: 0;
}

h3 {
	font-weight: bold;
	color:#0000CC;
}


a {
	text-decoration: none;
	color:#000066;
}

a:hover {
	text-decoration: underline;
}

h1#top {
	position: absolute;
	margin: 0px;
	padding:0px;
	text-indent: -5000px;
	line-height: 1px;
	font-size: 1px;
}

hr {
	display: none;
}

pre {
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	border-color: #F0B802;
	padding: 1em;
	margin: 1em;
	font-size: 100%;
	background: #ffffcc;
	width: 85%;
	overflow: auto;
	-moz-border-radius:6px;
	border-radius:6px;
}

.bloc1 {
	width: 120px;
	float: left;
	color:white;
}
.bloc2 {
	width: 120px;
	float: left;
	color:white;
}
.bloc3 {
	width: 120px;
	float: left;
	color:white;
}

ol li.current a
{
	text-decoration: none;
	color: #000;
}

#content h2 {
	position: relative;
	color:#0000CC;
	padding-bottom: 2px;
	padding-left: 25px;
	background-position:  0% 40%;
	background-repeat: no-repeat;
	font: bold 1.3em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	border-bottom: 1px solid #FF6600;
}

#content h2 a {
	color:#0000CC;
}

#content h2 a:hover {
	text-decoration: none;
	color: #cc9900;
}

ul {
	list-style-type: square;
}

li{
	margin:5px;
}
#content images {
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	padding: 5px;
	margin: 10px;
}

#menuright {
	color: #777;
	font: 1em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

#menuright h2 {
	color:#0000CC;
	font: 1.1em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 5px;
	font-variant: small-caps ; 
}
#menuright h2 a{
	color:#000066;
}

#menuright a {
	color:#777;
	font: 1em "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-weight: bold;
}
#menuright a images {
	border: none;
}
#menuright ul {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#page {
	text-align: left;
	width: 88%;
	margin: 10px auto 10px auto;
	position: relative;
	background: #fff;
	border: 1px solid #CFCFCF;
	-moz-border-radius:6px;
	border-radius:6px;
	padding: 0;
}

#banner {
	margin: 0px;
	padding: 0px;
	height: 80px;
	border: none;
}

#banner a images {
	margin: 5px 0 0 15px;
	border: none;
}

.cadre, #menuright {
	width: 230px;
	padding-top: 7px;
	background: #E9E9E9;
}

.cadrebas {
	padding: 0 0.5em 7px 0.5em;
	background: #E9E9E9;
}
#menubas {
	padding: 0 0.5em 7px 0.5em;
	background: #E9E9E9;
}

#banner .cadre {
	float: right;
	margin-right: 10px;
}

#banner p,form {
	margin: 0;
}

#footer a, #banner h1 a {
	text-decoration: none;
	border: none;
	color: #000099;
}
#footer a:hover {
	text-decoration: underline;
}

#menutop {
	position: relative;
	height: 28px;
	margin: 0 10px 1em 15px;
	clear: both;
	background: #F9D966;
}

ol.tree {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0;
	border-bottom: 1px solid #f5f5dc;
}

ol.tree li {
	display: inline;
	list-style-type: none;
	padding-right: 0.7em;
	padding-left: 0;
}

ol.tree li:before {
	content: '\00bb  ';
}

p.modified {
	font-size: 0.8em;
	margin: -1em 1em 1em 1em;
	text-align: right;
	color: #008000;
	font-style: normal;
}

p.modified a {
	color: #008000;
}

#footer images, div.col-content images {
	border: none;
}

#footer {
	text-align: center;
	padding: 0.5em;
	clear: both;
	border: none;
	color:#000099;
	font-weight:bold;
	font-size:12px;
}


input, textarea {
	border: 1px solid #aaa;
}


#xiti-logo images, #xiti-logo-noscript images {
	width: 1px;
	height: 1px;
	border:0;
}
/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
#content
{
	margin: 1em 300px 0 20px;
	background: #fff 100% 0% no-repeat;
	padding: 1em 0 0 0;
}

#menuright
{
	float: right;
	width: 230px;
	margin: 0 10px 1em 0;
}
/* */

/* VERTICAL PADDING ABOVE COLUMNS */
#banner
{ 
	margin-bottom: 0px; 
}

