@import "https://ajax.googleapis.com/ajax/libs/dojo/1.7.2/dojox/grid/resources/claroGrid.css";
@import "https://ajax.googleapis.com/ajax/libs/dojo/1.7.2/dojox/form/resources/UploaderFileList.css";
@import "https://ajax.googleapis.com/ajax/libs/dojo/1.7.2/dojox/grid/enhanced/resources/DnD.css";

html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	font-family: "Trebuchet MS", sans-serif;
}
a {
	color: #D2000C;
}
a:hover {
	color: #00904C;
	text-decoration: none;
}
a img {
	border: 0;
}
.clear {
	clear: both;
}
ul.errors {
	list-style: none;
	color: #D2000C;
	font-weight: bold;
}
#main {
	width: 100%;
	height: 100%;
}
.centrage {
	width: 940px;
	margin: auto;
}
.alignCenter {
	text-align: center;
}
#header {
	padding: 0;
	height: 100px;
	position: relative;
	background: #FFFFFF;
	-webkit-box-shadow: #888888 0 5px 4px;
	-moz-box-shadow: #888888 0 5px 4px;
	box-shadow: #888888 0 5px 4px;
	behavior: url(/js/PIE/PIE.htc);
}
#header img#logo {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#menu {
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 13px;
}
#menu ul {
	float: right;
	list-style: none;
	margin: 0;
}

#menu li {
	float: left;
	height: 30px;
	border-right: 1px solid #99e7bd;
	border-left: 1px solid #36a970;
	background: #2c9366;
	background: -moz-linear-gradient(top, #69dbaa 0%, #2c9366 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #69dbaa), color-stop(100%, #2c9366));
	background: -webkit-linear-gradient(top, #69dbaa 0%, #2c9366 100%);
	background: -o-linear-gradient(top, #69dbaa 0%, #2c9366 100%);
	background: -ms-linear-gradient(top, #69dbaa 0%, #2c9366 100%);
	background: linear-gradient(to bottom, #69dbaa 0%, #2c9366 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69dbaa', endColorstr='#2c9366',GradientType=0);
	-pie-background: linear-gradient(to bottom, #69dbaa 0%, #2c9366 100%);
	/*behavior: url(/js/PIE/PIE.htc);*/
}

#menu li:first-child {
	border-left: 0;
}
#menu li:last-child {
	border-right: 0;
}
#menu li a {
	float: left;
	height: 22px;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 8px;
	color: #FFFFFF;
}
#menu li#m_bookmark a {
	background: url(/images/m_bookmark.png) no-repeat 8px 8px;
	padding-left: 30px;
}
#menu li#m_contact a {
	background: url(/images/m_contact.png) no-repeat 8px 10px;
	padding-left: 30px;
}
#menu li#m_logout a {
	background: url(/images/m_logout.png) no-repeat 8px 8px;
	padding-left: 30px;
}
#menu li#m_about a {
	background: url(/images/m_about.png) no-repeat 8px 8px;
	padding-left: 30px;
}

#centre {
	padding: 30px 0;
	background: url(/images/fond.gif);
	overflow: visible;
}
#boutons {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: url(/images/fond2.gif);
	padding: 0;
	margin-bottom: 30px;
	position: relative;
	z-index: 999;
}
#boutons .centrage {
	
}
#boutons ul {
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 9999;
}
#boutons ul.navigation {
	padding-left: 170px;
	padding-top: 10px;
	float: left;
}
#boutons ul.navigation > li {
	float: left;
	position: relative;
}
#boutons ul.navigation > li > a {
	width: 200px;
	height: 40px;
	padding-top: 150px;
	float: left;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}
