/*
 * Feuille de style du template par défaut de la console Objectif
 * 2008
 * Ce document est la propriété d'Axecibles.
*/
.tooltip{
	position:absolute;
	left:-2000px;
	background-color:#dedede;
	padding:5px;
	border:1px solid #fff;
	width:250px;
}

span.gras{
	font-weight:bold;
	color:#0099FF;
}

.tooltip p{
	margin:0;
	padding:0;
	color:#fff;
	background-color:#222;
	padding:2px 7px;
}

body {
	margin:auto;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/bg.jpg) top repeat-x #FFFFFF;
}
h1, h2, h3 {
	font-weight:bold;
	text-align:left;
}
h1 {
	font-size:200%;
	background:url(../images/bg_h1.gif) no-repeat left;
	padding:0 0 5px 40px;
	color:#0066CC;
	clear:both;
}
h1 a {
	font-size: 12px;
}
h2 {
	margin:0;
	font-size:150%;
	color:#666666;
}
h3 {
	font-size:130%;
	color:#999999;
}
h4 {
	font-size:13px;
}
a {
	color:#666666;
}
a:hover {
	color:#FF9900;
}
p {
	display:block;
	padding-left:7px;
	border-left:3px solid #CCCCCC;
	width:auto;
	text-align:justify;
}
input {
	padding:2px;
	border-bottom:1px solid #FA700D;
	border-left:1px solid #FA700D;
	border-top:1px solid #FCAB6C;
	border-right:1px solid #FCAB6C;	
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.fieldset {
	border:2px groove #08588D;
	padding:5px;
}
.fieldset legend {
	font-size:14px;
	font-weight:bold;
	color:#F3850A;
}

.inputSubmit {
	margin:5px;
	padding:5px 15px;
	height:25px;
	background: url(../images/bg_buttons.jpg) no-repeat center #FFFFFF;
	border:1px solid #999999;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
}
.inputSubmit:hover {
	color:#FFCC00;
	border:1px solid #CCCCCC;;
}
textarea {
	padding:2px;
	border-bottom:1px solid #FA700D;
	border-left:1px solid #FA700D;
	border-top:1px solid #FCAB6C;
	border-right:1px solid #FCAB6C;	
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:600px;
	height:250px;
}
.clearBoth {
	clear: both;
}
.messageAvertissement {
	display:block;
	margin:3px;
	padding:3px 20px;
	border:1px solid #08588D;
	background: url(../../../images/action_successful.gif) no-repeat left #EDF0FE;
	color:#08588D;
	font-weight:bold;
}
#loginBoxContent {
	height:200px;
	width:950px;
	margin:50px auto;
	padding:3px;
	border:1px solid #08588D;
}
#loginBoxImage {
	width:642px;
	height:198px;
	float:left;
	background:url(../images/loginBox_image.jpg) no-repeat center;
}
#loginBoxForm {
	width:250px;
	height:198px;
	padding:5px;
	float:left;
	color:#094581;
	text-align:center;
}
#header {
	height:67px;
	margin:5px;
	padding:0;
	border:1px solid #08588D;
	background:#F3F8FB;
}
#header img {
	margin:auto;
}
#actualites {
	height:15px;
	margin:5px;
	padding:5px;
	background:url(../../../images/bandeauDuHaut.jpg) repeat-x top left;
	font-size:12px;
	color:#FFFFFF;
} 
#actualitesHeading {
	float:left;
	width:80px;
	font-weight:bold;
}
#actualitesContent {
	float:left;
	/*width:850px;*/
}
#actualitesContent a {
	font-weight:bold;
	color:#FFFFFF;
}
#actualitesLinks {
	float:right;
}
#actualitesLinks a {
	color:#FFFFFF;
}
#actualitesLinks a:hover {
	color:#FF9900;
}

/* Menu déroulant des actualités */
#actualitesContent .dropdown {
	margin:0;
}
#actualitesContent .dropdown dt { 
	cursor:pointer;
	font-weight:bold; 
}
#actualitesContent .dropdown dt img {
	margin-top: -5px;
	margin-left:5px;
}
#actualitesContent .dropdown dd {
	margin:0;
	padding:0;
	position:absolute;
	z-index:200;
	display:none;
	overflow:hidden;
	background:#ffffff;
}
#actualitesContent .dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: none;
	border: 1px solid #0855A3;
}
#actualitesContent .dropdown li {
	display: inline;
}
#actualitesContent .dropdown a {
	float: left;
	text-decoration:none;
}
#actualitesContent .dropdown li a {
	float: none;
	padding: 5px;
	width: 420px;
	display: block;
	color: #333 !important;
}
#actualitesContent .dropdown li a:hover {
	color: #ffffff !important;
	background: #FF7F00;
}
/* Fin du Menu déroulant des actualités */

