/* Css Reset
-------------------------------------------------------- */
html, body, ul, li, ol, div, img, p, table, table *, h1, h2, h3, h4, h5, h6, a, span {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	}

/* Border Set
-------------------------------------------------------- */
.col_gauche, .middle_content, .post, .comments, .foot, input#q,input#ok, .middle_content input, #titre_site, #entete,
.bienvenu, #little_round, #menu div, #menu div:hover .sspages, .titre_poste, #calendrier td, h3 {
	border: 1px solid #c9c9c9;
	}

/* background Set
-------------------------------------------------------- */
h1,h2,.bienvenu, #little_round, #menu div, .col_gauche, .middle_content,
#entete, .foot {
	background-color: rgba(190,190,190,0.5)!important;
	background-color: rgb(30,30,30);
	}

body {
	font-size: 75%;
	background: url(degra_inv.jpg) repeat #002;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	}

a {
	text-decoration: none;
	color: #fff;
	}
a:hover {
	text-decoration: underline;
	}

.one {
	float: right;
	margin: 10px;
	}

.alignri {
	text-align: right;
	}

.centrer {
	text-align: center;
	margin: 5px;
	}

.centrerinline {
	text-align: center;
	display:block;
	margin: 0 auto;
	}

.clearright {
	clear: right;
	}

li {
	padding-bottom: 5px;
	}

span.toets {
	border: 2px outset #666;
	margin-right: 1px;
	padding: 0 2px;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
	}

a[href$='.jpg']:before, a[href$='.png']:before, a[href$='.gif']:before, a[href$='.bmp']:before {
	content: url(img.gif);
	vertical-align: middle;
	}

/* L'entete
-------------------------------------------------------------------------- */
#entete {
	margin-left:-1px;
	min-height: 100px;
	padding: 20px 2px 0 40px;
	border-width: 0px 0px 1px 0px;
	}

#entete img {
	width: 70%;
	}

#entete .pirat {
	width: auto;
	position: absolute;
	right: 20px; top: -20px;
	opacity: .7;
	}

.bienvenu {
	text-shadow: -1px 1px 1px #000;
	font: small-caps bold 1.1em arial, helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 28px;
	vertical-align: middle;
	text-align: center;
	border-width: 1px 0px 0px 0px;
	background: url(degra.png) 0% 52%;
	margin-left: 429px;
	height: 28px;
	}

.bienvenu span {
	z-index: 38;
	position: relative;
	}

/*Le menu déroulant
-------------------------------------------------------------------------- */
#menu {
	position: relative;
	z-index: 30;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	text-shadow: -1px 1px 1px #000;
	}

#menu > li {
	margin: 0;
	float: left;
	}

#menu > li+li {
	width: 80px;
	}

#menu div  {/* id=ubuntu, id=windows , etc */
	height: 28px;
	text-align: center;
	background: url(degra.png) 0% 52%;
	border-width: 1px 1px 0px 0px;
	}

#menu div:hover {
	font-size: 110%;
	}

#little_round {
	width: 28px;
	}

#menu div:hover .sspages {
	position: absolute;
	border-width: 0 1px 1px;
	-webkit-transition: height .8s;
	-moz-transition: height .8s;
	-o-transition: height .8s;
	transition: height .8s;
	width: 428px;
	padding-top: 8px;
	background-color: rgba(190, 190, 190, .40)!important;
	background-color: rgb(30,30,30);
	}

#little_round:hover .sspages {
	height: 100px;
	margin-left:-1px;
	-webkit-box-shadow: 16px 11px 20px rgba(0,0,0, .35);
	-moz-box-shadow: 16px 11px 20px rgba(0,0,0, .35);
	box-shadow: 16px 11px 20px rgba(0,0,0, .35);
	}

#ubuntu:hover .sspages {
	height: 180px;
	margin-left:-30px;
	-webkit-box-shadow: 14px 10px 18px rgba(0,0,5, .40);
	-moz-box-shadow: 14px 10px 18px rgba(0,0,5, .40);
	box-shadow: 14px 10px 18px rgba(0,0,5, .40);
	}

#windows:hover .sspages {
	height: 100px;
	margin-left:-110px;
	-webkit-box-shadow: 12px 9px 16px rgba(0,0,10, .45);
	-moz-box-shadow: 12px 9px 16px rgba(0,0,10, .45);
	box-shadow: 12px 9px 16px rgba(0,0,10, .45);
	}

#tutoriels:hover .sspages {
	height: 240px;
	margin-left:-190px;
	-webkit-box-shadow: 10px 8px 14px rgba(0,0,15, .50);
	-moz-box-shadow: 10px 8px 14px rgba(0,0,15, .50);
	box-shadow: 10px 8px 14px rgba(0,0,15, .50);
	}

#pokemon:hover .sspages {
	height: 140px;
	margin-left:-270px;
	-webkit-box-shadow: 8px 7px 12px rgba(0,0,20, .55);
	-moz-box-shadow: 8px 7px 12px rgba(0,0,20, .55);
	box-shadow: 8px 7px 12px rgba(0,0,20, .55);
	}

