@charset "UTF-8";

/* =HTML Reset CSS
-------------------------------------------------------------- */
a, abbr, address, article, aside, audio, blockquote, body, button, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, img, ins, kbd, label, legend, li, mark, menu, meter, nav, ol, p, pre, progress, q, samp, section, span, strong, sub, summary, sup, time, tr, ul, var, video {
		margin:0;
		padding:0;
		border:0;
		outline:0;
		background:transparent;
		font-size:100%;
		vertical-align:top;
}

/* =HTML5 & display
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div, p, ul, h1, h2, h3, h4, h5, h6 {
	display:block;
	clear:both;
	overflow:visible;
}

/* =Global Elements
-------------------------------------------------------------- */
* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	word-wrap:break-word;
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	-o-hyphens:none;
	hyphens:none;
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
}

html {
	-webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
	height:100%;
	min-width:800px;
}

body {
	line-height:1.2;
	background:#fff;
	font-size:15px;
	text-align:left;
	color:#404040;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	height:100%;
}

table, tbody, td, tfoot, th, thead  { font-size:100%; }

nav ul { list-style:none; padding:0; }
.nav { list-style:none; padding:0; }
ul { list-style-type:disc; padding:25px; }
ul ul { list-style-type:square; }
ul ul ul { list-style-type:circle; }
a img { border:0; }
a:link, a:visited, a:focus, a:active { color:#cd1316; text-decoration:none; }
a:hover { color:#ff9900; text-decoration:underline; }

img {
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
	vertical-align:middle;
}

a img { border:0; }
.clear { clear:both; }
.pointer { cursor:pointer; }

hr {
    background: none repeat scroll 0 0 #DDDDDD;
    border: medium none;
    clear: both;
    color: #DDDDDD;
    float: none;
    height: 0.1em;
    width: 100%;
}

/* =Table
-------------------------------------------------------------- */


table.admin {
	width: 100%;
	max-width: 100%;
	border: 1px solid #ddd;
	border-spacing: 0;
    border-collapse: collapse;
}
table.admin > thead > tr > th,
table.admin > tbody > tr > th,
table.admin > tfoot > tr > th,
table.admin > thead > tr > td,
table.admin > tbody > tr > td,
table.admin > tfoot > tr > td {
  padding: .5rem;
  line-height: 1.42857143;
  border: 1px solid #ddd;
}
table.admin > thead > tr > th,
table.admin > thead > tr > td {
  border-bottom-width: 2px;
}
table.admin > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table.admin > tbody > tr:hover {
  background-color: #e3e3e3;
}

table.admin > thead > tr > th {
	background-color: #ba2737;
	color: #fff;
	border: 1px solid rgba(255,255,255,.3);
	font-weight: 400;
	text-transform: uppercase;
	padding: 1rem .5rem;
}

table.admin a {
	color: #404040;
}


/* =Global structure
-------------------------------------------------------------- */
#supWrapper {
	padding:50px 0 0 0;
	clear:none;
	height:100%;
	overflow:hidden;
}

#wrapper {
	position:relative;
	width:100%;
	height:100%;
}

#subWrapper {
	height:100%;
	overflow:auto;
	clear:none;
	margin:0 0 0 160px;
}






/* =Header
-------------------------------------------------------------- */
#header {
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height:50px;
	color:#fff;
	z-index:2;
	background:#cd1316;
	border-bottom:5px solid #9c9c9c;
}

#header .logo {
	float:left;
	z-index:2;
}

#header nav {
	position:absolute;
	top:0;
	left:105px;
	z-index:1;
}

#header nav ul {
	list-style:none;
}

#header nav li {
	float:left;
}

#header nav li a, #header nav li span {
	color:#fff;
	height:45px;
	line-height:45px;
	padding:0 15px;
	display:block;
}

#header nav li a:hover {
	text-decoration:none;
}

#header nav li:hover {
	background:#8d090f;
}

#header nav ul li ul {
	background:#ffffff;
	border:2px solid #8d090f;
	z-index:1;
	position:absolute;
	width:300px;
	padding:15px 0;
	left:-999em;
	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	-ms-transition: opacity .3s ease-in;
	opacity: 0;
}

