/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}



body, table
{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

strong {
	font-weight: bold;
}

h1
{
	background-color: white;
	padding: 30px 30px;
	font-size: 27px;
	border-bottom: 1px solid rgb(223, 223, 223);
	margin-bottom: 10px;
}

h3 {
	padding: 20px 30px;
	padding-bottom: 0px;
	font-size: 20px;
}

.selectedMenu {
	background-color: #282B30;
	color: white;
	border-right: 4px solid #F9FAFD;
}




table.tabList
{
	margin: 20px;
	width: calc( 100% - 40px );
	border-spacing: 0px;
	border-collapse: separate;
	background-color: white;
	border: 1px solid rgb(211, 218, 240);
	border-radius: 5px;
	padding: 15px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	
}

table.tabList th
{
	padding: 5px;
	/*background-color: #DCE5FB;*/
	color: #333;
	border-bottom: 1px solid #eee;
	margin: 0;
}

table.tabList th.sel
{
	color: #DCE5FB;
	background: url(pics/ordered.png) no-repeat;
	background-color: #132C4A;
	background-position: right;
}

table.tabList tr td
{
	margin: 0;
	padding: 10px 5px;
	background-color: white;
	color: #333;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}

table.tabList tr.c0 td
{
	background-color: #FCFDFE;
}

table.tabList tr.cnonbloquant td
{
	background-color: #ffc0d3;
}

table.tabList tr.trselectable {
	cursor: pointer;
}

table.tabList tr.trselectable:hover td {
	cursor: pointer;
	background-color: #f4f8fb;
}



table.tabList tr.smallPadding td
{
	padding: 4px;
	padding-left: 0;
	padding-right: 0;
}

table.tabList tr:last-child td
{
	/*border-bottom: 5px solid red;*/
}







.editOneTab {
	cursor: pointer;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}


.editOneTab.selected {
	background-color: #FA6A49;
	color: white;
}

.editOneTab:last-child {
	border: 0;
}







table.tabedit
{
	margin: 20px;
	width: calc( 100% - 40px );
	border-spacing: 0px;
	border-collapse: separate;
	background-color: white;
	border: 1px solid rgb(211, 218, 240);
	border-radius: 5px;
	padding: 15px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);

}

table.tabedit th.edit
{
	padding: 20px 15px;
	vertical-align: top;
	min-width: 100px;
	padding-left: 5px;
	text-align: right;
	color: #333;
}


table.tabedit td.edit
{
	padding: 10px 5px;
	border-bottom: 1px solid #eee;
}
table.tabedit tr:last-of-type td
{
	border-bottom: 0;
}




input[type=text], input[type=password], textarea, select {
	background-color: #F5F8F9;
	border: 1px solid rgb(199, 214, 219);
	border-radius: 3px;
	padding: 8px 10px;
	height: 36px;
}



input[type=text]:disabled, input[type=password]:disabled, textarea:disabled, select:disabled {
	opacity: 0.5;
}



input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
	background-color: #FEFBE2;
}


input[type=text].inputerror {
	background-color: #f8f0f0;
	color: #743131;
	border: 1px solid #e8c6c6;
}






.button {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	border: 1px solid #187b96;
	text-decoration: none;
	color: white;
	background-color: #2eacce;/*#FA6A49;*/
	font-size: 0.9em;
	cursor: pointer;
	margin: 5px;
}

.button:hover {
	border: 1px solid #f94117;
	background-color: #FA6A49;
}


.attribut {
	display: inline-block; margin: 2px;
	padding: 2px 5px;
	background-color: #555;
	color: white;
	border-radius: 3px;
}



.barMenu {
	display: inline-block; border-radius: 3px; width: inherit; height: 3px; background-color: #F9FAFD;
	margin: 2px 0;
}