html{
	height:100%;
}
body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Verdana,Arial, Geneva, sans-serif;
	font-size:11px;
	color:#494949;
	background:#F0F0EE url(../../medias/backend/bg-site.gif) repeat-x;
}
img{
	border:0;
}
a {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}
#global{
   min-height:100%;
   margin:0 auto -60px;
}
#footer{
	clear:both;
	position:relative;
	width:100%;
	height:60px;
	background:#005c7e;
	-webkit-box-shadow: 0px -5px 5px #a0a0a0;
    -moz-box-shadow: 0px -5px 5px #a0a0a0;
	box-shadow: 0px -5px 5px #a0a0a0;
}
#bande{
	display:block;
	float:left;
	width:100%;
	height:15px;
	background:#005c7e;
}
#container{
	position:relative;
	width:960px;
	margin:0 auto;
}
h1{
	margin-top:0px;
	color:#ffffff;
	font-weight:normal;
	font-size:25px;
}
#content h1{
	display:block;
	float:left;
	background:#494949;
	padding:5px 10px;
	border:#ffffff solid 1px;
	border-radius:5px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
#content h2{
	clear:left;
	display:block;
	float:left;
	margin-top:0px;
	padding:5px 10px;
	background:#005c7e;
	color:#ffffff;
	font-weight:normal;
	border:#ffffff solid 1px;
	border-radius:5px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
#header{
	display:block;
	float:left;
	width:960px;
	height:85px;
}
#head-left{
	display:block;
	float:left;
	width:200px;
	height:85px;
}
#head-right{
	display:block;
	float:left;
	width:188px;
	height:85px;
}
#head-center{
	display:block;
	float:left;
	width:532px;
	height:85px;
	padding:0px 20px;
	color:#ffffff;
}
#head-center h1{
	margin-top:10px;
	margin-bottom:0px;
	font-size:30px;
	color:#ffffff;
}
#head-center h2{
	margin-top:0px;
	font-weight:normal;
	color:#ffffff;
}
#head-center a{
	color:#ffffff;
	font-weight:normal;
}
#connexion{
	position:relative;
	width:350px;
	margin:0 auto;
}
#connexion #bulle-connexion{
	display:block;
	float:left;
	width:330px;
	margin-top:50px;
	padding:20px 10px;
	background:#767676;
	border-radius:10px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
#connexion #bulle-connexion .gauche,#connexion #bulle-connexion .droite{
	display:block;
	float:left;
	width:330px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
	margin-bottom:3px;
}
#connexion #bulle-connexion #recov{
	text-transform:none;
}
#connexion #conteneur-languette{
	display:block;
	float:left;
	width:40px;
	height:40px;
	padding-left:5px;
	margin-left:215px;
	overflow:hidden;
}
#connexion #languette-connexion{
	display:block;
	float:left;
	border-color:#767676 #F2F2F2 #F2F2F2 #F2F2F2;
	border-style:solid;
	border-left-width:0px;
	border-right-width:40px;
	border-top-width:40px;
	border-bottom-width:0px;
	border-bottom-color:transparent;
	border-left-color:transparent;
	border-right-color:transparent;
	height:0;
	padding:0;
	width:0;
	-webkit-box-shadow: -3px 2px 2px #a0a0a0;
    -moz-box-shadow: -3px 2px 2px #a0a0a0;
	box-shadow: -3px 2px 2px #a0a0a0;
}
#connexion .droite input[type=text],#connexion .droite input[type=password]{
	display:block;
	float:left;
	width:320px;
	height:23px;
	line-height:20px;
	border:none;
	padding:0px 5px;
	background:#919191;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	border-radius:5px;
}
#connexion .droite input[type=submit]{
	width:183px;
	padding:3px 0px;
	background:#005c7e;
	border:none;
	margin-top:10px;
	text-transform:uppercase;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	border-radius:5px;
}
#connexion .droite input[type=submit]:hover{
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
.link_white {
    color: #FFFFFF;
    text-transform: none;
}
.link_white:hover{
	text-decoration:underline;
}
#connexion .droite .red{
	display:block;
	float:left;
	width:100%;
	padding:3px 0px;
	background:#e2001a;
	text-align:center;
	border-radius:5px;
}
#connexion .droite .green{
	display:block;
	float:left;
	width:100%;
	padding:3px 0px;
	background:#090;
	border-radius:5px;
	text-align:center;
}

