body {
	background: #f3ffce url(images/header.png) no-repeat top center;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5e5e5e;
}

/* Polices */

h1 {
	margin: 0;
	font-weight: normal;
	font-size: 2em;
}

strong{
	font-weight: bold;
	color: #3399FF; /* bleu */
}

li strong{
	border-bottom: dashed 1px #3399FF; 
	font-size: 1.1em;
}

.article .date{
	font-weight: bold;
	text-transform: lowercase;
	color: #FF8400; /* orange */
}

.article .trombi{
	font-weight: bold;
	text-align: center;
	color: #FF8400; /* orange */
}

.article .orange{
	font-weight: bold;
	color: #FF8400; /* orange */
}

.montant{
	color: #ffffff;
	font: 1.3em bold "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #3399ff; /* bleu */
}

/* Images et tableaux */

img {border: none;}

.photo{
	float: right;
	padding-left: 10px;
	border: none;
}

.drapeau{
	float: left;
	padding-right: 5px;
	width: 45px;
}

table, td{
	border: 2px solid #3399FF ;
	border-collapse: collapse;
	color: #3399FF;
	padding: 5px 10px;
}

/* Liens hypertextes */

a {
	color: #5E5E5E; /* gris */
}

a:hover {
	text-decoration: none;
	color: #000000; /* noir */
}

#leftcolumn a, #rightcolumn a {
	text-decoration: none;
	color: #3399FF;	/* bleu*/
}

#leftcolumn a:hover, #rightcolumn a:hover {
	color: #FF8400; /* orange */
}

/* Menu */

#menu {
	width: 900px;
	height: 80px;
	margin: 305px auto 0 auto;
	background: #F3FFCE url(images/bandeau_vert.png); 	/*vert*/
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0.8em 1em 0 1.5em;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 1.45em;
	color: #FFFFFF;	/*blanc*/
}

#menu a:hover {
	color: #FF9900;	/*orange*/
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Columns */

#leftcolumn {
	float: left;
	width: 240px;
}

#rightcolumn {
	float: right;
	width: 240px;
}

#leftcolumn h1, #rightcolumn h1 {
	padding: 8px 0 0 50px;
	background: url(images/calepin_haut.png) no-repeat;
	color: #FFFFFF; /* blanc */
}

#leftcolumn .content, #rightcolumn .content {
	padding: 10px 0;
	color: #5e5e5e; /*gris*/
	background: url(images/calepin_milieu.png) repeat-y;
}

#leftcolumn .bottom, #rightcolumn .bottom {
	padding: 10px 0;
	background: url(images/calepin_bas.png) no-repeat;
}

#leftcolumn ul , #rightcolumn ul, #leftcolumn p, ul{
	padding: 0 1.5em 0 2em;
	list-style: none;
}


/* Posts */

#posts {
	width: 380px;
	margin: 0 240px;
	padding: 0 20px;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	padding: 0 0 10px 10px;
	color: #3399FF;
}

.post .meta {
	height: 50px;
	padding: 1px 0 0 20px;
	background: url(images/bandeau_jaune.png) no-repeat;
	font-size: smaller;
}

.post .article {
	padding: 10px;
	line-height: 180%;
}

/* Footer */

#footer {
	text-align: center;
}

#copy{
	font-size: 0.8em;
}
