/*********************************************************************
	Feuille de style pour les interfaces de gestion cette feuille de
	style devrait toujours être présente. Une feuille de style
	supplémentaire pourrait être ajoutée si un "skin" différent est
	nécessaire.
**********************************************************************/

BODY {
	background-color: #fff;
	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}

fieldset label {
	margin: 10px 10px 10px 10px ;
	padding: 10px 10px 10px 10px ;
}
label:hover {
	background-color: #f1f1f1;
}

H1, H2, H3, H4, H5, H6, P {

}
A IMG {
	border: 0;
}

#main {
	/*float: left;*/
	width: 600px;
	padding:20px 0 0 20px;
}

UL.tabs {
	margin: 0;
	list-style: none;
	padding: 2px 1em 0;
}


DIV.texte{
margin:20px
}


UL.tabs LI {
	float: left;
	background: url("/images/left_both.gif") no-repeat 0% -150px;
	/*border-bottom: 1px #7b8aab solid;*/
	padding: 0 0 0 9px;
	margin: 0;
}

UL.tabs LI A {
	float: left; display: block;
	white-space: nowrap;
	background: url("/images/right_both.gif") no-repeat right top;
	padding: 5px 1.2em 3px 0.3em;
	text-decoration: none;
	color: #4a516b;
}
/*Répétition des styles pour modification js (toggle.css) */
UL.tabs LI.normal {
	float: left;
	background: url("/images/left_both.gif") no-repeat 0% -150px;
	border-bottom: 1px #7b8aab solid;
	padding: 0 0 0 9px;
	margin: 0;
}

UL.tabs LI.normal A {
	float: left; display: block;
	white-space: nowrap;
	background: url("/images/right_both.gif") no-repeat right top;
	padding: 5px 1.2em 3px 0.3em;
	text-decoration: none;
	color: #4a516b;
}

UL.tabs LI.active {
	float: left;
	background: url("/images/left_both.gif") no-repeat 0% -150px;
	background-position: 0% -150px;
	/*border-bottom: 1px #7b8aab solid;*/
	padding: 0 0 0 9px;
	margin: 0;
}

UL.tabs LI.active A {
	float: left; display: block;
	white-space: nowrap;
	background: url("/images/right_both.gif") no-repeat right top;
	background-position: 100% -150px;
	padding: 5px 1.2em 3px 0.3em;
	text-decoration: none;
	color: #4a516b;
}

UL.tabs LI:hover {
	background-position: 0% -150px;
}
UL.tabs LI:hover A {
	background-position:100% -150px;
}
/*Section Gestion d'un blogue le menu est remplis d'onglets*/
#headSectionsGestion {
	cursor:default;
	clear: both;
	margin: 0 auto 0;
	width: 680px;
	height: 46px;
	background: transparent url("/images/fd_nav_gestion.gif") no-repeat left bottom;
}
#headSectionsGestion UL {
	margin: 0;
	list-style: none;
	padding: 0px 13px 2px 13px;
}
#headSectionsGestion UL LI {
	margin: 0;
	float: left;
	list-style:none;
}
#top-menu-gestion {
	text-align:center;
	margin:0;
	padding:0;
}
#top-menu-gestion FORM {
	margin:0;padding:0;
}
#top-menu-gestion TABLE {
	margin:2px 0 3px 0!important;
	margin:2px 0 2px 0;
}

/*
UL.menuheadsection {
}*/

LI.menuheadsection {
	float: left;
	background: url("/images/left_both.gif") no-repeat 0% top;
	border-bottom: 1px #7b8aab solid;
	padding: 0 0 0 9px;
	margin-top: 0px;
}

/*Répétition des styles pour modification js (toggle.js) */
UL.menuheadsection LI.normal {
	float: left;
	background: url("/images/left_both.gif") no-repeat 0% -150px;
	border-bottom: 1px #7b8aab solid;
	padding: 0 0 0 9px;
	margin: 0;
}

UL.menuheadsection LI.normal A {
	float: left; display: block;
	white-space: nowrap;
	background: url("/images/right_both.gif") no-repeat right top;
	padding: 5px 1.2em 3px 0.3em;
	text-decoration: none;
	color: #4a516b;
}

UL.menuheadsection LI.active {
	float: left;
	background: url("/images/left_both.gif") no-repeat 0% -150px;
	background-position: 0% -150px;
	/*border-bottom: 1px #7b8aab solid;*/
	padding: 0 0 0 9px;
	margin: 0;
}

UL.menuheadsection LI.active A {
	float: left; display: block;
	white-space: nowrap;
	background: url("/images/right_both.gif") no-repeat right top;
	background-position: 100% -150px;
	padding: 5px 1em 3px 0.3em;
	text-decoration: none;
	color: #4a516b;
}

A.menuheadsection {
	float: left; 
	display: block;
	white-space: nowrap;
	background: url("/images/right_both.gif") no-repeat right top;
	padding: 5px 1em 3px 0.3em;
	text-decoration: none;
	color: #4a516b;
	text-align: center;
	font-size:93%;
}
#headSections UL LI A {

}

A.headgestion {
	font-weight:bold;
	color: #4a516b;
	/*text-align: center;*/
	font-size:9px;
	text-transform:uppercase;
	display: inline;
}
SELECT.headgestion{
	color: #4a516b;
	font-size:93%;
	width:255px;
	/*text-transform:uppercase;*/
}

