body {
	background: #3f3f3f;
	font-family: Arial;
	font-size: 12px;
}

#toolbox {
	background: url(../images/fond-toolbox.jpg);
	height: 58px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#toolbox a.button {
	display: block;
	background: url(../images/fond-button-toolbox.jpg);
	height: 25px;
	width: 119px;
	text-align: center;
	line-height: 25px;
	color: #414141;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

#toolbox a.button:hover,#toolbox a.button.selected {
	display: block;
	background: url(../images/fond-button-toolbox.jpg);
	height: 25px;
	width: 119px;
	text-align: center;
	line-height: 25px;
	color: #d00000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}



#toolbox #btn-1 {
	position: absolute;
	top: 15px;
	right: 748px;
}

#toolbox #btn-2 {
	position: absolute;
	top: 15px;
	right: 628px;
}
#toolbox #btn-3 {
	position: absolute;
	top: 15px;
	right: 508px;
}
#toolbox #btn-4 {
	position: absolute;
	top: 15px;
	right: 508px;
}

#toolbox #btn-5 {
	position: absolute;
	top: 15px;
	right: 388px;
}
#toolbox #btn-6 {
	position: absolute;
	top: 15px;
	right: 268px;
}

#toolbox #btn-7 {
	position: absolute;
	top: 15px;
	right: 148px;
}

#toolbox #btn-8 {
	position: absolute;
	top: 15px;
	right: 28px;
}


#layout {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#menu {
	width: 230px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-right: 4px;
}

#menu .menuitem {
	width: 230px;
	min-height: 25px;
	line-height: 25px;
	background: url(../images/fond-menu.jpg);
	border-bottom: 1px solid #bfbfbf;
}

#menu .menuitem-first {
	width: 230px;
	height: 25px;
	line-height: 25px;
	background: url(../images/fond-menu-first.jpg);
	border-bottom: 0px;
}

#menu .menuitem-last {
	width: 230px;
	height: 31px;
	line-height: 25px;
	background: url(../images/fond-menu-last.jpg);
	border-bottom: 0px;
}

#menu .menuitem a,#menu .menuitem-first a,#menu .menuitem-last a {
	display: block;
	padding-left: 15px;
	width: 205px;
	text-decoration: none;
	color: #414141;
}

#menu .menuitem a:hover,#menu .menuitem-first a:hover,#menu .menuitem-last a:hover,#menu .menuitem a.selected,#menu .menuitem-first a.selected,#menu .menuitem-last a.selected
	{
	display: block;
	padding-left: 15px;
	width: 205px;
	text-decoration: underline;
	color: #d00000;
}

#menu .menuitem a.submenu {
	display: block;
	padding-left: 25px;
	width: 185px;
	text-decoration: none;
	color: #414141;
	font-size: 11px;
	line-height: 20px;
}

#menu .menuitem a.submenu.last {
	margin-bottom: 8px;
}

#menu .menuitem a.submenu:hover,#menu .menuitem a.submenu.selected {
	display: block;
	padding-left: 25px;
	width: 185px;
	text-decoration: underline;
	color: #d00000;
	font-size: 11px;
	line-height: 20px;
}

#content {
	width: 766px;
	margin-left: 234px;
	background: url(../images/fond-content-bottom.jpg) bottom center
		no-repeat;
	padding-bottom: 50px;
}

#content-large {
	width: 1000px;
	background: url(../images/fond-content-bottom-large.jpg) bottom center
		no-repeat;
	padding-bottom: 50px;
}

#content #top {
	width: 766px;
	height: 10px;
	background: url(../images/fond-content-top.jpg) bottom center no-repeat;
}

#content-large #top-large {
	width: 1000px;
	height: 10px;
	background: url(../images/fond-content-top-large.jpg) bottom center
		no-repeat;
}
#content #tabs {
	height: 54px;
	width: 766px;
	background: url(../images/fond-tabs.jpg);
}
#content-large #tabs {
	height: 54px;
	width: 1000px;
	background: url(../images/fond-tabs-large.jpg);
}
#tabs-content {
	margin-left: 4px;
}
 #tabs a {
	height: 33px;
	width: 94px;
	margin-left: 1px;
	float: left;
	background: url(../images/fond-tab.jpg);
	margin-top: 18px;
	line-height: 25px;
	text-align: center;
	color: #414141;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
 #tabs a:hover {
	height: 33px;
	width: 94px;
	margin-left: 1px;
	float: left;
	background: url(../images/fond-tab.jpg);
	margin-top: 18px;
	line-height: 25px;
	text-align: center;
	color: #d00000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
 #tabs a.selected {
	height: 33px;
	width: 94px;
	margin-left: 1px;
	float: left;
	background: url(../images/fond-tab-selected.jpg);
	margin-top: 18px;
	line-height: 25px;
	text-align: center;
	color: #d00000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

#text {
	width: 746px;
	min-height: 500px;
	padding: 10px;
	background: url(../images/fond-content.jpg);
}