#boutons ul.navigation > li > a:after {
	content: url(/images/flecheBouton.png);
	margin-left: 10px;
}
#boutons ul.navigation > li > a#menu-pages {
	background: url(/images/bouton1.png) no-repeat center top;
}
#boutons ul.navigation > li > a#menu-pages:hover {
	background: url(/images/bouton1_on.png) no-repeat center top;
}
#boutons ul.navigation > li > a#menu-sheets {
	background: url(/images/bouton2.png) no-repeat center top;
}
#boutons ul.navigation > li > a#menu-sheets:hover {
	background: url(/images/bouton2_on.png) no-repeat center top;
}
#boutons ul.navigation > li > a#menu-literature {
	background: url(/images/bouton3.png) no-repeat center top;
}
#boutons ul.navigation > li > a#menu-literature:hover {
	background: url(/images/bouton3_on.png) no-repeat center top;
}

#boutons ul.navigation > li > a#menu-products{background: url(/images/products.png) no-repeat center top;}
#boutons ul.navigation > li > a#menu-products:hover{background: url(/images/products_on.png) no-repeat center top;}
#boutons ul.navigation > li > a#menu-health{background: url(/images/health.png) no-repeat center top;}
#boutons ul.navigation > li > a#menu-health:hover{background: url(/images/health_on.png) no-repeat center top;}
#boutons ul.navigation > li > a#menu-infoscience{background: url(/images/infoscience.png) no-repeat center top;}
#boutons ul.navigation > li > a#menu-infoscience:hover{background: url(/images/infoscience_on.png) no-repeat center top;}

