
/* html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
background:none repeat scroll 0 0 transparent;
border:0 none;
font-size:100%;
margin:0;
outline:0 none;
padding:0;
vertical-align:baseline;
} */

/* button, input, optgroup, select, textarea {
	font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
} */

ul.sousNav li {
	list-style-type: none;
	margin-bottom: 0px;
}

/* *{
	margin:0;
	padding:0;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-weight:400;
	list-style:none;
} */

li.interne::marker {
    color : #8a90dd;
    font-size : 25px;
}
li.externe::marker {
    color : #c26f10;
    font-size : 25px;
}
li.enseignement::marker {
    color : #0db315;
    font-size : 25px;
}

#calendrier-mermaid .taskText,
#calendrier-mermaid .taskTextOutsideRight,
#calendrier-mermaid .taskTextOutsideLeft  {
    font-size: 12px;
}

#calendrier-mermaid rect[id$="externe"] {
    fill: #c26f10;
}

#calendrier-mermaid rect[id$="enseignement"] {
    fill: #0db315;
}

img{
	border:none;
}
a{
	outline:none;
}

h1{
	font-size:18px;
	font-weight:bold;
}

h2{
	font-size:16px;
	font-weight:bold;
}

h3{
	font-size:14px;
	font-weight:bold;
}

/*Trucs preselections */
/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
/* body, select, input, textarea { color:#444; } */

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */

/* www.aestheticallyloyal.com/public/optimize-legibility/ */
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }

/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }

.fl {
	float:left;
}
.fr {
	float:right;
}
.fn {
	float:none!important;
}
.tl {
	text-align:left;
}
.tr {
	text-align:right;
}
.tc {
	text-align:center;
}
.hd {
	display: none;
}

.no-margin {
	margin:0!important;
}
.no-padding {
	padding:0!important;
}

.no-border {
	border:0!important;
}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color:#607890; }
a:hover { color:#036; }


ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }

small { font-size:85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align:top; }

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre {
  padding: 15px;

  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { margin:0; vertical-align:-2px; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink. */
::-moz-selection{ background: #99cc33; color:#fff; text-shadow: none; }
::selection { background:#99cc33; color:#fff; text-shadow: none; }

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #99cc33; }


/* make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }


/*************************************/


/********** BODY BACKGROUND **********/
body{
	background-color:#515151;/*e7e4db FEFEFE */
}

.login, body.error {
	width:400px;
	/*margin:200px auto 0;*/
	margin:20px auto 0;
}

/*************************************/


/********* HEADER STRUCTURE **********/

.width {
	margin:0 auto !important;
	min-width:980px;
}


#header{
	width:100%;
	height:160px;
	margin:auto;
	position:relative;
	background:url('../images/ray.png') no-repeat left;
}

#header #home-header{
	height:266px;
}

#header-top{
	height:31px;
	width:100%;
}
#header-middle{
	height:79px;
	width:100%;
}

#top-block-left{
	float:left;
	width:400px;
}
#top-block-left p{
	padding:6px 0px 0px 10px;
	font-size:0.8em;
	font-weight:bold;
	color:#DDD;
	text-shadow:0px 1px 1px #111
}

#top-toolbox{
	float:right;
	height:30px;
	margin:2px 10px 0px 0px;
}

#top-toolbox li {
	display:inline;
}
	#top-toolbox a{
		background-repeat:no-repeat;
		background-position:left;
		text-decoration:none;
		font-size:0.8em;
		color:#DDD;
		height:31px;
		font-weight:bold;
		padding-left:20px;
		margin-left:10px;
	}

	#top-toolbox a:hover{
		border-bottom:dotted 1px #DDD;
	}

	#top-toolbox a#settings-link{
		background-image:url('../images/icons/settings.png');
	}

	#top-toolbox a#profile-link{
		background-image:url('../images/icons/edit_profile.png');
	}

	#top-toolbox a#logout-link{
		background-image:url('../images/icons/logout.png');
		color:#F00;
	}

	a#logo{
		display:block;
		width:580px;
		height:63px;
		background-image:url('../images/logo.png');
		background-repeat: no-repeat;
		background-position:center;
		text-indent:-999px;
		padding-top:14px;
	}


/***************************************/


/************* TOP MENU ****************/

#menu{
	width:100%;
	height:40px;
}

ul.topnav {
	list-style: none;
	float: left;
	width: 100%;
	font-size: 0.8em;
	margin-left:15px;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}

ul.topnav li.right {
	float:right;
}

ul.topnav li.right#last{
	padding-right:20px;
}

ul.topnav li a{
	line-height:2.6em;
	padding: 0px 6px 0px 28px;
	color: #EEE;
	font-size:1.2em;
	display: block;
	text-decoration: none;
	float: left;
	background-position:6px 12px;
	background-repeat:no-repeat;
	font-weight:bold;
	text-shadow:0px 1px 1px #111;
}

