body {
	vertical-align: top;
	background-color: white;
	margin: 0;
	padding: 0;
	border: 0;	
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background: url(/layout/texture.jpg) left top repeat;
}

p, td, li, ul, ol, h3, h4, h5, h6 {
	font-family: verdana, helvetica, arial, sans-serif;
}

p {
	margin: 0; padding: 0;
}

a {
	color: #193bff; 
	text-decoration:none;
	font-weight: bold;
}	
a:focus, a:hover, a:active {
	color:#f30b1a;
	text-decoration: underline;
}
	
img {
	border: 0;
}
	
h1,h2,h3,h4,h5,h6 { 
	color: black;
	font-size: 1.5em;
	margin: 0.3em 0;
	padding: 0;
}

#conteneur {
	text-align: left;
	/*background: white url(/layout/menubg.png) left top repeat-y;*/
	/*background: white url(/layout/cuir2.jpg) left top repeat-y;*/
	color: black;
}

#header {
	background: #d6e0ed url(/layout/glow.png) left top repeat-x;
	border-bottom: 1px solid #868686;
	color: #333;
	position: relative;
}

.bandeau {
	background-color: #E2E2E2;
	border-bottom: 1px #E1E1E1 solid;
	margin: 0;
	padding: 0.5em 0 0.5em 1.5em;
}
.bandeau a {
	font-weight: normal;
	color: #fff;
}
	
.bandeau a:focus, .bandeau a:hover, .bandeau a:active {
	color: #fff;
}
	
.bandeau ul {
	display: inline;
	margin: 0;
	padding: 0;
}

.bandeau ul li {
	display: inline;
	list-style-type: none;
	padding-right: 2.5em;
}

#rechGlobal {
	display: block;
	border: 1px solid black;
	background: white url(/layout/loupe.png) 5px center no-repeat;
	width: 180px;
	padding: 7px;
	padding-left: 30px;
}

#menu {
	float: left;
	color: black;
	font-weight: bold;
	width: 240px;
	padding: 0px;
	margin-right: 1px;
	/*
	background-color: #E2E2E2;
	*/
}

#menu .blocMenu {
	position: relative;
}

#menu .menuTop, #menu .fakeMenuTop {
	display: block;
	margin: 0px;
	padding: 8px;
	font-size: 12px;
	line-height: 16px;
	background-color: #a5a5a5;
	color: #333;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #868686;
	cursor: pointer;
}

#menu .blocMenu.menuCollapsed:hover .menuTop {
	/*
	background-color: #f7f5aa;
	*/
	background-color: #fef4d7;
	color: #333;
}

#menu .blocMenu ul {
	background-color: #d8d8d8;
}

#menu .blocMenu.menuCollapsed ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 100%;
	background-color: #e8e8e8;
	white-space: nowrap;
	min-width: 200px;
	z-index: 800;
}

#menu .blocMenu.menuCollapsed:hover:after {
	content: url(/layout/sousmenu.png);
	position: absolute;
	z-index: 801;
	right: -15px;
	top: 1px;
}

#menu .blocMenu.menuCollapsed:hover ul {
	display: block;
	box-shadow: 3px 3px 6px 0px #ccc;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu li a {
	display: block;
	
	margin: 0px;
	padding: 8px 25px;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid transparent;
}

#menu li:hover {
	background-color: rgb(240, 240, 240);
}

				
#menu .blocMenu li a {
	color: #333;
}

#contenu {
	/*background-color: #fff;*/
	/*overflow-y: hidden;*/
	overflow: auto;
	padding: 0px 15px 3em 15px;
	min-height: 600px;
}
#contenu h1,#contenu h2,#contenu h3,#contenu h4,#contenu h5,#contenu h6 {
	margin-left: -5px;
}

#footer {
	clear: both;
	background: #a5a5a5 url(/layout/rev-glow.png) left top repeat-x;
	color: white;
}

input[type="text"], input[type="password"], textarea {
	width: 388px;
	padding: 3px 5px;
	border: 1px solid #888;
	font-size: 12px;
	line-height: 18px;
}

select {
	width: 400px;
}

input[type="text"][size], input[type="password"][size], textarea[cols] {
	width: auto;
}

input[type="text"][disabled], input[type="password"][disabled], textarea[disabled] {
	background-color: #ccc;
}

.titreChamp {
	white-space: nowrap;
}
.erreur {
	display: block;
	color: red;
	font-weight: bold;
}

.confirmation {
	display: block;
	color: #0f0;
	font-weight: bold;
}

ul.sortable {
	padding: 0px;
	margin: 0px;
}

ul.sortable li {
	list-style-type: none;
}

.barre_liens a, .barre_liens span.lien {
	border: 1px solid black;
	margin: 0px 0.5em;
	padding: 0.7em;
	background-color: #dedede;
	display: inline-block;
}
.barre_liens a:hover, .barre_liens a:active, .barre_liens a:focus {
	text-decoration: none;
	background-color: #caf2ff;
}
.barre_liens span.lien {
	color: black;
	font-weight: bold;
	background-color: #caf2ff;
}

.barre_liens {
	padding: 1.5em 0px;
}
.panneauNoir {
	width: 400px;
	position: absolute;
	left: 50%;
	margin-left: -230px;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.8);
	top: 60px;
	padding: 30px;
	cursor: pointer;
	color: #0f0;
	font-weight: bold;
	font-size: 14px;
}
.panneauNoir a, .panneauNoir a:visited, .panneauNoir a:link, .panneauNoir a:hover, .panneauNoir a:active, .panneauNoir a:focus {
	color: #0ef;
	text-decoration: underline;
}
.colAction {
	width: 20px;
}
a.btn img {
	height: 20px;
	width: 20px;
}