#header #bulle{
	display:block;
	float:left;
	width:174px;
	padding:15px 7px;
	margin-top:-7px;
	background:#767676;
	color:#ffffff;
	font-weight:bold;
	border-radius:5px;
	-webkit-box-shadow: -3px 2px 2px #494949;
    -moz-box-shadow: -3px 2px 2px #494949;
	box-shadow: -3px 2px 2px #494949;
}
#header #bulle a{
	display:block;
	float:left;
	width:162px;
	height:22px;
	margin-bottom:8px;
	padding:0px 6px;
	line-height:20px;
	background:#919191;
	color:#ffffff;
	border-radius:5px;
    transition:background .25s ease-out;
    -moz-transition: background .25s ease-out;
    -webkit-transition: background .25s ease-out;
}
#header #bulle a#acces-site{
	background-image:url(../../medias/backend/fleche.png);
	background-repeat:no-repeat;
	background-position: 95%  50%;
}
#header #bulle a#deconnexion{
	background-image:url(../../medias/backend/del.png);
	background-repeat:no-repeat;
	background-position: 95%  50%;
}
#header #bulle a:hover{
	text-decoration:none;
	background-color:#005c7e;
}
#header #conteneur-languette{
	display:block;
	float:left;
	width:15px;
	height:15px;
	padding-left:5px;
	margin-left:149px;
	overflow:hidden;
}
#header #languette-bulle{
	display:block;
	float:left;
	border-color:#767676 #F2F2F2 #F2F2F2 #F2F2F2;
	border-style:solid;
	border-left-width:0px;
	border-left-color:transparent;
	border-right-color:transparent;
	border-bottom-color:transparent;
	border-right-width:15px;
	border-top-width:15px;
	border-bottom-width:15px;
	height:0;
	padding:0;
	width:0;
	-webkit-box-shadow: -2px 2px 2px #494949;
    -moz-box-shadow: -2px 2px 2px #494949;
	box-shadow: -2px 2px 2px #494949;
}
#menus{
	display:block;
	float:left;
	width:200px;
	padding-top:30px;
}
#content{
	display:block;
	float:left;
	width:715px;
	padding:30px 15px 30px 30px;
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
}
.menu{
	display:block;
	float:left;
	width:200px;
	margin-bottom:30px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
.menu-entete{
	display:block;
	float:left;
	width:168px;
	border-top:#cccccc solid 1px;
	border-left:#cccccc solid 1px;
	border-right:#cccccc solid 1px;
	padding:7px 15px;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
#admin_menus .menu-entete{
	background:#494949;
}
#tools_menus .menu-entete{
	background:#005c7e;
}
.menu-in{
	display:block;
	float:left;
	width:198px;
	background:#ffffff;
	border:#cccccc solid 1px;
}
.menu ul{
	display:block;
	float:left;
	width:198px;
	list-style-type:none;
	margin:0;
	padding:0;
}
.menu ul ul{
	display:none;
}
.menu ul li{
	display:block;
	float:left;
	width:198px;
}
.menu ul li a,#menucontent ul li li a,#menucontent ul li li span,.menu ul li span{
	display:block;
	float:left;
	width:189px;
	padding:5px 30px 5px 5px;
	font-weight:bold;
	color:#494949;
	cursor:pointer;
	background-position:right;
    transition:background .25s ease-out,color .25s ease-out;
    -moz-transition: background .25s ease-out,color .25s ease-out;
    -webkit-transition: background .25s ease-out,color .25s ease-out;
	background:rgba(0, 0, 0, 0) url(../../medias/backend/cache.png) no-repeat top right;
}
.menu ul ul.ssmenuOn{
	display:block;
}
.menu ul li a:hover,.menu ul li span:hover,.menu ul li span.menuOn,.menu ul li a.menuOn,#menucontent ul li li a.menuOn,#menucontent ul li li a:hover,#menucontent ul li li span.menuOn,#menucontent ul li li span:hover{
	background:#005c7e url(../../medias/backend/cache.png) no-repeat top right;
	color:#ffffff;
}
#admin_menus ul li a:hover,#admin_menus ul li span:hover,#admin_menus ul li span.menuOn,#admin_menus ul li a.menuOn{
	background:#494949 url(../../medias/backend/cache.png) no-repeat top right;
}
.menu ul li li a,.menu ul li li span,#menucontent ul li li li a,#menucontent ul li li li span{
	width:188px;
	padding:5px;
	background:#f2f2f2;
	color:#333333;
}

