.headerSelect {
	width:180px;	
}

.dialog {
	position:absolute;
	border:1px solid #a6a6a6;
	padding:5px;
	background-color:#ffffff;
}

.dialogTitle {
	display:block;
	float:left;
	width:190px;
	font-weight: bold;
}

.closeDialog {
	float:right;
	display:block;
	width:10px;
	text-align: right;
	font-weight: bold;
}


#translationDialog {
	width:200px;
}

#translationDialog div {
	margin-bottom:5px;
	margin-right:5px;
	width:200px;
	float:left;
}

#datablocTools {
	position:absolute;
	top:5px;
	left:0px;
	padding:2px;
	border:1px solid #929292;
	background-color:#ffffff;
}

.windowLike {
	background-color:#ffffff;
	float:left;
}

.windowLike .windowTitle {
	/*background-color:#cdcdcd;*/
	background-image: url("../../image/top_bkg_mod_green.gif");
	background-repeat:35px;
	padding-right:5px;
	padding-left:5px;
	font-weight: bolder;
	border-bottom:1px solid #929292;
	float:left;
	cursor: move;
	height:35px;
	
}
.windowLike .windowTitle .nameWin {
	color:black;
	display:block;
	font-size:1.3em;
	float:left;
	padding-top:10px;
	padding-left:5px;
}
.windowLike .windowTitle .closeWin {
	float:right;	
	display:block;
}

#blocPool {
	font-size:10px;
	width:250px;
	position:absolute;
	border:1px solid #929292;
}

.windowLike .switch {
	width:243px;
	display:block;
	background-color: #cdcdcd;
	float:left;
	border-left:1px solid #929292;
	border-right:1px solid #929292;
	padding-left:5px;
}

#searchBlocs {
	float:left;
	width:100%;
	padding-bottom:2px;
	background-color:  #717171;
}

.blocCB {
	width:50%;
	float:left;
	margin-top:2px;
		
}
#searchBlocs input {
	margin-top:10px;
	margin-right:10px;
	border:1px solid #929292;
	font-size:1em;
	background-color:  white;
	width:180px;
}


.contentSearch {
	padding:2px;
	width:98%;
	border:1px solid #929292;
	border-top:0;
	color:white;
	font-weight: bold;
}

.blocSearchGrouper {
	float:left;
	width:100%;	
	color:white;
}

.blocSearchGrouper span{
	width:100%;
	color:white;
}



#searchBlocs .buttonBlocSearch {
	width:80px;
	margin-top:2px;
	background-color: #ffffff;
}

#foundBlocs {
	float:left;
	width:100%;
}

.blocItem {
	width:100%;	
	float:left;
}

#freeBlocs {
	float:left;
	width:100%;
	padding-bottom:100px;
}

.freeBlocPosition {
	overflow:hidden;
}

#foundBlocs .blocItem, #themeBlocs .blocItem {
	float:left;
	padding:2px;
	margin-top:2px;
	cursor:move;
	background-color: #e5e5e5;
}

#dataBlocMessages {
	position:absolute;
	top:0px;
	left:900px;
	width:200px;
}

.themeName {
	display:block;
	width:245px;;
	font-weight: bold;
	color: #929292;
	padding-left:20px;
	float:left;
	background-image: url("../img/triangle-open.png");
	background-repeat: no-repeat;
	margin-left:5px;
}

.close {
	background-image: url("../img/triangle-close.png");
	background-repeat: no-repeat;	
}

.blocTree {
	float:left;
	color:#929292;	
}

.themeGrouper {
	margin-top:10px;
	padding-bottom:10px;
	float:left;
	border-bottom:1px solid #929292;
}


.menu_off, .menu_on {
	width: 7.6em;
} 

.menu_on, .menu_off, .arbo_on, .arbo_off{
	display: block;
	float: left;
	width: 7.6em;
	padding: 0.7em 0;
	text-align: center;
}

.menu_on{
	background: url(../img/bkg_switch_left_on.gif) no-repeat;
	margin-right: 1px;
}
.menu_on span, .menu_off span{
	color: White;
	font-weight: bold;
	padding-left: 1.4em;
	background: url(../img/picto_menu.gif) no-repeat;
}
.menu_off{
	background: url(../img/bkg_switch_left_off.gif) no-repeat;
	margin-right: 1px;
}
.arbo_on span, .arbo_off span{
	color: White;
	font-weight: bold;
	padding-left: 1.4em;
	background: url(../img/picto_arbo.gif) no-repeat;
}
.arbo_on{
	background: url(../img/bkg_switch_right_on.gif) no-repeat;
}
.arbo_off{
	background: url(../img/bkg_switch_right_off.gif) no-repeat;
}
.switch a:hover{
	color: White;
}
.left_on{
	float: left;
	width: 15.4em;
}

.target {
	background-color:#cdcdcd;
	padding:2px;
}

.inPage, .inPool  {
	float:left;
	width:100%;
}

.inPageTools {
	background-color:#ffffff;
	font-weight: bolder;
	width:100%;
	position:absolute;
	z-index:10;
	left:0;
/*
	top:0;
	left:0;
*/
}

