/* styles pour le contenu */
div.contenu h1 {
	color: #e05010;
	font-size: 160%;
	margin: 0 0 5px 0;
	border-bottom: 5px solid #ddd;
	margin-top: 15px;
	font-weight: bold;
}

div.contenu h1:first-letter {
	font-size: 140%;
	/*font-style: italic;*/
}

div.contenu h2 {
	font-size: 130%;
}

div.contenu p {
	margin: 10px 0 10px 0;
}

div.contenu p:first-letter {
	font-weight: bold;
	/*font-style: italic;*/
}

div.petit-titre {
	font-weight: bold;
	margin-top: 20px;
}

div.post_info {
	border-top: 1px SOLID #f3f3f3;
	border-bottom: 1px SOLID #f3f3f3;
	background: #fafafa;
	font-size: 10px;
	color: #444;
	padding: 5px;
	margin-bottom: 5px;
	text-align: right;
}

div.post_info {
	font-size: 12px;
	color: #86A03E;
}

div.post_info a {
	font-weight: bold;
	color: #86A03E;
}

div.post_info a:hover {
	color: #f80;
}

div.post_date {
	font-size: 80%;
	font-style: italic;
	color: #888;
}

div.note {
	color: #ffffff;
	font-size: 90%;
	background-color:#4F6FA5;
	border:1px solid #ccc;
	line-height: 1.2em;
	padding: 5px 5px 5px 8px;
	margin: 10px 0px 10px 0px;
}

p.nota {
	padding: 3em 0em 0em 15em;
	font-size: 80%;
	font-style: italic;
	text-align: right;
	color: #aaa;
}

div.boite {
	background-color:#eee;
	background-image: url(fond_barre_grise.png);
	background-repeat: no-repeat;
	padding: 10px 10px 10px 15px;
	margin: 10px 0px 10px 0px;
}

p.emphase {
	text-align: right;
	font-style: italic;
	padding: 1em 0em 1em 2em;
	font-size: 90%;
}

a:link, a:visited, a:active {
	color: #3388aa;
}


a:hover {
	color: #5588ff;
}

/* multi-colonnes */
table.bi, table.tri {
	width: 100%;
}

table.bi tr td {
	width: 49%;
	vertical-align: top;
	padding: 10px;
}

table.tri tr td {
	width: 33%;
	vertical-align: top;
	padding: 7px;
}

.delim {
	border-right: 1px solid #eee;
}

/*
div.bi, div.tri {
	margin: 5px 0px 5px 0px;
	clear: both;
	float: left;
}

div.bi-gauche, div.bi-droite {
	width: 280px;
}

div.bi-gauche {
	float: left;
}

div.bi-droite {
	float: right;
}


div.tri-gauche, div.tri-centre, div.tri-droite {
	width: 180px;
}

div.tri-gauche {
	float: left;
}

div.tri-centre {
	float: left;
	margin-left: 15px;
}

div.tri-droite {
	float: right;
}
*/


/* mise en forme cadre-menu (jaune) */
div.cadre-menu {
	width: 450px;
	background: #FFE073 url(fond_barre_jaune.png) top left no-repeat;
	padding: 13px;
	border-bottom: 5px solid #FFFFFF;
}

div.cadre-menu a:link, div.cadre-menu a:visited, div.cadre-menu a:active {
	padding: 13px;
	text-decoration: none;
	color: #000000;
}

div.cadre-menu a:hover {
	padding: 13px;
	background-color: #F1591D;
	background-image: url(fond_barre_rouge.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFFFF;
}

/* mise en forme cadre-petit (jaune) */
div.cadre-petit {
	width: 288px;
	background: #FFE073 url(fond_barre_jaune_petit.png) top left no-repeat;
	padding: 13px;
	border-bottom: 5px solid #FFFFFF;
}

/* mise en forme cadre-mini (jaune) */
div.cadre-mini {
	width: 186px;
	background: #FFE073 url(fond_barre_jaune_mini.png) top left no-repeat;
	padding: 9px;
	border-bottom: 5px solid #FFFFFF;
}

div.cadre-mini a:link, div.cadre-mini a:visited, div.cadre-mini a:active {
	color: #aa3333;
}

div.cadre-mini a:hover {
	color: #ff5555;
}

/* mise en forme cadre (bleu) */
div.cadre {
	width: 476px;
	background: #CFDEE3 url(fond_barre_bleue.png) top left no-repeat;
	border-bottom: 5px solid #FFFFFF;
}

div.cadrei {
	background: url(fond_barre_bleue_bas.png) bottom left no-repeat;
	padding: 13px;
}

div.cadre p:first-letter {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

/* colonnes */
table.colonnes {
	width: 100%;
}

table.colonnes tr th {
	background-color: #FFE073;
	background-image: url(fond_barre_jaune.png);
	background-repeat: no-repeat;
	color: black;
	text-align: center;
	width: 33%;
	font-size: 80%;
	font-weight: normal;
}

table.colonnes tr td {
	background-color: #CFDEE3;
	background-image: url(fond_barre_bleue.png);
	background-repeat: no-repeat;
	vertical-align: top;
	color: black;
	text-align: center;
}