#menucontent .menu-in ul li li li a,#menucontent .menu-in ul li li li span,#tools_menus .menu-in ul li li li a,#tools_menus .menu-in ul li li li span,#menucontent .menu-in ul li li li a.menuOn,#menucontent .menu-in ul li li li span.menuOn,#tools_menus .menu-in ul li li li a.menuOn,#tools_menus .menu-in ul li li li span.menuOn{
	width:183px;
	padding:5px 5px 5px 10px;
	background:#b7b7b7;
	color:#ffffff;
}
#menucontent .menu-in ul li li li a.menuOn,#menucontent .menu-in ul li li li span.menuOn,#tools_menus .menu-in ul li li li a.menuOn,#tools_menus .menu-in ul li li li span.menuOn,#menucontent .menu-in ul li li li a:hover,#menucontent .menu-in ul li li li span:hover,#tools_menus .menu-in ul li li li a:hover,#tools_menus .menu-in ul li li li span:hover{
	width:183px;
	padding:5px 5px 5px 10px;
	background:#919191;
}
#menucontent{
	display:block;
	float:left;
	width:198px;
	padding:5px 0px;
	background:#005c7e;
	border:#cccccc solid 1px;
	border-radius:5px;
}
#menucontent ul{
	background:#ffffff;
	margin:0;
	padding:0;
	list-style-type:none;
	border-bottom:#cccccc solid 1px;
}
#menucontent ul li.lastLi ul{
	border-bottom:none;
}
#menucontent ul ul ul{
	border-bottom:none;
}
#menucontent ul ul ul.menucontent{
	border-bottom:none;
}
#menucontent span.menufirst,#menucontent span.menulast{
	background:#005c7e;
	width:168px;
	padding:7px 15px;
	color:#ffffff;
	font-size:14px;
}
span.menufirst{
	border-bottom:#cccccc solid 1px;
}
#menus .menu-in ul li li a:hover,#menus .menu-in ul li li span:hover,#menus .menu-in ul li li a.menuOn,#menus .menu-in ul li li span.menuOn,#menucontent ul li li li a:hover,#menucontent ul li li li span:hover,#menucontent ul li li li a.menuOn,#menucontent ul li li li span.menuOn,#tools_menus ul li li li span:hover,#tools_menus ul li li li a.menuOn,#tools_menus ul li li li span.menuOn{
	padding:5px;
	background:#767676;
	color:#ffffff;
}
.ajout{
	display:block;
	float:left;
	margin-right:10px;
	padding:5px 10px 5px 25px;
	color:#ffffff;
	border:#ffffff solid 1px;
	background:#005c7e url(../../medias/backend/add.png) no-repeat 3px 4px;
	border-radius:5px;
    transition:all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
.export{
	display:block;
	float:left;
	margin-right:10px;
	padding:5px 10px 5px 25px;
	color:#ffffff;
	border:#ffffff solid 1px;
	background:#005c7e url(../../medias/backend/export.png) no-repeat 3px 4px;
	border-radius:5px;
    transition:all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
.export-badge{
	display:block;
	float:left;
	padding:5px 10px 5px 25px;
	color:#ffffff;
	border:#ffffff solid 1px;
	background:#005c7e url(../../medias/backend/badge.png) no-repeat 3px 4px;
	border-radius:5px;
    transition:all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
.back{
	display:block;
	float:left;
	margin-right:10px;
	padding:5px 10px 5px 25px;
	color:#ffffff;
	border:#ffffff solid 1px;
	background:#005c7e url(../../medias/backend/back.png) no-repeat 3px 4px;
	border-radius:5px;
    transition:all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
.ajout:active,.back:active,.export:active,.export-badge:active{
	box-shadow:none;
}
.ajout:hover,.back:hover,.export:hover,.export-badge:hover{
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
.zend_form{
	display:block;
	float:left;
	width:715px;
}
.zend_form dt{
	display:block;
	float:left;
	width:703px;
	padding:3px 5px;
	font-weight:bold;
	font-size:13px;
	border:#919191 solid 1px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background:#919191;
	color:#ffffff;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
#bloc_contenus dt,#bloc_contenus dd{
	width:661px;
}
#bloc_contenus dd.nostyle{
	width:200px;
	padding-bottom:0px;
	padding-left:0px;
}
.zend_form dd{
	display:block;
	float:left;
	width:703px;
	padding:5px;
	margin:0px 0px 10px 0px;
	padding:5px 5px 20px 5px;
	border:#919191 solid 1px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	background:#ffffff;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
.zend_form dd.nostyle{
	background:none;
	border:none;
	box-shadow:none;
}
.zend_form dd.invisible{
	display:none;
}
.zend_form input[type=submit]{
	width:183px;
	padding:3px 0px;
	background:#919191;
	border:none;
	margin-top:10px;
	text-transform:uppercase;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	border-radius:5px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
#save-label{
	display:none;
}
label{
	cursor:pointer;
}
.zend_form input[type=submit]:hover{
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
.zend_form input[type=submit]:active{
	box-shadow:none;
}
.zend_form input[type=text],.zend_form input[type=password],.zend_form textarea{
	width:97%;
	padding:3px 1%;
	border:#919191 solid 1px;
	border-radius:5px;
}
.zend_form textarea{
	height:60px;
}
.zend_form select{
	width:99%;
	padding:3px 1%;
	border:#919191 solid 1px;
	border-radius:5px;
}
ul.errors{
	list-style-type:none;
}
ul.errors li{
	position:relative;
	margin:0 auto;
	display:block;
	float:left;
	color:#ffffff;
	padding:5px 10px 5px 25px;
	margin-top:5px;
	font-weight:bold;
	background:#e2001a url(../../medias/backend/delete.png) no-repeat 3px 5px;
	border-radius:5px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
.info-green{
	display:block;
	float:left;
	width:100%;
	margin:5px 0px 10px 0px;
	padding:5px 0px;
	background:#090;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	border-radius:5px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
.info-red{
	display:block;
	float:left;
	width:100%;
	margin:5px 0px 10px 0px;
	padding:5px 0px;
	background:#e2001a;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	border-radius:5px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
.menu-sort{
	display:block;
	float:left;
	width:673px;
	margin-top:20px;
	padding:20px;
	border:#999999 solid 1px;
	background:#ffffff;
	border-radius:5px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
.menu-search{
	display:block;
	float:left;
	width:673px;
	margin:20px 0px;
	padding:20px;
	border:#999999 solid 1px;
	background:#ffffff;
	border-radius:5px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
.sortable{
	display:block;
	float:left;
	width:673px;
	margin:0;
	padding:0;
	list-style-type:none;
}
.liste-simple{
	display:block;
	float:left;
	width:715px;
	margin:0;
	padding:0;
	list-style-type:none;
	margin-top:20px;
}
.sortable li{
	display:block;
	float:left;
	width:100%;
}
.liste-simple li{
	display:block;
	float:left;
	width:100%;
	padding-bottom:4px;
}
.element{
	margin-bottom:3px;
	border-radius:5px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
.sortable li .element{
	display:block;
	float:left;
	width:100%;
	padding:7px 0px;
	font-weight:bold;
	border:#ffffff solid 1px;
	background:#c3c3c3;
	background:#a0a0a0;
	cursor:move;
}
.liste-simple li .element{
	display:block;
	float:left;
	width:713px;
	padding:7px 0px;
	font-weight:bold;
	border:#c3c3c3 solid 1px;
	background:#c3c3c3;
	background:#a0a0a0;
}
.sortable li li .element{
	background:#777777;
}
.sortable li li li .element{
	background:#555555;
}
.element-nom{
	float:left;
	color:#ffffff;
	padding-left:10px;
}
.actions{
	float:right;
	padding-right:10px;
	text-align:right;
}
.actions a{
	margin:0px 2px;
}
#liste-programme .element-nom{
	width:592px;
	padding-right:10px;
}
#liste-programme .actions{
}
.placeholder{
	display:block;
	height:35px;
	border:#005c7e dotted 2px;
}
.zend_form .apparait,.zend_form .apparait1{
	display:none;
}
.ligne-btn{
	display:block;
	float:left;
	width:100%;
	padding:5px 0px;
}
#menus_onglets{
	display:block;
	float:left;
	width:700px;
	margin-top:20px;
	padding-left:15px;
}
.menu_onglet{
	display:block;
	float:left;
	margin:0px 3px;
	padding:5px 10px;
	background:#494949;
	font-weight:bold;
	font-size:13px;
	cursor:pointer;
	color:#ffffff;
	border:#ffffff solid 1px;
	border-bottom:none;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
    transition:all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
}
.menu_onglet:hover{
	background:#005c7e;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
.menu_onglet-on{
	display:block;
	float:left;
	margin:0px 3px;
	padding:5px 10px;
	background:#005c7e;
	font-weight:bold;
	font-size:13px;
	cursor:pointer;
	color:#ffffff;
	border:#ffffff solid 1px;
	border-bottom:none;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
.menu_onglet img,.menu_onglet-on img{
	display:block;
	float:left;
	margin:4px 5px 0px 0px;
}
#menus_classables{
	position:relative;
	display:block;
	float:left;
	width:673px;
}
.menu-site-sort{
	position:absolute;
	display:block;
	visibility:hidden;
	float:left;
	width:673px;
	padding:20px;
	border:#999999 solid 1px;
	background:#ffffff;
	border-radius:5px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
}
.menu-site-sort-on{
	position:absolute;
	display:block;
	float:left;
	width:673px;
	padding:20px;
	border:#999999 solid 1px;
	background:#ffffff;
	border-radius:5px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
#bloc_contenus{
	display:block;
	float:left;
	width:715px;
}
.content_lng{
	display:none;
	float:left;
	width:693px;
	border:#999999 solid 1px;
	background:#ffffff;
	border-radius:5px;
	padding:10px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
.content_lng-on{
	display:block;
	float:left;
	width:693px;
	padding:10px;
	border:#999999 solid 1px;
	background:#ffffff;
	border-radius:5px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
.rub-onglets{
	display:block;
	float:left;
	width:678px;
	margin-top:10px;
	padding-left:15px;
}
.content-onglet{
	display:block;
	float:left;
	margin:0px 3px;
	padding:5px 10px;
	background:#494949;
	font-weight:bold;
	font-size:13px;
	cursor:pointer;
	color:#ffffff;
	border:#ffffff solid 1px;
	border-bottom:none;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
    transition:all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
}
.content-onglet:hover{
	background:#005c7e;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
.content-onglet-on{
	display:block;
	float:left;
	margin:0px 3px;
	padding:5px 10px;
	background:#005c7e;
	font-weight:bold;
	font-size:13px;
	cursor:pointer;
	color:#ffffff;
	border:#ffffff solid 1px;
	border-bottom:none;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
.bloc-rub{
	display:block;
	float:left;
	width:693px;
}
.content-rub{
	display:none;
	float:left;
	width:673px;
	border:#999999 solid 1px;
	background:#F0F0EE;
	border-radius:5px;
	padding:10px;
}
.content-rub-on{
	display:block;
	float:left;
	width:673px;
	padding:10px;
	border:#999999 solid 1px;
	background:#F0F0EE;
	border-radius:5px;
}
.content-rub-on textarea{
	width:655px;
	height:500px;
}
.content-rub dl,.content-rub-on dl{
	display:block;
	float:left;
	width:673px;
}
.content-rub dd,.content-rub-on dd,.content-rub dt,.content-rub-on dt{
	-webkit-box-shadow:none;
    -moz-box-shadow:none;
	box-shadow:none;
}
.content-rub-on .nostyle{
	padding-bottom:0px;
}
#frame_fichiersupload{
	display:block;
	float:left;
	border:#005c7e solid 1px;
	border-radius:5px;
	width:713px;
	height:462px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
#chart_div{
	display:block;
	float:left;
	border:#005c7e solid 1px;
	border-radius:5px;
	width:713px;
	height: 400px;
	overflow:hidden;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
#content p{
	float:left;
	width:100%;
}
#analytics dl{
	margin:0;
}
#analytics dd.nostyle{
	padding-bottom:10px;
}
#bloc_date_depart{
	display:block;
	float:left;
	width:350px;
	padding-right:15px;
}
#bloc_date_fin{
	display:block;
	float:left;
	width:340px;
}
#bloc_date_depart dd,#bloc_date_depart dt,#bloc_date_fin dd,#bloc_date_fin dt{
	width:340px;
}
#btn-nettoyage{
	display:block;
	float:left;
	width:200px;
	padding:10px 0px;
	background:#005c7e;
	margin-top:10px;
	text-transform:uppercase;
	color:#ffffff;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	border:#ffffff solid 1px;
	border-radius:5px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
#btn-nettoyage:hover{
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
#btn-nettoyage:active{
	-webkit-box-shadow:none;
    -moz-box-shadow:none;
	box-shadow:none;
}
#titre_error{
	display:block;
	float:left;
	width:700px;
	height:55px;
	padding-top:25px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
#content1 #connexion #quatresansquatre{
	font-weight:normal;
	font-size:161px;
	height:121px;
	line-height:121px;
}
#content1 #connexion #starerror{
	font-size:72px;
	height:72px;
	line-height:72px;
}
#content1 #connexion #btn_ret_home{
	display:block;
	float:left;
	width:330px;
	height:38px;
	margin-top:10px;
	line-height:38px;
	color:#ffffff;
	text-align:center;
	text-transform:none;
	font-size:14px;
	background:#005c7e;
	border-radius:10px;
}
#content1 #connexion #btn_ret_home:hover{
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
#content .bloc-pagination{
	display:block;
	float:left;
	width:700px;
	margin:5px 0px;
	text-align:center;
	
}
#content ul.paginationControl{
	position:relative;
	background:none;
	border:none;
	display:inline;
	text-align:center;
	list-style-type:none;
	padding:0;
	margin:0 auto;
}
#content ul.paginationControl .pagination{
	display:inline-block;
	height:18px;
	margin:0px 5px;
	padding:0;
}
#content ul.paginationControl .pagination a,#content ul.paginationControl .pagination-on{
	display:inline-block;
	width:36px;
	height:18px;
	border-radius:5px;
	line-height:17px;
	padding:0;
	border:#005c7e solid 1px;
	background:none;
	text-align:center;
	color:#005c7e;
	font-weight:bold;
	text-decoration:none;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
    transition:background .25s ease-out,color .25s ease-out;
    -moz-transition: background .25s ease-out,color .25s ease-out;
    -webkit-transition: background .25s ease-out,color .25s ease-out;
}
#content ul.paginationControl .pagination a:hover,#content ul.paginationControl .pagination-on{
	background:#005c7e;
	color:#ffffff;
}
#content ul.paginationControl .pagination:hover a{
	color:#ffffff;
}
#content ul.paginationControl .pagination:hover a:active{
	-webkit-box-shadow:none;
    -moz-box-shadow: none;
	box-shadow: none;
}
#info-color{
	display:block;
	float:left;
	width:100%;
	margin:5px 0px 5px 0px;
	padding:5px 0px;
	background:#005c7e;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	border-radius:5px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