ul.topnav li a#menu-profil{
	background-image:url('../images/menu/ico_profil.png');
}

ul.topnav li a#menu-page{
	background-image:url('../images/menu/ico_page.png');
}

ul.topnav li a#menu-cles{
	background-image:url('../images/menu/ico_cles.png');
}

ul.topnav li a#menu-facturation{
	background-image:url('../images/menu/ico_facturation.png');
}

ul.topnav li a#menu-reservations{
	background-image:url('../images/menu/ico_reservations.png');
}

ul.topnav li a#menu-rapports{
	background-image:url('../images/menu/ico_rapports.png');
}

ul.topnav li a#menu-administration{
	background-image:url('../images/menu/ico_administration.png');
}

ul.topnav li a#menu-gabarit{
	background-image:url('../images/menu/ico_gabarit.png');
}

ul.topnav li:hover{
	background-repeat: repeat-x;
	background-color:#1a1919;
}

ul.topnav li#active-item{
	background-repeat: repeat-x;
	background-color:#262525;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url('../images/subnav_btn.png') no-repeat 4px 4px  ;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 40px;
	background: #342f27;
	z-index:10;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 180px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border: 1px solid #111;
}

ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0;

	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 180px;
}

html ul.topnav li ul.subnav li a {
	float: left;
	width: 155px;
	background:  url('../images/nav_arrow.png') no-repeat 10px center;
	padding-left: 20px;
	font-size:1em;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: url('../images/nav_arrow.png') no-repeat 12px center;
}

/***************************************/


/********* CONTENT STRUCTURE **********/
#content{
	display:flex;
}

#content-inner{
	min-height:400px;
	margin:0px auto;
	padding-top:10px;

}

/********** FORMULAIRE **********/
.formulaire TD{
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px
}

/********** NEWS **********/
#news h4 {
		color: #003366;
		padding: 8px 0 4px 0px;
		font: bold 1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 13px 0;
		border-bottom: 1px solid #ccc;
}

.bodyNews {
	color:#757575;
	background:#F4F4F4;
	padding-left:5px;
	border:1px solid #ccc;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:15px;
}

/************  sidebar  **************/

.page-title h1 {
	border-right:1px solid #CCCCCC;
	color:#333333;
	display:block;
	float:left;
	font-size:150%;
	font-weight: 700;
	line-height:1;
	margin-right:20px;
	padding:5px 20px 5px 0;
}

#page {
	padding-top:30px;
}
#page {
	padding-top:30px;
}
#page-content {
	background:#fff;
	border:1px solid #ccc;
	padding:15px 1%;
	width:100%;
	margin: 25px 10px;
}

#page-content  #open_sidebar {
	color:#000;
}

body.docs #page-content {
	min-height:inherit;
}
#page-content p {
	margin-bottom:15px;
	line-height:1.6;
}
/* body.sidebar-left #page-content {
margin-left:220px;
}
body.sidebar-right #page-content {
margin-right:220px;
} */

body.sidebar-off #page-content {
	margin-left:10px;
	margin-right:10px;
}
/* body.sidebar-left #open_sidebar {
	left:-34px;
	border-right:none;
	background:#fff url(../images/ouvrir_droite2.png) no-repeat center center;
	border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	-wenkit-border-radius:4px 0 0 4px;
}
body.sidebar-right #open_sidebar {
	right:-34px;
	border-left:none;
	background:#fff url(../images/ouvrir_gauche2.png) no-repeat center center;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}
#page-content.sidebar-left #open_sidebar {
	left:-34px;
	top:30px;
	border-right:none;
	border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
}
#page-content.sidebar-right #open_sidebar {
	right:-34px;
	top:30px;
	border-left:none;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
} */
/*  Page Title + Breadcrumbs */
.page-title {
	border-bottom:1px solid #ccc;
	padding-bottom:8px;
	overflow:hidden;
	margin:0 1% 20px;
}
#crumbs {
	float:left;
	padding-top:8px;
	margin:0;
}
#crumbs li {
	display:inline;
	color:#ccc;
}
#crumbs a {
	text-decoration:none;
	color:#181818;
}
#crumbs a:hover {
	text-decoration:underline;
	color:#181818;
}

.content_container {
	display:flex;
	flex-grow:1;
}

/*////   - Sidebar -   ////*/
aside {
	width:250px;
	padding-left:15px;
	padding-top:15px;
	background-color: #282828;
	/*position:relative;*/
}
/* body.sidebar-left aside {
	float:left;
}
body.sidebar-right aside {
	float:right;
}
aside.right {
	float:right;
}
aside.left {
	float:left;
} */
body.sidebar-off aside {
	display:none;
}
aside.sidebar-off {
	display:none;
}
aside h2 {
	margin-bottom:0;
}
aside h3 {
	text-transform:uppercase;
	color:#FFFFFF;
	margin-bottom:10px;
	margin-top:10px;
}
aside p {
	margin:0 0 10px;
}
aside #close_sidebar {
	color:#FFFFFF;
	cursor:pointer;
}

