
#social img {
    padding: 0;
}
#social a {
    text-decoration: none;
    border: none;
    padding: 6px 12px 6px 12px;
}

.quote {
    display: block;

    background: url(../images/quotein.gif) left top no-repeat;
    padding-left: 30px;
    padding-top: 10px;
    margin-bottom: 20px;

    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, Serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.5em;
}
.quote-out {
    background: url(../images/quoteout.gif) left bottom no-repeat;
    padding-left: 40px;
    padding-bottom: 10px;
    font-style: normal;
}

img.puce {
    border:0; padding: 0;
}


/* SUB NAVIGATION : */

.subnav {
    display: none;
}
.subnav.current {
    display: block;
}


#header .subnav {
	position: absolute;
	margin: 0; padding: 0;		
	width: 880px;	
	left: 0;	top: 55px;		
}
#header .subnav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 10px;					
}
#header .subnav ul li {
	float: left;
	margin: 0; padding: 0 0 0 5px;		
}
#header .subnav ul li a {
	float: left;
	margin: 0;
	padding: 0 10px 0 5px;
	color: #666666;
	font: bold 12px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	text-transform: uppercase;	
}
#header .subnav ul li a:hover, 
#header .subnav ul li a:active {
	border: none;
	color: #111;
	background: transparent;
}
#header .subnav ul li#current {
	background: transparent url(../images/left-tab.gif) no-repeat;	
}
#header .subnav ul li#current a {	
	color: #444;
	background: transparent url(../images/right-tab.gif) no-repeat right top;	
}
#header .subnav ul li.current {
	background: transparent url(../images/left-tab.gif) no-repeat;	
}
#header .subnav ul li.current a {	
	color: #444;
	background: transparent url(../images/right-tab.gif) no-repeat right top;	
}

.ps {
    font-style: italic;
}


/* TIMELINE : */

#timeline {
    width: 700px;
    overflow: scroll;
    font-size: 0.9em;
}
table.timeline td h3 {
    font-size: 1.2em;
    font-weight: bold;
    padding: 3px;
}
table.timeline td {
    width: 250px;
    min-width: 250px;
    padding: 6px; margin: 0;
}
table.timeline td div.timelinetext, 
table.timeline td div.timelinetext p {
    padding: 0; margin: 0;
}

table.timeline td.today {
    width: 80px;
    min-width: 80px;
    background: #fafafa;
}

/* Specifics : */

.counters {
    font-size: 1.4em;
}
.rightbar {
    font-size: 1.4em;
}
.rightbar img {
    padding: 0; border: 0;
}

.spip_documents img {
    border: 0; 
    padding: 2px; 
    margin: 0;
    background: none;
    
}