﻿
/* *** BEGIN Blocs *** */
table.menubloc, table.menublocBleu
{
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	border: none 0px black;
	width: 100%;
	table-layout: fixed;
}

table.menublocBleu
{
	background-repeat: repeat-x;
	background-image: url(/img/bloc_center_degrade.png);
	background-position: left bottom;
}

table.menubloc thead th.left
{
	height: 30px !important;
	width: 12px;
	background-repeat: no-repeat;
	background-image: url(/img/bloc_head_th_left.png)  !important;
}

table.menublocBleu thead th.left
{
	height: 30px !important;
	width: 12px;
	background-repeat: no-repeat;
	background-image: url(/img/bloc_head_th_left_bleu.png)  !important;
}

table.menubloc thead th.right
{
	width: 12px;
	background-repeat: no-repeat;
	background-image: url(/img/bloc_head_th_right.png)  !important;
}

table.menublocBleu thead th.right
{
	width: 12px;
	background-repeat: no-repeat;
	background-image: url(/img/bloc_head_th_right_bleu.png)  !important;
}

table.menubloc thead th.center, table.menublocBleu thead th.center
{
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-transform:none;
	width: 98%;
}

table.menubloc thead th.center
{
	color: #158fd6;
	background-image: url(/img/bloc_head_th_center.png) !important;
} 
   
table.menublocBleu thead th.center
{
	background-image: url(/img/bloc_head_th_center_bleu.png) !important;
	color: white;
}

table.menubloc tbody td, table.menublocBleu tbody td
{
	margin: 0;
	padding: 9px 14px 0px 14px;
	border-left: solid 1px #c2c2c2;
	border-right: solid 1px #c2c2c2;
	vertical-align: top;
}

table.menubloc tfoot td.left
{
	background-repeat: no-repeat;
	background-image: url(/img/bloc_bottom_left.png);
}

table.menublocBleu tfoot td.left
{
	background-repeat: no-repeat;
	background-image: url(/img/bloc_bottom_left_bleu.png);
}

table.menubloc tfoot td.right
{
	background-repeat: no-repeat;
	background-image: url(/img/bloc_bottom_right.png);
}

table.menublocBleu tfoot td.right
{
	background-repeat: no-repeat;
	background-image: url(/img/bloc_bottom_right_bleu.png);
}

table.menubloc tfoot td.center
{
	height: 15px;
	background-repeat: repeat-x;
	background-image: url(/img/bloc_bottom_center.png);
}

table.menublocBleu tfoot td.center
{
	height: 15px;
	background-repeat: repeat-x;
	background-image: url(/img/bloc_bottom_center_bleu.png);
}

table.menubloc td .radiomenu td
{
    border:0;       
}

table.menublocbis
{
     width:200px;
     table-layout: auto;
}

table.menublocbis td
{
     border:0;
     height: 10px;
     padding:5px 0 5px 0;
     margin:0;
}

table.menublocbis td input
{
     height: 15px;
     width: 15px;
     padding:0;
     margin:0;
}

table.menublocbis td label
{
     height: 15px;
     padding:0;
     margin:0;
}

table.menubloc thead th.center .menuD 
{
	text-align: center;
}

table.menubloc td img
{
    margin: 4px 12px 14px 0;
    padding: 0;
}



/* *** END Header des blocs *** */

/* *** BEGIN SimpleBloc *** */
table.simplebloc, table.simpleblocBleu
{
	table-layout: fixed;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	z-index: 500;
}

table.simpleblocBleu
{
	background-repeat: repeat-x;
	background-image: url(/img/bloc_center_degrade.png);
	background-position: left bottom;
}

table.simplebloc .up, table.simpleblocBleu .up
{
	color: #158fd6;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-top: -30px;
	margin-left: 150px;
	position:absolute;
}

table.simplebloc thead th.left, table.simpleblocBleu thead th.left
{
	height: 11px;
	width: 12px;
	background-image: url(/img/bloc_header_std_left.png);
	background-repeat: no-repeat;
}

table.simplebloc thead th.center, table.simpleblocBleu thead th.center
{
	background-image: url(/img/bloc_header_std_center.png);
	background-repeat: repeat-x;
}

table.simplebloc thead th.right, table.simpleblocBleu thead th.right
{
	width: 12px;
	background-image: url(/img/bloc_header_std_right.png);
	background-repeat: no-repeat;
}

table.simplebloc tfoot td.left
{
	height: 15px;
	background-image: url(/img/bloc_bottom_left.png);
	background-repeat: no-repeat;
}

table.simpleblocBleu tfoot td.left
{
	height: 15px;
	background-image: url(/img/bloc_bottom_left_bleu.png);
	background-repeat: no-repeat;
}

table.simplebloc tfoot td.center
{
    border:0 !important;
	background-image: url(/img/bloc_bottom_center.png);
	background-repeat: repeat-x;
}

table.simpleblocBleu tfoot td.center
{
    border:0 !important;
	background-image: url(/img/bloc_bottom_center_bleu.png);
	background-repeat: repeat-x;
}

table.simplebloc tfoot td.right
{
	background-image: url(/img/bloc_bottom_right.png);
	background-repeat: no-repeat;
}

table.simpleblocBleu tfoot td.right
{
	background-image: url(/img/bloc_bottom_right_bleu.png);
	background-repeat: no-repeat;
}

table.simplebloc tbody td.center, table.simpleblocBleu tbody td.center
{
	border-left: solid 1px #c2c2c2;
	border-right: solid 1px #c2c2c2;
	padding: 0px 14px 0px 14px;
}

table.simplebloc td img
{
    margin: 4px 12px 18px 0;
    padding: 0;
}

/* *** END SimpleBloc *** */


/* *** BEGIN LinkButton *** */
table.linkbutton td.left
{
	width: 12px;
	height: 38px;
	background-image: url(/img/sub_menu_std_left.png);
	background-repeat: no-repeat;
}

table.linkbutton td.center
{
	background-image: url(/img/sub_menu_std_center.png);
	background-repeat: repeat-x;
}

table.linkbutton td.right
{
	width: 12px;
	background-image: url(/img/sub_menu_std_right.png);
	background-repeat: no-repeat;
}

table.linkbutton a
{
	text-decoration: none;
	color: #707070 !important;
	display: block;
	padding: 12px 0 12px 0;
	margin: 0;
}

table.linkbutton tr:hover td.left
{
	background-image: url(/img/sub_menu_sel_left.png);
}

table.linkbutton tr:hover td.center
{
	background-image: url(/img/sub_menu_sel_center.png);
}

table.linkbutton tr:hover td.right
{
	background-image: url(/img/sub_menu_sel_right.png);
}

/* *** END LinkButton *** */