div.erreur {
	padding:5px 10px;
	margin-bottom: 15px;
	color:#990602;
	font-weight:bold;
	background-color:#FFB3B3;
}

#loginBox {
	border:1px solid #08588D;
	margin:5px;
	padding:3px;
}
#footer {
	width:980px;
	height:50px;
	margin:0 auto;
	padding:0 10px;
	text-align:center;
}
#footer a {
	color:#000000;
	text-decoration:none;
}
#content {
	height:100%;
	margin:3px 5px;
	padding:5px;
	background:#FFFFFF;
}
#mainMenuUL {
	list-style:none;
	margin:0;
	padding:0;
	margin:10px auto;
	width:100%;
}
#mainMenuUL li {
	display:block;
	float:left;
	margin:0 auto;
	cursor:pointer;
	list-style:none;
	font-size:0;
}

#mainMenuUL li a {
	display:block;
	width:139px;
	height:107px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#mainMenuUL a:hover{
	opacity:1;
	filter:alpha(opacity=100);
}

.mainMenuLI_on a{
	opacity:1!important;
	filter:alpha(opacity=100)!important;
}



#mainMenuLI_01 a {
	background:url(../../../languages/french/images/mainMenu/produits.jpg) right no-repeat;
	opacity:1;
	filter:alpha(opacity=100);
}
#mainMenuLI_01 a:hover {
 background-position: left;
}
#mainMenuLI_02 a {
	background:url(../../../languages/french/images/mainMenu/actualites.jpg) right no-repeat;
	opacity:1;
	filter:alpha(opacity=100);
}
#mainMenuLI_02 a:hover {
 background-position: left;
}
#mainMenuLI_03 a {
	background:url(../../../languages/french/images/mainMenu/statistiques.jpg) right no-repeat;
	opacity:1;
	filter:alpha(opacity=100);
}
#mainMenuLI_03 a:hover {
 background-position: left;
}
#mainMenuLI_04 a {
	background:url(../../../languages/french/images/mainMenu/newsletter.jpg) right no-repeat;
	opacity:1;
	filter:alpha(opacity=100);
}
#mainMenuLI_04 a:hover {
 background-position: left;
}
#mainMenuLI_05 a {
	background:url(../../../languages/french/images/mainMenu/modification.jpg) right no-repeat;
	opacity:1;
	filter:alpha(opacity=100);
}
#mainMenuLI_05 a:hover {
 background-position: left;
}
#mainMenuLI_06 a {
	background:url(../../../languages/french/images/mainMenu/informations.jpg) right no-repeat;
	opacity:1;
	filter:alpha(opacity=100);
}
#mainMenuLI_06 a:hover {
 background-position: left;
}
#mainMenuLI_07 a {
	background:url(../../../languages/french/images/mainMenu/hotline.jpg) right no-repeat;
	opacity:1;
	filter:alpha(opacity=100);
}
#mainMenuLI_07 a:hover {
 background-position: left;
}
#mainMenuLI_08 a {
	background:url(../../../languages/french/images/mainMenu/ecommerce.jpg) right no-repeat;
	opacity:1;
	filter:alpha(opacity=100);
}
#mainMenuLI_08 a:hover {
 background-position: left;
}

#mainMenuLI_09 a {
	background:url(../../../languages/french/images/mainMenu/formulaires.jpg) right no-repeat;
	opacity:1;
	filter:alpha(opacity=100);
}
#mainMenuLI_09 a:hover {
	background-position: left;
}

#mainMenuLI_10 a {
	background:url(../../../languages/french/images/mainMenu/espace_client.jpg) right no-repeat;
	opacity:1;
	filter:alpha(opacity=100);
}
#mainMenuLI_10 a:hover {
	background-position: left;
}

.trOn {
	background-color:#F3F3F3;
}
.trOff {
	background-color:#FBFBFB;
}
#mainMenuUL .mainMenuLI_on a {
	background-position: left;
}
#statistiques {
	text-align:center;
	margin:10px;
}

