/* CSS Document */
body {
	/*background-color: #E6C6D8;*/
		background-image: url(images/fond_themes.jpg);
}
#bandeau_haut {
	background-image: url(images/fond_themes_blanc.jpg);
}
#menu_gauche{
	background-color: #CBD7ED;
	background-image: url(images/fond_themes_couleur.jpg);
	border-bottom-color: #07007F;
}
#contenu_article {
	background-color:#CBD7ED;
}
#titre_rubrique {
	height : 30px;
	background-image: url(images/i_themes2.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#format_article {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CBD7ED;
	border-right-color: #CBD7ED;
	border-bottom-color: #CBD7ED;
	border-left-color: #07007F;
}

