/*------------------------------------------------------------------------------------------------------------------------
	TABLEAU MES ACTIVITES
------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------- TABLE */
#main table {
	border-top: 1px solid #ddd;
	width:940px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#main table tr td {
	background: #f6f6f6;
	padding: 0px 5px;
	height: 29px;
	line-height:25px;
	border-bottom: 1px solid #ddd;
}
#main table tr.odd td {
	background:#fbfbfb;
}
/* -------------------------------------------------------------------- Titre du tableau */
#main table tr.titre td {background:#9f9f9f url(../images/bov2/contenu/tableau_bg.gif) top left repeat-x; color:#FFFFFF; font-weight:bold;}
#main table tr.titre th {background:#9f9f9f url(../images/bov2/contenu/tableau_bg.gif) top left repeat-x; color:#FFFFFF; font-weight:bold; padding:5px; text-align: left;}
#main table tr.titre:hover td {background:#9f9f9f url(../images/bov2/contenu/tableau_bg.gif) top left repeat-x;}
#main table tr.titre:hover th {background:#9f9f9f url(../images/bov2/contenu/tableau_bg.gif) top left repeat-x;}
#main table tr:hover td { background: #c9e3ed;}
#main table tr:hover th { background: #c9e3ed;}

#main table .action {text-align:left;padding:0px;vertical-align:top;}
#main table tr .valign {vertical-align:top;padding-top:5px;}
#main table tr .action a.edit { text-transform:uppercase;}

#rep_action a.edit { text-transform:uppercase; color:#9B9B9B; margin:0 15px 0 0; text-decoration: none; }
#rep_action a.delete { text-transform:uppercase; color:#9B9B9B; margin:0 15px 0 0; text-decoration: none; }

#main table tr .action a { margin: 0 10px 0 10px; text-decoration: none; color: #9b9b9b; }
#main table tr .action a.edit {color: #323232; }
#main table tr:hover .action .edit { color: #323232; }
#main table tr:hover .action .delete { color: #FF0000; background:none; border:none; }
#main table tr:hover .action a:hover.delete { color: #FF0000; background:none; border:none; font-weight:normal; }
#main table tr:hover .action .view { color: #323232; }
#main table tr:hover .action .duplicate { color:#323232; }
#main table tr:hover .action a:hover { text-decoration: underline; }

#main table tr td.intitule {width:440px; height:25px;}
#main table tr td a.event_lien {color:#323232; text-decoration:none;}
#main table tr td a:hover.event_lien {color:#004a66; text-decoration:underline;}

