/*
 *      Copyright 2008 Antoine Millet <antoine@inaps.org>
 * 
 *      This program is free software; you can redistribute it and/or modify
 *      it under the terms of the GNU General Public License as published by
 *      the Free Software Foundation; either version 2 of the License, or
 *      (at your option) any later version.
 *      
 *      This program is distributed in the hope that it will be useful,
 *      but WITHOUT ANY WARRANTY; without even the implied warranty of
 *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *      GNU General Public License for more details.
 *      
 *      You should have received a copy of the GNU General Public License
 *      along with this program; if not, write to the Free Software
 *      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 *      MA 02110-1301, USA.
 */

#command {
	padding: 1em;
	background: #91896f;
	width: 40em;
	margin: 0 auto 0 auto;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
}

#c {
	width: 25em;
}

#news h3 {
	padding: 0;
	font-size: 1em;
	font-variant: small-caps;
	display: inline;
}#news h3 a {
	color: #71643c;
}#news h3 a:visited {
	color: #A1643c;
}

#news p {
	display: inline;
	margin-left: 0.3em;
}

#news .date {
	font-size: 0.9em;
	color: #71643c;
}


.commandes dd {
	border-bottom: solid 0.1em #e8e6e0;
	font-size: 0.9em;
}

.commandes dt, .commandes dd {
	display: block;
}

.commandes .desc {
	float: right;
}

/* news */

.news {
	list-style-type: none;
}