#statistiques img {
	border:0;
}

#statistiques h2 {
	background:url(../../../images/bandeauDuHaut.jpg) left repeat-x !important;	
	display:block;
	margin:0 auto;
	padding:2px;
	padding-left:10px;
	font-size:14px;
	color:#FFFFFF;
	background-color:#1B89BE;
}

#statistiques p {
	padding:0;
	margin:0 auto;
	border:0;
}

.tableau_stats a {
	text-decoration:none;
}
.tableau_stats a:hover {
	color:#000;
}

.cacher {
	display:none; 
	visibility:hidden; 
	margin-left:12px; 
	overflow:auto;
}

.italique_ident {
	text-indent:10px; 
	font-style:italic;
}

/* Mise en forme des graph et tableaux du fichier statistiques*/
#panel {
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
	background: url(../../../images/btn-slide.gif) no-repeat center top;
}
.btn-slide {
	background: url(../../../images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font-weight:bold;
	font-size:11px;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}

#statistiques .autre {
	background: url(../../../images/ongletBleu.jpg) no-repeat center top;
	margin:0;
	padding: 0;
	font-size:9px;
	margin:0 auto; 
	text-align:center;
}
#side_plus {
	background: url(../../../images/OngletOrangeHaut.jpg) no-repeat center top;
	margin:0;
	padding: 0;
	font-size:9px;
	margin:0 auto; 
	text-align:center;
}
#statistiques .autre-slide {
	text-align: center;
	width: 200px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.bloc {
	background:#ECF0F3;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	border:1px solid #1B89BE;
}

#general {
	background-color:#FFFFFF;
	border:none;
}

#general .black:hover {
	color:#000000;
	font-weight:normal;
}

#global {
	width:100%;
	margin:0 auto;
}
#table_global {
	float:left;
}
#graph_global {
	float:left;
}

#graph_time {
	margin-top:10px;
}


#table_time{
	width:800px;
	margin:0 auto;
}
#table_time1{
	float:left;
	width:400px;
}
#table_time2{
	float:left;
	width:400px;
}


#table_day{
	width:800px;
	margin:0 auto;
}
#table_day1 {
	float:left;
	width:400px;
}
#table_day2 {
	float:left;
	width:400px;
}

#session {
	width:100%;
	margin:0 auto;
}

#graph_session {
}

#table_session {
}

#average {
	width:1000px;
	margin:0 auto;
}
#graph_average {
	margin:5px;
	float:left;
}

#table_average {
	margin:5px;
	margin-top:50px;
	margin-left:15px;
	float:left;
}


#domain {
	width:1000px;
	margin:0 auto;
}
#graph_domain {
	margin:5px;
	float:left;
}

#table_domain {
	margin:5px;
	margin-left:15px;
	margin-top:25px;
	float:left;
}
#domain table {
	text-align:left;
}

#table_visitor {
	margin: 0 auto;
}


#graph_sider {
	margin:5px;
	margin-top:30px;
	margin-left:0px;
}

#table_sider {
	margin: 0 auto;
}

#origin {
	width:100%;
	margin: 0 auto;
}

#graph_origin {
	margin:5px;
	margin-top:120px;
	float:left;
	width:50%;
}
#table_origin {
	float:left;
	margin-top:10px;
}


#graph_searchwords {
	margin:5px;
	margin-top:30px;
	margin-left:0px;
}

#table_searchwords {
	margin: 0 auto;
}

#graph_robot {
	margin:5px;
	margin-top:30px;
	margin-left:0px;
}

#table_robot {
	margin: 0 auto;
}
/* Fin mise en page statistiques */
#personnalInformationsTabs {
	list-style:none;
	margin:0;
	padding:0;
	border:0;
	width:500px
}
.graph {
	margin:10px;
}


/*******************menubien****************/
#menubien_gauche {
	float: left;
}

#menubien {
	width:100%;
	height:29px;
	position:relative;
	overflow: hidden;
}

#menubien ul {
	width: 95%;
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
	white-space: nowrap;
}

#menubien li {
	display:inline;
	margin-bottom: 10px;
}

#menubien li.tabOn, #menubien_gauche .tabOn {
	background:url(../images/tabs/left_on.jpg) no-repeat left bottom;
	height:29px;
	float:left;
	padding-left:7px;
}