#boutons ul.navigation li a {
	white-space: nowrap;
}
#boutons ul.navigation > li > ul li:first-child > a {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	/*behavior: url(/js/PIE/PIE.htc);*/
}
#boutons ul.navigation > li > ul li:last-child > a {
	border-bottom: 0;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	/*behavior: url(/js/PIE/PIE.htc);*/
}
#boutons ul.navigation > li > ul {
	padding-left: 0; 
	background: #CCCCCC;
	border: 1px solid #FFFFFF;
	display: none;
	position: absolute;
	z-index: 99999;
	left: 0;
	top: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*behavior: url(/js/PIE/PIE.htc);*/
}
#boutons ul.navigation > li:hover > ul {
	display: block;
}
#boutons ul.navigation > li > ul > li {
	position: relative;
}
#boutons ul.navigation > li > ul > li > a {
	display: block;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding: 10px 40px 10px 10px;
	border-bottom: 1px solid #FFFFFF;
}
#boutons ul.navigation > li > ul > li > a:hover {
	background: url(/images/flecheMenu.gif) no-repeat 95% center #00904B;
	color: #FFFFFF;
}
#boutons ul.navigation > li > ul > li > ul {
	padding-left: 0; 
	background: #CCCCCC;
	border: 1px solid #FFFFFF;
	display: none;
	position: absolute;
	z-index: 99999;
	left: 100%;
	top: -1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*behavior: url(/js/PIE/PIE.htc);*/
}
#boutons ul.navigation > li > ul > li:hover > ul {
	display: block;
}
#boutons ul.navigation > li > ul > li > ul > li {
	position: relative;
}
#boutons ul.navigation > li > ul > li > ul > li > a {
	display: block;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding: 10px 40px 10px 10px;
	border-bottom: 1px solid #FFFFFF;
}
#boutons ul.navigation > li > ul > li > ul > li > a:hover {
	background: url(/images/flecheMenu.gif) no-repeat 95% center #00904B;
	color: #FFFFFF;
}
#boutons ul.navigation > li > ul > li > ul > li > ul {
	padding-left: 0; 
	background: #CCCCCC;
	border: 1px solid #FFFFFF;
	display: none;
	position: absolute;
	z-index: 99999;
	left: 100%;
	top: -1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*behavior: url(/js/PIE/PIE.htc);*/
}
#boutons ul.navigation > li > ul > li > ul > li:hover > ul {
	display: block;
}
#boutons ul.navigation > li > ul > li > ul > li > ul > li {
	position: relative;
}
#boutons ul.navigation > li > ul > li > ul > li > ul > li > a {
	display: block;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding: 10px 40px 10px 10px;
	border-bottom: 1px solid #FFFFFF;
}
#boutons ul.navigation > li > ul > li > ul > li > ul > li > a:hover {
	background: url(/images/flecheMenu.gif) no-repeat 95% center #00904B;
	color: #FFFFFF;
}
#searchPanel {

}
#searchPanel form {
	padding: 0 0 20px 180px;
	float: left;
}
#searchPanel input[type=text] {
	width: 400px;
	height: 30px;
	padding: 0 6px 0 6px;
	margin-right: 10px;
	border: 0;
	float: left;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #888888 2px 2px 4px inset;
	-moz-box-shadow: #888888 2px 2px 4px inset;
	box-shadow: #888888 2px 2px 4px inset;
	/*behavior: url(/js/PIE/PIE.htc);*/
}
#searchPanel input[type=submit],
#searchPanel button {
	height: 30px;
	padding: 0 10px 0 10px;
	margin-right: 10px;
	border: 0;
	float: left;
	background: #00904C;
	color: #FFFFFF;
	cursor: pointer;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	vertical-align: baseline;
	line-height: normal;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*behavior: url(/js/PIE/PIE.htc);*/
}
#searchPanel input[type=submit]:hover,
#searchPanel button:hover {
	background: #D2000C;
}
#contenu {
	position: relative;
	z-index: 1;
	padding: 20px 20px 10px 20px;
	margin: 0 auto;
	overflow: hidden;
	width: 900px;
	background: #FFFFFF;
	border: 1px solid #000000;
	font-size: 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*behavior: url(/js/PIE/PIE.htc);*/
}
#contenu h1 {
	color: #00904C;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px 0;
}
#contenu p {
	margin: 0;
	padding: 0 0 10px 0;
}
#contenu .filAriane {
	padding-bottom: 20px;
	text-align: right;
}
#contenu .filAriane a {
	color: #C8060C;
}
#contenu .dojoxGridHeader .dojoxGridCell {
	background: #CCCCCC;
}
#contenu .dojoxGridHeader .dojoxGridCellOver {
	background: #CCCCCC;
}
#contenu .dojoxGridSortNode {
	background: transparent;
	cursor: pointer;
}
#contenu .sheetButtons,
.admin .attachments {
	text-align: center;
}
#contenu .sheetButtons table,
#contenu .sheetButtons th,
#contenu .sheetButtons td,
.admin .attachments table,
.admin .attachments th,
.admin .attachments td {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
#contenu .sheetButtons table,
.admin .attachments table {
	margin: 10px auto;
}
#contenu .sheetButtons th,
.admin .attachments th {
	background: #CCCCCC;
}
#contenu .sheetButtons .dijitButtonNode {
	padding: 10px 20px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
#footer {
	position: relative;
	z-index: 1;
	padding: 0;
	background: url(/images/footer.gif) repeat-x #FFFFFF;
	height: 430px;
	font-size: 11px;
	-webkit-box-shadow: #888888 0 -5px 4px;
	-moz-box-shadow: #888888 0 -5px 4px;
	box-shadow: #888888 0 -5px 4px;
	behavior: url(/js/PIE/PIE.htc);
}
#footer a {
	color: #000000;
}
/*
#footer #adobeReader {
	padding-top: 205px; 
}
*/
#footer #adobeReader img {
	vertical-align: middle;
	margin-right: 5px;
}
#footer #tereos {
	text-align: left;
	padding: 20px 20px 0 0;
	font-size: 10px;
}
.copyright-tereos {
    margin-left: 75px;
}
#footer .centrage {
	height: 430px;
	background: url(/images/animaux.gif) no-repeat;
}
#footer .footer-links {padding-top: 205px;width: 100%;}
#footer #adobeReader {display:inline-block;text-align: left;width: 60%;}
#footer .footer-legal {display: inline-block;text-align: right;}
#footer .footer-legal.legal-prive {width: 39%;}
#footer .footer-legal.legal-public {display:block;}
ul.menu-footer {list-style: none; text-align: right;width: auto;}
ul.menu-footer li {display: inline-block;}

