html{
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 0.75em;
	color: #444;
	/*background: #EBE8DF url(images/fond.png) repeat-x;*/
	background: black; /* url(images/fond.jpg) repeat-x;*/
}

body{
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link{color: #444;	background: transparent;}
a:visited{color: #666;background: transparent;}
a:hover{color: #111;	background: transparent;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color:#999; background:transparent;}
a img{border: none;}

hr{
	display: none;
}

h2{
	color: #454A5F;
	background: transparent;
	font-size: 1.3em;
}

h2 a{
	color: #454A5F;
	background: transparent;
	text-decoration: none;
}

h2 a:visited{
	color: #454A5F;
	background: transparent;
}

label{
	cursor: pointer;
	cursor: hand;
}

ul{
	list-style-image: url(images/puce.png);
}

ol{
	list-style: decimal;
}

blockquote{
	background: #EEE url(images/blockquote.png) no-repeat bottom left;
	/*border: 1px solid #E0E0E0;*/
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

blockquote p{
	margin-top:0;
	margin-bottom:0;
}

pre{
	font-size: 1.2em;
	font-family: monospace;
	border: 1px solid #E0E0E0;
	padding: 1em;
	margin: 0 auto;
	background: #EEE;
	color: #000;
	width: 90%;
	overflow: auto;
}
/*******************************************************************/
div#page{
	position: relative;
	width: 70em;
	text-align: left;
	margin: 0 auto;
/*ERIC*/	margin-top: 1em;
	padding: 0;
	border: 10px solid #EEE;
	background: #FFF;
	color: inherit;
}
/*******************************************************************/
#top{
	background: black url(images/erixpagedotcom.png) no-repeat;
	height:40px;
}

h1{
	margin: 0;
	padding: 1em;
	font-family: arial, sans-serif;
	letter-spacing: -1px;
}

#top h1 a{
	text-decoration: none;
	color: #FFF;
	background: transparent;
}
/*******************************************************************/
p#prelude{
	position: absolute;
	top: 5px; 
	right: 5px;
	margin: 0;
	color: #FFD633;
	background: transparent;
	font-size: 0.8em;
}

p#prelude a{
	color: #FFD633;
	text-decoration: none;
}
/*******************************************************************/
div#content{
	width: 52em;
	float: left;
	padding: 1em;
}

div.post{
	margin-bottom: 2em;
}

p.post-info{
	background: #EEE url(images/postinfo.png) no-repeat top right;
	padding: 3px;
	border: 1px solid #EEE;
	-moz-border-radius: 4px;
}
/*******************************************************************/
#sidebar{
	width: 14em;
	float: right;
	padding: 1em;
}

#sidebar h2{
	font-size: 1.2em;
}

#sidebar ul{
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#sidebar li{
	margin: 0;
	padding: 0;
	display:inline;
}

#sidebar a{
	display: block;
	padding: 0.5em;
	text-decoration: none;
}

#sidebar a:hover{
	background: #FFF url(images/menu.gif);
}

#calendar{
	text-align: center;
}

#calendar h2{
	display: none;
}

#calendar table{
	font-size: 0.8em;
}

#calendar a{
	display: inline;
}

#calendar td a{
	font-weight: bold;
	border: 1px dotted;
	padding: 0;
}

/*******************************************************************/
#footer{
	clear: both;
	background: #CED6D9;
	color: #666;
	margin: 0;
	padding: 1em;
	height: 1em; /* pour un bug bizarre d'IE6 */
}

#footer a{
	color: #666;
	background: transparent;
	text-decoration: none;
}

/*******************************************************************/
.field label{
	display: block;
}

fieldset{
	border: none;
}

textarea{
	width: 90%;
}
/*******************************************************************/
#navbar {
	position: absolute;
	right: 19px;
	top: 14px;
	}
.TextNavBar { 
	color: white;
	font-weight: bold; 
	margin: 0px 0px 0px 0px;
	}
A.TextNavBar { 
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; 
	font-size: 12px;
	color: #bfbfbf; 
	text-decoration: none; 
	font-weight: bold;
	}
A.TextNavBar:link {
	color: #bfbfbf; 
	}
A.TextNavBar:visited { 
	color: #bfbfbf; 
	}
A.TextNavBar:hover { 
	color: #003300; 
	}