body.sidebar-right aside li {
	padding:0 0 15px 15px;
}
/*
#close_sidebar {
	background:#fff url(../images/ouvrir_gauche2.png) no-repeat center center;
	height:24px;
	width:24px;
	text-indent:-9999px;
	border:1px solid #bfbfbf;
	z-index:50;
	position:absolute;
	padding:5px;
	text-shadow:0 -1px 0 #fff;
}
body.sidebar-left #close_sidebar {
	right:-1px;
	border-right:none;
	border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
}
body.sidebar-right #close_sidebar {
	left:-2px;
	border-left:none;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
} */
#open_sidebar {
	display:none;
	padding:5px;
}
/* #sidebar-left #sidebar #open_sidebar {
	display:none;
	left:23px;
	position:absolute;
	right:auto;
	top:10px;
} */
#page_wrapper #sidebar .sidebar-content {
	padding:15px 9px 15px 21px;
}
.closed-sidebar {
	margin-left:-58px;
	width:0;
}
.closed-sidebar {
	margin-left:-58px;
	width:0;
}

/*********************SOUS MENU *************************************/
ul.sousNav {
	padding-left: 0px;
}
.sousNav > li {
	border-top: 1px dotted #999999;
	padding: 0 0 0 25px;
	position: relative;
	background: url(../images/icones/fleche_droite.png) no-repeat;
	background-position:center left;
	}
	body.dark .sousNav > li {
		border-top-color: #bbb;
	}
	body.dark .white-bg .sousNav > li,
	body.dark .block-content .sousNav > li {
		border-top-color: #999999;
	}
	.sousNav > li:first-child {
		border-top: 0;
	}
	/* IE class */
	.sousNav > li.first-child {
		border-top: 0;
	}

	.sousNav > li:hover {
		background: url(../images/sousNav-bg.png) repeat-x;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		background: -moz-linear-gradient(
			top,
			rgba(0,0,0,0.1),
			rgba(0,0,0,0)
		);
		background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(rgba(0,0,0,0.1)),
			to(rgba(0,0,0,0))
		);
	}
	.sousNav > li.current {
		background-color: #515151;
		border-top: 1px solid #bbb;

	}

	.sousNav > li.current:hover {
		background: #515151;
		border-top: 1px solid #bbb;

	}

	.sousNav > li > img {
		position: absolute;
		margin-top: 1.5em;
		margin-left: -60px;
	}
	.sousNav > li > a {
		display: block;
		padding: 1.278em 1em;
		/*font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;*/
		font-size: 1.2em;
		/*min-height: 1.833em;*/
		/*font-weight: bold;*/
		line-height: 0.833em;
		background: url(../images/sousNav-border.png) no-repeat left center;
		color: #FFFFFF;/*85aa17 39c  708e16*/
		text-decoration:none;
		}
		/* IE class */
		.ie7 .sousNav > li > a {
			margin-top: -0.667em;
		}
		body.dark .sousNav > li > a {
			color: white;
		}
		.white-bg .sousNav > li > a,
		.sousNav.white-bg > li > a,
		body.dark .block-content .sousNav > li > a,
		body.dark .white-bg .sousNav > li > a,
		body.dark .sousNav.white-bg > li > a {
			color: #39c;
		}
		.sousNav > li > a small {
			font-size: 0.667em;
			color: #999;
			font-weight: normal;
			text-transform: none;
		}
		body.dark .sousNav > li > a small {
			color: #344147;
		}
		.white-bg .sousNav > li > a small,
		.sousNav.white-bg > li > a small,
		body.dark .block-content .sousNav > li > a small,
		body.dark .white-bg .sousNav > li > a small,
		body.dark .sousNav.white-bg > li > a small {
			color: #999;
		}

.sousNav ul {
	background: url(../images/sousNav-border.png) no-repeat left center;
	margin: 0px;
}

.sousNav2 > li {
	/*border-top: 1px dotted #999999;*/
	padding: 0 0px 0 0px;
	position: relative;
	border-top: 1px dotted #999999;
	/*background: #fff url(../images/sousNav-border.png) no-repeat left center;*/
}

.sousNav2 > li > a {
	display: block;
	padding: 1.278em 2em;
	/*font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;*/
	/*font-size: 1.0em;*/
	/*min-height: 1.833em;*/
	font-weight: normal;
	/*line-height: 0.833em;*/
	/*background: url(../images/sousNav-border.png) no-repeat left center;*/
	color: #FFFFFF;/*85aa17 39c  708e16  666*/
	text-decoration:none;
	background: url(../images/icones/fleche_sousNav.png) no-repeat;
	background-position:center left;
}

.sousNav2 > li.current {
	background-color: #515151;
	border-top: 1px solid #bbb;

}

