/* CSS RESET */
html, body, div, p, span, a, table, tr, td, ul, li, ol, pre, h1, h2, h3, h4, h5, h6, img { margin: 0; padding: 0; border: 0; outline: none; }
/* GENERAL
---------------------- "!"---------------------------------- */
html { font-size: 14px; }
body {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	padding: 0 0 10px;
	max-width: 1000px;
	margin: auto;
	background-color: #aaa;
}
a {
	color: rgb(20, 10, 255);
}
.contenu, #contenu {
	padding: 40px;
	border: 1px dashed #000;
	background-color: #fff;
}
span.toets {
	color: #fff;
	margin-right: 1px;
	padding: 0 3px;
	border: 1px solid #666;
	background-color: #000;
	border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px;
}
.clearright { clear: right; }
.one {
	float: right;
	margin: 10px;
}
.centrer {
	text-align: center;
	margin: 5px;
}
.centrerinline { display: block; margin: 16px auto; text-align:center; }
.shadowed {
	box-shadow: 8px 8px 16px black;
	-moz-box-shadow: 8px 8px 16px black;
	-webkit-box-shadow: 8px 8px 16px black;
}
#citat {
	font: italic normal bold 1.3em "Times New Roman", serif;
	float: right;
	width: 300px;
	color: gray;
	padding-right: 30px;
}
ul, ol { padding: 5px 6px 7px 30px; }
.go_to_sommaire a {
	color: red;
	font-size:.9em;
}
#sommaire {
	color: red;
	font-size:1.9em;
}
p.small { /* Genre, crédit en bas du tuto vidéo */
	font-size: .7em;
	margin-top: 10px;
	text-align: center;
	color: #777;
}
.dred {
	color: #800;
	font-style: italic;
}
div.box {
	background-color: #ddd;
	padding: 10px 25px 5px 55px;
	margin: 5px 0 35px;
	border: #e7e7e7 2px solid;
	outline: #f2f2f2 2px solid;
	border-radius: 5px;
	outline-radius: 7px;
}
p {
	padding-bottom: 1.2em;
}
.cmd, .code_bash {
	font-size: 1.1em;
	display: block;
	background-color: #BBB;
	margin: 2px 40px;
	padding: 1px 0 1px 10px;
	line-height: 1.8em;
	font-family: courier, monospace, mono;
}
.code_bash {
	font-size: .95em;
}
div.info, div.danger, div.tip {
	font-style: oblique;
	margin: 30px;
	padding: 12px;
	line-height: 1.3em;
	background-color: white;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
}
div.info {
	color: #00a;
	-moz-box-shadow: 3px 3px 5px #00a;
	-webkit-box-shadow: 3px 3px 5px #00a;
	box-shadow: 3px 3px 5px #00a;
}
div.danger {
	color: #a00;
	-moz-box-shadow: 3px 3px 5px #a00;
	-webkit-box-shadow: 3px 3px 5px #a00;
	box-shadow: 3px 3px 5px #a00;
}
div.tip {
	color: #0E8300;
	-moz-box-shadow: 3px 3px 5px #0E8300;
	-webkit-box-shadow: 3px 3px 5px #0E8300;
	box-shadow: 3px 3px 5px #0E8300;
}
h1, h2{
	margin: 20px 0;
	padding: .3em;
	color: black;
}
h2 {
	border-color: #aaa; border-style: double;
	clear: right;
	color: #000;
	text-shadow: 3px 3px 6px #088;
}
h1 {
	font-size: 3.5em;
	text-align: center;
	width: 50%;
	line-height: 1.3em;
	text-shadow: 3px 3px 4px #800;
}
h2 { font-size: 2.3em; border-width: 4px 0 0 4px; margin-left: -47px; }
h5,h3 { font-size: 1.4em; color: #e82; font-weight: bold; margin: 17px 0 14px -25px; }
h6,h4 { font-size: 1.2em; color: #28e; font-weight: bold; margin: 17px 0 10px -15px; }
/*Le menu
---------------------------------------------------------*/
.menu_bloc {
	border: #CCC solid 0;
	border-width: 0 1px 1px;
	background: url(degra.png) 0% 50% #000;
	margin-bottom: 5px;
	text-align: center;
	padding: 2px;
	font-size: 90%;
	position: relative;
}
.menu_bloc a.logo {
	position: absolute;
	left: 2px;
	border: none;
}
.menu_bloc a.acceuil {
	display: block;
	width: 674px;
	margin: 0 auto 2px;
}
.menu_bloc a.droite {
	display: inline-block;
	width: 130px;
}
.menu_bloc a {
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: silver;
	border: 1px silver solid;
}
.menu_bloc a.droite:hover, .menu_bloc a.acceuil:hover {
	color: white;
	border: 1px white solid;
}
span.directio {unicode-bidi:bidi-override;direction: rtl;}
span.texthidden {display:none;}
/* Les 2 parties du pied de page 
-------------------------------------------------------- */
.footera { background: url(degra.png) 0% 50% #666; padding: 3px;}
.footerc { background: url(degra.png) 0% 50% #444; }
.foot {
	border: 1px dashed black;
	text-align: center;
	margin: 5px 0 0;
	font-size: .9em;
	color: #000;
	}
.foot a { color: #000; }