#menubien li.tabsOff, #menubien_gauche .tabsOff  {
	height:29px;
	margin-left:3px;
	background:url(../images/tabs/left_off.jpg) no-repeat left bottom;
	float:left;
	/*border-bottom:1px solid #0855A3;
	/*position:absolute;*/
	padding-left:7px;
	margin-top:-1px;
}

#menubien li a, #menubien_gauche a, #menubien_droite a {
	text-decoration:none;
	color:#000099;
}

#menubien li.tabOn a, #menubien_gauche .tabOn a {
	height:24px !important;
	background:url(../images/tabs/right_on.jpg) no-repeat right bottom;
	padding:5px 10px 0px 5px;
	display:block;
	float:left;
}

#menubien li.tabsOff a, #menubien_gauche .tabsOff a {
	height:23px !important;
	background:url(../images/tabs/right_off.jpg) no-repeat right bottom;
	padding:6px 10px 0px 5px;
	/*border-bottom:1px solid #0855A3;*/
	display:block;
	float:left;
}

#menubien_droite div.actus_nouvelle_categorie {
	height:23px !important;
	width:143px;
	background:url(../images/actus_nouvelle_categorie.jpg) no-repeat;
	padding:5px 10px 0px 5px;
	display:block;
}
#menubien_droite div.actus_nouvelle_categorie_on {
	height:23px !important;
	width:143px;
	background:url(../images/actus_nouvelle_categorie.jpg) no-repeat;
	padding:5px 10px 0px 5px;
	display:block; 
}

#menubien_droite .actus_nouvelle_categorie a, #menubien_droite .actus_nouvelle_categorie_on a {
	height:24px !important;
	padding:3px 10px 0px 20px;
	display:block;
}

#menubien img.previousTab {
	position: absolute;
	margin-top: 6px;
	left: 0;
	cursor: pointer;
}

#menubien img.nextTab {
	position: absolute;
	margin-top: 6px;
	right: 5px;
	cursor: pointer;
}

#tabsContent {
	border:1px solid #0855A3;
	background:#F3F8FB;
	padding:10px;
}
.divsOff {
	display:none;
}
.divOn {
	display:block;
}
/*
 * Tableaux de stats
*/
.tableau_stats {
	margin: 3px auto;
	text-align:center;
	border:1px solid #CCCCCC;
}
.tableau_stats_heading {
	font-size:13px;
	font-weight:bold;
	background:#999999;
	color:#FFFFFF;
}

table tr.tableau_stats_heading:hover {
	background:#999999;
}

.tableau_stats td {
	margin:0;
	padding: 2px 20px;
}
.tableau_stats trOn {
	background:#F3F3F3;
}
.tableau_stats trOff {
	background:#F3F3F3;
}
.tableau_stats tr:hover {
	color:#FFFFFF;
	font-weight:bold;
	background:#FB6F0D;
}
.my_products_pagination {
	margin:5px;
	padding:5px;
}
.my_products_pagination a {
	display:inline;
	margin:2px;
	padding:5px;
	border:1px solid #08588D;
	font-weight:bold;
	text-decoration:none;
	color:#666666;
}
.my_products_pagination a:hover {
	background:#FFFFFF;
}
.my_products_pagination a.actuel {
	background: #FA660E;
	color: #FFFFFF;
}
.my_products_table_heading {
	border:2px solid;
	border-color:#FA8333 #E64203;
	font-weight:bold;
	color:#FA8333;
	text-align:center;
}

.btn_rechercher{
	border:none;
	background:url(../../../languages/french/images/rechercher.jpg) no-repeat;
	width:120px;
	height:33px;
	cursor:pointer;
}

#content{
	display:table;
	margin:auto;
	margin-top:5px;
}
.liste_mail{
	width:400px;
}

#infos_bulle {
	position:absolute;
	left:680px;
	top:405px;
}

.info_bulle_heading {
	background:url(../images/inforbulleHeading.gif) no-repeat bottom center;
	width:410px;
	height:25px;
	padding:15px 20px 0 50px;
	font-size:14px;
	font-weight:bold;
}
.info_bulle_content {
	background:url(../images/inforbulleContent.gif) no-repeat bottom center;
	width:410px;
	padding:0 20px 10px 50px;
}

/* Rajout Thomas 12/12/2008 */ 
.tr_origin {
	background-color:#DFDFDF;
	font-weight:bold;
}

.stats_maj {
	text-align:right;
	font-style:italic;
}

#lien_top_haut {
	margin-right:150px;
	text-align:right;
}