#main table tr td.prix, #main table tr td.quantite,#main table tr td.date {color:#323232;font-size:10px;vertical-align:top;}
span.code{color:#999999;font-size:10px;}
#main table tr td.intitule_reduction {width:500px;}
#main table tr td.intitule_form {width:750px;}
#main table tr td.intitule_question {width:550px;}
#main table tr td.intitule_reponse {width:730px;}

.dataTables_info {display: none;}
.dataTables_filter {display: none;}
.dataTables_length {display: none;}

/*------------------------------------------------------------------------------------------------------------------------
	TABLEAU MON COMPTE
------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------- TABLE */
#main_compte table {border-top: 1px solid #ddd;width:100%;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;}
#main_compte table tr td {background: #f6f6f6;padding: 0px 10px;height: 29px;line-height:25px;border-bottom: 1px solid #ddd;}
#main_compte table tr.odd td {background:#fbfbfb;}
/* -------------------------------------------------------------------- Titre du tableau */
#main_compte table tr.titre td {background:#9f9f9f url(../images/bov2/contenu/tableau_bg.gif) top left repeat-x; color:#FFFFFF; font-weight:bold;}
#main_compte table tr.titre th {background:#9f9f9f url(../images/bov2/contenu/tableau_bg.gif) top left repeat-x; color:#FFFFFF; font-weight:bold;}
#main_compte table tr.titre:hover td {background:#9f9f9f url(../images/bov2/contenu/tableau_bg.gif) top left repeat-x;}
#main_compte table tr.titre:hover th {background:#9f9f9f url(../images/bov2/contenu/tableau_bg.gif) top left repeat-x;}
#main_compte table tr:hover td { background: #c9e3ed;}
#main_compte table tr:hover th { background: #c9e3ed;}
#main_compte table tr .valign {vertical-align:top;padding-top:5px;}
#main_compte table tr td.intitule {width:400px;font-weight:bold;}
#main_compte table tr td.result {text-align:right;}
/* -------------------------------------------------------------------- Historique des reversements */
#main_compte table tr td.date {width:180px;}
#main_compte table tr td.montant {width:100px; text-align:right; padding-right:100px;}

#main_compte table tr td.download a.download {text-decoration:none; color:#000;}
#main_compte table tr:hover td.download a.download {text-decoration:none; color:#004a66;}
#main_compte table tr:hover td.download a:hover.download {text-decoration:underline; color:#004a66;}

/*------------------------------------------------------------------------------------------------------------------------
	TABLEAU ATELIERS
------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------- TABLE */
#main_n2 table {border-top: 1px solid #ddd;width:100%;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;}
#main_n2 table tr td {background: #f6f6f6;padding: 0px 10px;height: 29px;line-height:25px;border-bottom: 1px solid #ddd;}
#main_n2 table tr th {background: #f6f6f6;padding: 0px 10px;height: 29px;line-height:25px;border-bottom: 1px solid #ddd;}
#main_n2 table tr.odd td {background:#fbfbfb;}
#main_n2 table tr.odd th {background:#fbfbfb;}
/* -------------------------------------------------------------------- Titre du tableau */
#main_n2 table tr.titre td {background:#9f9f9f url(../images/bov2/contenu/tableau_bg.gif) top left repeat-x; color:#FFFFFF; font-weight:bold;}
#main_n2 table tr.titre th {background:#9f9f9f url(../images/bov2/contenu/tableau_bg.gif) top left repeat-x; color:#FFFFFF; font-weight:bold;}
#main_n2 table tr.titre:hover td {background:#9f9f9f url(../images/bov2/contenu/tableau_bg.gif) top left repeat-x;}
#main_n2 table tr.titre:hover th {background:#9f9f9f url(../images/bov2/contenu/tableau_bg.gif) top left repeat-x;}
#main_n2 table tr:hover td { background: #c9e3ed;}
#main_n2 table tr:hover th { background: #c9e3ed;}
#main_n2 table tr .valign {vertical-align:top;padding-top:5px;}
#main_n2 table tr td.intitule {width:380px;font-weight:bold;}
#main_n2 table tr td.intitule a{color:#009966;}
/* -------------------------------------------------------------------- Liens */
#main_n2 table tr .action a.edit { text-transform:uppercase;}
#main_n2 table tr .action a { margin: 0 15px 0 0px; text-decoration: none; color: #9b9b9b; }
#main_n2 table tr:hover .action .edit { color: #004a66; }
#main_n2 table tr:hover .action .delete { color: #FF0000; background:none; border:none; }
#main_n2 table tr:hover .action a:hover.delete { color: #FF0000; background:none; border:none; font-weight:normal; }
#main_n2 table tr:hover .action .view { color: #323232; }
#main_n2 table tr:hover .action .duplicate { color:#323232; }

#main_n2 table tr:hover .action a:hover { text-decoration: underline; }
/* -------------------------------------------------------------------- TITRES */
td.intitule span.title {color:#333333;font-weight:normal;}
td.intitule span.subtitle {color:#999999;font-size:9px;font-weight:normal;letter-spacing:0;line-height:10px;margin-top:-4px;text-transform:none;padding-bottom:4px;}
td.intitule span { display:block;}

/*------------------------------------------------------------------------------------------------------------------------
	TABLEAU DETAILS TABLEAU DE BORD
------------------------------------------------------------------------------------------------------------------------*/
div#main .tb_details {
	margin:0px;
	padding:0px;
	width:100%;
}
div#main .tb_details td {border-bottom:0px solid #DDDDDD; width:20%;}

div#main .tb_details h4 {
	color:#00AEEF;
	font-size:15px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:0px;
	padding-left:0;
	text-transform:uppercase;
	background-color:#E2E2E2;
	margin-top:15px;
}
div#main .tb_details td.valider {padding-top:20px;padding-bottom:40px;}

.valider a:hover{
	border:0px;
	text-decoration:none;
	background:none;
	height:25px;
}
div#main .tb_details span.titre {
	color:#00AEEF;
	font-weight:bold;
}
