@media print {
* { border: none; background-color: white; }
h1, h2, h3 {
	color: black;
	}
body {
	width: auto;
	}
.go_to_sommaire {
	display: none;
	}
.menu_bloc {
	display: none;
	}
.foot {
	display: none;
	}
}

/*Tous les navigateurs ont leurs décallages à eux, ici on met tout à zéro, l'affichage sera identique partout */
* { margin: 0; padding: 0; border: 0; outline: none; }
/* GENERAL
-------------------------------------------------------- */
hr {
	border: 1px #a99 solid;
	border-top-color: #007;
	margin: 30px auto 60px;
	}
html { font-size: 10px; }
body {
	font-size: 1.2em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	padding: 0 10px 10px;
	max-width: 1200px;
	margin: auto;
	}
.contenu, #contenu {
	padding: 20px 50px;
	border: 5px ridge #444;
	}
span.toets {
	color: #fff;
	margin-right: 1px;
	padding: 0 3px;
	border: 1px solid #666;
	background-color: #000;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	}
.clearright {
	clear: right;
	}
.one {
	float: right;
	margin: 10px;
	}
img.two {
	float: left;
	margin: 10px 30px 10px 10px;
	}
.centrer {
	text-align: center;
	margin: 5px;
	}
.centrerinline {
	display: block;
	margin: 16px auto;
	text-align:center;
	}
.droite {
	text-align: right;
	margin: 5px;
	}
.centrerbloc {
	margin: 0 auto;
	}
#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, .go_to_sommaire a:visited {
	color: #f00;
	font-size:.9em;
	}
#sommaire {
	color: #f00;
	font-size:2em;
	}
table.normale {
	margin: 0 auto 20px;
	}
table.normale a:before {
	content: none;
	}
table.normale td {
	border: 1px solid black;
	text-align: center;
	}
.cmd {
	font-size: 1.1em;
	display: block;
	background-color: #BBB;
	margin: 2px 0 2px 40px;
	padding: 1px 0 1px 10px;
	line-height: 1.8em;
	font-family: courier, monospace, mono;
	}
p.small { /* Genre, crédit en bas du tuto vidéo */
	font-size: .8em;
	margin-top: 10px;
	text-align: center;
	color: #777;
	}
/* Pour montrer une ligne de code HTML ou CSS, ce sont là les blocs */
.htmlc {
	border-left: solid #f77 5px;
	background-color: #ffe6e6;
	color: #005915;
	}
.cssc {
	border-left: solid #77f 5px;
	background-color: #e6e6ff;
	color: #f05700;
	}
.cssc, .htmlc {
	font-weight: bold;
	display: block;
	padding: 10px;
	line-height: 15px;
	margin-left: 100px;
	border-spacing: 20px 4px;
	}
.shadowed, div.info, div.danger, div.tip, span.bullee:hover span {  
	box-shadow: 8px 8px 16px black;
	-moz-box-shadow: 8px 8px 16px black;
	-webkit-box-shadow: 8px 8px 16px black;
	}  
.dred {
	color: #870000;
	font-style: italic;
	}
.dred:before { content:"“"; color: black;}
.dred:after { content:"”"; color: black;}

/* les smiley dans les tuto */
.smil {
	height: 23px;
	width: 23px;
	margin-bottom: -6px;
	margin-top: -6px
	}

/* effet-popup des images
-------------------------------------------------------- */
.pic {
	position: relative;	border-right: 3px solid rgba(128,128,128,0.7);
	}
.pic a .large {
	position: relative;
	height: 1px;
	width: 1px;
	top: 0px;
	left: 0px;
	}
.pic a.p1:active .large {
	border: 1px solid black;
	max-width: 100%;
	width: auto;
	height: 90%;
	position: fixed;
	z-index: 20;
	top: 7%;
	left: 8%;
	}

/* les liens
-------------------------------------------------------- */
a {
	text-decoration: none;
	color: #03C;
	}
a[href^='http'] {
	border-bottom: 1px dashed;
	text-decoration: none;
	}
a[href$='.jpg']:before, a[href$='.png']:before, a[href$='.gif']:before {
	content: url(img.gif);
	vertical-align: middle;
	}
a[href^='http']:after {
	content: url(link.png);
	vertical-align: middle;
	}
a:visited {
	color: #002080;
	}
a:hover {
	text-decoration: underline;
	color: #00A050;
	}
p {
	line-height: 1.5em;
	padding-bottom: 1.2em;
	text-indent: 5px;
	}

/* le <p> pas beau en haut des index
-------------------------------------------------------- */
p.foireux {
	margin: 5px auto 10px ;
	max-width: 600px;
	text-align: center;
	font: italic normal bold 100% sans-serif;
	}

/* Les "bulles" dans les tutos
-------------------------------------------------------- */
div.info, div.danger, div.tip {
	min-height: 70px;
	width: 70%;
	margin: 20px 20px 40px 50px;
	padding: 0px 0px 0px 74px;
	font-weight: bold;
	text-align: justify;
	}
div.info {
	color: #001EC4;
	background: url(i_info.png) #BCC5D9 no-repeat 0 30%;
	border: blue outset 2px;
	}
div.danger {
	color: #C40007;
	background: url(i_danger.png) #E7B4AB no-repeat 0 30%;
	border: red outset 2px;
	}
div.tip {
	color: #0B8200;
	background: url(i_tip.png) #BCEABf no-repeat 0 30%;
	border: green outset 2px;
	}

