/************************************************************************************************************************************************/
/*																																		Tableau	*/
/************************************************************************************************************************************************/

div.tableau {
	padding-left: 170px;
	padding-right: 10px;
}

div.tableau_espace_haut {
	margin-top: 15px;
}

div.tableau_message {
	height: 40px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #B0B0B0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.tableau_message_erreur {
	background-color: #F8B9B8;
}

div.tableau_message_succes {
	background-color: #DEE9AB;
}

div.tableau_message_attention {
	background-color: #FFFFC0;
}

div.tableau_message p {
	line-height: 40px;
	padding-left: 22px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.tableau_entete {
	height: 30px;
	background-color: #EBEBEB;
	border-left: 1px solid #B0B0B0;
	border-top: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

div.tableau_entete div.titre {
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
}

div.tableau_entete div.bouton {
	float: right;
	height: 22px;
	margin-top: 3px;
	margin-right: 4px;
	border: 1px solid #B6B6B6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(../img/bouton_fond.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

div.tableau_entete div.bouton:hover {
	border: 1px solid #666666;
	background: url(../img/bouton_fond.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

div.tableau_entete div.bouton a {
	display: block;
	height: 22px;
	line-height: 22px;
	margin-left: 3px;
	padding-left: 22px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #555555;
}

div.tableau_entete div.bouton a:hover {
	color: #000000;
}

div.tableau_entete div.recherche_annule {
	float: right;
	height: 30px;
	line-height: 30px;
}

div.tableau_entete div.recherche_annule a {
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}

div.tableau_entete div.recherche_annule a:hover {
	text-decoration: underline;
	color: #0033FF;
}

div.tableau_entete div.recherche {
	float: right;
	height: 30px;
	margin-left: 20px;
	margin-right: 5px;
}

div.tableau_entete div.recherche input[type=text] {
	float: left;
	width: 150px;
	height: 12px;
	line-height: 12px;
	margin-top: 6px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #FAFAFA;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #CDCDCD;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	font-size: 10px;
	cursor: text;
}

div.tableau_entete div.recherche input[type=text]:hover {
	box-shadow: 0 0 5px rgba(179, 179, 179, 1);
    -webkit-box-shadow: 0 0 5px rgba(179, 179, 179, 1);
    -moz-box-shadow: 0 0 5px rgba(179, 179, 179, 1);
}

div.tableau_entete div.recherche input[type=text]:focus {
	border-left: 1px solid #4A82EA;
	border-top: 1px solid #4A82EA;
	border-bottom: 1px solid #4A82EA;
	box-shadow: 0 0 5px rgba(74, 130, 234, 1);
    -webkit-box-shadow: 0 0 5px rgba(74, 130, 234, 1);
    -moz-box-shadow: 0 0 5px rgba(74, 130, 234, 1);
}

div.tableau_entete div.recherche a {
	display: block;
	float: left;
	height: 16px;
	width: 20px;
	margin-top: 6px;
	font-size: 1px;
	text-decoration: none;
	border-top: 1px solid #999999;
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topright: 6px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #FAFAFA;
	background-position: center center;
}

div.tableau_entete div.recherche a:hover {
	box-shadow: 0 0 5px rgba(179, 179, 179, 1);
    -webkit-box-shadow: 0 0 5px rgba(179, 179, 179, 1);
    -moz-box-shadow: 0 0 5px rgba(179, 179, 179, 1);
}

div.tableau table {
	width: 100%;
	border-left: 1px solid #B0B0B0;
}

div.tableau table.bordure_bas {
	border-bottom: 1px solid #B0B0B0;
}

div.tableau table tr th {
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	border-top: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	border-bottom: 1px solid #CCCCCC;
	background: url(../img/th_fond.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

div.tableau table tr th.action {
	cursor: pointer;
}

div.tableau table tr th.action:hover {
	background-position: bottom left;
}

div.tableau table tr.ligne1 {
	background-color: #FFFFFF;
}

div.tableau table tr.ligne1:hover {
	background-color: #FFFDE3;
}

div.tableau table tr.ligne2 {
	background-color: #F0F5FA;
}

div.tableau table tr.ligne2:hover {
	background-color: #FFFDE3;
}

div.tableau table tr td {
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	border-right: 1px solid #DDDDDD;
}

div.tableau table tr.totaux td {
	white-space: nowrap;
	border-right: none;
	background-color: #F6F6F6;
}

div.tableau table tr.totaux_haut td {
	border-top: 1px solid #B0B0B0;
}

div.tableau table tr td input[type=checkbox] {
	float: left;
	margin-top: 8px;
	margin-right: 5px;
	width: 14px;
	height: 14px;
	background: none;	
	border: none;
	cursor: pointer;
}

div.tableau table tr td a {
	font-size: 10px;
	text-decoration: none;
	color: #0033FF;
}

div.tableau table tr td a:hover {
	text-decoration: underline;
}

div.tableau table tr td.actions {
	border-right: 1px solid #B0B0B0;
}

div.tableau table tr td.actions_duo {
	width: 44px;
	padding-left: 10px;
	padding-right: 10px;
}

div.tableau table tr td.actions a {
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	font-size: 1px;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EBEBEB;
	background-position: center center;
}

div.tableau table tr td.actions a.first {
	border-left: 1px solid #CCCCCC;
}

div.tableau table tr td.actions a:hover {
	text-decoration: none;
	background-color: #F7F7F7;
}

div.tableau_bas {
	height: 28px;
	padding-top: 4px;
	background-color: #F6F6F6;
	border: 1px solid #B0B0B0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.tableau_bas div.checkbox {
	float: left;
	height: 24px;
	line-height: 24px;
	margin-left: 5px;
	margin-right: 10px;
	font-size: 10px;
	color: #666666;
}

div.tableau_bas div.checkbox input[type=checkbox] {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	width: 14px;
	height: 14px;
	background: none;	
	border: none;
	cursor: pointer;
}

div.tableau_bas div.bouton {
	float: left;
	height: 22px;
	line-height: 22px;
	margin-left: 5px;
	margin-right: 10px;
	border: 1px solid #B6B6B6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(../img/bouton_fond.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

div.tableau_bas div.separateur {
	float: left;
	height: 22px;
	line-height: 22px;
	margin-right: 5px;
	text-align: center;
	font-size: 14px;
	color: #999999;
}

div.tableau_bas div.bouton:hover {
	border: 1px solid #666666;
	background: url(../img/bouton_fond.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

div.tableau_bas div.bouton a {
	display: block;
	height: 22px;
	line-height: 22px;
	margin-left: 3px;
	padding-left: 22px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #555555;
}

div.tableau_bas div.bouton a:hover {
	color: #000000;
}

div.tableau_bas select {
	float: right;
	width: 100px;
	height: 22px;
	margin-right: 5px;
	line-height: 22px;
	background-color: #F0F0F0;	
	border: 1px solid #CDCDCD;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

div.tableau_bas select:hover {
	box-shadow: 0 0 5px rgba(179, 179, 179, 1);
    -webkit-box-shadow: 0 0 5px rgba(179, 179, 179, 1);
    -moz-box-shadow: 0 0 5px rgba(179, 179, 179, 1);
}

div.tableau_bas select:focus {
	background-color: #EEF3F7;
	border: 1px solid #4A82EA;
	box-shadow: 0 0 5px rgba(74, 130, 234, 1);
    -webkit-box-shadow: 0 0 5px rgba(74, 130, 234, 1);
    -moz-box-shadow: 0 0 5px rgba(74, 130, 234, 1);
}

div.tableau_bas_vide {
	height: 250px;
	background-color: #FFFFFF;
	border: 1px solid #B0B0B0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.tableau_bas_vide div {
	width: 460px;
	height: 190px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	background: url(../img/nodata.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}

div.tableau_bas_vide p {
	margin-left: 155px;
	line-height: 30px;
	padding-left: 22px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.tableau_bas_vide p.titre {
	line-height: 60px;
	font-size: 14px;
	font-weight: bold;
}

div.tableau_bas_mini {
	height: 10px;
	background-color: #F6F6F6;
	border: 1px solid #B0B0B0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* Partie relative au blog */ 

div.tableau-blog-article table {
	border-right: 1px solid #B0B0B0;
}

div.tableau-blog-article table tr td {
	vertical-align: top;
	line-height: 18px;
	font-size: 14px;
	border-right: 0px;
	background-color: #FFFFFF;
}

div.tableau-blog-article table tr td.header {
	vertical-align: middle;
	text-align: center;
	background-color: #F6F6F6;
}

div.tableau-blog-article table tr td h2 {
	margin: 0px;
	padding: 0px;
	margin-top: 18px;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
}

div.tableau-blog-article table tr td h3 {
	margin: 0px;
	padding: 0px;
	margin-top: 18px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
}

div.tableau-blog-article table tr td ul {
	margin: 0px;
	padding: 0px;
	margin-top: 18px;
	display: block;
}

div.tableau-blog-article table tr td ul li {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 12px;
	line-height: 18px;
	font-size: 14px;
	background: url(../img/bbcode-puce.png);
	background-repeat: no-repeat;
	background-position: left top 6px;
	background-size: 6px 6px;
}

div.tableau-blog-article table tr td p {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	font-size: 14px;
}

div.tableau-blog-article table tr td p.aligng {
	text-align: left;
}

div.tableau-blog-article table tr td p.alignd {
	text-align: right;
}

div.tableau-blog-article table tr td p.alignc {
	text-align: center;
}

div.tableau-blog-article table tr td p.alignj {
	text-align: justify;
}

div.tableau-blog-article table tr td a
{
	font-size: 14px;
}

div.tableau-blog-article table tr td strong
{
	font-size: 14px;
	font-weight: bold;
}

div.tableau-blog-article table tr td em
{
	font-size: 14px;
	font-style: italic;
}

div.tableau-blog-article table tr td span
{
	font-size: 14px;
}

div.tableau-blog-article table tr td span.underline
{
	font-size: 14px;
	text-decoration: underline;
}

div.tableau-blog-article table tr td span.strikethrough
{
	font-size: 14px;
	text-decoration: line-through;
}

div.tableau-blog-article table tr td strong em,
div.tableau-blog-article table tr td em strong
{
	font-weight: bold;
	font-style: italic;
}

div.tableau-blog-article table tr td strong span.underline,
div.tableau-blog-article table tr td span.underline strong
{
	font-weight: bold;
	text-decoration: underline;
}

div.tableau-blog-article table tr td strong span.strikethrough,
div.tableau-blog-article table tr td span.strikethrough strong
{
	font-weight: bold;
	text-decoration: line-through;
}

div.tableau-blog-article table tr td em span.underline,
div.tableau-blog-article table tr td span.underline em
{
	font-style: italic;
	text-decoration: underline;
}

div.tableau-blog-article table tr td em span.strikethrough,
div.tableau-blog-article table tr td span.strikethrough em
{
	font-style: italic;
	text-decoration: line-through;
}

div.tableau-blog-article table tr td strong em span.underline,
div.tableau-blog-article table tr td strong span.underline em,
div.tableau-blog-article table tr td em strong span.underline,
div.tableau-blog-article table tr td em span.underline strong,
div.tableau-blog-article table tr td span.underline em strong,
div.tableau-blog-article table tr td span.underline strong em
{	
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

div.tableau-blog-article table tr td strong em span.strikethrough,
div.tableau-blog-article table tr td strong span.strikethrough em,
div.tableau-blog-article table tr td em strong span.strikethrough,
div.tableau-blog-article table tr td em span.strikethrough strong,
div.tableau-blog-article table tr td span.strikethrough em strong,
div.tableau-blog-article table tr td span.strikethrough strong em
{	
	font-weight: bold;
	font-style: italic;
	text-decoration: line-through;
}