.resize {
	position:absolute;
	width:15px;
	height:15px;
	z-index: 10;
}

.resizeActive {
	cursor:se-resize;
	background-image: url("../img/agrandir.gif");
}

.childMultiInList {
	margin:0;
	padding-left:14px;
}

.childMultiInList li {
	padding-left:0px;
	list-style-image: url('../../image/puce_orange.gif');
}

.toolBarGreen {
	padding-bottom:20px;
}

.toolBarGreen,.toolBarGreen div  {
	height:41px;
	float:left;
	
}

.toolBarGreenLeft {
	width:8px;
	background-image: url('../img/toolBar/toolBarLeft.png');
}
.toolBarGreenCenter {
	padding-top:5px;
	background-image: url('../img/toolBar/toolBarCenter.png');
	background-repeat: repeat-x;
}

.sizeW800 {
	width:800px;
}

.sizeW1150 {
	width:1150px;
}

.toolBarGreenRight {
	width:7px;
	background-image: url('../img/toolBar/toolBarRight.png');
}


.smallChildMultiLabel {
	width:300px;
	float:left;
}

.smallChildMultiChkBx {
	width:20px;
	float:left;
}

.clear {
	clear: both;
}

.importForm fieldset legend {
	padding:10px;
	font-size: 1.3em;
}

.importForm fieldset ul {
	margin-top:0;
}

.big {
	height:360px;
}

.small {
	height:167px;
}




.datalistMassActions {
	float:left;
	margin-right:10px;
}


ul.newComments {
	margin:0;
	padding:0;
}

ul.newComments li {
	margin:0;
	padding:0;
	padding-left:10px;
	margin-bottom:5px;
	background-image: url("../../image/puce_orange.gif");
	background-repeat: no-repeat;
	background-position: 0 3px;
}
ul.newComments li p {
	margin:3px 0 10px 0;
	padding:0;
	color:#929292;
}
ul.newComments li p span {
	font-style:italic;
	color:#929292;
}


.objectAlert {
	margin-bottom:10px;
	padding-bottom:5px;	
	border-bottom:1px solid #a6a6a6;
	width:537px;
}
.objectAlert em {
	display:block;
	margin-top:-5px;
	margin-bottom: 10px;	
}

.objectAlert ul {
	margin:0;
	padding:0;
}
.objectAlert ul li {
	margin:0;
	padding:0;
	padding-left:10px;
	margin-bottom:5px;
	background-image: url("../../image/puce_orange.gif");
	background-repeat: no-repeat;
	background-position: 0 3px;
}
.objectAlert ul li p {
	margin-left:10px;
	margin-top:2px;
	margin-bottom:4px;
	padding:3px;
	width:70%;
	border:1px solid #a6a6a6;
	background-color: #dedede;
}

.objectAlert ul li p .lastCommentTitle {
	font-weight: bold;
	display: block;
	float:left;
}

.objectAlert ul li p .author {
	font-style: italic;
}

.objectAlert ul li.pagination {
	width:100%;
	text-align: right;
	background-image: none;	
}

.dataindexSeparator {
	width:537px;
	color:#a6a6a6;
	height: 1px;
}

.main_right_home_on {
	margin-bottom:10px;
}

.rightBlocComponent {
	border-collapse:collapse;
	background-color: #F2F2F2;
	border: 1px solid #A6A6A6;
	width:200px;
}

.referenceTable td {
	border-bottom:1px solid #929292;
}

.inBarButton {
	float:left;
	margin-right:10px;
}

.customSpacer {
	margin:0px;
	padding:0px;
	line-height:2px;
}


.resultDiv {
  border:1px solid #cdcdcd;
  overflow: auto;
  background-color:#ffffff;
}

.resultDiv a {
  color: #000000;
  text-decoration:none;
}

.resultDiv ul {
  padding:0;
  margin:0;
}

.resultDiv ul li {
  padding:0;
  margin:0;
  border-bottom:1px solid #cdcdcd;
  padding: 5px;
}

.resultDiv ul li.selected {
  font-weight: bold;
  background-color:#aaaaff;
}

.fck-souligne{text-decoration: underline;}
.fck-gras{font-weight: bold;}
.fck-italique{font-style: italic;}
.fck-puce{background: url(../../../../file/design/gcom/images/fleche-noire.png) no-repeat 0 4px; padding-left: 5px;}
.fck-souspuce{list-style: square;}
.fck-vertfonce{color: #006E58;}
.fck-orange{color: #F15D2A;}
.fck-vertclair{color: #BED730;}
.fck-blanc{color: #FFFFFF;}
.fck-gris{color: #555555;}
.fck-noir{color: #000000;}
.fck-lien{text-decoration:underline;}
.lipuce, .image-article-sous-sous-rubrique-large ul li.lipuce, .extrait-article-sous-sous-rubrique ul.extrait-article-sous-sous-rubrique-liste li.lipuce {background: url(../../../../file/design/gcom/images/rond-noir.png) top left no-repeat; list-style:none; padding:0 0 0 10px; zoom:1;}