/* ========================================================================= */
/* Messages */
/* ========================================================================= */

div.msg_ok
{
	border-bottom : thin solid green;
	padding       : 10px;
	margin-top    : 20px;
	font-size     : 120%;
	font-weight   : bold;
	text-align    : center;
	color         : green;
}

div.msg_error
{     
	border-bottom      : thin solid red;
	padding            : 10px;
	margin-top         : 20px;
	font-size          : 120%;
	font-weight        : bold;
	text-align         : center;
	color              : red;
	-moz-border-radius : 5px;
}

/* ========================================================================== */
/* Affichage des objets (to_string)                                           */
/* ========================================================================== */

div.Exc
{
	clear              : both;
    float              : left;
    border             : 1px dashed red;
    background-color   : #ffe7e7;
	-moz-border-radius : 5px;
	margin             : 10px;
}

div.Exc_title
{
	clear            : both;
    padding          : 4px;
    padding-left     : 40px;
	font-size        : 14px;
    font-weight      : bold;
    background-color : #ffc8c8;
}

div.Exc_couple
{
	clear            : both;
    float            : left;
}

div.Exc_parameter
{
	float          : left;
    text-align     : right;
    padding        : 4px;
	width          : 100px;
	font-size      : 13px;
    font-style     : italic;
    font-weight    : bold;
}

div.Exc_value
{
	width       : 800px;
    padding     : 4px;
	float       : left;
    text-align  : left;
	font-size   : 13px;
}

pre.Exc_value
{
	width       : 600px;
    padding     : 4px;
	float       : left;
    text-align  : left;
	font-size   : 12px;
    margin      : 0;
}
