@CHARSET "ISO-8859-1";

* {
	font-family: arial, sans;
	
}

.actionsModules {
	
	background-color:#fff;
	padding-top: 10px;
}




body {
	font-size: 11px;
	min-width:1000px;
	color: #444;
	cursor: default;
	padding: 0px;
	margin:0px;
}



.ezuiButton {
	border: 1px solid #EEE;
	background: #EEE;
	padding: 0 5px;
	cursor: default;
	line-height: 20px;
	color: #555;
}

.ezuiButtonOver {
	background: #DDD;
	border: 1px solid #DDD;
	color: #000;
}

.ezuiButtonSelected {
	background: #DDD;
	border: 1px solid #CCC;
	color: #000;
}

.ezuiButtonCollection {
	/*background: #EEE;*/
}

.ezuiPopupMenu {
	border: 1px solid #CCC;
	margin: 0;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.ezuiMenuBar {
	background: #EEE;
	border-bottom: 1px solid #CCC;
}

.ezuiPanel {
	border-bottom: 1px solid #CCC;
}

.ezuiPanelTitleBar {
	height: 26px;
	line-height: 26px;
	/*background: #444 url(ezui/panel_title_tile.gif);*/
	background-color:#a0c513;
}

.ezuiPanelTitleBarHighlighted {
	/*background: #444 url(ezui/panel_title_tile_over.gif);*/
	/*background-color:#a0c513;*/
}

.ezuiPanelTitleBarText {
	font: bold 12px arial, sans;
	line-height: 26px;
	height: 25px;
	color: #444;
	padding: 0 5px;
	border-bottom: 1px solid #AAA;
}

.ezuiPanelContentPadder {
	padding: 10px;
	background: #FFF;
}

.ezuiPanelContentPane {

}

.ezuiTextInputField{
	/*border:1px solid #d0d0d0;*/
	border:1px solid #fff;
	
}
.ezuiTextInputFieldText {
	color: #444;
	font-size:11px;
	border:none;
	
	
}

.ezuiTextInputFieldOver, .PopupContentEditor .ezuiTextInputField{
	/*background: #FFB;*/
	border:1px dotted #ccc;
	
}



.ezuiLabelizer {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.ezuiTable{
	width:100%;
}

.ezuiTable div div{
	border-left:1px solid #fff;	
	line-height: 26px;
}

.ezuiTable .header{
	background-color:#a0c513;
	color: #444;
	text-align: left;
	font: bold 12px arial, sans;
	height: 26px;
	border: 1px solid #fff;
}
.ezuiTable table  {
	border-spacing: 0;
	border-collapse: collapse;
}

.ezuiTable th,.ezuiTable  td {
	border: 1px solid #fff;
	
}

.ezuiTable td {
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	padding: 0 5px;
	line-height: 26px;
}

.ezuiTable th {
	/*background: #F60 url(ezui/panel_title_tile.gif) repeat-x;*/
	background-color:#a0c513;
	color: #444;
	text-align: center;
	font: bold 12px arial, sans;
	height: 26px;
	border: 1px solid #AAA;
}

.ezuiTreeList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ezuiTreeList li {
	line-height: 26px;
	padding-left: 20px;
	
}

.ezuiTreeListInvisible{
	color:#fff;
	height: 5px;
	display:block;
	
	
}
.ezuiTreeListInvisible:hover{
	border:1px dotted #91BC0E;
	background-color:#E0FF7F;
	height: 20px;
	padding:0px;
	margin-left:30px;
	color:#444;
	
	
	
}
.ezuiTreeListInvisible li{
	padding:0;
	margin:0;
}

.ezuiTreeDirLink {
	background: transparent url(ezui/icon_folder.png) no-repeat 0px 4px;
	
	display: block;
	text-decoration: none;
	padding-left: 20px;
	margin-left: 15px;
	cursor:move;
	
		
}

.ezuiTreeDirLink:hover, .ezuiTreeDirLinkSelected {
	background-color: #f4ffd0; /* ff8 */
	color: #444;
}

.ezuiListDirLink {
	background: transparent url(ezui/icon_folder.png) no-repeat 0px 4px;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	
		
}

.ezuiTreeHandle {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	position: relative;
	top: 7px;
	white-space: nowrap;	
}
/*.ezuiOnOver {background-color: ''}*/
.ezuiOnOver:hover {cursor:move;background-color: #f4ffd0} /* ff8 */
.ezuiOnOverOn {background-color: #f4ffd0} /* ff8 */



.lignePaire{
	background-color:#E1E1E1;
}
.ligneImpaire{
	background-color:#F3F3F2;
}
.nowrap {
	white-space: nowrap;	
}
.ezuiTreeHandleOpened {
	background: transparent url(../media/admin/fleche-blanc-bas.gif) no-repeat;
}

.ezuiTreeHandleClosed {
	background: transparent url(../media/admin/fleche-blanc-droite.gif) no-repeat;
}

.ezuiListLink_article {
	background: transparent url(ezui/icon_file.png) no-repeat 0 0;
	padding-left: 20px;
}

.ezuiListLink_rubrique {
	background: transparent url(ezui/icon_folder.png) no-repeat 0px 4px;
	padding-left: 20px;
}

.ezuiListLink{
/*	font-weight: bold;*/
	color:#666;	
	display: block;
	text-decoration: none;
	
	line-height: 26px;
	
}
.ezuiTreeFileLink:hover, .ezuiTreeFileLinkSelected {
	background-color: #FF8;
	color: #444;
}
/** ZiKY|ed Specific **/

.textEditorFieldLabel {
	font-size: 12px; 
	margin: 0px 0px 0px 0px;
	color: #444444;
	background-color:#f0f0f0;
	font-weight: bold;
	/*border: 1px dotted #CCC;*/

	padding: 5px;
	
	clear:both;
}


.textEditorConteneurFloat{
	clear:both;
	
}

.textEditorConteneurFloat .textEditorFieldLabel {
	font-size: 12px; 
	margin: 0px 0px 0px 0px;
	color: #444444;
	background-color:#f0f0f0;
	font-weight: bold;
	float: left;
	width: 20%;
	/*border: 1px dotted #CCC;*/

	padding: 5px;
	
	
}


.textEditorConteneurFloat .ezuiComponent{
	float: left;
	width: 75%;
}

.textEditorFieldLabel span{
	
}


.fieldHolder {
	border: 1px solid #DDD;
}

.fieldHolder .field {
	border: none;
	background: transparent;
	width: 100%;
}

textarea.field{
	font-size:12px;
	
}

.aligned label {
	text-align:right;
	width:100px;
	padding-right:10px;
	float:left;
}

.separator {
	clear: both;
	border-bottom: 1px solid #DDD;
	margin: 10px 0;
}

a {
	color: #888;
}

a:hover {
	text-decoration: none;
}


.tagLink {
	text-decoration: none;
}

.tagLinkSelected {
	background: #FFB;
	color: #444;
	border-bottom: 1px solid #F60;
}

.clear {
    clear: both;
}
.logBox {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 0.8em;
	text-align:right;
	color :#ffffff;
}

.modulesBox {
    
	font-size: 0.8em;
	color: #444; 
    line-height: 2em;
	padding: 0; 
    font-size: 12px; 
    border-bottom: 1px solid #a0c513;
    height: 32px;
    background-color:#f0eeef;
}

#ezuiUpdateBox{
	position:absolute;
	top: 97px;
	bottom: 34px;
	left: 0px;
	right: 0px;
	
	z-index:9000;
	display:none;
	background-color:#fff;
	color :#fff;
	font-weight: bold;
	font-size:3em;
	opacity : 0.75;  
	filter : alpha(opacity=75);
	padding-top: 30%;
	text-align:center;
}
.blured{
	opacity : 0.30;  
	filter : alpha(opacity=30);
	
}
#ezuiUpdateBoxContent{
	position:absolute;
	top: 97px;
	bottom: 34px;
	left: 0px;
	right: 0px;
	border:1px solid #fff;
	z-index:9001;
	display:none;
	
	
	font-weight: bold;
	font-size:3em;
	
	
	margin-top: 30px;
	text-align:center;
}

.linkModuleMenu { float: left;  padding: 5px 10px 0 10px}
.linkModuleMenu a, .linkModuleMenu a:link, .linkModuleMenu a:visited {color:#000; font-weight: bold; text-decoration:none}
.linkModuleMenu a:active {color:#a0c513; font-weight: bold; text-decoration:none}
.linkModuleMenu a:hover {color:#000; font-weight: bold; text-decoration:underline}

.headerOC{
    /*padding-top: 15px;*/
    /*margin-top: 15px;*/
    height: 84px;
	background:#000000 url('../oneclic/common/fond.png');
}

.headerOC img {
    padding-top: 15px;
}
p.panelInfo {
	margin: 0 0 5px 0;
	font-style: italic;
	font-size: 0.9em;
	background: #f0f0f0;
	padding: 2px;
}

p.panelInfo:hover {
	cursor:hand;
}

div.mceExternalToolbar{
	
}

span.mceEditor div {
	
}


/* FRI */

ul {
padding: 5px 0px 0px 0px;
margin: 0.5em 0em 0em 0em;
list-style: none;
}
/*
li {
background-image: url(../media/admin/fleche-blanc-droite.gif);
background-repeat: no-repeat;
padding: 0px 0px 0px 12px;
}
*/
#header {
height: 61px;
background-image:url(../media/admin/bandeau-fond.gif);
background-repeat: repeat-x;
border-bottom: #ffffff 2px solid;
}

#header-gauche {
float: left;
}

#header-droite {
float: right;
padding: 8px 10px 0px 0px;
text-align: right;
}

.header-societe {
font-size: 22px;
font-weight: bolder;
color: #ffffff;
text-align: right;
}

.header-infos {
font-size: 10px;
color: #a1a1a1;
text-align: right;
}


/* ---- sous menu ---- */
#oneclic-menu {
	background-color: #838383;
	border-bottom: #9ac207 6px solid;
	height: 22px;
	padding: 6px 0px 0px 6px;
}

#oneclic-menu-gauche {
	float: left; 
	padding: 0px;
}

