/* *****************************************************************************
 *    RESET                http://meyerweb.com/eric/tools/css/reset/
 * ***************************************************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html{
	overflow-y: scroll;
}
body {
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
sup {
	vertical-align: super;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: auto;
	margin-right: auto;
}
/* *****************************************************************************
 *    MAIN
 * ***************************************************************************** */
body {
	font-family: verdana, "open-sans", arial, sans-serif;
	font-size: 11px;
	color: #636363;
	line-height: 150%;
}

a {
	/*color: #2996B5;*/
	color: rgb(121,205,163);
}

fieldset {
	/*background: white url(../pictures/widget-content-bg.gif) top left repeat-x;*/
	border: 1px solid rgb(36,36,36);
	padding: 0.5em 1em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

legend {
	padding: 0 0.3em;
	font-weight: bold;
	font-size: 13px;
}

input[type="text"], input[type="password"] {
	border: 1px solid #CCCCCC;
	padding: 2px 2px 2px 5px;
	background-color: white;
}

.input_text_ie6, textarea, select {
	border: 1px solid #CCCCCC;
	padding: 2px 2px 2px 5px;
	background-color: white;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border-color: #458CC1;
}

input[type="text"].focus_ie, input[type="password"].focus_ie, textarea.focus_ie, select.focus_ie {
	border-color: #458CC1;
}

.input_text_ie6.focus_ie, textarea.focus_ie, textarea.focus_ie {
	border-color: #458CC1;
}

input.modified, textarea.modified, select.modified {
	background-image: url(../pictures/modified.png);
	background-position: top left;
	background-repeat: no-repeat;
}

label {
	/*text-align: right;
	padding-right: 0.5em;*/
}

abbr[title] {
	border-bottom: 1px dashed;
	cursor: help;
}

hr {
	background-color: #CCDFE5;
	border: 0 none;
	color: #CCDFE5;
	height: 1px;
	margin: 5px 0;
}

p {
	margin: 0.5em 0;

}

p img {
	vertical-align: middle;
	margin: 0 0.5em;
}

ul {
	margin: 0.2em 0;
}

ul.disc li {
	list-style: disc outside;
	margin-left: 2em;
	float: none;
}

li.float {
	float: left;
}

.validation_error {
	color: #990000;
}

.session_message {
	width: 56%;
	margin: 1em auto;
	padding: 0.5em 22%;
	background-position: 20% center;
	background-repeat: no-repeat;
	border-width: 2px;
	border-style: solid none;
}

.session_message.error {
	background-color: #FFEEEE;
	background-image: url(../pictures/cross.png);
	border-color: #990000;
}

.session_message.alert {
	background-color: #FFFFCC;
	background-image: url(../pictures/exclamation.png);
	border-color: #FFCC35;
}

.session_message.waiting {
	background-color: #FFFFCC;
	background-image: url(../pictures/hourglass.png);
	border-color: #FFCC35;
}

.session_message.info {
	background-color: #EEEEFF;
	background-image: url(../pictures/information.png);
	border-color: #224499;
}

.session_message.success {
	background-color: #EEFFEE;
	background-image: url(../pictures/tick.png);
	border-color: #009900;
}
.session_message.todo {
	background-color: #FFFFCC;
	background-image: url(../pictures/work.png);
	border-color: #FFCC35;
	background-position: 8% center;
}
.session_message.debug {
	background-color: #FFFFCC;
	background-image: url(../pictures/debug_warning.png);
	border-color: #FFCC35;
	background-position: 8% center;
}

.smallText {
	font-size: smaller;
}
.bigText {
	font-size: larger;
}
.right {
	text-align: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

a.file {
	display: inline-block;
	background: transparent url(../pictures/file-types.png) 0 0 no-repeat;
	padding-left: 24px;
	padding-top: 2px;
	height: 22px;
}

a.file.powerpoint, a.file[href$='.ppt'], a.file[href$='.pps'], a.file[href$='.pptx'], a.file[href$='.ppsx'] { background-position: 0 -20px;}
a.file.word, a.file[href$='.doc'], a.file[href$='.rtf'], a.file[href$='.docx'], a.file[href$='.txt'] { background-position: 0 -40px;}
a.file.excel, a.file[href$='.xls'], a.file[href$='.csv'], a.file[href$='.xlsx'] { background-position: 0 -60px;}
a.file.image, a.file[href$='.jpg'], a.file[href$='.gif'], a.file[href$='.jpeg'], a.file[href$='.png'], a.file[href$='.bmp'] { background-position: 0 -80px;}
a.file.pdf, a.file[href$='.pdf'], a.file[href$='.fpf'] { background-position: 0 -100px;}
a.file.zip, a.file[href$='.zip'], a.file[href$='.rar'], a.file[href$='.tar'], a.file[href$='.gz'], a.file[href$='.gzip'] { background-position: 0 -120px;}

/* *****************************************************************************
 *    DEFAULT DESIGN
 * ***************************************************************************** */

body {
	/*background: white url(../pictures/body-background.jpg) top left repeat-x;*/
}

#div_header {
	height: 140px;
	border: none;
	/*color: #A8C7D0;*/
	color: rgb(255,255,255);
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	/*background-color: #0b6580;*/
	background-color: rgb(36,36,36);
}
#div_header h1{
	color: rgb(121,205,163);
}
/*#div_header.year2009 {background-image: url(../pictures/headers/2009.jpg);*/
/*	background-repeat: no-repeat;*/
/*	background-size: 1240px;}*/
/*#div_header.year2010 {background-image: url(../pictures/headers/2010.jpg);*/
/*	background-repeat: no-repeat;*/
/*	background-size: 1240px;}*/
/*#div_header.year2010b {background-image: url(../pictures/headers/2010b.jpg);*/
/*	background-repeat: no-repeat;*/
/*	background-size: 1240px;}*/
/*#div_header.year2011 {background-image: url(../pictures/headers/2011.jpg);*/
/*	background-repeat: no-repeat;*/
/*	background-size: 1240px;}*/
/*#div_header.year2012 {background-image: url(../pictures/headers/2012.jpg);*/
/*	background-repeat: no-repeat;*/
/*	background-size: 1240px;}*/
/*#div_header.year2013 {background-image: url(../pictures/headers/2013.jpg);*/
/*	background-repeat: no-repeat;*/
/*	background-size: 1240px;}*/
/*#div_header.year2014 {background-image: url(../pictures/headers/2014.jpg);*/
/*	background-repeat: no-repeat;*/
/*	background-size: 1240px;}*/
/*#div_header.year2015 {background-image: url(../pictures/headers/2015.jpg);*/
/*	background-repeat: no-repeat;*/
/*	background-size: 1240px;}*/
#div_header #logo {
	position: absolute;
	display: inline-block;
	top:55px;
	left:70px;
}
#div_header #logo:before {
	font-size: 24px;
}
#div_header.year2009 #logo:before {
	content: "2009";
}
#div_header.year2010 #logo:before {
	content: "2010";
}
#div_header.year2011 #logo:before {
	content: "2011";
}
#div_header.year2012 #logo:before {
	content: "2012";
}
#div_header.year2013 #logo:before {
	content: "2013";
}
#div_header.year2014 #logo:before {
	content: "2014";
}
#div_header.year2015 #logo:before {
	content: "2015";
}
#div_header.year2016 #logo:before {
	content: "2016";
}
#div_header.year2017 #logo:before {
	content: "2017";
}
#div_header.year2018 #logo:before {
	content: "2018";
}
#div_header.year2019 #logo:before {
	content: "2019";
}
#div_header.year2020 #logo:before {
	content: "2020";
}
#div_header.year2021 #logo:before {
	content: "2021";
}
#div_header.year2022 #logo:before {
	content: "2022";
}
#div_header.year2023 #logo:before {
	content: "2023";
}
#div_header.year2024 #logo:before {
	content: "2024";
}
#div_header.year2025 #logo:before {
	content: "2025";
}
#div_header.year2026 #logo:before {
	content: "2026";
}
#div_header.year2027 #logo:before {
	content: "2027";
}
/*#div_header.year2016 {background-image: url(../pictures/headers/2016.jpg);*/
/*	background-repeat: no-repeat;*/
/*	background-size: 1240px;}*/
/*#div_header.year2017 {background-image: url(../pictures/headers/2017.jpg);*/
/*	background-repeat: no-repeat;*/
/*	background-size: 1240px;}*/
/*#div_header.year2018 {background-image: url(../pictures/headers/2018.jpg);*/
/*	background-repeat: no-repeat;*/
/*	background-size: 1240px;}*/
/*#div_header.year2019 {background-image: url(../pictures/headers/2019.jpg);*/
/*	background-repeat: no-repeat;*/
/*	background-size: 1240px;}*/
#div_logo #changeYear{
	margin-bottom: 4px;
}
#div_header a {
	color: white;
	text-decoration: none;
}