.sousNav2 li.current a {
	background: url(../images/icones/fleche_sousNavCurrent.png) no-repeat;
	background-position:center left;
}


/***************************************/


/************ TEMPLATE FOOTER ***********/
#footer-container{
	background-repeat: repeat-x;
	width:100%;
}

#footer-container{
	height: 110px;
	clear:both;
	margin-top: -110px;
	position: relative;
	clear:both;
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("../images/footer.png");
	background-position:0 0;
	background-repeat:repeat-x;
}
#footer{
	margin:0px auto;
}

#footer-logo{
	float:left;
	width:200px;
	margin:14px 0px 4px 0px;
	background-repeat: no-repeat;
	background-position:top left;
}

#footer p#copyright{
	font-size:0.7em;
	color:#e5e5e5;
	padding-top:22px;
	padding-left:20px;
}

#footer ul.menu{
	float:right;
	margin:26px 20px 0 0;
}

#footer ul.menu li{
	padding-left:20px;
	display:inline;
	list-style:none;
}

#footer ul.menu li a{
	color:#efefef;
	text-decoration:none;
	font-weight:bold;
	font-size:0.9em;
	text-shadow:#111 0px 1px 1px;
}

#footer ul.menu li a:hover{
	border-bottom:dotted 1px #DDD;
}

#footer p.copyright{
	color:#5e5e5e;
	float:left;
	line-height:74px;
}
/***************************************/

/****** HEADING AND INNER TITLES *******/
.inner-title{
	color:#000;
	font-size:16px;
	text-transform:uppercase;
	padding:10px 0px;

}

.top-title{
	color:#111;
	font-size:1.4em;
	text-transform:uppercase;
	padding:10px 0px 4px 0px;
	font-weight:bold;
	background:url('../images/divider.png') no-repeat bottom left;
	margin-bottom:8px;
}
/***************************************/

/************* BUTTON STYLES  ***************/
button.submit, input.submit, a.button.submit {
	background-color: #111;
}


button.submit.blue-back, input.submit.blue-back, .button.submit.blue-back{
	background-color: #2daebf;
}

button.submit.red-back, input.submit.red-back, .button.submit.red-back {
	background-color:#F00;
}

button.submit.black-back, input.submit.black-back, .button.submit.black-back {
	background-color:#222222;
}

button.submit.green-back, input.submit.green-back, .button.submit.green-back {
	background-color:#0C3;
}

button.submit.orange-back, input.submit.orange-back, .button.submit.orange-back {
	background-color: #ff5c00;
}

button.submit.yellow-back, input.submit.yellow-back, .button.submit.yellow-back {
	background-color: #ffb515;
}

button.submit.grey-back, input.submit.grey-back, .button.submit.grey-back {
	background-color:#999;
}


/* Touch the rest at your onw risk. */
button.submit, input.submit, .button.submit {
	font: inherit;
	background-repeat: repeat-x;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	position: relative;
	cursor: pointer;
	border: 0;
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	padding: 5px 10px 6px;
	font-size: 0.8em;

	/* IE only stuff */
	border-bottom: 1px solid transparent;

	/* CSS3 Attributes */
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25), -2px 0 1px rgba(0,0,0,0.25);

	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);

	/* one image for all states see http://www.alistapart.com/articles/sprites */
	background-image: url('../images/structure/submit-overlay-sprite.png');
	background-position: 0 0;

	/* cross browser inline block hack see http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/ */
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*display: inline !important;
	position: relative;

	/* IE Fix */
	zoom: 1;

	/*disable text selection (Firefox only)*/
	-moz-user-select: none;
}

button.submit.flat, input.submit.flat, .button.submit.flat {
	background-image:none;
	-moz-box-shadow: none;
	-webkit-box-shadow:none;
	border:solid 2px #999;
}

/* hide selection background color */
.submit::selection {
	background: transparent;
}

button.submit:hover, input.submit:hover, .button.submit:hover {
	background-position: 0 -50px;
	color: #fff;
}
button.submit:active, input.submit:active, .button.submit:active {
	background-position: 0 100%;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7);
	/* unfortunately, Safari seems not to support inset yet */
	-webkit-box-shadow: none;

	/* IE only stuff */
	border-bottom: 0;
	border-top: 1px solid #666;
}

button.submit.small, input.submit.small, .button.submit.small {
	padding: 4px 7px 5px;
	font-size: 10px;
}
button.submit.small:active, input.submit.small:active, .button.submit.small:active {
	padding: 5px 7px 4px;
}
button.submit.medium, input.submit.medium, .button.submit.medium { /* default */ }
button.submit.medium:active, input.submit.medium:active, .button.submit.medium:active {
	padding: 6px 10px 5px;
}
button.submit.large, input.submit.large, .button.submit.large {
	padding: 8px 14px 9px;
	font-size: 14px;
}
button.submit.large:active, input.submit.large:active, .button.submit.large:active {
	padding: 9px 14px 8px;
}