#oneclic-menu-droite {
    float: right;
    padding: 0px 10px 0px 0px;
}

#oneclic-menu ul{
    margin:0px;
    padding: 0px;
}
#oneclic-menu li{
    margin:0px;
    padding: 0px;
    display:block;
	list-style:none;
	position:relative;
	/*width:109px;*/
	float:left;
}
#oneclic-menu ul.sous-menu{
    display:block;
    width:140px;
    top:50px;
    background-color:#838383;
    color:#ffffff;
    position:absolute;
    margin-top:-2000px;
    padding: 0px;
    z-index:10000;
    clear:both;
}
#oneclic-menu li:hover ul.sous-menu{
	margin : -28px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	
}
#oneclic-menu ul.sous-menu li{
   display:block;
   padding: 0px;
   float:none;
}
#oneclic-menu ul.sous-menu a:link{
    color:#ffffff;
    text-decoration:none;
    display:block;
    padding: 4px;
   /* border:1px solid #ff0000;*/
}
#oneclic-menu ul.sous-menu a:visited{
    color:#ffffff;
    text-decoration:none;
    display:block;
    padding: 4px;
}
#oneclic-menu ul.sous-menu a:hover{
    color:#9AC207;
    text-decoration:none;
}
#oneclic-menu ul.sous-menu a:active{
    color:#9AC207;
    text-decoration:none;
}


.oneclic-textfield {
	background-color: #ffffff;
	border: #545452 1px solid;
	width: 100px;
	color: #949494;
	font-size: 10px;
	font-family:  Arial, Helvetica, sans-serif; 
}