#div_logo {
	float: left;
	position: absolute;
	/*left:210px;*/
	background: url("../pictures/headers/In-Extenso-IC-blanc.png");
	background-repeat: no-repeat;
	background-size: contain;
	top: 20px;
	width: 150px;
	height: 120px;
}

#logo {
	display: block;
	cursor: pointer;
	height: 107px;
}

#div_logo a {
	display: inline-block;
	text-decoration: none;
	height: 95px;
}

#div_login {
	position: absolute;
	/*bottom: 0px;*/
	bottom: -15px;
	/*right: 15px;*/
	right: 25px;
	padding: 0.5em ;
	border-top: 1px solid white;
	text-align: right;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 40px;
	width: 16em;
}
#div_login a {
	/*color: #FFAF4F;*/
	color: rgb(49,133,92);
}
#div_login p {
	margin: 0;
	padding: 0;
	line-height: 120%;
}

#div_pc_spacer {
	float: left;
	height: 100px;
	width: 3em;

}

#div_menu {
	float: left;
	margin-left: 230px;
	padding-top: 0.25em;
}

#div_menu h1 {margin: 0;}

#div_menu li.menu_item_selected, #div_menu li.menu_item_selected a, #div_menu li a.menu_item_selected {
	/*color: #FFAF4F;*/
	color: rgb(49,133,92);
	font-weight: bold;
}

