/* 
 * Theme de Guyhom
 * www.guyhom.net
 * 2006
 */

/* Les ?l?ments HTML en g?n?ral
-------------------------------------------------------- */
body{
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	background: #3e3e3e;
	color: #fff;
	font-size: 70%;
	font-family: 'Lucida Grande', Arial, Helvetica, Tahoma, sans;
	border-top: 0;
}

#main{
	float: left;
	width: 534px;
	padding : 2px 0 0 0;
}

h1, h2, h3, h4, h5, h6{
	color: #fff;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #3f5999;
}

fieldset{
	border: none;
	margin: 0;
	padding: 0;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

.coche {
	border:solid 0px;
	height:16px;
	width:16px;
	margin-right:5px;
	vertical-align:middle;
	background: #3e3e3e;
}

input,textarea{
	color: #fff;
	font-size: 1em;
	font-family: 'Lucida Grande', Arial, Helvetica, Tahoma, sans;
	border: 1px solid #cdcdcd;
	background: #4c4c4c;
}

input:hover,textarea:hover,input:focus,textarea:focus{
	color: #cacaca;
	border: 1px solid #cdcdcd;
	background: #3e3e3e;
}

textarea{
	width: 100%;
}
a{
	color: #bec7f6;
	text-decoration: none;
}

a:hover{
	color: #fff;
	background: #4c4c4c;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	width: 773px;
	margin: 0 1px 0 0;
	text-align: left;
	background: #3e3e3e;
	color: inherit;
	border: 1px solid #cdcdcd;
}
 
/* Le pr?lude
-------------------------------------------------------- */ 
#prelude{
	position: absolute;
	width: 780px;
	top: 7px;
	left: 50%;
	margin: 0 0 0 -390px;
	padding: 0 1ex;
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */

#content{
	margin: 15px 0 0 10px;
}

.date-gauche{
	padding: 2px;
	position: absolute;
	text-align: center;
	line-height: 0;
	width: 32px;
	height: 50px;
	background: #4c4c4c;
	border : 1px solid #cdcdcd;
}

.date-gauche img{
	display: block;
	padding : 0px;
	margin: 0px;
	border: 0px;
}

.post{
	margin-bottom: 10px;
	border-bottom: thin dotted #fff;

}

.post img{
	margin: 0 2px 0 0;
}

.post img:a{
	text-decoration: none;
}

.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #eee;
	font-style: italic;
}

.post-title{
	padding-left: 46px;
	color: #fff;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #cacaca;
	background: transparent;
	text-decoration: none;
}

.post-chapo{
	padding-left: 46px;
	line-height: 1.5em;
	text-align: justify;
}

.post-info{
	padding-left: 46px;
	margin-top: 0;
	color: #ccc;
	background: transparent;
	padding-bottom: 1ex;
}

.post-content{
	text-align: justify;
	padding-left: 46px;
	line-height: 1.5em;
}

.post-content p{
	background: transparent url(img/bg-post-content);
	line-height: 1.86em;
	padding-bottom: 1.5em;
}

.post-content img{
	color: #fff;
}

.read-next img{
	display: inline;
	padding: 0;
	border: 0;
	margin: 10px 0 0 0;
}

.post-content blockquote{
	font-family: Times, serif;
	font-style: italic;
	font-size: 1.2em;
	margin: 0px;
	padding: 20px;
	background: #cdcdcd;
}

.post-content code{
	display: block;
	font-family: Monospace, courier;
	font-size: 1em;
	margin-top: 20px;
	padding: 20px;
	background: url(img/bg-code.jpg) #0a396d no-repeat top left;
	border: 0;
}

.post-info-co{
	padding-left: 46px;
	padding-bottom: 10px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
}

.post-info-co a{
	background: none;
}

.post-info-co a:hover{
	color: #fc0;
	background: #222;
}

#trackbacks, #comments {
	padding-left: 46px;
}
#trackbacks blockquote, #comments blockquote{
	border: 1px solid #222;
	margin: 1em 0;
	padding: 1ex 1em;
}

/*#trackbacks h3{
	color: #cacaca;
}

#comments h3{
	color: #cacaca;
}*/

/* La barre de navigation
-------------------------------------------------------- */

#sidebar{
	float: right;
	width: 210px;
	padding-bottom: 130px;
	background : transparent url(img/TIMEC-Logo_160.gif) no-repeat bottom center;
}

#sidebar div{
	margin: 10px 10px 0 0;
	padding: 1ex 1em;
	color: inherit;
}

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

#sidebar h2{
	color: #cacaca;
	margin: 0 0 5px -1px;
}

#sidebar h3{
	font-size: 1em;
	margin: 5px 0 0 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#sidebar a{
	color: #bec7f6;
	text-decoration: none;
}

#sidebar a:hover{
	color: #fff;
	background: #4c4c4c;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
}

#sidebar div#calendar{
	border-top: 0;
}

#sidebar div#calendar table{
	font-size: 0.9em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #a5a5a5;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 0px;
}

#sidebar div#calendar table td a{
	display: block;
	background: #4c4c4c;
	color: #cacaca;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #666;
	color: #fff;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	clear: both;
	margin: 10em 0 0 0;
	padding: 1em;
	background: #4c4c4c;
	color: #ddd;
}

#footer a{
	color: #cacaca;
	background: none;
}

#navcontainer
{
margin: 0px;
padding: 0px;
}

#navcontainer ul
{
margin: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
list-style-type: none;
text-align: left;
}

#navcontainer ul li { float: left; }

#navcontainer ul li a
{
color: #fff;
text-decoration: none;
background: url(img/cadre4.gif) no-repeat left top;
font-size: 1em;
float: left;
margin: 0;
height: 64px;
width: 80px;
padding-top: 5px;
padding-right: 11px;
padding-bottom: 1px;
padding-left: 7px;
}

#navcontainer li a:hover
{
color: #fff;
background: url(img/cadre3.gif) no-repeat left top;
}

#navcontainer li a:active
{
color: #feda89;
background: url(cadre4.gif) no-repeat left top;
}

.espace{
	font-size: 0.5em;
}
table{
	font-size: 1em;
}

p {
margin: 5px 0 0 0;
padding: 0;
}

/* set millions of background images */
.rbroundbox { background: url(img/nt.gif) repeat; }
.rbtop div { background: url(img/tl.gif) no-repeat top left; }
.rbtop { background: url(img/tr.gif) no-repeat top right; }
.rbbot div { background: url(img/bl.gif) no-repeat bottom left; }
.rbbot { background: url(img/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really necessary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; text-align: center;}
.rbroundbox { width: 390px; margin: 1em auto; }

/* Tagcloud 
-------------------------------------------------------- */
#tagcloud ul { 
	margin:0;
	padding:0 1em;
	display:block;
}

#tagcloud li { 
	display:inline;
	margin: 0 .1em;
}

#tagcloud li.level-1 { font-size: 0.8em; }
#tagcloud li.level-2 { font-size: 0.9em; }
#tagcloud li.level-3 { font-size: 1.0em; }
#tagcloud li.level-4 { font-size: 1.1em; }
#tagcloud li.level-5 { font-size: 1.2em; }

#tags {
        text-align: right;
        font-size: 7pt;
}

.titrecat {
	padding-left: 46px;
	display: block;
	border: 0px solid #000;
}
.titrecat img {
	border: 0px solid #fff;
	margin: 0 0 0 0;
}

.pagenav {
        text-align: right;
	font-size: 90%;
	margin: 0 0 10px 0;
}

.ad {
	padding-left: 46px;
	padding-top: 10px;
}

.home {
	color: #cacaca;
}