button.submit.round, input.submit.round, .button.submit.round {
	border:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	webkit-border-radius:5px;
}

.aligne-droite{
	float:right;
	margin:0px 4px 4px 0px;
}

/********************************************/


/***************** .list-tableS ******************/
.list-table {
	border-collapse:collapse;
	margin:0px auto;
	width:98%;
}

.list-table tr.active td{
	font-size:0.9em;
	background:#EDEDED;
}
.list-table th, .mini-.list-table th {
	color:#DDD;
	padding:8px;
	text-align:left;
	font-weight:bold;
	color:#FFF;
	border-right:solid 1px #e1e1e1;
}

.list-table td {
	padding:10px;
	color:#111;
}

.list-table td.sub {
	padding-left:15px;
	text-align:left;
}

.list-table tr.odd td {
	background:url("../images/structure/bg-td.png") repeat-x scroll 0 100% transparent;
}

.list-table td.active {
	background:none repeat scroll 0 0 #F5F5F5;
	border-left:1px solid #D4D4D4;
	border-right:1px solid #D4D4D4;
}

.list-table td.active .holder {
	border-left:1px solid #FAFAFA;
	border-right:1px solid #FAFAFA;
}

.list-table .odd td.active {
	background:url("../images/structure/bg-td.png") repeat-x scroll 0 100% #F5F5F5;
}

.list-table div.arrow {
	background:transparent url('../images/fleches/arrows.png') no-repeat scroll 0px -16px;
	width:16px;
	height:16px;
	display:block;
	cursor:pointer;
}

.list-table div.up {
	background-position:0px 0px;
	cursor:pointer;
}

.list-table a{
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	text-decoration:none;
	color:#111;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.4em;
	display:block
}

.list-table a.view-record{
	background-image:url("../images/icons/view.png");
}

.list-table a.preview-record{
	background-image:url("../images/icons/preview.png");
}

.list-table a.edit-record{
	background-image:url("../images/icons/edit.png");
}

.list-table a.delete-record{
	background-image:url("../images/icons/delete.png");
}
/*******************************************/


/************ STATUS MESSAGES **************/
.status {
	border-radius:5px;
	-moz-border-radius:5px;
	webkit-border-radius:5px;
	border: 1px solid;
	font-size:0.9em;
	padding:5px 0px 5px 50px;
	background-color: #f8f7f7;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight:bold;
	margin:10px auto;
	width:95%;
}

.status.info {
	color: #5593a5;
	border-color:#5593a5;
	background-image: url('../images/messages/ico_info.png');
}

.status.succes{
	color: #0fa91f;
	border-color:#11b422;
	background-image:url('../images/messages/ico_succes.png');
}

.status.attention {
	color: #625f39;
	border-color:#d9b50f;
	background-image: url('../images/messages/ico_attention.png');
}

.status.erreur {
	color: #aa1111;
	border-color:#da1515;
	background-image: url('../images/messages/ico_erreur.png');
}

/*******************************************/


/*************** PAGINATION ****************/
#pagination{
	padding:10px ;
	color:#000000;
	font-weight:bold;
	float:right;
}

#pagination a, #pagination span{
	font-weight:bold;
	font-size:0.85em;
	padding:4px 7px 4px 7px;
	margin:0px 4px;
	border:1px solid #E2E2E2;
	background:url('../images/bg-td.html') repeat-x center;
	color:#646e77;
	text-decoration:none;
	line-height:1.2em;
	display:block;
	float:left;
}

#pagination span{
	background:none;
	border:none;
	font-weight:bold;
}

#pagination a:hover{
	border:1px solid #888;
}
/*******************************************/


/****** IMAGES FOR VARIOUS FILE TYPES ******/
a.file-link{
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	color:#111;
	font-size:0.9em;
	text-decoration:none;
}

a.file-link.doc-file{
	background-image:url('../images/icons/filetypes/document-word.png');
}

a.file-link.pdf-file{
	background-image:url('../images/icons/filetypes/document-pdf.png');
}

a.file-link.excel-file{
	background-image:url('../images/icons/filetypes/document-excel.png');
}

a.file-link.image-file{
	background-image:url('../images/icons/filetypes/document-image.png');
}

a.file-link.flash-file{
	background-image:url('../images/icons/filetypes/document-flash.png');
}

a.file-link.list-file{
	background-image:url('../images/icons/filetypes/document-list.png');
}
/*******************************************/

/******************* MISC. ******************/
.black{
	color:#000;
}

.grey{
	color:#6c6c6c;
}

.red{
	color:#bf0d0d;
}

.medium-text, .medium-text span{
	font-size:25px;
}

.clear{
	clear:both
}

.required{
	color:#F00;
}

.bold{
	font-weight:bold;
}

.no-bold{
	font-weight:normal;
}

hr{
	width:98%;
	border:none;
	border-bottom:dotted 1px #CCC;
	margin:10px auto;
}