#recherche {
	float: left;
}

#recherche-btn {
	padding: 1px 0px 0px 4px;
	float: left;
}

a.langues-onglet {
	/*orig width 109*/
	
	float:left;
	background-image:url(../media/admin/onglet2.gif);
	background-repeat: no-repeat;
	
	height: 24px;
	padding: 0px 0px 0 5px;
	margin: 0px 3px 0px 0px;
	text-decoration:none;
	font-size: 12px;
	font-weight: bolder;
	color: #888;
	cursor:pointer;
}

a.langues-onglet span{
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;

}

a.langues-onglet img.droite{
	background:url(../media/admin/onglet2-droite.gif) ;
	background-repeat: no-repeat;
	width:5px;
	height: 24px;
	border:0px;
}

a.langues-onglet img.gauche{
	background:url(../media/admin/fleches/fleche-vert-droite.gif) ;
	background-repeat: no-repeat;
	height: 10px;
	width:10px;
	border:0px;
}

a.langues-onglet:hover, a.langues-onglet.active {
	
	background-repeat: no-repeat;
	
	height: 24px;
	
	
	background-position:0 -24px;
	text-decoration:none;
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
	
}

a.langues-onglet:hover img.droite,a.langues-onglet.active img.droite{
	background:url(../media/admin/onglet2-droite.gif) ;
	background-repeat: no-repeat;
	width:5px;
	height: 24px;
	border:0px;
	background-position:0 -24px;
	
}

a.langues-onglet:hover img.gauche{
	background:url(../media/admin/fleches/fleche-blanc-droite.gif) ;
	background-repeat: no-repeat;
	width:10px;
	height: 10px;
	border:0px;

	
}

a.langues-onglet.active img.gauche{
	background:url(../media/admin/fleches/fleche-blanc-gauche.gif) ;
	background-repeat: no-repeat;
	width:10px;
	height: 10px;
	border:0px;

	
}

/*
*+html a.langues-onglet{
	float:  none;
}
*/


a.menu-onglet {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/menu-fond.gif);
	background-repeat: no-repeat;
	width: 109px;
	height: 19px;
	padding: 3px 0px 0 7px;
	margin: 0px 5px 0px 0px;
	text-decoration:none;
	font-size: 13px;
	font-weight: bolder;
	color: #ffffff !important;
	border-right: #989797 1px solid;

}


a.menu-onglet:hover, a.menu-onglet.active {
	display: block;
	float:left;
	background-image:url(../media/admin/menu-fond.gif);
	background-repeat: no-repeat;
	width: 109px;
	height: 19px;
	padding: 3px 0px 0 7px;
	margin: 0px 5px 0px 0px;
	background-position:0 -22px;
	text-decoration:none;

	font-weight: bolder;
	color: #ffffff;
	border-right: #989797 1px solid;
}



body#body-accueil a#menu-onglet-accueil{
	background-position:0 -22px;
}

body#body-admin a#menu-onglet-admin{
	background-position:0 -22px;
}

body#body-contenu a#menu-onglet-contenu{
	background-position:0 -22px;
}

body#body-contacts a#menu-onglet-contacts{
	background-position:0 -22px;
}

body#body-media a#menu-onglet-media{
	background-position:0 -22px;
}

body#body-config a#menu-onglet-config{
	background-position:0 -22px;
}

body#body-aide a#menu-onglet-aide{
	background-position:0 -22px;
}




#contenu {
	width: 95%;
	padding: 25px 25px 50px 25px;
	
	
	
}

#contenu-gauche {
	float:left;
	width: 65%;
	padding: 25px;
}

#contenu-droite {
	float:left;
	width: 25%;
	padding: 25px 25px 0px 25px;
}

.contenu-gauche-3col {
	width: 33%;
	float: left;
	padding-bottom: 10px;
}

.contenu-gauche-3col-gauche {
	width: 38px;
	float: left;
}

.contenu-gauche-3col-droite {
	float: left;
}

.intro {
	padding: 20px 0px 20px 0px;
	border-top: #c4c4c4 1px solid;
}


/********************************************
 *  PANELS HOME BACKOFFICE
 ********************************************/
#content-pane {
	width:auto;
	padding: 0 20px;
	font-size: 12px;
}

#content-pane #left-pane {
    overflow: hidden; 
}

#content-pane #right-pane {
	width:330px;
	margin-left: 20px;
	float:right;
}

#content-pane #right-pane #push-stats p {
	font-weight: bold;
}

#content-pane #left-pane #pane-top {
	margin-bottom:2em;
}

#content-pane #left-pane #pane-top #push-contenu {
	width:100%;
}

#content-pane #left-pane #pane-bottom {
	width:100%;
}

#content-pane #left-pane #pane-bottom .half-pane {
}

#content-pane #left-pane #pane-bottom #push-maintenance {
	float: left;
	margin-right:2%;
	width:48%;
}

#content-pane #left-pane #pane-bottom #push-netdesign {
	float:right;
	margin-left:2%;
	width:48%;
}

p.acces-netdesign,p.acces-extranet,p.acces-statistiques {
	text-align: right;
}

p.adresse-titre {
	font-weight: bold;
}

span.bold, p.bold {
	font-weight: bold;	
}

/********************************************
 *  ONGLETS
 ********************************************/

.onglets-conteneur {
}

.onglets-bloc-accueil {
	clear: both;
	border: #9ac207 1px solid;
	padding: 5px;
	margin: 0px;
}

.onglets-bloc {
	border-right: #9ac207 1px solid;
	border-bottom: #9ac207 1px solid;
	border-left: #9ac207 1px solid;
	padding: 5px;
	margin: 0px;
}

.onglets-bloc-int-gauche {
	float: left;
	width: 50%;
}

.onglets-bloc-int-droite {
	float: right;
	width: 50%;
	text-align: right;
}