#text2 {
	width: 746px;
	height: 160px;
	padding: 10px;
	background: url(../images/fond-content.jpg);
}

#text3 {
	width: 746px;
	height: 80px;
	padding: 10px;
	background: url(../images/fond-content.jpg);
}

#text-large {
	width: 980px;
	min-height: 500px;
	padding: 10px;
	background: url(../images/fond-content-large.jpg);
}

p.error {
	text-align: center;
	color: #d00000;
	border: 1px solid #d00000;
	padding: 10px;
	background: #ebb9b9;
}

#footer {
	position: absolute;
	bottom: 7px;
	width: 766px;
	left: 234px;
	text-align: center;
	color: #d1d1d1;
	font-size: 11px;
}

#footer-large {
	position: absolute;
	bottom: 7px;
	width: 1000px;
	text-align: center;
	color: #d1d1d1;
	font-size: 11px;
}

h1 {
	font-size: 13pt;
	line-height: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #e01616;
	color: #e01616;
	padding-left: 40px;
	background: url(../images/icone-titre.png) 15px 8px no-repeat;
}

h1 a {
	float: right;
	margin-right: 30px;
	margin-top: 3px;
}

a img {
	border: 0px;
}

h2 {
	font-size: 13pt;
	line-height: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #e01616;
	color: #e01616;
	padding-left: 15px;
}

#text a {
	text-decoration: none;
	color: #414141;
}

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

tr.row1 {
	background-color: #eaeaea;
}

/** FORMULAIRES **/
dl.zend_form div.element {
	position: relative;
}

dl.zend_form dt {
	line-height: 35x;
}

dl.zend_form dd.textarea {
	line-height: 35px;
	margin-bottom: 10px;
}

dl.zend_form dd.wysiwyg {
	line-height: 35px;
	margin-bottom: 10px;
	/*height: 280px;*/
}

dl.zend_form img {
	margin-bottom: 20px;
	width: 100px;
}

.sansCkedior {
	margin-left: 120px;
	margin-bottom: 10px;
}

dl.zend_form dd {
	position: relative;
	clear: right;
}

dl.zend_form dd p {
	float: left;
	margin-top: 4px;
	font-family: Courier new;
}

dl.zend_form dd div.hint {
	display: inline;
	margin-top: 4px;
	margin-left: 8px;
}

dl.zend_form ul.errors {
	position: absolute;
	margin: 0px;
	list-style-type: none;
	top: 0px;
	right: 10px;
}

dl.zend_form ul.errors li {
	margin: 0px;
	list-style-type: none;
	color: red;
	line-height: 25px;
}

#text-large.login dl.zend_form {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

label.required {
	font-weight: bold;
}

#submit,#finish {
	float: right;
}

.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 200px;
	text-align: left;
}

.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}

.uploadifyQueueItem .cancel {
	float: right;
}

.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}

.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

a#lienFichierPdfAnalyse {
	z-index: 10;
	position: absolute;
	top: 243px;
	left: 650px;
}

a#lienFichierPdfNews {
	z-index: 10;
	position: absolute;
	top: 743px;
	left: 650px;
}

a#lienImageNews {
	z-index: 10;
	position: absolute;
	top: 703px;
	left: 650px;
}

textarea {
	font-family: Arial, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#corps #contenu img {
	cursor: move;
}

p {
	margin: 0;
}

#titre img:hover {
	cursor: default;
}

#conteneur {
	position: relative;
	margin-bottom: 50px;
}

#corps {
	margin: 50px;
	width: 660px;
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#contenu {
	margin: 25px;
	width: 610px;
	position: relative;
	font-size: 10.56px;
	color: #787b7d;
	border:1px dotted #999;
}

#texte {
	color: #787b7d;
	font-family: Arial, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 10.56px;
}

#menuEditor {
	list-style: None;
	font-weight: bold;
	position: relative;
	left: 618px;
	top: 45px;
	width: 200px;
}

#menuEditor li {
	display: inline;
}

#menuEditor li a {
	display: inline-block;
	text-decoration: None;
	color: #000000;
	width: 70px;
	padding: 0px 10px;
	border: 1px solid #000000;
	text-align: center;
	border-radius: 2px;
	background-color: #FFFFFF;
}

#menuEditor li a:hover {
	color: #900000;
}

#file_uploadUploader {
	position: absolute;
	top: 5px;
	left: 630px;
}

.uploadifyQueue {
	position: absolute;
	top: 2px;
	left: 140px;
}

.objet {
	position: absolute;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0;
}

/* Définition du style pour l'affichage de l'aperçu des différents écrans */

.contenu_ecran h1 {
	color: #B4CDDE;
	font-size: 25px;
	letter-spacing: 2px;
	line-height: 30px;
	padding: 0px;
	margin: 0px 0 0;
	padding: 0px 0 0;
	text-align: right;
	background: none;
	border: 0px;
	border-bottom: 0px;
	display: block;
}


.contenu_ecran .block-logo img {
	width: 140px;
	height: 140px;
}