#div_menu .float {
	margin-left: 0.3em;
	position: relative;
}
#div_menu li {margin-left: 1.5em; }
#div_menu li span {font-size: 1.1em;}

/*
#div_menu #menuitem_0 {width: 11em;}
#div_menu #menuitem_1 {width: 13em;}
#div_menu #menuitem_2 {width: 9em;}
#div_menu #menuitem_3 {width: 14em;}
*/

#p_contact_ic {
	position: absolute;
	right: 0;
	top: 75px;
	text-align: right;
	padding-right: 2.5em;
	white-space: nowrap;
}

#p_contact_ic a {
	color: #FFAF4F;
}

#div_wrapper, #div_footer {
	width: 1200px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	/*margin: 0 auto;*/
	padding: 0 20px;
	/*background-image: url(../pictures/body-shadow.png);*/
	background-color: #fff;
}

#div_wrapper {
	/*background-repeat: repeat-y;*/
	/*background-position: top left;*/
}

#div_footer {
	background-repeat: no-repeat;
	background-position: top right;
	height: 50px;
}

#div_content {
	position: relative;
	padding: 1em;
	margin-left:auto;
	margin-right:auto;
}

#div_content h1 {
	font-size: 20px;
	margin: 1.5em 0 1em
}

#div_content h2 {
	font-size: 16px;
	margin: 1em 0 0.5em
}

.separator {
	border-bottom: 1px solid #CCDFE5;
	padding-bottom: 1em;
}


/* *****************************************************************************
 *    BUTTONS
 * ***************************************************************************** */
