/*
 theme pour mes tutos. troisième version, fond sombre (noir)
*/

body {
	max-width: 1000px;
	min-width: 840px;
	margin: 0 auto;
	background-color: #222;
	background: -moz-linear-gradient(50% 850px 70deg, #222, #000007 20px,#7A5e35 22px, #444 25px, #222 200px);
/*	background: -moz-linear-gradient(x-offset y-offset, start color, stop color size of gradient);*/

	background: -webkit-gradient(linear, 70% 10%, 100% 100%, from(#222), color-stop(.20,#222),color-stop(.28,#333),color-stop(.33,#000), to(#555));
/*	background: -webkit-gradient(type, begin-lr begin-tb, end-lr end-tb, from(#000000), to(#FFFFFF));*/
	
	font-family: 'Trebuchet MS', tahoma, helvetica, Arial, sans-serif;
	font-size: 1.1em;
	text-shadow: 0px 1px 0px black;
	color: #d2d2d2;
}
.htmlc {
	text-shadow: none;
}
ul, p {
	margin-left: 20px;
}
.box, .limages, div.menu_bloc {
	border-radius: 6px;
}
.box, .footer {
	border: #050508 1px solid;
	border-top: #74747E 1px solid;
	background: url(fond_design3.png) repeat-x #3d3d3d;
	background: -moz-linear-gradient(1px 170px 90deg, #3d3d3d, #545454 90%);
	margin: 30px auto;
	padding: 10px;
	font-size: .9em;
	line-height: 1.3em;
}
.footer {
	border-radius: 6px 6px 0 0;
	-moz-outline-radius: 8px 8px 0 0;
	outline-radius: 8px 8px 0 0;
	text-align: center;
	margin: 10px auto 0;
}
a {
	color: white;
	text-decoration: underline;
}
.clearright { clear: right; }
h1, h2{
	color: #0084F0;
	text-shadow: #282828 0px -1px 0px;
	line-height: 1em;
}
h3{
	color: #82CAFF;
	text-shadow: #282828 0px -1px 0px;
}
h4{
	color: #96CAFF;
	text-shadow: #282828 0px -1px 0px;
}
/* le menu en haut */
.menu_bloc {
	background: url(fond_design3.png) repeat-x #515151;
	border-top: #747474 1px solid;
	height: 40px;
	text-align: center;
	width: 100%;
	margin: 20px auto 0;
}
.menu_bloc a.acceuil, .menu_bloc a.droite {
	text-decoration: none;
	font-weight: bold;
	color: #6f6f6f;
	text-shadow: 0px 0px 15px white, 1px 1px 2px white;
	display: inline-block;
	margin-top: -1px;
	padding-top: 8px;
	vertical-align: middle;
	border: 0px solid rgba(81, 81, 81, 0);
	border-width: 0 1px 1px;
	height: 28px;
	width: 100px;
}
.menu_bloc a.acceuil {
	width: 150px;
	margin-right: 80px;
	margin-left: 0;
}
.menu_bloc a.logo {
	float: left;
	position: relative;
	top: -6px;
	left: 10px;
}
.menu_bloc a.logo img {
	border: none;
}

.menu_bloc a.acceuil:hover, .menu_bloc a.droite:hover {
	background-color: #212121;
	border-radius:0 0 6px 6px;
	border-color: #747474;
	color: #ddd;
}
.go_to_sommaire {
	font-size: 80%;
	text-align: right;
}
.go_to_sommaire a {
	color: red;
}
span.directio {unicode-bidi:bidi-override; direction: rtl;}
span.texthidden {display:none;}

/* Les 2 partis du pied de page
-------------------------------------------------------- */
.foot {
	margin: 5px 0 0;
	font-size: .9em;
}
p.small {
	font-size: 70%;
	margin-top: 10px;
	text-align: center;
	color: #777;
}
.foot a img {
	border: none;
}
.centrer, .centrerinline {
	display: block;
	margin: 10px auto;
	text-align: center;
}
.dred {
	font-style: italic;
	color: #BEA028;
	text-shadow: 0 1px 0 #282828;
}
.code_bash, .cmd {
	background-color: black;
	color: white;
	text-shadow: none;
	font: monospace bold 1em;
	margin-right: 300px;
	padding: 3px 10px 3px 40px;
	display: block;
}
.shadowed {
	box-shadow: -5px 9px 10px black;
}
.info, .tip, .danger {
	font-weight: bold;
	margin: 10px auto;
	padding: 15px;
	text-align: justify;
	width: 60%;
	border-radius: 6px
	box-shadow: 2px 2px 0px black;
	border: 1px solid #fff;
}
.info {
	color: #78C0FF;
	border-color: #82CAFF;
}
.tip {
	color: #C0FF78;
	border-color: #C0FF78;
}
.danger {
	color: #FF7878;
	border-color: #FF7878;
}
span.toets {
	color: #fff;
	margin-right: 1px;
	padding: 0 3px;
	border: 1px solid #656565;
	background-color: #000;
	border-radius: 3px;
}
.one {
	float: right;
	margin: 20px;
}
#citat {
	font: italic normal bold 1.3em "Times New Roman", serif;
	float: right;
	width: 300px;
	padding-right: 30px;
}
#sommaire2 * {
	color: purple !important;
}

