/* @override http://127.0.0.1/~jlm/Future/Future/futureshare.css */
html {
	background-color: #93117e;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #93117e), color-stop(1.0, white));
	background: -moz-linear-gradient(center top , #93117e, white);
	background-attachment: fixed;
}
body {
	background-color: #FFF;
	max-width: 950px;
	margin: 0 auto 5px;
	border: 1px solid #93117e;
	padding-right: 5px;
	padding-left: 5px;
}
* {
	margin: 0;
	color: #93117e;
	font: 12px/16px Verdana,sans-serif;
}
h1, h2, h3, h4, h5 {
	color: #609;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	font-size: 24px;
}

h1#titre {
	color: #a8b1b8;
	position: absolute;
	top: 80px;
	margin-left: 200px;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 16px;
}
h3 {
	font-weight: bold;
	font-size: 15px;
}
h4 {
	font-weight: bold;
	font-size: 12px;
}

h5 {
	font-size: 11px;
	font-style: italic;
}
.discret {
	color: #aeaeae;
	font-style: italic;
	font-size: x-small;
}
.menu {
	font-size: 11px;
	text-decoration: none;
}
.menuTitre {
	color: #609;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center
}

#mgauche span.menuTitre, #voirAussi h3 {
	background-color: #c6f;
	display: block;
	border-bottom: 1px solid #9344fc;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 10px 10px 0px 0px;
}

#voirAussi h3 {
	padding-bottom: 3px;
	margin: 0;
	padding-left: 5px;
}

#mgauche dl dd {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #609;
	border-radius: 10px;
}

#mgauche {
	width: 111px;
	float: left;
	padding-right: 20px;
}
#mdroit {
	width: 111px;
	float: right;
}

#mgauche dl dd dl dd, #voirAussi p,#voirAussi dd {
	border: none;
	padding-left: 5px;
	margin: 2px 0;
}

#voirAussi {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 50%;
	margin-left: 20%;
}

#voirAussi p, #voirAussi ul{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	margin: 0;
}


#mgauche a, #voirAussi a {
	font-size: 11px;
	display: block;
	border-bottom-style: none;
}

#voirAussi a {
	display: inline;
}
#mgauche a:hover, #voirAussi a {
	font-weight: bold;
}

a:link {
	border-bottom-style: dotted;
}
a:visited, a:hover {
	border-bottom-style: solid;
}
a {
	border-bottom-width: 1px;
	text-decoration: none;
}
code {
	font-family:  monospace;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	white-space: pre;
}
.Code {
	background-color: #F5F5F5;
	border-color: #E0E0E0 #000055;
	border-left: 1px, solid, #000055;
	border-right: 1px, solid, #000055;
	border-style: solid;
	border-width: 1px;
	color: #666666;
	overflow: auto;
    margin: 5px 0 5px 5px;
	padding: 8px;
	white-space: pre;
	font: 1em/1.1em monospace;
}

/* LISTINGS */
div.listing {
 text-align: center;
 margin-bottom: 15px;
}

div.listing div.code {
 text-align: left;
 background-image: url('images/fondsource.gif');
 background-repeat: repeat-y;
 background-position: left center;
 padding: 5px 0px 5px 20px;
 background-color: #f5f5f5;
 font-family: Verdana, Lucida;
 font-size: 11px;
}

div.listing div.code table tr td table.lineNb { vertical-align: middle; }

div.listing div.code span.sourceKeyword { color: #009; font-weight: bold; }
div.listing div.code span.sourceLiteral { color: #00f; }
div.listing div.code span.sourceType { color: #900; }
div.listing div.code span.sourceFunction { color: #090; }
div.listing div.code span.sourceComment { color: #099; }
div.listing div.code span.sourceString { color: #69f; }
/* LISTINGS */


table.tableborder {
	border-collapse: collapse;
	border: 1px solid #609;
	margin: 5px;
	padding: 0;
	background-color: #609;
}
table.tableborder th {
	text-align: left;
	font-weight: bold;
	width: 111px;
	border: 1px solid #609;
}

table.tableborder td,table.tableborder th {
	background-color: white;
	padding-left: 2px;
}
table.tableborder .menuTitre {
	text-align: left;
	display: block;
}

.surligne {
	background-color: #FEFF6F;
	font-style: italic;
}

cite {
	color: #333;
	font-style: italic;
}

div#content {
	overflow: hidden;
}
