
/*
 * Annonces
 */
 
/*
 * Warning! Before defining this style. Check dragon.css for it.
 *
h3 {}
 */
 
/* Le cadre des annonces devrait être nomme. On pourrait ainsi simplifier
 * les class de ses sous-elements.
 */
 
h5 {
	margin:            3px 0px 0px 0px;
	
	font-size:         small;
	font-weight:       bold;
}

h6 {
	font-size:         small;
	margin:            0em;
}

div.subject {
	display:           table;
	width:             100%;
}

div.subject > h5 {
	float:             left;
}

div.subject > div {
	float:             right;
}

div.meta {
/*	color:             #9a9385; */
/*	font-style:        italic; */
	margin:            0px 0px 5px 0px;
}

div.meta div {
	display:           inline;
	margin-right:      1em;
}

div.content {
	margin:            10px;
	padding:           5px;
}

div.content > div, div.content > p {
	margin-bottom:     0.4em;
}

div.subject h6 {
	display:            inline;
}

div.content > table {
	width:             100%;
	border:            1px dotted #9D4300;
	background-color:  white;
	margin-bottom:     0.4em;
}

div.content > p.total {
	border:            1px dotted #9D4300;
	background-color:  white;
	
	font-weight:  	   bold;
	text-align:        right;
	
	padding:           0.2em;
	margin-top:        0em;
}

div.img_annonce {
	margin-left:       auto;
	margin-right:      auto;
	margin-top:        5px;
	margin-bottom:     5px;
	text-align:		   center;
}

div.img_annonce img {
	border:            1px solid #9D4300;	
}

/* Really used somewhere? */
div.description {
	font-variant:      italic;
	font-size:         small;
	text-align:        justify;
}

/* A list of tool links, in row */
div.functions {
	margin-top:         Opx;
	margin-bottom:      1em;
}

div.submit {
	text-align:         right;
	padding:            0em 0.5em 0.5em 0.5em;
}