#lien_top_haut a {
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#F0780A;
}

#misc .black:hover{
	color:#000;
	font-weight:normal;
}

/* Mise en page du module actualités */
#news_rechercher {
	padding: 2px;
	padding-left: 25px;
	margin: 0;
	background: url(../images/rechercher.jpg) no-repeat left center;
}

#news_btn_rechercher {
	display: none;
	height: 20px;
	padding:2px 15px;
	margin: 0;
}

#news tr.color1 {
	background-color:#EEEEEE;
}
#news tr.color2 {
	background-color:#F9F9F9;
}
#news tr.archivage {
	background-color:#CCCCCC;
	font-style:italic;
}
#news tr:hover {
	background-color:#EEEAAA;
}

#news td {
	padding: 5px;
}
#news span {
	display:block;
	padding: 5px;
}
#news span img {
	margin-right: 5px;
}

#news_liste_categories {
	width: 75%;
	border: 1px solid #FA660E;
	padding: 0;
	list-style-position: inside;
}
#news_liste_categories li {
	padding: 2px;
	cursor: move;
	border-bottom: 1px solid #FA660E;
	background-color: #EEEEEE;
}
#news_liste_categories li:hover {
	background-color: #EEEAAA;
}
.bloc_langue_actus{
	float:left;
	width:783px;
}

/* Mise en page des formulaires nouvelle version */
form p {
	border-left: none;
	margin-bottom: 5px;
	padding: 3px 0;
}
form label {
	float:left;
	line-height:1.8;
	margin:0;
	padding:0 0.5em 0 0;
	text-align:right;
	width:105px;
}
form .imiteLabel {
	margin-left: 100px;
	padding: 0 5px 0 0;
}
form .noFloatingLabel {
	float: none;
	cursor:pointer;
	text-align: left;
	height: 22px;
}
form .nofloat {
	float: none;
	cursor:pointer;
}
form p.label_checkbox {
	margin-left:105px;	
}
form p.label_checkbox label {
	width: 0;
	float: none;
	display: inline;
	text-align: left;
	cursor: pointer;
}
form p.erreur {
	border: 1px solid #FF0000;
}
form p.erreur span.erreur {
	display: block;
	color: #FF0000;
	font-weight: bold;
	margin: 5px;
	height: 22px;
	padding-left: 30px;
	background: url(images/alert.png) no-repeat left center;
}

#img_liste li, div#thinapplet{
	float:left;
	text-align:center;
	margin:10px;
	position:relative;
	width:200px;
	height:200px;
	border:solid 1px #AAA;
	background-color:#FFFFFF;
	display:block;
	list-style-position:inside;
}

#img_liste li div.bloc_options{
	position:absolute;
	bottom:0;
	left:0;
	padding-top:2px;
	width:100%;
	/*background:url(../../../images/bg_blanc_50.png);*/
	background-color:#FFF;
}

#img_liste li div.bloc_options img{
	opacity:0.5;
	filter: alpha(opacity=50);
}

#img_liste .edition{
	margin-right:20px;
	cursor:pointer;
}

#img_liste .rotation_gauche{
	cursor:pointer;
}

#img_liste .supprime{
	margin-left:20px;
	cursor:pointer;
}

#img_liste .rotation_droite{
	margin-left:20px;
	cursor:pointer;
}

#img_liste .rotation_gauche, #img_liste .rotation_droite, #img_liste .supprime, #img_liste .edition{
		filter: alpha (opacity=60);
		opacity:0.6;
}

#img_liste .rotation_gauche:hover, #img_liste .rotation_droite:hover, #img_liste .supprime:hover, #img_liste .edition:hover{
		filter: alpha (opacity=100);
		opacity:1;
}

#img_liste .chbbox_supp{
	position:absolute;
	left:0;
	top:0;
}

img.actusVignette{
	float:left;
	border:solid 1px #FFFFFF;
}

div#gestion{
	border:1px solid #0855A3;
	background-color:#FFFFFF;
	width:320px;
	float:right;
	margin:25px 5px 25px 5px;
}

div#gestion label.big{
	width:220px;	
}

div#gestion h3{
	margin:2px;
	text-align:center;
}

#gestion .header{
	display:block;
	background:transparent url(../../../images/bandeauDuHaut.jpg) no-repeat scroll center top;
	height:15px;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
}

#gestion div{
	padding:5px;
}