#generepass{
	font-weight:bold;
	color:#005c7e;
	cursor:pointer;
}
#search{
	width:98%;
	padding:3px 1%;
	border:#919191 solid 1px;
	border-radius:5px;
	background:#F0F0EE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#content .menu-search h2{
	-webkit-box-shadow:none;
    -moz-box-shadow:none;
	box-shadow:none;
	border:none;
}
#content .menu-search input[type=submit],#content .menu-search a{
	width:183px;
	padding:3px 0px;
	background:#919191;
	border:none;
	margin-top:10px;
	text-transform:uppercase;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	border-radius:5px;
    transition:background .25s ease-out,color .25s ease-out;
    -moz-transition: background .25s ease-out,color .25s ease-out;
    -webkit-transition: background .25s ease-out,color .25s ease-out;
}
#content .menu-search input[type=submit]:hover,#content .menu-search a:hover{
	background:#005c7e;
}
#content .menu-search  a{
	margin-left:10px;
	padding:3px 10px;
}

.zend_form .bloc-form{
	display:block;
	float:left;
	width:713px;
	margin:10px 0px 10px 0px;
	border:#005c7e solid 1px;
	border-radius:5px;
	background:#ffffff;
	overflow:hidden;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}
.zend_form .bloc-form-in{
	display:block;
	float:left;
	width:703px;
	padding:5px 5px 10px 5px;
	background:#f5f5f5;
}
#content .zend_form .bloc-form h3{
	display:block;
	float:left;
	width:693px;
	margin:0;
	padding:5px 10px;
	background:#005c7e;
	color:#ffffff;
	font-size:15px;
}
#bloc_contenus .bloc-form dt,#bloc_contenus .bloc-form dd{
	width:691px;
	-webkit-box-shadow:none;
    -moz-box-shadow:none;
	box-shadow:none;
}
#bloc_contenus dt,#bloc_contenus dd{
	width:661px;
}
#bloc_contenus dd.nostyle{
	width:200px;
	padding-bottom:0px;
	padding-left:0px;
}
.zend_form .bloc-form-in p{
	margin-top:0px;
	font-weight:bold;
	font-size:13px;
}
.zend_form .bloc-form-in h4{
	font-size:14px;
	text-transform:uppercase;
	color:#005c7e;
	margin:0px 0px 10px 0px;
}
.zend_form .bloc-form-in p img{
	background:#005c7e;
	margin-bottom:-5px;
	border-radius:10px;
	padding:2px;
    transition:all .35s ease-out;
    -moz-transition:all .35s ease-out;
    -webkit-transition:all .35s ease-out;
}
.zend_form .bloc-form-in p img:hover{
	background:#e2001a;
}
.zend_form select#fonction-choix{
	width:20%;
}
.zend_form select#intervenant-choix{
	width:45%;
}
#btn-add-inter{
	padding:5px 10px 5px 25px;
	color:#ffffff;
	border:#005c7e solid 1px;
	background:#005c7e url(../../medias/backend/add.png) no-repeat 3px 4px;
	border-radius:5px;
    transition:all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
	cursor:pointer;
}
#btn-add-inter:hover{
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
.gere-intervenant span{
	cursor:pointer;
}
#explainer{
	display:block;
	float:left;
	width:693px;
	margin-top:20px;
	border:#005c7e solid 1px;
	background:#ffffff;
	border-radius:5px;
	padding:10px;
	-webkit-box-shadow: -3px 4px 5px #a0a0a0;
    -moz-box-shadow: -3px 4px 5px #a0a0a0;
	box-shadow: -3px 4px 5px #a0a0a0;
}

#liste-vague .element-nom{
	width:652px;
	padding-right:10px;
}