
/* Menu
************************************************************/
#menu {
}
body {
	margin : 0;
	padding : 0;
	font-family: Verdana, Geneva, "Bitstream Vera Sans", sans-serif;
	font-size: 80%;
	color : #000;
}

h3{
font-size: 1.1em;
background: transparent url(../img/background.gif);
color: #D2691E;
padding: 3px;
}

x{
	text-decoration:line-through;
	color:red;
	}
a { color : #246; text-decoration: none;}
a:visited{
	color: #246;
}
a:hover, a:focus, a:active { color: #D2671E; }
a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #666;
	background : transparent;
}

img, a img{
	border : none;
	max-width: 100%;
	text-decoration: none;
}

/* Header
*****/
/* Header
************************************************************/
#top {
	margin : 0;
	color: inherit;
	margin-bottom: 1em;
	position: relative;
}

#top h1 {
	margin: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
	position: absolute;
	bottom: 1ex;
	left: 1ex;
}

#top a {
	text-decoration : none;
	color: #000;
	background: transparent;
}
#top a:hover{
color : #D2691E;
}

/*Menu
*********************/

#menu h2{
font-size: 1.1em;
background: transparent url(../img/background.gif);
color: #D2641E;
padding: 3px;
}

#menu h2 a{
text-decoration: none;
color : #D2641E;
}

#menu h2 a:hover{
text-decoration: none;
color : #000000;
}

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

#menu ul li{
margin: 1ex 0;
}

#menu ul li a{
text-decoration: none;
}
/*Billet
*******/
#content {
	margin: 0 0 0 10ex;
}

/* Billet
************************************************************/
.post {
	margin: 0 0 1.5em 0;
	/* border-left: 1px solid #DDD; */
	padding-left: 2ex;
	position: relative;
}

.day-date {
	margin: 0;
	color: #F90;
	background: transparent;
	text-align: right;
	width: 10ex;
	position: absolute;
	left: -13ex;
	font-size: 90%;
}

html>body .day-date{
	left: -11ex;
}

.post h2{
	color: #111;
	margin-bottom: 0;
}

.post-title h2{
	color: #FF1;
	margin-bottom: 0;
}

.post h2 a{
	color: #444;
	background: transparent;
	text-decoration: none;
}

.post-info {
	font-size : 0.85em;
	color : #666;
	margin : 0;
	text-align : justify;
}

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

.post-content {
	text-align: justify;
}

.post-info-co {
	font-size : 0.85em;
	clear : both;
	color : #666;
	background: transparent url(http://tech-web-n2.utt.fr/coop/sty/images/bulle.png) no-repeat left center;
	padding-left: 13px;
}

#trackbacks{
	margin-left: 2ex;
	margin-top: 2em;
}

#comments{
	margin-left: 2ex;
	margin-bottom: 1em;
	margin-top: 2em;
}

