#edito
{
	font-size: small;
}

#tableau_de_bord
{
	background-color: inherit;
}

#tableau_de_bord tr td
{
	border: none !important;
	vertical-align: top;
	background-color: inherit;
}

#tableau_de_bord tr td .case
{
	background-color: #ffed8e;
}

#tableau_de_bord tr td ul
{
text-align: left;
padding-bottom: 7px;
}

#tableau_de_bord tr td p
{
text-align: left;
padding-bottom: 20px;
}

#tableau_de_bord tr td h1
{
	height: 25px;
	background-image: url("../images_structure/fond_titres1.png");
	color: white;
	font-size: 20px;
	text-align: center;
	margin: 0 10px 0 10px;
}

#tableau_de_bord tr td .arrondi_droite
{
	height: 25px;
	width: 10px;
	margin: 0;
	background: url("../images_structure/floatright_titres1.png") #f4ffd9;
	float: right;
}
#tableau_de_bord tr td .arrondi_gauche
{
	height: 25px;
	width: 10px;
	margin: 0;
	background: url("../images_structure/floatleft_titres1.png") #f4ffd9;
	float: left;
}

#tableau_de_bord embed, #tableau_de_bord object
{
margin: 5px;
}