html, body {
	height: 100%;
	margin: 0;
	background-color: #000;
	background-image: url(./img/background.png);

	font-size: 10pt;
	font-family: Arial;
}

a{
	outline: none;
	color: #c85b00;
}

code{
	background: #EEEEEE;
	background-repeat: no-repeat;
	background-image: url(./img/code.png);
	border: dashed 1px #999999;
	padding: 25px 10px 0px 10px;
	display: block;
	white-space: pre;
}
code.js {
	background-image: url(./img/code_js.png);
}
code.java {
	background-image: url(./img/code_java.png);
}
code.cpp {
	background-image: url(./img/code_cpp.png);
}
code.php {
	background-image: url(./img/code_js.png);
}

div#languageselector {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 20;
	color: #c85b00;
}


div#topoverlay {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(./img/topbackground.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 105px;
}

div#global {
	min-height: 100%;
	width: 832px;
	padding: 0 11px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background-image: url(./img/contentbackground.png);
	background-position: -1px 70px;
	background-repeat: repeat-y;
}

/* hack for ie6 
* html #global {
            background-image: none;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./img/contentbackground.png", sizingMethod="scale");
}
*/

div#header {
	background-image: url(./img/logo.png);
	position: absolute;
	width: 854px;
	top: 0px;
	left: -11px;
	background-repeat: no-repeat;
	height: 86px;
	position: relative;
	overflow: visible;
}

div#catchphrase {
	position: absolute;
	top: 66px;
	left: 25px;
	
	font-size: 0.9em;
}

/* The main menu with the zoom effect*/
div#mainmenu {
	color: white;
	font-weight: bold;
	position: absolute;
	top: 40px;
	right: 25px;

	font-size: 12pt;
	
	white-space: nowrap;
}
div.mainmenuElement{
	display: inline;
	font-size: 12pt;
	cursor: pointer;
	white-space: nowrap;
	margin-top: 5px;
}
div.mainmenuElement a{
	text-decoration: none;
	color: white;
}
div#mainmenuCurrent {
	background-repeat: no-repeat;
	display: inline;
	font-size: 18pt;
	cursor: pointer;
	overflow: visible;
	position: relative;
	white-space: nowrap;
	text-align: center;
	margin-left: -10px;
	margin-right: -10px;
}
div#mainmenuCurrentText {
	position: absolute;
	top: 0px;
	left: 10px;
}
div#mainmenuCurrentText a{
	text-decoration: none;
	color: white;
}
img#mainmenuCurrentGlow {
	vertical-align: top;
}

div#searchicon img {
	margin-left: 4px;
}

/* MENU with hilight effect */

div#menu {
	background-color: #FF7400;
	background-image: url(./img/menubackground.png);
	border-left: 1px solid #C85B00;
	height: 31px;
	
	margin: 0px;
	padding: 0px;
	
	overflow: visible;
	position: relative;
	
	text-align: center;
	
	font-size: 1.1em;
	font-weight: bold;
}
div#menu a {
	text-decoration: none;
} 
div.menuElement {
	border: 1px solid #C85B00;
	border-left: none;
	
	padding-top: 5px;
	
	position: relative;
	float: left;
	
	height: 24px;
	width: 160px;
	
	cursor: pointer;
	
	color: #FFFFFF;
}
div.menuElement a{
	text-decoration: none;
	color: #FFFFFF;
}
div.menuElement:hover {
	background-image: url(./img/menubuttonhover.png);
}
div#menuCurrent {
	background-image: url(./img/menubuttonselected.png);
	border: 1px solid #C85B00;
	border-left: none;
	border-bottom: none;
	padding-top: 5px;
	
	position: relative;
	float: left;
	
	height: 25px;
	width: 160px;
	
	cursor: pointer;
	
	color: #FFFFFF;
}
div#menuCurrent a{
	text-decoration: none;
	color: #FFFFFF;
}
div#menuCurrent:hover {
	background-image: url(./img/menubuttonselectedhover.png);
}