.onglets-bloc-image {
	float: left;
	width: 1%;
	background-image:url(../media/admin/vert.gif);
	background-repeat: repeat-y;
}

.onglets-bloc-centre {
	width: 100%;
}

a.onglets {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/onglet.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 20px;
	padding: 4px 0px 0px 5px;
	margin: 0px 5px 0px 0px;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
	color: #bebdbd;
}


a.onglets:hover,  a.onglets.active {
	display: block;
	float:left;
	background-image:url(../media/admin/onglet.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 20px;
	padding: 4px 0px 0px 5px;
	margin: 0px 5px 0px 0px;
	background-position:0 -24px;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.onglets-blocvide {
	padding: 8px 2px 2px 2px;
	text-align: right;
}

.onglets-blocgris1-gauche {
	padding: 2px 2px 2px 4px;
	float: left;
	width: 75%;
	border-right: #d2d2d2 1px solid;
	background-color: #e1e1e1;
	border-bottom: #ffffff 1px solid;
	margin: 0px;
	height: 15px;
}

.onglets-blocgris1-droite {
	padding: 2px 2px 2px 4px;
	float: left;
	width: 22.7%;
	background-color: #e1e1e1;
	border-bottom: #ffffff 1px solid;
	margin: 0px;
	height: 15px;
}

.onglets-blocgris2-gauche {
	padding: 2px 2px 2px 4px;
	float: left;
	width: 75%;
	border-right: #d2d2d2 1px solid;
	background-color: #f3f3f2;
	border-bottom: #ffffff 1px solid;
	margin: 0px;
	height: 15px;
}

.onglets-blocgris2-droite {
	padding: 2px 2px 2px 4px;
	float: left;
	width: 22.7%;
	background-color: #f3f3f2;
	border-bottom: #ffffff 1px solid;
	margin: 0px;
	height: 15px;
}

/********************************************
 *  BLOCS
 ********************************************/

.bloc-conteneur {
	background-image:url(../media/admin/onglet-fond.gif);
	background-repeat: no-repeat;
	padding: 4px 0px 0px 5px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	height: 21px;
	border-bottom: #9ac207 1px solid;
}

.bloc-bloc {
	border-left: #9ac207 1px solid;
	border-right: #9ac207 1px solid;
	border-bottom: #9ac207 1px solid;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	background-color:#fff;
}

.bloc-bloc h1 {
	padding:10px 0 4px 0;
	
	font-weight: bold;
	font-size:120%;
	color: #444;
}
.bloc-bloc input[type=button], .bloc-bloc button{
	margin-left: 5px;
}

.bloc-bloc .center {
	margin: 0 auto;
	text-align: center;
}

.bloc-bloc-vide {
	margin: 0px 0px 20px 0px;
}

.bloc-gauche {
	border: #d0d0d0 1px solid;
	padding: 2px;
	margin: 5px 0px 0px 0px;
	float: left;
	width: 45%;
	font-weight: bold;
}

.bloc-droite {
	border: #d0d0d0 1px solid;
	padding: 2px;
	margin: 5px 0px 0px 0px;
	float: left;
	width: 45%;
	font-weight: bold;
}

.bloc-gauche-picto {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 90%;
}

.bloc-gauche-picto p{
	font-weight: bold;
	color:#000;
	margin-bottom: 0px;
}

.bloc-droite-picto {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 5%;
}


/*footer*/

#footer { 
	background-color : #535253; 
	position: fixed;
	left: 0px;
	bottom: 0px; 
	height: 34px; 
	width: 100%; 
	background-image:url(../media/admin/footer.gif);
	background-repeat: repeat-x;
}

#footer-gauche {
	float: left;
	width: 50%;
	color: #7d7c7c;
	font-size: 10px;
}

#footer-gauche-image {
	position: relative;
	float: left;
	bottom: 0px;
}

#footer-gauche-text {
	position: relative;
	float: left;
	top: 11px;
	padding-left: 10px;
}

#footer-droit {
	float: right;
	width: 50%;
	color: #eee;
	font-size: 10px;
	text-align:right;
}

#footer-droit #footer-liens {
	position: relative;
	top: 11px;
	padding-right: 10px;
}

#footer-droit #footer-liens a {
	color: #7d7c7c;
}

#footer-droit #footer-liens #titre{
	font-weight:bold;
}