#divers:hover .sspages {
	height: 160px;
	margin-left:-350px;
	-webkit-box-shadow: 6px 6px 10px rgba(0,0,25, .60);
	-moz-box-shadow: 6px 6px 10px rgba(0,0,25, .60);
	box-shadow: 6px 6px 10px rgba(0,0,25, .60);
	}

#menu div > a {
	display: block;
	vertical-align: middle;
	line-height: 28px;
	overflow: hidden;
	}

.sspages {
	height: 0px;
	overflow: hidden;
	margin-left: -1px;
	list-style-type: none;
	font-weight: normal;
	letter-spacing: 1px;
	}

.sspages li:last-of-type {
	margin-top: 7px;
	font-weight: bold;
	}

#menu div:hover .back {
	background: url(degra_inv.jpg) 0 -29px repeat;
	position: absolute; 
	z-index: -1;
	top: 0; right: 0; bottom: 0; left: 0px;
	height: auto; width: 428px;
	opacity: .8;
	}

/* Le bloc principal
-------------------------------------------------------------------------- */
#milieu { 
	position: relative;
	margin: 9px 2px;
	}

.title_second_menu {
	font-weight: bold; font-size: 1.2em;
	text-align: center;
	background: url(degra.png) 0% 51%;
/*	text-shadow: 3px 4px 7px #000;*/
	text-shadow: -1px 1px 1px #000;
	}

/* collone de gauche
---------------------------------------------------------------- */
.col_gauche {
	width: 233px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2px;
	border-left-width: 0;
	text-align: center;
	}

/* rechercher
--------------------------------------*/
input#q {
	text-align: center;
	width: 225px;
	margin-bottom: 5px;
	background-color: rgba(168, 168, 168, .5);
	}

input#q:focus {
	color: black;
	background-color: rgba(255, 255, 255, .8);

	}

.col_gauche input {
	color: white;
	text-shadow: gray 0 0 1em;
	}

.col_gauche li {
	list-style-type: none;
	text-shadow: -1px 1px 1px #000;
	}

/*le calendrier
--------------------------------------*/
#calendrier {
	font-size: 1.1em;
	border-spacing: 1px;
	margin: 0 auto;
	}

#calendrier caption {
	padding: 4px;
	font-weight: bold;
	}

#calendrier caption a {
	text-shadow: 0 0 7px #000;
	}

#calendrier td {
	font: 1em 'comic sans ms', serif;
	width: 30px;
	height: 30px;
	empty-cells: hide;
	background: url(degra.png) 0% 56% rgba(168, 168, 168, .5);
	}

#calendrier th {
	display: none;
	}

#calendrier td a {
	display: block;
	line-height: 28px;
	text-shadow: #aaf 0 0 7px;
	background-color: rgba(30,50,50,.4);
	font-weight: bold;
	}

#calendrier td:hover {
	background: url(degra.png) 0% 48%;
	}

#calendrier td, #calendrier td a {
	-webkit-border-radius: 15px 8px;
	-moz-border-radius: 12px 19px 25px 15px;
	border-radius: 12px 19px 25px 15px;
	-khtml-border-radius: 12px 19px 25px 15px;
	}

#calendrier td.active a {
	background-color: rgba(200,50,50,.5);
	}

#calendrier td.active {
	font-weight: bold;
	color: red;
	}

/* à propos du theme
--------------------------------------*/
.theme { /* theme libre de droits, blabla */
	position: absolute;
	bottom: 10px;
	text-align: center;
	color: rgba(255,255,255,0.4);
	letter-spacing: 1px;
	text-shadow: 0 0 1px white;
	width: 233px;
	}

.theme:hover {
	color: rgb(255,255,255);
	text-shadow: 1px 1px 1px black;
	}

a.tutux {
	background-image: url(tux_badge_color_whitetext.png) ;
	display:block;
	width:93px;
	height:63px;
	opacity: .3;
	margin: 0 auto 30px;
	}

a.tutux:hover {
	opacity: 1;
	}

/* la grande colonne avec les messages
-------------------------------------------------------------------- */
.middle_content {
	min-height: 860px;
	margin: 0 -2px 2px 241px;
	border-right-width: 0;
	}

.title_second_menu {
	font-weight: bold; font-size: 1.2em;
	text-align: center;
	background: url(degra.png) 0% 51%;
/*	text-shadow: 3px 4px 7px #000;*/
	text-shadow: -1px 1px 1px #000;
	}

.post {
	background-color: rgba(255,255,255,0.9)!important;
	}

.comments {
	background-color: rgba(245,245,245,0.3)!important;
	background-color: rgb(25,25,25);
	}

.comment {
	background-color: rgba(255,255,255,0.8)!important;
	}

input.submit[name='enregistrer'] {
	background-color: #00c0ff;
	color: white;
	width: 110px;
	}

input#ok, input.submit[name='enregistrer'] {
	background: url(degra.png) 0% 54%;
	}