table.listing {
	width: 100%;
	border: none;
	color: black;
	border-collapse: collapse;
	box-shadow: 0px 1px 3px #666;
}

table.listing tbody td, table.listing tbody th {
	border-bottom: 1px solid #9eb2c6;
}

table.listing thead td, table.listing thead th,
table.listing tfoot td, table.listing tfoot th {
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
}

table.listing td, table.listing th {
	padding: 5px;
	margin: 0px;
	
}

table.listing th {
	margin: 0px;
	background-color: #bbb;
	text-align: left;
	font-weight: bold;
	font-size: 1em;
}

table.listing thead th {
	padding-right: 30px;
}

table.listing thead th.colAction {
	padding-right: 5px;
}

table.listing tbody tr:nth-child(odd) {
	background-color: #e6eff8;
}
table.listing tbody tr:nth-child(even) {
	background-color: white;
}

table.listing tbody tr:hover {
	background-color: #D3FFCA;
}


/* Correction autocomplete */

.ui-autocomplete a {
	font-weight: normal;
}

/* TipTip CSS - Version 1.2 */

.makeBubble {
	background: url("/layout/info_icon.png") left 2px no-repeat;
	padding-left: 20px;
	cursor: pointer;
}

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	/*
	ie7
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	*/
	background: rgb(25,25,25);
	background: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}

/* tablesorter */

.headerSortUp {
	background: #3399FF url('/layout/asc.gif') right center no-repeat !important;
	padding-right: 20px !important;
}
.headerSortDown {
	background: #3399FF url('/layout/desc.gif') right center no-repeat !important;
	padding-right: 20px !important;
}
.headerSortUpDown {
	background: url('/layout/bg.gif') right center no-repeat;
	
	padding-right: 20px !important;
}

/* boutons */

.ligneBoutons {
	padding-top: 15px;
	text-align: right;
}


a.stylebtn, input.stylebtn, button.stylebtn {
	font-size: 12px;
	padding: 5px 8px 5px 25px;
	font-weight: bold;
	border: 1px solid grey;
	cursor: pointer;
	display: inline-block;
	text-transform: none;
	margin: 5px;
}
a.stylebtn:hover, input.stylebtn:hover, button.stylebtn:hover {
	text-decoration: none;
}

.ligneBoutons a.stylebtn, .ligneBoutons input.stylebtn, ligneBoutons button.stylebtn {
	margin-right: 0px;
}

a.stylebtn.post, input.stylebtn.post, button.stylebtn.post {
	color: #3a46b9;
}
a.stylebtn.post:hover, input.stylebtn.post:hover, button.stylebtn.post:hover {
	background-color: #c4e3ef;
}

a.stylebtn.save, input.stylebtn.save, button.stylebtn.save {
	background: #eee url('/layout/btns/savetick.png') 5px center no-repeat;
	color: #529214;
}
a.stylebtn.save:hover, input.stylebtn.save:hover, button.stylebtn.save:hover {
	background-color:#E6EFC2;
}

a.stylebtn.accept, input.stylebtn.accept, button.stylebtn.accept {
	background: #eee url('/layout/btns/thumbup.png') 5px center no-repeat;
	color: #529214;
}
a.stylebtn.accept:hover, input.stylebtn.accept:hover, button.stylebtn.accept:hover  {
	background-color:#E6EFC2;
}

a.stylebtn.cancel, input.stylebtn.cancel, button.stylebtn.cancel {
	background: #eee url('/layout/btns/cancelbtn.png') 5px center no-repeat;
	color: #a02530;
}
a.stylebtn.cancel:hover, input.stylebtn.cancel:hover, button.stylebtn.cancel:hover {
	background-color: #efb9a8;
}

a.stylebtn.deny, input.stylebtn.deny, button.stylebtn.deny {
	background: #eee url('/layout/btns/thumbdown.png') 5px center no-repeat;
	color: #a02530;
}
a.stylebtn.deny:hover, input.stylebtn.deny:hover, button.stylebtn.deny:hover {
	background-color: #efb9a8;
}


a.stylebtn.dl, input.stylebtn.dl, button.stylebtn.dl {
	background: #eee url('/layout/btns/icon_download.png') 5px center no-repeat;
	color: #3a46b9;
}
a.stylebtn.dl:hover, input.stylebtn.dl:hover, button.stylebtn.dl:hover {
	background-color: #c4e3ef;
}

a.stylebtn.add, input.stylebtn.add, button.stylebtn.add {
	background: #eee url('/layout/btns/plus.png') 5px center no-repeat;
	color: #3a46b9;
}
a.stylebtn.add:hover, input.stylebtn.add:hover, button.stylebtn.add:hover {
	background-color: #c4e3ef;
}

a.stylebtn.lock, input.stylebtn.lock, button.stylebtn.lock {
	background: #eee url('/layout/btns/lock.png') 5px center no-repeat;
	color: black;
}

a.stylebtn.unlock, input.stylebtn.unlock, button.stylebtn.unlock {
	background: #eee url('/layout/btns/unlock.png') 5px center no-repeat;
	color: black;
}

.hashed {
	background-image: url('/layout/hash.png');
}

/* ui + javascript */
.block-labels label {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 3px 5px;
	padding: 5px 3px;
	cursor: pointer;
	background-color: #ffb0b0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.block-labels label.checked {
	background-color: #c4ffb0;
}

.block-labels label.disabled {
	background-color: #e1e1e1;
}