#gestion div.erreur a:hover{
	color:#000000;
}

#gestion ul{
	list-style: none;
}

#gestion div.valide{
	color: #54752F;
	font-weight: bold;
	border: 1px solid #54752F;
	background-color: #CCE1B5;
}

#gestion div.erreur{
	color: #990602;
	font-weight: bold;
	border: 1px solid #990602;
	background-color: #FFB3B3;
}

#gestion .actus_ref label{
	width:120px;
}
#gestion .actus_ref input{
	width:170px;
}
#gestion .actus_ref ul{
	float:left;
	list-style:none;
	font-weight:bold;
}

#liste_admin{
	list-style:none;
	margin:0;
}

#liste_admin img{
	border:0;
	position:relative;
	top:10px;
}

#liste_admin a{
	text-decoration:none;
	color:#000000;
}

#liste_admin a:hover{
	text-decoration:none;
	color:#FF9900;
}

#liste_admin li{
	float:left;
	margin:0 20px 0 20px;
	cursor:pointer;
}

#liste_admin li:hover{
	color:#FF9900;
}

#elements_modifs {
	margin-top:20px;
}

#elements_modifs label{
	width:auto;
	float:none;
}

#elements_modifs p{
	padding:0;
	margin:2px;
}

.ui-datepicker {
	font-size: 12px !important;
}
img.ui-datepicker-trigger {
	cursor: pointer;
	padding-left: 5px;
	vertical-align: text-bottom;
}

#gestion .detail_attr_btn {
	display:block;
	cursor:pointer;
	margin-top:2px;
	padding-left:20px;
	background:#f9f9f9 url(../../../images/collapsed.png) no-repeat 5px center;
	border-bottom:1px solid #cccccc;
}

#gestion #detail_attr_btn_new {
	padding-left:30px;
	background:#f9f9f9 url(../../../images/ajouter_attribut.gif) no-repeat 5px center;
	border:1px solid #cccccc;
}

#gestion .detail_attr_btn_selected, #gestion #detail_attr_btn_new.detail_attr_btn_selected {
	border:1px solid #cccccc;
	border-bottom:0;
}

#gestion .detail_attr_bloc {
	display:none;
	border:1px solid #cccccc;
	border-top: 0;
	background-color:#f3f8fb;
}

#gestion .valeurs_definies {
	padding:0;
	display: none;
	border:solid 1px #ccc;
	background-color:#FEFEFE;
}

#gestion .valeurs_definies_titre {
	background-color:#f9f9f9;
	border-bottom:solid 1px #ccc;
	border-top:solid 2px #ffffff;
}

#gestion .valeurs_definies ul {
	list-style:none;
}

#gestion .valeurs_definies li {
	height:15px;
}

#gestion .valeurs_definies img {
	float:left;
	cursor:pointer;
	margin-right: 3px;
}

#arbo_cat div.button {
	padding:0;
	float:right;
	text-align: right;
}
#arbo_cat span {
	float:left;
}
#arbo_cat span small {
	display:none;
}
#arbo_cat a {
	display:block;
}
#arbo_cat a.rename_cat, #arbo_cat a.supp_cat, #arbo_cat a.up_cat, #arbo_cat a.down_cat, #arbo_cat a.add_cat {
	float:left;
	width:16px;
	height:16px;
	border:none;
	margin-left:4px;
	background:#f9f9f9 url(../../../images/nav_icons.png) no-repeat;
}

#arbo_cat a.supp_cat{
	background-position: 0 -32px;
}
#arbo_cat a.supp_cat:hover{
	background-position: 0 -48px;
}

#arbo_cat a.rename_cat{
	background-position: 0 -96px;
}
#arbo_cat a.rename_cat:hover{
	background-position: 0 -112px;
}

#arbo_cat a.up_cat{
	background-position: 0 -16px;
}
#arbo_cat a.up_cat:hover{
	background-position: 0 0px;
}

#arbo_cat a.down_cat{
	background-position: 0 -64px;
}
#arbo_cat a.down_cat:hover{
	background-position: 0 -80px;
}
#arbo_cat a.add_cat{
	background-position: 0 -128px;
}
#arbo_cat a.add_cat:hover{
	background-position: 0 -144px;
}