#identification {
	width: 290px;
	margin: auto;
	text-align: center;
	padding-top: 20px;
}
#identification label {
	width: 80px;
	float: left;
	margin-bottom: 5px;
	padding-top: 2px;
}
#identification input[type=text],
#identification input[type=password] {
	width: 200px;
	float: left;
	margin-bottom: 5px;
}
#identification .alignCenter {
	clear: both;
}

#contact {
	/*width: 620px;*/
	width: 520px;
	margin: auto;
}
#contact div {
	clear: both;
}
#contact div:last-child {
	padding-left: 110px;
	text-align: center;
}
#contact label {
	width: 110px;
	float: left;
	margin-bottom: 5px;
}
#contact input[type=text] {
	/*width: 500px;*/
	width: 400px;
	float: left;
	margin-bottom: 5px;
}
#contact textarea {
	/*width: 504px;*/
	width: 400px;
	font-family: sans-serif;
	font-size: 12px;
	height: 300px;
	margin-bottom: 5px;
}
label.required::after{
	content:"*";
	color:#ff0000;
	font-weight: bold;
}
.contact-address{bottom: 50px;float: left;position: absolute;width: 400px;}
.contact-from{float:right;margin-right: 10px;}

.ident-left{float:left;display:inline-block;margin-right:20px;width: 65%;}
.ident-right{display:inline-block; width: 30%;text-align: center;}
.btn-connect{line-height: 16px;position: relative;height: 30px;}
#link_connect{
	list-style: none;
	max-width: 150px;
	width: 150px;
	padding: 0;
	margin: 0px auto;
	z-index: 9999;
	position: absolute;
	right: 20px;
	top: 0;
}
#link_connect li {
	border-right: 1px solid #99e7bd;
	border-left: 1px solid #36a970;
	background: #2c9366;
	background: -moz-linear-gradient(top, #69dbaa 0%, #2c9366 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #69dbaa), color-stop(100%, #2c9366));
	background: -webkit-linear-gradient(top, #69dbaa 0%, #2c9366 100%);
	background: -o-linear-gradient(top, #69dbaa 0%, #2c9366 100%);
	background: -ms-linear-gradient(top, #69dbaa 0%, #2c9366 100%);
	background: linear-gradient(to bottom, #69dbaa 0%, #2c9366 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69dbaa', endColorstr='#2c9366',GradientType=0);
	-pie-background: linear-gradient(to bottom, #69dbaa 0%, #2c9366 100%);
	/*behavior: url(/js/PIE/PIE.htc);*/
}
#link_connect li {height: auto;padding: 10px;}
#link_connect li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	text-align: center;
	width: 100%
}
#link_connect li a:hover {
	color: #FF0000;
}

.dojoxGrid {
	position: relative;
	z-index: 2;
}
.watch,
.download,
.bookmarkAdd,
.bookmarkRemove,
.create,
.delete,
.rename {
	width: 16px;
	height: 16px;
	background-image: url(/images/icons.png);
	display: inline-block;
}
.watch {
	background-position: 0 0;
}
.download {
	background-position: -16px 0;
}
.bookmarkAdd {
	background-position: -32px 0;
}
.bookmarkRemove {
	background-position: -48px 0;
}
.create {
	background-position: -64px 0;
}
.delete {
	background-position: -80px 0;
}
.rename {
	background-position: -96px 0;
}
.dojoxGridCell .watch,
.dojoxGridCell .download,
.dojoxGridCell .bookmarkAdd,
.dojoxGridCell .bookmarkRemove,
.dojoxGridCell .create,
.dojoxGridCell .delete,
.dojoxGridCell .rename {
	margin-right: 4px;
	display: block;
	float: left;
}
.dojoxGridCell .bookmarkAdd,
.dojoxGridCell .bookmarkRemove {
	margin-right: 0px;
}
.dijitTreeRow .create,
.dijitTreeRow .delete,
.dijitTreeRow .rename {
	display: none;
}
.dijitTreeRowHover .create,
.dijitTreeRowHover .delete,
.dijitTreeRowHover .rename {
	display: inline-block;
}
.dojoxGridCell.dijitIconLoading {
	background-position: center center;
}
.dojoxGridCell.dijitIconLoading a {
	display: none;
}
.previewIframe {
	width: 450px;
	height: 640px;
	float: left;
	margin-right: 40px;
}
body.admin {
	font-size: 11px;
}
.admin #main {
	width: 100%;	
}
.admin #mainSplit {
	padding: 5px;
}
.admin.previewIframe {
	width: 100%;
	height: 100%;
	float: none;
}
#sheetPreviewDialog {
	width: 33%;
	height: 66%;
}
.dj_ie7 .dijitUploader {
	margin-top: -32px !important;
	margin-left: 320px !important;
}
.dojoxUploaderFileList {
	min-height: 22px;
    display: inline-block;
    width: 75%;
    margin-top: 14px;
    color: green;
	background-color: white;
}
.dojoxUploaderFileListTable {
	margin: 0;
}
.dojoxUploaderFileList.errors {
	color: red;
}
.dojoxUploaderFileListTable .dojoxUploaderFileListHeader,
.dojoxUploaderFileListTable .dojoxUploaderFileListContent .dojoxUploaderIndex,
.dojoxUploaderFileListTable .dojoxUploaderFileListContent .dojoxUploaderIcon {
	display: none;
}
.dojoxGridDnDItemIcon {
	display: none;
}
.dojoDndAvatar li {
	list-style: none;
}
.dojoDndAvatarItem .rename,
.dojoDndAvatarItem .delete {
	display: none;
}
.admin #pageList ul,
.admin #userList ul {
	list-style: none;
}
.admin #pageList ul li {
	background: url(/images/page.gif) no-repeat 0 4px;
	margin-bottom: 4px;
	padding: 0 0 5px 18px;
}
.admin #userList ul li {
	background: url(/images/user.gif) no-repeat 0 4px;
	margin-bottom: 4px;
	padding: 0 0 5px 18px;
}