TR.headgestionTR TD A {padding-bottom:6px}


	UL.cats LI {
		list-style-type: none;
	}
	UL.cats LI A {
		padding: 0 0.7em;
	}
	
	TABLE.TableListe {
	/* border: 1px solid #669; */
		width : 600px;
	}
	TABLE.catTable {
		border: 1px solid #669;
		border-collapse:collapse;
	}
	TABLE.catTable TD {
		text-align: left;
		border-bottom: 1px dotted #669;
		padding: 0.3em;
	}
	TABLE.catTable TR {
	}

DIV.champs {
	clear: both;
	width: 520px;
	margin: 0.9em 0 1em 0;
	padding:0.9em;
	border:1px dotted #dfdfdf;
}
DIV.champs-pop {
	clear: both;
	width: 370px;
	margin: 0.4em 0 1em 0;
	padding:0.5em;
	border:1px dotted #dfdfdf;
}

LABEL {
	width:190px;
	/*text-align:right;*/
	vertical-align:top;
	display:block;
	float:left;
	/*border:1px solid black;*/
}
LABEL.radio {
	display:inline;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
}

/*ttt*/

.checklist {font-size:85%;}

DIV.champ DIV.checklist {
	float: right;
	margin-left: 300px;/*toujours garder relatif au LABEL*/
	display: inline;
}

DIV.inline {
	width: 250px; /*DIV.inline + LABEL = DIV.champ*/
	margin: 0;
	float : left;
}

LABEL.check {
text-align: left;
}

TD.form {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}

INPUT {
	font-family:  Trebuchet MS, arial, verdana, sans-serif;
	font-size: 1em;
	color: #669;
	/*height:1.5em;*/
}

INPUT.bouton {
	background-color: #bcc2d0;
	color: #4a516b;
	border: 1px solid #4a516b;
	font-weight: bold;
}

INPUT.bouton_delete {
	background: #bcc2d0 url('/images/trash.gif') no-repeat 2px top;
	color: #4a516b;
	border: 1px solid #4a516b;
	font-weight: bold;
	padding-left:20px;

}

INPUT.bouton:hover {
	background-color: #4a516b;
	color: #ccf;
	border: 1px solid #4a516b;
}
INPUT.bouton.unique {
	display: block;
	margin: 0.3em 0;
}

.xxxxs {width: 25px}
.xxxs {width: 50px}
.xxs {width: 100px}
.xs {width: 150px}
.s {width: 175px}
.med {width: 200px}
.l {width: 250px}
.xl {width: 300px}
.xxl {width: 350px}
.xxxl {width: 400px}
.xxxxl {width: 450px}
.xxxxxl {width: 500px}

span.note {font-size:9px;font-style: italic;}

TABLE.gestion {
	width:100%;
	border:1px solid #ADB3C2;
	border-collapse: collapse;
	margin:10px 0 10px 0;
}

TABLE.gestion TD {
	border: 1px dotted #ADB3C2;
	padding: 3px;
	background-color: transparent;
}

TABLE.gestion TH {
	text-align:left;
	padding: 3px;
	background:#BCC3D1;
	color:#FFFFFF;
}
TABLE.gestion TH A{
	text-decoration:none;
	color:#FFFFFF;
}
TABLE.gestion TH#modifier {
	text-align:center;
	padding: 3px;
	background:#BCC3D1;
}
TABLE.gestion TH#supprimer {
	text-align:center;
	padding: 3px;
	background: #cc0000;
	color:#ffffff;
	width:20px;
}

TABLE.gestion TD b{
	border: 1px dotted #ADB3C2;
	padding: 1px;
	background-color: transparent;
	display:block;
	text-align:center;
	background-color:#eaeaea;
	/*margin-bottom:3px;*/
}


#menu-params {
	float:left;
	background:transparent;
	font-size:93%;
	line-height:normal;
	margin:10px 10px 0 6px !important;
	margin:10px 10px 0 3px;
	border-left:1px solid #bcc3d1;
}
#menu-params ul {
	margin:0;
	padding:0 10px 0 0px;
	list-style:none;

}
#menu-params li {
	float:left;
	margin:0;
	padding:0;
}
#menu-params a {
	display:block;
	padding:5px 15px 4px;
}
#menu-params a.onglet:link {color:#747474;}
#menu-params a.onglet:hover {color:#000000;text-decoration:none;}
#menu-params a.onglet:visited {color:#747474;}
#menu-params a.onglet:active {color:#000000;}
#menu-params a.current {color:#cc9933;}

a.close {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:100;
	color:#cc0000;
	border:1px solid #cc0000;
	padding:0px 2px 2px 2px;
	text-decoration:none;
	font-size:21px;
	background-color: #fbeaf3;
}
a.close:hover {
	color:#ffae35;
	background-color: #fffbdd;
	border:1px solid #ffae35;
}

.skinImgTD 		{ /* padding-bottom:10px */ }
.skinImg 		{ /* padding:5px 5px 5px 5px ;  border:1px dashed #ffffff */ }
.skinImg:hover 	{ /* padding:0px 5px 5px 5px ; border:1px dashed #9f9f9f */ }

DIV.cpicker {position:absolute;top:1200px;border:1px solid black;margin-left:150px}