div#searchicon {
	border: 1px solid #C85B00;
	border-left: none;
	
	padding-top: 2px;
	
	height: 27px;
	width: 29px;
	position: absolute;
	top: 0px;
	right: 0px;
	
	cursor: pointer;
}
div#searchbox {
	border: 1px solid #C85B00;
	border-right: none;
	
	color: #FFFFFF;
	
	position: absolute;
	right: 0px;
	top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	height: 26px;
	
	white-space: nowrap;
	
	background-image: url(./img/searchboxbackground.png);
	background-repeat: repeat-x;
}
div#searchbox input{
	display: inline;
}

div#selector {
	height: 19px;
	background-image: url(./img/selectorbackground.png);
	padding: 10px;
	font-weight: bold;
}

div#selector table{
	width: 100%;
}

div#center {
	/*overflow: show;*/
	position: relative;
	
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 147px; 
}
div#centerOverlay {
	background-color: #000000;
	background-image: url(./img/lock.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 100;
	position: absolute;
	top: -20px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
/*--------> style of a blog entry !!! */
div.blogentry {
	margin-top: 20px;
	display: block;
	position: relative;
	overflow: visible;
	padding-left: 10px;
	padding-right: 10px;
}
div.blogentry p{
	text-align: justify;
}
div.blogentry a{
	color: #c85b00;
}
div.blogentry img {
	border: solid 1px #999999;
	padding: 3px;
	margin-right: 5px;
	background: #EEEEEE;
}
div.blogentry a img:hover {
	border: solid 1px #FF7400;
	background: #FFF099;
}

div.blogentry div.entrytitle {
	border-bottom: 1px solid #ABABAB;
	display: block;
	position: relative;
	overflow: visible;
}
div.blogentry div.entrytitle a{
	text-decoration: none;
	color: #000000;
}
div.blogentry div.entrytitle h1{
	display: inline;
	font-size: 1.3em;
	font-weight: bold;
}
div.blogentry div.entrytitle div.entryinfo{
	display: inline;
	position: absolute;
	right: 3px;
	bottom: 1px;
	
	font-size: 0.85em;
}
div.blogentry div.entrycontent {
	padding: 15px 3px;
}
div.blogentry div.entryfoot {
	background-image: url(./img/entryfootbackground.png);
	background-repeat: repeat-x;
	height: 22px;
	font-size: 0.85em;
}
div.blogentry div.entryfoot table {
	width: 100%;
}

/* <-----   comment  -----> */
div#addComment {
	background: #6c6560; 
	border-top: solid 1px #000000; 
	border-bottom: solid 1px #000000; 
	width: auto;
	padding: 5px;
}
div#addComment textarea {
	font-family: Arial;
	font-size: 10pt;
}
div#addComment input {
	font-family: Arial;
	font-size: 10pt;
}
table#commentList {
	margin-top: 10px;
	border: 0px;
	border-spacing: 0px;
	border-top: solid 1px #CCCCCC;
}

td.author {
	background: #ECEBEB;
	background-image: url(./img/commentbackground.png);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;

	border-spacing: 0px;
	
	white-space: nowrap;
}

td.comment {
	border-bottom: solid 1px #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	
	width: 100%;
}

/* <-----   tags  -----> */
div#tags{
	position: absolute;
	bottom: 117px;
	background: none;
	z-index: 101;
}
div#tagreveal{
	overflow: auto;
	position: relative;
	background-image: url(./img/tagtabbackground.png);
	background-repeat: no-repeat;
	width: 832px;
	padding: 3px 0px;
	text-align: center;
}

a#tagreveallink {
	color: black;
	text-decoration: none;
}
a#tagreveallink:hover{
	text-decoration: underline;
}
div#taglist{
	position: relative;

	background-image: url(./img/taglistbackground.png);
	background-repeat: repeat-x;
	overflow: hidden;
	display: block;
	width: 812px;

	padding-left: 10px;
	padding-right: 10px;
}


/* <-----   foot  -----> */
div#footer {
	position: absolute;
	width: 832px;
	height: 117px;
	bottom: 0px;
	background-image: url(./img/footerbackground.png);
	background-repeat: repeat-x;
	
	vertical-align: middle;
	color: white;
	z-index: 102;
}
div#footercontent {
	font-size: 10px;
	position: absolute; 
	top: 30%; 
	text-align: center; 
	margin-left: 20px;
	margin-right: 20px;
}
div#footercontent a{
	color: white;
}