#header nav ul ul li {
	clear:both;
	height:25px;
	line-height:25px;
}

#header nav ul ul li:hover {
	background:none;
}

#header nav ul ul li a {
	color:#000;
}

#header nav ul ul li a:hover {
	text-decoration:underline;
}

#header nav ul li:hover ul {
	left:auto;
	opacity: 1;
}

#header .login {
	position:absolute;
	top:0;
	right:0;
	clear:none;
	height:45px;
	line-height:45px;
	margin-right:10px;
	padding:0 40px 0 5px;
	color:#fff;
	background:#cd1316 url('/imgs/keeoWeb/deconnexion.png') 95% center no-repeat;
	z-index:3
}

#header .login:hover {
	background-color:#8d090f;
	text-decoration:none;
}

/* =Aside
-------------------------------------------------------------- */
#aside {
	width:300px;
	float:left;
	clear:none;
	overflow:auto;
	height:100%;
	font-size:13px;
}

#aside nav ul {
	list-style:none;
}

#aside nav li {
	border-bottom:1px solid #CFCFCF;
	line-height:30px;
}

#aside nav li a, #aside nav li span {
	padding-left:10px;
}

#aside nav li span {
	font-weight:bold;
}

#aside nav li + li {
	border-top:1px solid #F9F9F9;
}

#aside nav li:last-child {
	border-bottom:0;
}

#aside nav li ul {
	border-top:1px solid #CFCFCF;
	background:#fff;
	width:150px;
	border-right:1px solid #ccc;
	-moz-box-shadow:inset -3px 0px 10px 0px #ccc;
	-webkit-box-shadow:inset -3px 0px 10px 0px #ccc;
	-o-box-shadow:inset -3px 0px 10px 0px #ccc;
	box-shadow:inset -3px 0px 10px 0px #ccc;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#ccc, Direction=180, Strength=10);

}

#aside nav li ul li {
	border:0;
}

/* =Main
-------------------------------------------------------------- */
#main {
	clear:none;
	float:left;
	width:100%;
	border:none;
	height:100%;
	overflow:auto;
}

/* =Wrapper Form
-------------------------------------------------------------- */
#wrapperBackend {
	padding:10px;
}

#wrapperBackend h1 {
	background:url('/imgs/keeoWeb/fond_h1.jpg') left center no-repeat;
	color:#ce1316;
	padding-left:25px;
	font-size:18px;
	line-height:20px;
	margin:10px 0 20px;
}

#wrapperBackend h2 {
	background:#fff;
	font-size:15px;
	line-height:20px;
	margin:0;
	padding:25px 0 10px 20px;
}














/* =form popup
-------------------------------------------------------------- */
form#formPopUp {
	background:#f1f1f1;
	overflow:auto;
	clear:both;
}


form#formPopUp h2 {
	margin:20px 0 20px 20px;
	color:#CE1316;
	text-align:left;
}

form#formPopUp .blockForm {
	clear:both;
	padding:0;
	margin:20px;
	overflow:auto;
	position:relative;
}

form#formPopUp .blockForm .floatLeft {
	float:left;
	clear:none;
	overflow:auto;
	width:160px;
	min-height:90px;
}

form#formPopUp .blockForm .floatLeft div {
	margin:1px 0;
	overflow:auto;
}

form#formPopUp  .blockForm .floatLeft label {
	display:block;
	float:left;
	padding:2px 0;
	cursor:pointer;
	font-weight:bold;
	font-size:13px;
	width:130px;
	text-align:right;
}

form#formPopUp  .blockForm .floatLeft.large {
	width:300px;
}

form#formPopUp  .blockForm .floatLeft.large label {
	margin-right:10px;
	width:100px;
}

form#formPopUp  .blockForm .floatLeft.large select {
	width:60%;
}

form#formPopUp  .blockForm .floatLeft.large input {
	width:60%;
}

form#formPopUp .blockButton {
	display:block;
	margin:10px 20px;
}