#fil_categories {
	margin: 0 0 10px 0;
}
#fil_categories ul, #fil_categories div#afficher {
	height:20px;
	line-height:20px;
	margin:0 0 0 10px;
	padding:2px 0 4px 0;
}
#fil_categories div#afficher {
	float:left;
}
#fil_categories ul li {
	float:left;
	display:inline;
	padding:0 3px;
	color:#2E6E9E;
	font-weight:bold;
	margin-left: 5px;
}
#fil_categories ul li div {
	float:left;
}
#fil_categories ul li.hover {
	color:#ffffff;
	cursor:pointer;
	text-decoration: underline;
}
#fil_categories ul li .dropdown {
	float:left;
	cursor:pointer;
	margin: 4px 0 0 5px;
}
#fil_sous_categories {
	padding:5px 10px;
	margin-top:-15px;
	display:none;
	z-index:100;
	position:absolute;
}
#fil_sous_categories a {
	color:#2e6e9e;
	text-decoration:none;
}
#fil_sous_categories a:hover {
	text-decoration:underline;
}

.jqGridSearch {
	padding-left: 14px !important;
	background: url(../../../images/rechercher.jpg) left center no-repeat #ffffff;
}


/* Nécessaire pour la gestion des catégories. A supprimer après changements */
#info_content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color:#f3f8fb;
}

#info_content ul.noDisplay {
	display:none !important;
}

#arbo_cat li {
	display:block;
	cursor:pointer;
	margin-top:2px;
	padding-left:20px;
	background:#f9f9f9 url(../../../images/puce_square.gif) no-repeat 5px 50%;
}

#info_content ul li.avecSousCategories {
	border: 1px solid #cccccc;
	background:#f9f9f9 url(../../../images/collapsed.png) no-repeat 5px 10px;
}

#info_content ul li.index {
	border: 1px solid #cccccc;
	background:#f9f9f9 url(../../../images/home.png) no-repeat 5px 5px;
}

#info_content ul li div {
	padding: 5px;
}
#info_content ul li div.hover {
	background:#eeeeee;
}

#info_content a.cat_sel, #info_content a.cat_selectionnee {
	float:right;
	width:16px;
	height:16px;
	background:url(../../../images/ajouter.png) no-repeat !important;
}
#info_content a.cat_selectionnee {
	background:url(../../../images/valide.png) no-repeat !important;
}
/* Fin */

#message_erreur {
	padding:10px;
	color:#990602;
	font-weight:bold;
	background-color:#ffb3b3;
}

#message_valide {
	padding:10px;
	color:#54752f;
	font-weight:bold;
	background-color:#cce1b5;
}




#bdd_manager_erreur {
	display:none;
	padding:10px;
	color:#990602;
	font-weight:bold;
	background-color:#ffb3b3;
	border-bottom:1px solid #990602;
}

#bdd_manager_valide {
	display:none;
	padding:10px;
	color:#54752f;
	font-weight:bold;
	background-color:#cce1b5;
	border-bottom:1px solid #54752f;
}

#categoriesAssociees ul, #insererCategories #arbo_cat {
	margin:0;
	padding:0;
	width:500px;
	list-style-type:none;
	background-color:#f3f8fb;
	border:1px solid #cccccc;
}

#categoriesAssociees li {
	display:block;
	margin-top:2px;
	padding-left:20px;
	background:#f9f9f9 url(../../../images/icon_cross.gif) no-repeat 5px 50%;
}

#categoriesAssociees ul li div, #insererCategories ul li div {
	padding:5px;
	height:15px;
}

#categoriesAssociees ul li div span, #insererCategories ul li div span {
	float:left;
}

#categoriesAssociees a.supprimerCategorie {
	float:right;
	width:16px;
	height:16px;
	cursor:pointer;
	background:url(../../../images/form_manager/icon_cross.gif) no-repeat;
}

#insererCategories ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color:#f3f8fb;
}

#insererCategories li {
	display:block;
	cursor:pointer;
	margin-top:2px;
	padding-left:20px;
	background:#f9f9f9 url(../../../images/puce_square.gif) no-repeat 5px 50%;
}

#insererCategories ul li.avecSousCategories {
	background:#f9f9f9 url(../../../images/collapsed.png) no-repeat 5px 10px;
}

#insererCategories a.cat_sel, #insererCategories a.cat_selectionnee {
	float:right;
	width:16px;
	height:16px;
	background:url(../../../images/ajouter.png) no-repeat !important;
}
#insererCategories a.cat_selectionnee {
	background:url(../../../images/valide.png) no-repeat !important;
}