input#ok:hover, input.submit[name='enregistrer']:hover {
	background-position: 0% 49%; cursor: pointer;
	}

input#ok:active, input.submit[name='enregistrer']:active {
	background-position: 0% 0%; cursor: pointer;
	}

input#email, input#auteur, input#captcha, input#webpage {
	background: #fff;
	text-align: center;
	width: 200px;
	margin-bottom: 4px;
	color: black;
	}

input#captcha {
	width: 150px;
	}

div.field {
	width: 100%;
	min-width: 400px;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0px 1px 3px #fff, 0px 1px 9px #fff;
	}

.postcom {
	width: 60%;
	min-width: 350px;
	max-width: 700px;
	height: 250px;
	margin: 10px auto;
	}

#info_visiteur {
	text-align: left;
	width: 420px;
	margin: 0 auto;
	}

textarea#commentaire {
	background-color: white;
	color: black;
	padding: 5px;
	}

.comment {
	border: 1px solid black;
	margin: 0 0 6px 0;
	padding: 10px;
	}

.comment .titre_poste {
	font-size: 80%;
	}

.comment .titre_poste h2 {
	font-size: 105%;
	padding-left: 20%;
	}

.visitor_home {
	background-color: red;
	float: right;
	margin-right: 50%;
	}
.admin {
	text-shadow: 0px 1px .4em #fff, 0px 1px 2px #00f;
	}

#wiki a {
	color: #04F;
	text-shadow: 0px 1px 3px #fff, 0px 1px 9px #fff;
	}

.post, .comments {
	margin: 6px;
	padding: 10px;
	font-size: 1.2em;
	text-align: justify;
	color: black;
	background-color: rgb(255,255,255);
	}

p.small {
	font-size: .7em;
	margin-top: 10px;
	text-align: center;
	}

.post a, .comment a {
	color: #0066cc;
	}

p.small, p.small a {
	color: #777;
	}

span.code, div.codec	{
	font-family: mono, courrier, monospace;
	}

div.codec {
	margin: 5px 5px 10px 40px;
	padding-left: 10px;
	border-left: 3px blue double;
	}

blockquote {
	font-style: oblique;
	width: 40%;
	max-width: 600px;
	margin: 0 auto 20px;
	border-left: 4px solid rgba(30, 0, 0, .3);
	padding-left: 7px;
	}

.post li {
	margin-left: 25px;
	}

h1 {
	font-size: 190%;
	padding: 3px 10px;
	}

.middle_content h1, .middle_content h1 a, h2 {
	color: #000;
	text-shadow: 0px 1px .4em #fff, 0px 1px 2px #fff;
	}

h2 {
	font-size: 90%;
	padding-left: 25%;
	}

h3 {
	background-color: rgba(255,255,255,.2);
	text-shadow: -1px 1px 1px #000;
	margin: 20px 0 10px;
	border-width: 1px 0 0;
	}

.middle_content h3 {
	background-color: none;
	text-shadow: 1px 1px 1px #fff;
	margin: 20px 0 10px;
	border-width: 0;
	font-size: 130%;
	}

h4 {
	font-size: 180%; margin: 10px 0;
	}

.titre_poste {
	background: url(degra_inv.jpg) repeat;
	border-width: 1px;
	margin: 0 0 20px;
	}

/*Le pied de page
-------------------------------------------------------------------------- */
.foot {
	text-align: center; 
	margin: 0 0px 6px;
	padding: 2px 0;
	border-width: 1px 0;
	text-shadow: 3px 4px 7px black;
	}
#mail {
	position: absolute;
	padding: 0px 30px 0 20px;
	}
.credit_bas a {
	color: white !important;
	}

/*les coins arrondis
-------------------------------------------------------------------------- */
/*tout est arrondi
-----------------------------------------------*/
.titre_poste, .post h3, .post, .comments, .comment, #contenu, input, textarea#commentaire {
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	}

/*seul le bas est arrondi
-----------------------------------------------*/
.webpropre, #titre_site, h2, #calendrier th {
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius: 0 0 15px 15px; 
	-khtml-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	}

/*seul le haut est arrondi
-----------------------------------------------*/
#menu > li+li div, h1 {
	-webkit-border-top-right-radius:15px;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius: 15px 15px 0 0;
	-khtml-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	}

/*seul la droite est arrondi
-----------------------------------------------*/
.col_gauche {
	-webkit-border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius: 0 15px 15px 0;
	-khtml-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	}

/* haut/droite */
#little_round, .col_gauche .title_second_menu {
	-khtml-border-top-right-radius: 15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	}

/* bas/droite */
#menu .sspages, .back {
	-khtml-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius:15px;
	}

/*seul la gauche est arrondi
-----------------------------------------------*/
.bienvenu, .middle_content .title_second_menu {
	-khtml-border-top-left-radius: 15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	}

.middle_content {
	-webkit-border-top-left-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	-khtml-border-radius: 15px 0 0 15px;
	}