div.info div, div.danger div, div.tip div {
	background: rgba(256, 256, 256, 0.6);
	padding: 5px 15px 5px 10px;
	min-height: 70px;
	}

/* Les "titres"
-------------------------------------------------------- */
h1,h2,h3,h4 {
	background: url(degra.png) 0% 50%;
	clear: right;
	border: 0 solid black;
	margin: 20px 0;
	box-shadow: 8px 8px 18px black;
	-moz-box-shadow: 0px 0px 18px white;
	-webkit-box-shadow: 8px 8px 16px black;
	}
h1 {
	border-width: 1px;
	font-size: 3.2em;
	min-height: .9em;
	padding: .2em 0 0;
	text-align: center;
	}
h2 {
	border-width: 1px 1px 1px 0;
	font-size: 2.4em;
	min-height: .8em;
	padding: .1em 0 .1em .7em;
	width: 80%;
	margin-left: -52px;
	}
h3 {
	border-width: 1px 1px 1px 0;
	font-size: 1.8em;
	padding: .1em 0 .1em .6em;
	width: 60%;
	margin-left: -52px;
	}

h4 {
	border-width: 1px 1px 1px 0;
	font-size: 1.4em;
	padding: .1em 0 .1em .6em;
	width: 40%;
	margin-left: -52px;
	}
h5 {
	font-size: 1.4em;
	color: #e82;
	font-weight: bold;
	margin: 17px 0 8px -25px;
	}

/* Les "listes"
-------------------------------------------------------- */
.flechev li a.new { color: red; }
.flechev li {
	list-style-image: url(flechev.png);
	padding-bottom: 3px;
	}
.flechev li:hover {
	list-style-image: url(flecher.png);
	}
.flechev/*, ul.ubuntu-list*/ {
	padding-left: 50px;
	}

/*Le menu
---------------------------------------------------------*/
.img_timo_mini_r { float: right; margin-right: 20px;}
.img_timo_mini_l { float: left; margin-left: 20px;}

.menu_bloc {
	border: #C9C9C9 solid 0;
	border-width: 0px 1px;
	background: url(degra.png) 0% 50% #000;
	margin: 0 0 5px;
	}
.menu_bloc a:after {
	content: none;
	}
.menu_bloc a {
	color: #ccc;
	border-bottom: none;
	}
.menu_table {
	min-width: 550px;
	width: 65%;
	color: #fff;
	font-weight: bold;
	margin: auto;
	}
tr.home {
	display: none;
	}
.menu_table td {
	width: 20%;
	font-size: 1em;
	text-align: center;
	border: 1px #C9C9C9 solid;
	height: 25px;
	}
.menu_table td:hover {
	border: 1px #fff solid;
	}
.menu_table td:hover a {
	color: #fff;
	text-shadow: -1px -1px 10px #f33;
	}
.menu_table .ubuntu:hover {
	background: url(menu-background.png) #000 0 0;
	}
.menu_table .windows:hover {
	background: url(menu-background.png) #000 0 -27px;
	}
.menu_table .tuto:hover {
	background: url(menu-background.png) #000 0 -54px;
	}
.menu_table .pokemon:hover {
	background: url(menu-background.png) #000 0 -81px;
	}
.menu_table .divers:hover {
	background: url(menu-background.png) #000 0 -108px;
	}

/*Les deux élements CSS suivant sont mon antispan^^
---------------------------------------------------------*/
span.directio {unicode-bidi:bidi-override;direction: rtl;}
span.texthidden {display:none;}

/* Les 3 partis du pied de page 
-------------------------------------------------------- */
.footera {
	background: url(degra.png) 0% 50% #ffff27;
	padding: 3px;
	}
.footerc {
	background: url(degra.png) 0% 50% #ff3040;
	}
.foot {
	border: 1px solid #C9C9C9;
	text-align: center;
	margin: 5px 0 0;
	font-size: .9em;
	color: #000;
	}
.foot a, .foot a:after {
	color: #000;
	text-decoration: none;
	border: none;
	content: none;
	}
/* Les infobulles.
---------------------------------------------------------*/
span.bullee {
	position:relative;
	z-index:24;
	cursor: pointer;
	}
span.bullee:hover {z-index:25;}
span.bullee span {display: none;}
span.bullee:hover span {
	display:block;
	position:absolute;
	left:-20px; width:350px;
	border:3px ridge #fc0;
	background-color: #555; color:#fff; opacity: .8;
	padding: 10px;
	}

/* Les "arrondis"
-------------------------------------------------------- */
/* BAS arrondi */
.footerc, .menu_bloc, .menu_bloc > div {
	-moz-border-radius:0 0 15px 15px;
	border-radius:0 0 15px 15px;
	-khtml-border-radius: 0 0 15px 15px;
}
/* haut arrondi */
.footera {
	-moz-border-radius:15px 15px 0 0;
	border-radius:15px 15px 0 0;
	-khtml-border-radius:15px 15px 0 0;
}
/* tout arrondi */
h1, #contenu, .contenu, span.bullee:hover span, .cssc, .htmlc {
	-moz-border-radius: 15px;
	border-radius: 15px;
	-khtml-border-radius: 15px;
	}
div.info, div.danger, div.tip {
	-moz-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	}
/* arrondi à droite*/
div.info div, div.danger div, div.tip div, h2, h3, h4 {
	-moz-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;
	-khtml-border-radius:0 10px 10px 0;
	}
/* arrondis bas gauche et bas droite */
.menu_table .ubuntu {
	-khtml-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	}
.menu_table .divers {
	-khtml-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	}