form#formPopUp #submit input {
	background:#b82d30;
	color:#fff;
	font-weight:bold;
	border:1px solid #b82d30;
	padding:3px 5px;
	cursor:pointer;
	-moz-box-shadow:inset 0px 0px 1px 0px #fff;
	-webkit-box-shadow:inset 0px 0px 1px 0px #fff;
	box-shadow:inset 0px 0px 1px 0px #fff;
}

form#formPopUp #submit input:hover {
	background:#80191a;
	-moz-box-shadow:inset 0px 0px 5px 1px #b82d30;
	-webkit-box-shadow:inset 0px 0px 5px 1px #b82d30;
	box-shadow:inset 0px 0px 5px 1px #b82d30;
}

/* Fotolia popup */
form#formPopUp .insertHtmlFotolia {
	padding:30px 0 30px 50px;
}

/* Bibliotheque popup */
form#formPopUp .insertHtmlBibliotheque {
	padding:30px 0 30px 50px;
}

form#formPopUp .insertHtmlBibliotheque .img {
	cursor:url("/javascript/highslide/graphics/zoomin.cur"), pointer;
}

form#formPopUp .insertHtmlFotolia .img {
	cursor:url("/javascript/highslide/graphics/zoomin.cur"), pointer;
}

/*file popup*/
form#formPopUp .file {
	width:150px;
	text-align:center;
	float:left;
	clear:none;
	padding:5px;
	margin-right:15px;
	margin-bottom:15px;
	border:1px solid #e4e4e4;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	overflow:hidden;
	background:#fff;
	min-height:210px;
	position:relative;
}

form#formPopUp .file h3 {
	margin:10px 0;
}

form#formPopUp .file div {
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
	text-align:center;
}

form#formPopUp .file div.h3 {
	position:relative;
	bottom:auto;
	left:auto;
	right:auto;
	margin:10px 0;
	text-align:center;
	overflow:hidden;
	border:1px solid #ababab;
}

form#formPopUp .file div.h3 input {
	float:left;
	border:0;
	height:20px;
}

form#formPopUp .file div.h3 input[type="text"] {
	width:110px;
}

form#formPopUp .file div.h3 input[type="button"] {
	width:25px;
	background:#ababab;
	color:#fff;
	float:right;
}

form#formPopUp .file div img {
	cursor:pointer;
}











#boxPopUp {
	z-index:999999;
	position:fixed;
	bottom:10px;
	left:25%;
	width:500px;
	color:#fff;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
	-moz-box-shadow:0 0 5px 0 rgba(0,0,0,.5);
	-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.5);
	-o-box-shadow:0 0 5px 0 rgba(0,0,0,.5);
	box-shadow:0 0 5px 0 rgba(0,0,0,.5);
	text-shadow:-1px 1px 0 rgba(0,0,0,.4);
	display:none;
}

#boxPopUp.rouge {
	background: #efc5ca;
	background: -moz-linear-gradient(top,  #efc5ca 0%, #d24b5a 50%, #ba2737 51%, #f18e99 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efc5ca), color-stop(50%,#d24b5a), color-stop(51%,#ba2737), color-stop(100%,#f18e99));
	background: -webkit-linear-gradient(top,  #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%);
	background: -o-linear-gradient(top,  #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%);
	background: -ms-linear-gradient(top,  #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%);
	background: linear-gradient(to bottom, #d24b5a 0%, #ba2737 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#f18e99',GradientType=0 );
}

#boxPopUp.vert {
	background: #c9de96;
	background: -moz-linear-gradient(top, #c9de96 0%, #398235 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(100%,#398235));
	background: -webkit-linear-gradient(top,  #c9de96 0%,#398235 100%);
	background: -o-linear-gradient(top,  #c9de96 0%,#398235 100%);
	background: -ms-linear-gradient(top,  #c9de96 0%,#398235 100%);
	background: linear-gradient(to bottom,  #c9de96 0%,#398235 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 );
}

#waitPopUp {
	display:none;
	z-index:999999;
	position:fixed;
	top:45%;
	left:45%;
	width:53px;
	height:12px;
	background:url('/imgs/pictos/attente.gif') left top no-repeat;
}