/*
 theme pour mes tutos. 4eme version, fond bleu clair
*/

body {
	background-color: #8CC7D7;
	font-family: 'Trebuchet MS', tahoma, helvetica, Arial, sans-serif;
	color: black;
	font-size: 18px;
	margin: 0;
}
.contenu, #contenu {
	max-width: 1100px;
	width: 98%;
	margin: 0 auto;
}
.box {
	border: rgb(85, 160, 230) 1px solid;
	background: white;
	background: -webkit-linear-gradient(top, white, #f7f7f7 1px, #eee 9px, #dde 12px, #f7f7f7 50px);
	background: -moz-linear-gradient(top, white, #f7f7f7 1px, #eee 9px, #dde 12px, #f7f7f7 50px);
	background: -ms-linear-gradient(top, white, #f7f7f7 1px, #eee 9px, #dde 12px, #f7f7f7 50px);
	background: -o-linear-gradient(top, white, #f7f7f7 1px, #eee 9px, #dde 12px, #f7f7f7 50px);
	background: linear-gradient(top, white, #f7f7f7 1px, #eee 9px, #dde 12px, #f7f7f7 50px);
	margin: 30px auto;
	padding: 20px 80px;
	font-size: .9em;
	line-height: 1.3em;
	border-radius: 8px;
	box-shadow: 2px 2px 1px black;
	text-align: justify;
}


a { color: rgb(69, 169, 43); }
a:hover { text-decoration: underline; }
.clearright { clear: right; }
h1, h2, h3, h4, h5, h6 {
	margin-left:-25px;
	margin-top: 50px;
	font-weight: normal;
/*	-webkit-text-stroke: 1px #fff;*/
	text-shadow: 1px 1px 1px rgb(150, 150, 150);
	text-align: left;
	line-height: 1em;
}
h1 {
	color: rgb(0, 170, 255);
	font-size: 2.8em;
}
h2 {
	color: rgb(0, 182, 240);
	font-size: 2.4em;
}
h3{
	color: rgb(190, 80, 30);
	font-size: 1.7em;
}
h4{
	color: rgb(255, 170, 0);
	font-size: 1.5em;
}
h5 { font-size: 1.3em;}

.code {
	font-family: monospace;
	color: rgb(5, 5, 10);
	background-color: #eee;
	border: 1px silver solid;
	padding: 10px;
	text-align:left;
	word-wrap: break-word;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: inherit;
}

/* le menu en haut */
.menu_bloc, .footer {
	margin-top: 10px;
	padding: 12px 0 12px 80px;
	background-color: white;
	background: -webkit-linear-gradient(top, white, #f7f7f7 1px, #eee 9px, #dde 12px, #f7f7f7 50px);
	background: -moz-linear-gradient(top, white, #f7f7f7 1px, #eee 9px, #dde 12px, #f7f7f7 50px);
	background: -ms-linear-gradient(top, white, #f7f7f7 1px, #eee 9px, #dde 12px, #f7f7f7 50px);
	background: -o-linear-gradient(top, white, #f7f7f7 1px, #eee 9px, #dde 12px, #f7f7f7 50px);
	background: linear-gradient(top, white, #f7f7f7 1px, #eee 9px, #dde 12px, #f7f7f7 50px);
	border: rgb(85, 160, 230) 0px solid;
	border-width: 1px 0 1px 0;
	box-shadow: 2px 2px 6px black;
}
.foot_main {
	margin-left: -5px;
	padding: 0;
}
.menu_bloc a.droite, .menu_bloc a.acceuil {
	width: 120px;
	line-height: 35px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: rgb(80, 130, 230);
	font-weight: bold;
	display: inline-block;
	border: rgb(165, 190, 250) 1px solid;
	background: -webkit-linear-gradient(top, white 0%, #eee 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -moz-linear-gradient(top, white 0%, #eee 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -ms-linear-gradient(top, white 0%, #eee 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -o-linear-gradient(top, white 0%, #eee 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: linear-gradient(top, white 0%, #eee 50%, #e1e1e1 51%, #f6f6f6 100%);

	border-radius:  40px 11px;
	box-shadow: 2px 2px 6px gray;
}
.menu_bloc a.droite:hover, .menu_bloc a.acceuil:hover {
	border-color: rgb(116, 116, 126);
	color: rgb(13, 13, 13);
	box-shadow: 2px 2px 6px black inset;
}
.menu_bloc a:nth-of-type(2) {
	min-width: 130px;
}
.menu_bloc a.logo {
	position: absolute;
	top: 17px;
	left: 10px;
}
.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
-------------------------------------------------------- */
.footer { text-align: center; }
.foot a { color: black; }
.foot a img { border: none; }
.centrer, .centrerinline {
	display: block;
	margin: 10px auto;
	text-align: center;
}
p.small { /* Genre, crédit en bas du tuto vidéo */
	font-size: .7em;
	margin-top: 10px;
	text-align: center;
	color: #777;
}
.dred {
	font-family: arial, helvetica, tahoma, sans-serif;
	color: rgb(20, 160, 200);
	text-shadow: 1px 1px 1px rgb(150, 150, 150);
}
.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;
	margin-bottom: 30px;
}
.info {
	color: rgb(0, 0, 160);
	border: 1px solid rgb(130, 202, 255);
}
.tip {
	color: rgb(0, 155, 0);
	border: 1px solid rgb(192, 255, 120);
}
.danger {
	color: rgb(235, 0, 0);
	border: 1px solid rgb(255, 120, 120);
}
.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;
}
span.toets {
	color: #fff;
	margin-right: 1px;	-webkit-text-stroke: 1px #fff;

	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;
	width: 500px;
	text-align: center;
}
a img {
	border: none;
}

