@charset "UTF-8";
/* CSS Document */

body {
	background-color:#968f84;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
	border:none;
}

a {
	color:#666666;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}

td.ssmenu {
	background:url(../images/bg_ssmenu.jpg);
	background-repeat:no-repeat;
	height:17px;
	color:#FFF;
	font-weight:bold;
}

a.ssmenu {
	color:#FFF;
	text-decoration:none;
}

a:hover.ssmenu {
	color:#ffbd0c;
	text-decoration:none;
}

.date {
	font-size:10px;
	text-transform:uppercase;
	color:#8c8c8c;
}

.colonne1 {
	width:460px;
	background-color:#f4f3f0;
}

.colonne1b {
	width:460px;
}

.colonne2 {
	width:250px;
	background-color:#f4f3f0;
}

.footer {
	color:#8c8c8c;
	font-size:10px;
}

a.footer {
	text-decoration:none;
}

a:hover.footer {
	text-decoration:underline;
}

.titre_rouge {
	color:#973035;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.titre_bleu {
	color:#4b87be;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.titre_bleu_auteur {
	color:#4b87be;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
}

.titre_rubrique_rouge {
	color:#973035;
	font-size:14px;
	font-weight:bold;
}

.titre_rubrique_bleu {
	color:#154978;
	font-size:14px;
	font-weight:bold;
}

.titre_rubrique_vert {
	color:#8f9c5f;
	font-size:14px;
	font-weight:bold;
}

.titre_article {
	color:#154978;
	font-size:20px;
	font-weight:bold;
}

.resume {
	font-size:11px;
	color:#444444;
}

.texte {
	font-size:13px;
	color:#444444;
}