.contenu_ecran,.tempResize {
	width: 700px;
	height: 539px;
	margin: 0 auto;
	position: relative;
	font-size: 13px;
	color: #000;
}
.contenu_ecran h1 {
	color: #8FC412;
	font-weight: normal;
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	padding-left: 0px;
	text-transform: none;
	border-bottom: 0px;
	text-align:left;
	letter-spacing:0px;
}
.contenu_ecran h2 
{
	color: #8FC412;
	font-weight: normal;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 2px;	
}
.contenu_ecran h3 
{
	color: #8FC412;
	font-weight: normal;
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 2px;	
}
.contenu_ecran h4 
{
	color: #5A5A5A;
	font-weight: normal;
	font-style:normal;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 2px;
}
.contenu_ecran a {
	color: #8FC412;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}
.contenu_ecran p
{
    font-size: 14px;	
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align:justify;
}
.contenu_ecran ul {
	margin-top:5px;
	margin-bottom: 5px;
}
.contenu_ecran iframe {
	padding: 0px;
	background: transparent;
}

#toolbars {
	position: relative;
	height: 40px;
}

#toolbar {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 40px;
	width: 560px;
}

#toolbar2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #D3D3D3;
	padding: 5px;
	height: 40px;
}

#toolbar2_wrapper {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #d3d3d3;
	background-image: url(../ckeditor/skins/kama/images/sprites.png);
	background-repeat: repeat-x;
	background-position: 0 -1950px;
	display: block;
	_display: inline-block;
	padding: 5px;
}

#toolbar2_wrapper .toolgroup {
	background-image: url("../ckeditor/skins/kama/images/sprites.png");
	background-position: 0 -500px;
	background-repeat: repeat-x;
	border-radius: 5px 5px 5px 5px;
	display: inline;
	float: left;
	margin-bottom: 5px;
	margin-right: 6px;
	padding: 2px;
}

#toolbar2 a {
	font-family: Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
	background: none;
	text-decoration: none;
	border: 0px;
	color: #666;
	border-radius: 3px;
	outline: none;
	padding: 2px 4px;
	height: 18px;
	display: inline-block;
	cursor: default;
}

#toolbar2 a:hover {
	background-color: #dff1ff;
}

a.addtext .icon {
	display: inline-block;
	background-image: url(../ckeditor/skins/kama/icons.png);
	background-position: 0 -816px;
	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
	margin: 1px 2px;
}

a.addimage .icon {
	display: inline-block;
	background-image: url(../ckeditor/skins/kama/icons.png);
	background-position: 0 -576px;
	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
	margin: 1px 2px;
}

#toolbar2 .separator {
	display: inline-block;
	border-left: solid 1px #D3D3D3;
	margin: 3px 2px 0;
	height: 16px;
	vertical-align: top;
}

a.addimage input {
  font-size: 23px; 
  position: absolute; 
  right: 0px; 
  top: 0px; 
  opacity: 0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
	width: 60px;
	height:20px;
}

/** IMAGE LOADING **/
#loading-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 2000000;
	display:none;
}

#loading-box {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -100px;
	height: 100px;
	width: 200px;
	background: #fff;
	opacity: 1;
	z-index: 2000001;
	border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 15pt;
	text-align: center;
	padding: 10px;
	color: #333;
	display:none;
}
#loading-box a {
	font-size: 12px;
	text-decoration: none;
	color: #2894de;
}
#loading-box a:hover
{
	text-decoration:underline;
}
.contextMenu
{
	display: none;
}

#tableau .odd{
	background-color: #eaeaea;
}
#tableau thead{
	background-color:#6F888A;
	color:#FFFFFF;
}
.dataTables_filter {
    float: right;
    text-align: right;
    width: 50%;
	margin:5px;
}
.dataTables_length {
    float: left;
	margin:5px;
}
.paging_full_numbers {
    height: 22px;
    line-height: 22px;
    width: 400px;
}
.dataTables_paginate {
    float: right;
    text-align: right;
	margin-top:10px;
}

.paging_full_numbers a.paginate_button {
    background-color: #DDDDDD;
}
.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
    border: 1px solid #AAAAAA;
    border-radius: 5px 5px 5px 5px;
    color: #333333 !important;
    cursor: pointer;
    margin: 0 3px;
    padding: 2px 5px;
}
#tableau_info{
	width:50%;
	float:left;
	margin-top:10px;
}

#tableau_previous,  #tableau_previous, #tableau_next, #tableau_last, .fg-button{
    cursor: pointer;
    margin: 0 3px;
    padding: 2px 5px;
	height:20px;
}

.sorting_asc {
    background: url("../images/sort_asc_disabled.png") no-repeat scroll right center transparent;
}
.sorting_desc {
    background: url("../images/sort_desc_disabled.png") no-repeat scroll right center transparent;
}
.sorting {
    background: url("../images/sort_both.png") no-repeat scroll right center transparent;
}
#tableau_info, #tableau_paginate
{
	margin:5px;
}