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
{
    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-logout
{
    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: 25px;
    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: 25px;
    width: 205px;
    text-decoration: underline;
    color: #d00000;
}
#menu .menuitem a.submenu
{
    display: block;
    padding-left: 45px;
    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: 45px;
    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 #tabs-content
{
    margin-left: 4px;
}
#content #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;
}
#content #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;
}
#content #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
{
	float: left;
	width: 140px;
	line-height: 35x;
}
dl.zend_form dd.wysiwyg
{
	margin-left: 140px;
	line-height: 35px;
	margin-bottom: 10px;
	height: 280px;
}
.sansCkedior
{
	margin-left: 120px;
	margin-bottom: 10px;
}
dl.zend_form dd
{
	line-height: 35x;	
	height: 40px;
	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
{
	border: 1px solid #30462f;
	padding:4px;
	font-size: 13px;
	background-color: #a1ea9e;
	color: #30462f;
	float:right;	
}
#back
{
	border: 1px solid #453a2e;
	padding:4px;
	font-size: 13px;
	background-color: #eac59e;
	color: #453a2e;
	float:left;
}
.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;
}
#lienFichierPdfAnalyse {
	z-index: 10;
	position: absolute;
	top: 230px;
	left: 650px;
	line-height: 18px;
}
#lienFichierPdfNews {
	z-index: 10;
	position: absolute;
	top: 768px;
	left: 390px;
}
#lienImageNews {
	z-index: 10;
	position: absolute;
	top: 683px;
	left: 650px;
}