.fixed-width-100{
	width:100px;
	display:block;
	text-align:center;
}

#ui-datepicker-div { position: absolute; top: 0 }

#status{
	display:none;
}
/*******************************************/

/******************* TABLEAU ****************/
.ui-corner-all {
-moz-border-radius:3px 3px 3px 3px;
}
.ui-corner-top{
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
}


body.login .box-wrapper, body.error .box-wrapper {
	box-shadow:0 0 5px #ccc;
	-moz-box-shadow:0 0 5px #ccc;
	-webkit-box-shadow:0 0 5px #ccc;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
body.login .box-wrapper .box-header {
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	padding:15px 15px 12px;

}
/* body.login .box-wrapper .box-header h2 {
	font-size:100%;
} */
body.login .box-wrapper .box-footer {
	border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
}
.box-wrapper {
	background:#fff;
	border:1px solid #ccc;
	margin-bottom:20px;
	position:relative;
	clear:both;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.box-wrapper .box-header {
	background:#e2e2e2 url('../images/boxheader.gif') repeat-x top;
	padding:12px 15px 10px;
	border-bottom:1px solid #ccc;
	position:relative;
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	height: 18px;
	box-sizing: content-box;
}
/* .box-wrapper .box-header h2 {
	font-weight: 700;
	display:inline;
	font-size:100%;
	color:#333333;
	text-shadow: 0 1px 0px #fff;
	margin-bottom:0;
} */
.box-wrapper .box-header span {
	margin:15px 15px 0 0;
	position:absolute;
	top:0;
	right:0;
	line-height:100%;
	font-size:93%;
}
.box-wrapper .box-content, .box-content {
	padding:15px;
}
.box-wrapper .box-content.no-margin {
	padding:0;
}
.box-wrapper .box-content.login {
	padding:25px 20px 20px;
}
.box-wrapper .box-footer {
	background:#e2e2e2 url('../images/boxheader.gif') repeat-x top;
	padding:10px 15px;
	border-top:1px solid #ccc;
	position:relative;
	border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
}
/* Box Header Elements */
.box-header .filtres {
	bottom:10px;
	margin:0 15px 0 0;
	position:absolute;
	right:0;
	line-height:100%;
	border-right:1px solid #ccc;
}
.box-header .controls {
	bottom:0;
	margin:0 15px -1px 0;
	position:absolute;
	right:0;
	line-height:100%;
	border-right:1px solid #ccc;
}
.box-header .controls li {
	float:left;
	list-style:none outside none;
	margin-bottom: 0px;
}
.box-header .controls li a {
	color:#181818;
	text-shadow:none;
	text-decoration:none;
	font-size:93%;
	outline:none;
	display:block;
	background:url("../images/boxheader.gif") repeat-x 0 5px #FFFFFF;
	border-left:1px solid #ccc;
	padding:9px 15px 5px 14px;
}
.box-header .controls li.ui-tabs-selected a, .box-header .controls li a:hover {
	background:url("../images/boxheader-rev.gif") repeat-x top #FFFFFF;
}
.box-header .tabs.mini li a {
	padding:6px 10px 3px;
}
.box-header .tabs.mini li a.active, .box-header .tabs.mini li a:hover {
	padding:6px 10px 4px;
}
.box-header .tabs.mini img {
	vertical-align:middle;
}
.box-header .tabs {
	bottom:-1px;
	margin:0 15px 0 0;
	position:absolute;
	right:0;
	line-height:100%;
}
.box-header .tabs li {
	float:left;
	list-style:none outside none;
	margin-bottom: 0px;
}
.box-header .tabs li a {
	color:#181818;
	text-shadow:none;
	text-decoration:none;
	font-size:93%;
	outline:none;
	display:block;
	/*margin-left:10px;*/
	background:url("../images/boxheader.gif") repeat-x 0 5px #FFFFFF;
	border:1px solid #ccc;
	border-bottom:none;
	padding:8px 15px 6px 14px;
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
}
.box-header .tabs li a.active, .box-header .tabs li a:hover {
	color:#181818;
	background:#fff;
	text-decoration:none;
	border:1px solid #ccc;
	border-bottom:none;
	padding:8px 15px 7px 14px;
	border-color:#ccc;
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
}
.box-header .tabs li a:hover {
	border-color:#00AACD;
}
.box-header .tabs li a.active:hover {
	border-color:#ccc;
}
.box-header .tabs li a.img {
	padding:5px 6px 4px;
}
.box-header .tabs li a.img:hover {
	padding:5px 6px 5px;
	border-color:#00AACD;
}
.box-header .tabs li a.disable {
	background:#e2e2e2;
	color:#666;
	cursor:default;
}
.box-header .tabs li a.disable:hover {
	padding:8px 15px 6px 14px;
	border-color:#ccc;
}
.box-header .pagination {
	line-height:100%;

	margin:9px 10px 0 0;
	position:absolute;
	right:0;
	top:0;
}
.box-header .pagination li {
	display:inline;
	list-style:none outside none;
}
.box-header .pagination a {
	background:url("../images/boxheader.gif") repeat-x 0 5px #FFFFFF;
	border:1px solid #CCCCCC;
	display:inline-block;
	padding:6px 8px;
	text-decoration:none;
	color:#181818;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
body.ie7 .box-header .pagination a, body.ie8 .box-header .pagination a {
	zoom:1;
	display:inline;
}
.box-header .pagination a:hover {
	border-color:#00AACD;
}
/* Box Footer Elements */
.box-footer .controls {
	bottom:0;
	margin:0 15px 0 0;
	position:absolute;
	right:0;
	line-height:100%;
	border-right:1px solid #ccc;
}
.box-footer .controls li {
	float:left;
	list-style:none outside none;
}
.box-footer .controls li a {
	color:#181818;
	text-shadow:none;
	text-decoration:none;
	font-size:93%;
	outline:none;
	display:block;
	background:url("../images/boxheader.gif") repeat-x 0 5px #FFFFFF;
	border-left:1px solid #ccc;
	padding:6px 15px 3px 14px;
}
.box-footer .controls li a.active, .box-footer .controls li a:hover {
	background:url("../images/boxheader-rev.gif") repeat-x top #FFFFFF;
}
.box-footer .tabs.mini li a {
	padding:7px 10px 3px;
}
.box-footer .tabs.mini li a.active, .box-footer .tabs.mini li a:hover {
	padding:8px 10px 4px;
}
.box-footer .tabs.mini img {
	vertical-align:middle;
}
.box-footer .tabs {
	top:0;
	margin:0 15px 0 0;
	position:absolute;
	right:0;
	line-height:100%;
}
.box-footer .tabs li {
	float:left;
	list-style:none outside none;
}
.box-footer .tabs li a {
	color:#181818;
	text-shadow:none;
	text-decoration:none;
	font-size:93%;
	outline:none;
	display:block;
	margin-left:10px;
	background:url("../images/boxheader.gif") repeat-x 0 5px #FFFFFF;
	border:1px solid #ccc;
	border-top:none;
	padding:5px 15px 7px 14px;
	border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
}
.box-footer .tabs li a.active, .box-footer .tabs li a:hover {
	color:#181818;
	background:#fff;
	text-decoration:none;
	margin-top:-1px;
	border:1px solid #ccc;
	border-top:none;
	padding:6px 15px 8px 14px;
	border-color:#ccc;
	border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
}
.box-footer .tabs li a:hover {
	border-color:#00AACD;
}
.box-footer .tabs li a.active:hover {
	border-color:#ccc;
}
.box-footer .tabs li a.img {
	padding:3px 6px 4px;
}
.box-footer .tabs li a.img:hover {
	padding:4px 6px 3px;
	border-color:#00AACD;
}
.box-footer .tabs li a.disable {
	background:#e2e2e2;
	color:#666;
	cursor:default;
}
.box-footer .tabs li a.disable:hover {
	padding:6px 15px 7px 14px;
	border-color:#ccc;
}
.box-footer .pagination {
	line-height:100%;
	margin:0 10px 5px 0;
	position:absolute;
	right:0;
	bottom:0;
}
.box-footer .pagination li {
	display:inline;
	list-style:none outside none;
}
.box-footer .pagination a {
	background:url("../images/boxheader.gif") repeat-x 0 5px #FFFFFF;
	border:1px solid #CCCCCC;
	display:inline-block;
	padding:6px 8px;
	text-decoration:none;
	color:#181818;
	border-radius:3px;
	-moz-border-radius:3px;
	-wenkit-border-radius:3px;
}
body.ie7 .box-footer .pagination a, body.ie8 .box-footer .pagination a {
	zoom:1;
	display:inline;
}
.box-footer .pagination a:hover {
	border-color:#00AACD;
}
/* Table Styles */
.table {
	border:1px solid #CCCCCC;
	width:100%;
}
.table.no-border {
	border:none
}
.table thead th, .table thead td {
	padding:6px 10px;
	font-weight: 700;
	color: #333;
	background:url("../images/boxheader.gif") repeat-x scroll center top #E2E2E2;
	border-bottom: 1px solid #cccccc;
	border-right:1px solid #CCCCCC;
}
.table thead th.last, .table thead td.last {
	border-right:0;
}
.table thead th.checkbox, .table thead td.checkbox {
	width:25px;
}
.table tbody th, .table tbody td {
	border-right:1px dotted #CCCCCC;
	vertical-align:middle;
	padding:10px;
	font-size:93%;
}
.placement tbody th, .placement tbody td {
	border-right:1px dotted #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	vertical-align:middle;
	padding:2px;
	font-size:80%;

}
.placement{
border-collapse : collapse;
}

.placement thead th, .placement thead td {
	font-size:80%;

}
.legende tbody td{
	font-size:70%;

}

.table tbody tr.alt td {
	background:#F2F2F2;
}
.table tbody tr.titre td {
	background:#ccc;
	border-bottom:1px solid #666;
	font-weight:bold;
}

.table tbody tr.notice td {
	background:#ffecb0; /*#abc073 #d1cab8 #bcd37e*/
}

.table tbody tr.selection td {
	background:#bcd37e; /*#abc073 #d1cab8 #bcd37e*/
	border:1px solid #666;
}

.table tbody th.last, .table tbody td.last {
	border-right:0 none;
}
.table tbody tr.last td {
	border-bottom:0 none;
}
.table tbody tr:hover th, .table tbody tr:hover td {
	background:#daf591;/*d4f8ad  e4f3cd  daf591*/
}
.table tbody tr:hover.nohover td {
	background:transparent;/*d4f8ad  e4f3cd  daf591*/
}
.table tbody tr:hover.nohover td .alt{
	background:#F2F2F2;/*d4f8ad  e4f3cd  daf591*/
}
.placement tbody tr:hover th, .placement tbody tr:hover td {
	background: none;
}
.placement tbody tr td.enCours,.legende tbody tr td.enCours  {
	background:#a6cb51;
	border-collapse : collapse;
	border-spacing:0px;

}
.placement tbody tr td.aujourdhui,.legende tbody tr td.aujourdhui  {
	background:#999;
	border-collapse : collapse;
	border-spacing:0px;

}
.placement tbody tr td.termineBientot, .legende tbody tr td.termineBientot{
	background:#cd5c02;

}
.placement tbody tr td.archive, .legende tbody tr td.archive {
	background:#e6c946;

}
.placement tbody tr td.superficie {
	background: #060;
	border-collapse : collapse;
	border-spacing:0px;
}

.placement tbody th, .placement tbody td {
	width:1px;/*20px si 4 cellules par mois*/
	padding:2px;
}

.placement tbody tr td.compartiment {
	width:200px; /*10% si 4 cellules par mois */

}

.scroll {
overflow:auto;
width:100%;/*625px pour petit format*/
height:100%;
}

/*******************************************/

/************* pour preview  *************/

#boitePreview {
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    background-color: #FFFFFF;
    border: 1px solid #999999;
    display: block;
    padding: 25px;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 110;
}

#boitePreview_fermer {
	background:url("../images/icones/ico_fermer.png") no-repeat;
    /*border-bottom: 5px solid white;
    border-left: 5px solid white;*/
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 16px;
    z-index: 16;
}


#boitePreview_indicateur {
   /* background-position: 0 -192px;*/
	background:url("../images/icones/fleche_preview.png") no-repeat;
    height: 30px;
    left: -16px;
    position: absolute;
    width: 17px;
}