/* dock2 - bottom */
#dock2 {
	width: 90%;
	position: absolute;
	right: 70px;
}
.dock-container2 {
	position: absolute;
	height: 34px;
	width: 100%
}
a.dock-item2 {
	display: block; 
	font: bold 10px Arial, Helvetica, sans-serif;
	width: 200px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

/*pictos*/

.pictos-gauche {
	float:left;
	
}
.pictos-gauche h1{
	padding-left: 25px;
	padding-top: 12px;
}
.pictos-droite {
	float:right;
	padding-right: 25px;
	text-align: right;
}

.float {
float:left;
}

.pictos {
text-align: right;
width: 100%;
}

a.pictos-nouveau-dossier-fr {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/nouveau-dossier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-nouveau-dossier-fr:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/fr/nouveau-dossier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-modifier-dossier-fr {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/modifier-dossier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-modifier-dossier-fr:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/fr/modifier-dossier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-supprimer-dossier-fr {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/supprimer-dossier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-supprimer-dossier-fr:hover{
	display: block;
	float:left;
	background-image:url(../media/admin/fr/supprimer-dossier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-nouveau-article-fr {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/nouveau-article.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-nouveau-article-fr:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/fr/nouveau-article.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-supprimer-article-fr {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/supprimer-article.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-supprimer-article-fr:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/fr/supprimer-article.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-copier-fr {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/copier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-copier-fr:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/fr/copier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-couper-fr {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/couper.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-couper-fr:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/fr/couper.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-coller-fr {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/coller.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-coller-fr:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/fr/coller.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-aide-fr {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/aide.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-aide-fr:hover{
	display: block;
	float:left;
	background-image:url(../media/admin/fr/aide.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-questions-fr {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/questions.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-questions-fr:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/fr/questions.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-enregistrer-fr {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/enregistrer.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-enregistrer-fr:hover{
	display: block;
	float:left;
	background-image:url(../media/admin/fr/enregistrer.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-enregistrer-sous-fr {
#9ddf44;#5cc60f;	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/enregistrer-sous.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-enregistrer-sous-fr:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/fr/enregistrer-sous.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-nouveau-dossier-fr {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/nouveau-dossier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-nouveau-dossier-fr:hover{
	display: block;
	float:left;
	background-image:url(../media/admin/fr/nouveau-dossier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-importer-fr {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/importer.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-importer-fr:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/fr/importer.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-quitter-fr {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/quitter.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-quitter-fr:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/fr/quitter.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}


a.pictos-w3c-fr {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/w3c.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-w3c-fr:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/fr/w3c.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-apercu-fr {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/apercu.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-apercu-fr:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/fr/apercu.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}


a.pictos-versions-fr {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/historique.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-versions-fr:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/fr/historique.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-validation-fr {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/validation.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-validation-fr:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/fr/validation.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.separateur-pictos{
	background-image:url('../media/admin/separateur-pictos.gif');
	width: 15px;
	height: 32px;	
	display: block;
	float:left;
}

.onglets-bloc-pictos-gauche {
	float: right;
	width: 48%;
}

.onglets-bloc-pictos-droite {
	float: right;
	width: 52%;
	text-align: right;
}

.float-left{
	float:left;
	
}
/*onglet grand*/

#onglet-grand-gauche {
	width: 25%;
	background-image:url(../media/admin/onglet-fond-grand.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	float: left;
}

#onglet-grand-haut {
	width: 100%;
	background-image:url(../media/admin/onglet-fond-grand.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	float: none;
	
}

#onglet-grand-centre {
	width: 74%;
	background-image:url(../media/admin/onglet-fond-grand.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	float: left;
	
	/*border-bottom: #9ac207 1px solid;*/
	
}
#onglet-grand-milieu{
	margin: 0;
	
	float: none;
	border-left: #9ac207 1px solid;
	border-right: #9ac207 1px solid;
	padding:5px 10px 5px 10px;
	background-color:#fff;
	border-bottom:1px solid #CCCCCC
	
}


#onglet-grand-bas {
	
	background: #fff;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	float: none;
	border-left: #9ac207 1px solid;
	border-right: #9ac207 1px solid;
	border-bottom: #9ac207 1px solid;
	/*border-bottom: #9ac207 1px solid;*/
	
}

#onglet-grand-milieu{
	margin: 0;
	
	float: none;
	border-left: #9ac207 1px solid;
	border-right: #9ac207 1px solid;
	padding:5px 10px 5px 10px;
	background-color:#fff;
	border-bottom:1px solid #CCCCCC
	
}

.onglet-grand-image-haut-droite{
	background:url(../media/admin/onglet-bord-droite.gif) no-repeat;
	float:right;
	width:5px;
	height:26px;
}

.onglet-grand-image-gauche {
	float:left;
	width:0.5%;
	margin: 0;
	padding: 0;
}

.onglet-grand-image-gauche-centre {
	float:left;
	width: 88%;
	margin: 0;
	padding: 4px 0px 0px 0px;	
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

.onglet-grand-image-gauche-centre select{ margin-right:15px}

.onglet-grand-image-gauche-droite {
	float:left;
	width: 5%;
}

.onglet-grand-image-centre {
	float:left;
	width: 99%;
	margin: 0;
	padding: 6px 0px 0px 5px;	
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

#onglet-grand-droite {
	float:left;
	width: 0.5%;
	margin: 0;
	padding: 0;
	height: 275px;
}



#onglet-grand-image-droite-haut {
	height: 25px;
}

#onglet-grand-image-droite-bas {
	border-right: #9ac207 1px solid;
	border-bottom: #9ac207 1px solid;
	height: 250px;
}

.onglet-grand-bloc {
	border-left: #9ac207 1px solid;
	border-right: #9ac207 1px solid;
	/*border-bottom: #9ac207 1px solid;*/
	margin: 0px 0px 0px 0px;
	clear: both;
	
}
div.onglet-grand-bloc  .ezuiTree{
	
}
div.onglet-grand-centre #sortableTable{
	
	
}

#mainContenu{
	
	width: 100%;
	top: 165px !important;
}

.ezuiTree {
	
}
#sortableTable {
	
}
.filet-droite{
	border-right: #9ac207 1px solid;
}
#contenu-bas {
	clear:both;
	width:99%;
	border-top: #9ac207 1px solid;
	
}


.onglet-grand-bloc-recherche {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	padding: 5px 5px 5px 0px;
	font-weight: bold;
}

span.onglet-grand-bloc-recherche{
	padding: 5px 5px 5px 5px;
}

span.onglet-grand-bloc-recherche-recherche{
	float: right;
	font-weight: bold;
	
}
.onglet-grand-bloc-contenu {
	padding: 10px;
	height: 200px;
	overflow:auto;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #91bd0f;
	scrollbar-arrow-color:  #91bd0f;
	scrollbar-track-color: #e5e5e4;
	scrollbar-darkshadow-color: #91bd0f;
}

.dropdown {
	width: 170px;
	font-size: 10px;
}

.textarea {
	width: 100%;
	font-size: 10px;
	border: #dcdcdc 1px solid;
	height: 100px;
	margin-bottom: 20px;
}

.onglet-grand-centre-bloc1 {
	float:left;
	width: 8%;
	margin: 0;
	border-left: #ffffff 1px solid;
	height: 35px;
}

.onglet-grand-centre-bloc2 {
	float:left;
	width: 4%;
	margin: 0;
	border-left: #ffffff 1px solid;
	height: 35px;
}

.onglet-grand-centre-bloc3 {
	float:left;
	width: 35%;
	margin: 0;
	border-left: #ffffff 1px solid;
	height: 35px;
}

.onglet-grand-centre-bloc4 {
	float:left;
	width: 8%;
	margin: 0;
	border-left: #ffffff 1px solid;
	height: 35px;
}

.onglet-grand-centre-bloc5 {
	float:left;
	width: 16%;
	margin: 0;
	border-left: #ffffff 1px solid;
	height: 35px;
}

.onglet-grand-centre-bloc6 {
	float:left;
	width: 28%;
	margin: 0;
	border-left: #ffffff 1px solid;
	height: 35px;
}

.onglet-grand-centre-bloc-titre {	
	padding: 5px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	height: 16px;
	text-align: center;
}

.onglet-grand-centre-bloc-entry1 {
	display: block;
	background-color: #e1e1e1;
	text-align: center;
	height: 17px;
	padding-top: 3px;
}

.onglet-grand-centre-bloc-entry2 {
	display: block;
	background-color: #f3f3f2;
	text-align: center;
	height: 17px;
	padding-top: 3px;
}

.onglet-grand-centre-bloc-check1 {
	display: block;
	background-color: #e1e1e1;
	text-align: center;
	height: 20px;
}

.onglet-grand-centre-bloc-check2 {
	display: block;
	background-color: #f3f3f2;
	text-align: center;
	height: 20px;
}

 /* texte */
 
h1{
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	color: #838383;
	font-weight: bolder;
	
}

h1.nopadding{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	color: #444;
	font-weight: bolder;
	
}

h2{
	padding: 0px 0px 5px 0px;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	color: #838383;
}

h3{
	padding: 0px 0px 5px 0px;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	color: #838383;
	
}

.sous-titre{
	padding: 0px 0px 5px 0px;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	color: #838383;
}

 /* liens */
 /*
a:link { color: #88ad01; text-decoration: underline; }
a:visited { color: #88ad01; text-decoration: underline; }
a:hover { color: #88ad01; text-decoration: none; }
a:active { color: #88ad01; text-decoration: underline; }
*/
a.header-lien:link { color: #accc37; text-decoration: none; font-size: 10px; }
a.header-lien:visited { color: #accc37; text-decoration: none; font-size: 10px; }
a.header-lien:hover { color: #ffffff; text-decoration: none; font-size: 10px; }
a.header-lien:active { color: #accc37; text-decoration: none; font-size: 10px; }

a.lien-dossier:link { color: #666666; text-decoration: none; font-size: 11px; display: block; padding: 2px; }
a.lien-dossier:visited { color: #666666; text-decoration: none; font-size: 11px; display: block; padding: 2px; }
a.lien-dossier:hover { color: #ffffff; text-decoration: none; font-size: 11px; background-color: #91bd0f; display: block; padding: 2px; }
a.lien-dossier:active { color: #666666; text-decoration: none; font-size: 11px; display: block; padding: 2px; }

a.lien-dossier-indent:link { color: #666666; text-decoration: none; font-size: 11px; display: block; padding: 2px 2px 2px 12px; }
a.lien-dossier-indent:visited { color: #666666; text-decoration: none; font-size: 11px; display: block; padding: 2px 2px 2px 12px; }
a.lien-dossier-indent:hover { color: #ffffff; text-decoration: none; font-size: 11px; background-color: #91bd0f; display: block; padding: 2px 2px 2px 12px; }
a.lien-dossier-indent:active { color: #666666; text-decoration: none; font-size: 11px; display: block; padding: 2px 2px 2px 12px; }

a.lien-onglet { background:url('../media/admin/fleche-vert-bas.gif') left center  no-repeat; padding-left: 15px; font-size: 13px; font-weight: bold; color: #ffffff; text-decoration: none; }



.extensionFermee a.lien-onglet {
	/*background: #444 url(ezui/panel_title_tile_over.gif);*/
	/*background-color:#a0c513;*/
	background:url('../media/admin/fleche-vert-droite.gif') left center no-repeat !important; margin-top: 5px; padding-left: 15px; font-size: 13px; font-weight: bold; color: #ffffff; text-decoration: none; 
	
}

div.extensionFermee{
	
}


.champDate {width: 70px !important}

div.ezuiPanelContentPane input[file] {
	width: 50px !important;
}

.ezuiPanelExtension {
	padding-bottom: 5px;
	border: none !important;
}

.whitePanel{
	background-color:#fff !important;
	
}

.pasTraduit{font-style: italic; color:#ccc !important;} /* text-decoration: line-through */
.pasTraduit:hover{color:#444 !important;}

.traductionOn{
	background-color: #f4ffd0;
}

.drapeau-label {margin-right: 10px;}

a.lien-action-traduction{
	padding-right: 5px;
	padding-left: 5px;
	cursor:pointer;
	font-weight: bold;
	color: #9AC207;
	text-transform:capitalize;
}





ul.ordresAEnvoyer {
	padding: 0px !important;
	margin: 0px !important;
}
p.panelInfo label{
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

p.panelInfo input.field{
	font-weight: bold;
}

.fieldHolderFull{
	border: 1px solid #DDD;
	text-align:left;
	width: 100% !important;
}

.lienPublicationNode img{
    border:0px;
}


div.ligneTableContent {display:block; padding-top: 2px; padding-bottom: 2px


}

div.ligneTableContentBorder {
	border:1px solid #ccc; margin-bottom: 10px;
	
	
}

div.ligneTableContent div.coll { display:block; float:left; word-wrap:none ;}
div.ligneTableContent div.colr { cursor:default; display:block;  float:right; white-space:nowrap; word-wrap: none }
div.ligneTableContent div.colr span { padding-left: 5px; padding-right: 5px}
div.ligneTableContentchilds { display:none;clear:both;padding-left: 10px;  margin: 0px 0px 10px 0px; }
div.ligneTableContentBorder div.ligneTableContentGris{
	background-color:#f0f0f0;
	
}
div.ligneTableContentBorder.selected div.ligneTableContentGris{
	background-color:#fbaf4a;
	
}

div.ligneTableContent a {
	font-weight: bold;
	color:#666;	
	text-decoration: none;
}

.ezuiTableContent{
	width:100%;
	background-color:#fff;
}

div.ligneTableContent a.aPlus {padding:0px 0px 0px 5px; cursor:pointer;}
div.ligneTableContent a.aPlusHandle {padding-left: 15px !important; background-position:right;}
div.ligneTableContent a.aPlusOff {padding:0px 0px 0px 10px; cursor:default;}
.leftDashed {border-left: 1px dashed #aaa; }

.leftDashedClair{border-left: 1px dashed #fff; }

.lineDashed {border-left: 1px dashed #aaa;border-bottom: 1px dashed #aaa; }
.solidLeftDashed {border-left: 1px solid #aaa !important; ;border-bottom: 1px solid #aaa;  !important}
/*a.leftDashed {padding:0px 0px 0px 0px;}*/

div.pasDeContenu {font-style: italic; font-weight: normal; background-color:#fff}

#onglet-grand-haut select{
	
}

img.drapeauListe{ padding-left: 2px; }
img.pasTraduit {opacity:0.2;filter:alpha(opacity=20)}


select {
	font-size: 11px;
	border:1px solid #838383; /* eeeeee*/
}

.ezuiComponent, .ezuiTraduction{
	/*padding-bottom: 15px;*/
	padding: 5px;
	font-size: 11px;
	
}

input[type=button], input[type=submit], input[type=reset], button{
	font-size: 11px;
	font-weight: bold;
	color:#fff;
	background-color: #333;
	border:1px solid #888;
	padding: 2px 10px 2px 10px;

	
}

input.boutonRechercher{
	padding: 1px 2px 0px 2px;
}

input{font-size: 11px;}


div#tradPane a.lienCopier{
	background:url('../media/admin/langues/copier.png') no-repeat;
	width: 14px;
	height: 14px;
	border:0px;
}

div#tradPane a.lienCopierGrand{
	background:url('../media/admin/langues/copier-grand.png') no-repeat;
	width: 15px;
	height: 18px;
	border:0px;
}


a.lienDeplierTout{
	padding-left: 10px;
	background:url('../media/admin/fleches/fleche-vert-bas.gif') no-repeat;
	background-position: 0px 2px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	color: #9AC207;
	text-decoration: none;
}

a.lienReplierTout{
	padding-left: 10px;
	background:url('../media/admin/fleches/fleche-vert-droite.gif') no-repeat;
	background-position: 0px 2px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	color: #9AC207;
	text-decoration: none;
}

a.lienPlierOff{
	opacity: 0.5;
	filter: alpha(opacity=50);

}



.textEditorConteneur, .textEditorConteneurFloat{
	margin: 10px;
	padding: 0px;
	border:1px solid #ccc;
	
}

.textEditorConteneurFloat{
	clear:both;
}

.fieldHolderNewDoc, .fieldHolderTemperature{
	padding: 5px;
}
.fieldHolderTemperature p {clear:both; padding: 5px;}
.fieldHolderTemperature label{float: left; width: 150px}
.fieldHolderTemperature input[type=text]{border:1px solid #838383; float: left;	}
.fieldHolderNewDoc select, .fieldHolderNewDoc input[type=text]{border:1px solid #838383; float: right;	width: 75%;}



.PopupContentEditor select, .PopupContentEditor input[type=text]{
	float:none;
	width: auto !important;
}

.fieldHorlerNotVisible {
	top: -5000px;
	position:absolute;
}


#extensionsCentre .ezuiPanelExtension, #onglet-grand-bas .ezuiPanelExtension {
	padding: 5px;
}

#extensionsCentre .ezuiPanelExtension .bloc-conteneur,#onglet-grand-bas .ezuiPanelExtension .bloc-conteneur{
	border:0px;
	background-image:none;
	background-color:#F0F0F0;
	color: #444444;
	padding: 5px;
	margin: 0;
	font-size:12px;
}
#extensionsCentre .ezuiPanelExtension .bloc-conteneur a.lien-onglet, #extensionsCentre .extensionFermee .bloc-conteneur  a.lien-onglet, #onglet-grand-bas .ezuiPanelExtension .bloc-conteneur a.lien-onglet, #onglet-grand-bas .extensionFermee .bloc-conteneur  a.lien-onglet {
	color: #444444;
	font-size:12px;
	background-image:none !important;
	background-color:#F0F0F0;
	padding:0px;
	display:block;
}
#extensionsCentre .ezuiPanelExtension  .bloc-bloc{
	border:1px solid #cccccc;
}

#onglet-grand-bas .ezuiPanelExtension  .bloc-bloc{
	border:1px solid #cccccc;
}

div.sortableExtensions{
	padding: 10px;
	background-color:#f0f0f0;
	border:1px solid #c0C0C0;
	
	height: 100px;
	overflow: auto;
	
}

div.sortableExtensionsHolder{
	width: 23%;
	margin-left:1%;
	margin-right: 1%;
	float:left;
	
}

div.sortableExtensions div{
	border:1px dotted #a0a0a0;
	margin:2px 0px 2px 0px;
	padding: 2px;
	background-color:#fff;
}


div.sortableExtensionsMenus{
	padding: 10px;
	background-color:#f0f0f0;
	border:1px solid #c0C0C0;
	
	
	
}


div.sortableExtensionsMenus div{
	border:1px dotted #a0a0a0;
	margin:2px 0px 2px 0px;
	padding: 2px;
	background-color:#fff;
}


div.sortableExtensionsMenus div div{
	border:none;
	margin:0px;
	padding: 0px;
	background-color:#fff;
}



.labelExtensions{
	font-weight: bold;
	height: 3em;
}

ul.ezuiTreeHorizontalList {
	padding: 0px;
	margin:0px;
	
	display: block;
	
}

ul.ezuiTreeHorizontalList li{
	float :left; 
	padding: 0px 10px 0px 10px;
	margin: 0px;
	display: block;
	border-right: 1px solid #fff;
	
}
ul.ezuiTreeHorizontalList li a {
	color:#ddd;
	text-decoration: none;
}




ul.ezuiTreeHorizontalList li a:hover,ul.ezuiTreeHorizontalList li a.ezuiTreeHorizontalDirLinkSelected {
	color:#fff;
	text-decoration: underline;
}



#onglet-grand-haut .ezuiComponent{
	padding: 0px;
}


*+html a.langues-onglet{
	float:left;
	
	width: 120px;
	display:inline;
}

*+html a.langues-onglet span{
	float:left;	
	margin:0px;
}


*+html a.langues-onglet img{
	float:right;	
}

*+html a.langues-onglet img.gauche{
	float:left;	
}


*+html a#ongletChoixTraductions span{
	float:none;
	
	
	
}

*+html a#ongletChoixTraductions img{
	float:none;
}

*+html a#ongletChoixTraductions img.droite{
	margin-top: -24px;	
}



a.pictos-nouveau-dossier-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/nouveau-dossier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-nouveau-dossier-en:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/en/nouveau-dossier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-tout-cocher-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/tout-cocher.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-tout-cocher-en:hover,a.pictos-tout-cocher-selected {
	display: block;
	float:left;
	background-image:url(../media/admin/en/tout-cocher.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-tout-cocher-fr {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/fr/tout-cocher.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-tout-cocher-fr:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/fr/tout-cocher.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-modifier-dossier-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/modifier-dossier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-modifier-dossier-en:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/en/modifier-dossier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-supprimer-dossier-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/supprimer-dossier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-supprimer-dossier-en:hover{
	display: block;
	float:left;
	background-image:url(../media/admin/en/supprimer-dossier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-nouveau-article-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/nouveau-article.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-nouveau-article-en:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/en/nouveau-article.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-supprimer-article-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/supprimer-article.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-supprimer-article-en:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/en/supprimer-article.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-copier-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/copier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-copier-en:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/en/copier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-couper-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/couper.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-couper-en:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/en/couper.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-coller-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/coller.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-coller-en:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/en/coller.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-aide-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/aide.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-aide-en:hover{
	display: block;
	float:left;
	background-image:url(../media/admin/en/aide.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-questions-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/questions.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-questions-en:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/en/questions.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-enregistrer-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/enregistrer.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-enregistrer-en:hover{
	display: block;
	float:left;
	background-image:url(../media/admin/en/enregistrer.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-enregistrer-sous-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/enregistrer-sous.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-enregistrer-sous-en:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/en/enregistrer-sous.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-nouveau-dossier-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/nouveau-dossier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-nouveau-dossier-en:hover{
	display: block;
	float:left;
	background-image:url(../media/admin/en/nouveau-dossier.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-importer-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/importer.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-importer-en:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/en/importer.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-quitter-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/quitter.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-quitter-en:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/en/quitter.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}


a.pictos-w3c-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/w3c.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-w3c-en:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/en/w3c.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-apercu-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/apercu.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-apercu-en:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/en/apercu.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}


a.pictos-versions-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/historique.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-versions-en:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/en/historique.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

a.pictos-validation-en {
	/*orig width 109*/
	display: block;
	float:left;
	background-image:url(../media/admin/en/validation.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	text-decoration:none;
}


a.pictos-validation-en:hover {
	display: block;
	float:left;
	background-image:url(../media/admin/en/validation.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 48px;
	background-position:0 -48px;
	text-decoration:none;
}

.alignleft {
	text-align:left;
}
.nowrap {
	word-wrap:none;
	
}

.moduletableliste{
	margin-top: 10px;
	
}

.moduletableliste thead tr{
	background-color:#F0F0F0;
	
}
.moduletableliste thead tr th{
	border:1px solid #ccc;
}

.moduletableliste thead tr th, .moduletableliste tbody tr td{
	padding: 3px;
}
.BlogContent{
	padding: 0px;
	margin: 0px;
	white-space:pre-line;
}
.blogtexte{

}

textarea.ezuiTextInputFieldText{
	padding: 0px !important;
}

#menuPrincipalOutils{
	
}

.lifloatleft{ display:inline; float:left}
.litable{text-align:center ;height: 22px; width: 100px; padding: 2px; }

.ultable{padding:0px; margin:0px;}

.ultable:hover{background-color:#e0e0e0; }


.alphabet{
	padding:0px;
	margin:2px 0px 0px 0px;
}
.alphabet .current{
	color:#cc0000
}
.alphabet li{
	float:left;
	padding:0px;
	margin:0px 2px 0px 2px
}

/* --------------------------------- */
.popupImageWindow{
	border:1px solid #333333;
	background-color:#ffffff;
	margin:10px;
	padding:0px;
	z-index:2000;
	position: absolute;
	display:none;
}
.popupImageContainer{
	/*border:1px solid #333333;*/
	background-color:#ffffff;
	margin:10px;
	padding:0px;
	position: relative;
	float:left;
	left: 0px;
	top:0px;
	z-index:2010;
}
.popupLoaderWindow{
	border:0px;
	background-color:#ffffff;
	margin:10px;
	padding:0px;
	position: absolute;
	float:left;
	left: 0px;
	top:0px;
	text-align:center;
	z-index:2020;
	/*display:none;*/
}
.popupLoaderWindow img{
	margin-left: auto;
	margin-right: auto;
}
/* --------------------------------- */