button, a.button {
	display:inline-block;
	margin:0 7px 0 0;
	/*background-color:#f5f5f5;*/
	/*border:1px solid #B4DCE8;*/
	border:1px solid rgb(127,127,127);
	/*border-top:1px solid #CCDFE5;*/
	/*border-left:1px solid #CCDFE5;*/
	font-family: Verdana, sans-serif;
	font-size:12px;
	line-height:130%;
	text-decoration:none;
	/*font-weight:bold;*/
	/*color:#C8E7E7;*/
	cursor:pointer;
	width:auto;
	overflow:visible;
	background-position: 10px center;
	background-repeat: no-repeat;
	padding:4px 10px 3px 7px; /* IE6 */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

button[type], a.button {
	padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
*:first-child+html button[type], *:first-child+html a.button {
	padding:4px 10px 3px 7px; /* IE7 */
}

button img, a.button img {
	vertical-align: middle;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}

/* STANDARD */

button:hover, a.button:hover {
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}

/* POSITIVE */

button.positive, a.button.positive {
	color:#009900;
	background-image: url(../pictures/tick-small.png);
	padding-left: 30px;
}

button.positive:hover, a.button.positive:hover {
	background-color:#EEFFEE;
	border:1px solid #009900;
}

/* NEGATIVE */

button.negative, a.button.negative {
	color:#990000;
	background-image: url(../pictures/cross-small.png);
	padding-left: 30px;
}

button.negative:hover, a.button.negative:hover {
	background-color:#FFEEEE;
	border:1px solid #990000;
}

/* REGULAR */

button.regular, a.button.regular {
	color:#224499;
}

button.regular:hover, a.button.regular:hover {
	background-color:#DFF4FF;
	border:1px solid #224499;
}

button.regular.add, a.button.regular.add {
	background-image: url(../pictures/plus-small.png);
	padding-left: 30px;
}
button.regular.mdp, a.button.regular.mdp {
	background-image: url(../pictures/lock-small.png);
	padding-left: 30px;
}
button.regular.question, a.button.regular.question {
	background-image: url(../pictures/question.png);
	padding-left: 30px;
}
button.regular.edit, a.button.regular.edit {
	background-image: url(../pictures/pencil-small.png);
	padding-left: 30px;
}

button.regular.order, a.button.regular.order {
	background-image: url(../pictures/arrow-switch.png);
	padding-left: 30px;
}

button.regular.add_comment {
	background-image: url(../pictures/balloon-plus.png);
	padding-left: 30px;
}

button.regular.edt_comment {
	background-image: url(../pictures/balloon-pencil.png);
	padding-left: 30px;
}

button.regular.del_comment {
	background-image: url(../pictures/balloon-minus.png);
	padding-left: 30px;
}

button.regular.complete {
	background-image: url(../pictures/control-270.png);
	background-position: center center;
	width: 40px;
}
button.regular.open, a.button.regular.open {
	background-image: url(../pictures/book_open.png);
	padding-left: 30px;
}

button.disabled, a.button.negative.disabled {
	color: #999999;
	background-image: url(../pictures/cross-disabled.png);
}

button.disabled:hover {
	background-color:#f5f5f5;
	border:1px solid #B4DCE8;
	border-top:1px solid #CCDFE5;
	border-left:1px solid #CCDFE5;
}


/* *****************************************************************************
 *    SUPERBOX
 * ***************************************************************************** */

/* Base Superbox Styles */
#superbox-overlay {
	position:fixed;
	top:0;
	left:0;
	z-index:9998;
	width:100%;
	height:100%;
}

#superbox-wrapper {
	position:fixed;
	z-index:9999;
	top:0;
	display:table;
	width:100%;
	height:100%;
}

#superbox-container {
	position:relative;
	display:table-cell;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	vertical-align:middle;
}

#superbox {
	margin:0 auto;
	padding:0;
}

#superbox-container .loading {
	margin:0;
	text-align:center;
}

/* Default Theme */
#superbox-overlay {
	background:#000;
}

#superbox-container .loading {
	text-align:center;
	font-size:24px;
	line-height:3em;
	color:#fff;
}

#superbox {
	padding:10px;
	background:#fff;
}

#superbox-innerbox {
	padding:10px 0;
}

#superbox.image {
	text-align:center;
}

#superbox .close {
	overflow:hidden;
	margin:0;
	text-align:right;
}

#superbox .close a {
	cursor:pointer;
}

/* *****************************************************************************
 *    TIPS
 * ***************************************************************************** */

span.vtip {border-bottom: 1px dashed #a6c9e2; cursor: help;}
p#vtip { display: none; position: absolute; padding: 10px; left: 5px; font-size: 12px; background-color: white; border: 1px solid #a6c9e2; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; z-index: 9999 }
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }

/* *****************************************************************************
 *    COMMENTAIRES
 * ***************************************************************************** */

.h2_comments {
	border-top: 1px solid #CCDFE5;
	padding: 0.5em 1em 0;
	margin-bottom: 0;
	text-align: right;
}

.div_comment {
	padding-top: 1em;
	margin-bottom: 2em;
}

.div_com_spacer {
	clear: both;
	height: 1em;
}

.div_customer_comment {
	clear: both;
}

.div_office_comment {
	clear: both;
}

.div_customer_comment blockquote, .div_office_comment blockquote {
	padding: 8px;
	margin: 0 1em;
	width: 500px;
}

.div_customer_comment cite, .div_office_comment cite {
	padding-bottom: 4px;
	height: 20px;
	width: 468px;
}

.div_customer_comment blockquote {
	clear: both;
	background-color: #EFF5F7;
	border: 1px solid #CCDFE5;
	border-top: none;
}

.div_customer_comment cite {
	float: left;
	text-align: left;
	padding-left: 50px;
	margin-left: 1em;

	background: url(../pictures/comments-tip.gif) top left no-repeat;
}

.div_office_comment blockquote {
	clear: both;
	float: right;
	background-color: #EFEFEF;
	border: 1px solid #D2D2D2;
	border-top: none;
}