#vsic {
    overflow: hidden;
    z-index: -1;
    font-size: 0.8em;
}

#calendrier_reservation {

}

#calendrier_reservation .header {
	border-bottom: 1px solid #000000;
}

#calendrier_reservation .header span {
	float: left;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 0px;
	text-align: center;
	font-weight: bold;
}

#calendrier_reservation .header span.first {
	border-top: none;
	margin-top: 1px;
}

#calendrier_reservation .liste {
	float: left;
	border-right: 1px solid #000000;
	text-align: right;
}

#calendrier_reservation .liste span {
	border-bottom: 1px solid #ffffff;
	margin: 0px;
}

#calendrier_reservation .liste span.first {
	border-top: 1px solid #ffffff;
}

#calendrier_reservation .liste span.last {
	border: none;
}

#calendrier_reservation .graphique {
	float: left;
	position: relative;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

#calendrier_reservation .lignes {
	background-image: url("../images/calendrier_reservation_fond.png");
	width: 100%;
}

#calendrier_reservation .lignes div {
	border-bottom: 1px solid #000000;
}

#calendrier_reservation .lignes div.first {
	border-top: 1px solid #000000;
}

#calendrier_reservation .lignes div.last {
	border: none;
}

#calendrier_reservation .lignes div span {
	border-right: 1px solid #000000;
	float: left;
	margin: 0px;
}

#calendrier_reservation .lignes div .clear {
	border: none;
}

#calendrier_reservation .lignes span.occupation {
	background: url("../images/calendrier_reservation_occupation.png");
	text-align: center;
	font-weight: bold;
}

#calendrier_reservation .lignes span.occupation.partie {
	border-right: 1px dotted #000000;
}

#calendrier_reservation .lignes span.last {
	border: none;
}

#tooltip {
	display: none;
	background-color: #000000;
	color: #ffffff;
	padding: 5px;
}

.loading {
	background: url('../images/indicator.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

#formulaire_choix_compartiments a {
	text-decoration: none;
}

#formulaire_choix_compartiments ul li {
	list-style-type: none;
}