/* FORMS ADMIN */
.admin form#sheet,
.admin form#user {
	width: 400px;
	margin: auto;
}
.admin form#sheet > div,
.admin form#page > div,
.admin form#user > div {
	clear: both;
}
.admin form#sheet label,
.admin form#user label {
	width: 120px;
	float: left;
	margin-bottom: 5px;
}
.admin form#sheet input[type=text],
.admin form#user input[type=text] {
	width: 270px;
	float: left;
	margin-bottom: 5px;
}
.admin form#sheet .dojoxUploaderFileList {
	width: 190px;
	margin-top: 0;
}
.admin form#sheet .dijitUploader {
	margin-top: -15px;
}
.admin form#page label {
	width: 10%;
	float: left;
	margin-bottom: 5px;
}
.admin form#page input[type=text] {
	width: 85%;
	float: left;
	margin-bottom: 5px;
}
.admin form#sheet > div:last-child,
.admin form#page > div:last-child,
.admin form#user > div:last-child {
	text-align: center;
}
.admin form#sheet .radioButtons {
	float: left;
	clear: none;
}
.admin form#sheet .radioButtons label {
	float: none;
	width: auto;
}
.admin form#sheet .submitButton {
	padding-top: 5px;
}

.logo-tereos-prive{
	padding-top: 55px !important;
}
/*
.logo-tereos-public{
	padding-top: 280px !important;
}*/
/*
.btn-login {
    margin: -220px 0 70px 600px !important;
}
*/
.contact_us{font-size: 16px;margin: 20px auto;line-height: 20px;text-align: center;}
#footer ul.menu-footer li a:hover{color: #D2000C;}
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog{
	background: #00904C;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
	background: #D2000C!important;
}