.div_office_comment cite {
	float: right;
	text-align: right;
	padding-right: 50px;
	margin-right: 1em;

	background: url(../pictures/comments-tip.gif) bottom right no-repeat;
}

label.required {
	background: url(../pictures/required.png) top right no-repeat;
}

body.js .form_del_file, body.js .form_edit_file, body.js #submit_cb, #submit_fac_id, body.js #submit_project_id, body.js #submit_year,body.js #submit_typeDepense,
body.js .form_edit_comment textarea, body.js .form_del_comment textarea {display: none;}

body.js .td_content label {display: block;}



/* Formulaire pour les items du menu */
#menuItem label {
	display: inline-block;
	width: 10em;
	color: #444444;
	text-align: right;
	padding-right: 0.5em;
}
#menuItem input[type="text"], #menuItem select {
	width: 20em;
}

/* un tableau standard un peu a�r�... */
.table {
	border: 1px solid #555555;
}

.table td, .table th {
	border: 1px solid #999999;
	padding: 0.4em;
}


.success, .actifY {
	background-color: #EEFFEE;
}
.alert, .actifN {
	background-color: #FFCCCC;
}

.input_integer , .input_float, .input_integer_canBeNull, .input_float_canBeNull {
	text-align: right;
}

/* Formulaire pour les items du menu */
#userCirrus label , #parametreModif label {
	display: inline-block;
	width: 10em;
	color: #444444;
	text-align: left;
	padding-right: 0.5em;
}
#userCirrus #label_acces_brochure_Y, #userCirrus #label_acces_brochure_N,
#menuItem #label_brochure_Y, #menuItem #label_brochure_N {
	width: 4em;
	display: inline-block;
	text-align: left;
}

#userCirrus input[type="text"], #userCirrus input[type="password"], #userCirrus select, #parametreModif input[type="text"] {
	width: 20em;
}


#formThemeProjects #fieldset_submit p, #userCirrus #fieldset_submit p, #parametreModif #fieldset_submit p {
	display: inline-block;

}

*[disabled="disabled"] {
	border: 1px dashed #CCCCCC !important;
}


#createYear .p_submit, #createYear .p_cancel {
	float: left;
	width: 50%;
	margin-top: 1.5em;
}
#createYear .p_submit {
	text-align: right;
}

#createYear .p_cancel {
	text-align: left;
}
#createYear label {
	display: inline-block;
	width: 12em;
}

.debugPrintID {
	color: blue;
	font-size: 11px;
}

/* Tableaux triable en JS */
.sortable {
	width: 100%;
	border: 1px solid #555555;
}
.sortable td, .sortable th {
	border: 1px solid #999999;
	padding: 0.4em;
}
.sortable td {
	height: 4em;
	vertical-align: middle;
}
thead tr th {
	color: #fff !important;
}

.sortable thead th {
	/*background: #E4E4E4 url(../pictures/tablesort.png) center 5px no-repeat;*/
	background: rgb(127,127,127) url(../pictures/tablesort.png) center 5px no-repeat;
	/*color:rgb(36,36,36);*/
	padding-top: 15px;
}
.sortable thead th.sorttable_sorted {
	background-image: url(../pictures/tablesort_asc.png);
}
.sortable thead th.sorttable_sorted_reverse {
	background-image: url(../pictures/tablesort_desc.png);
}
.sortable thead th.sorttable_nosort {
	/*background: #999;*/
	background: rgb(127,127,127);
}
.sortable thead th.nosort {
	/*background: #E4E4E4;*/
	background: rgb(127,127,127);
}
td.center {
	text-align: center;
}
td.right {
	text-align: right;
}


.listeFiltres .autoSubmit {
	width: 38.5em;
}
.listeFiltres p {
	width: 55em;
	float: right;
	margin: 0.5em auto;
}

.listeFiltres label {
	display: inline-block;
	width: 8em;
}

.validateurDocument {
	cursor: pointer;
}

ul.parametres li {
	margin-top: 10px;
	margin-bottom: 15px;
}

.filedrag , .filedragManuel , .inputFile {
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}

.fileHover {
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}
.inputFile {
	display: inline-block;
	width: 100%;
}


.colgauche {
	float: left;
}
.coldroite {
	float: right;
}
.col75p {
	width: 75%;
}
.col50p {
	width: 50%;
}
.col25p {
	width: 25%;
}
.col33p {
	width: 33%;
}


#inclureCCC label {
	margin-right: 20px;
	width: 40px;
}

.hidden {
	display: none;
}
.visibility-none{
	visibility: hidden;
	border: none !important;
}