/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ================================================== Eric Meyer */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */

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;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* ============================== 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;
}

/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ================================================== Template */
/* ========================================================================================================================= */
/* ========================================================================================================================= */
/* ========================================================================================================================= */

.alertMsg {
	font-size: 20px;
	font-weight: bold;
	position: fixed;
	left: 20px;
}

#alertMsg1 {
	top: 20px;
}

.displayNone {
	display: none;
}

.opacity0 {
	opacity: 0;
}

* {
	-webkit-user-select: none;
	-moz-user-select: none;
}

input[type=text],
input[type=password],
textarea {
	-webkit-user-select: auto;
	-moz-user-select: auto;
}

body {
	line-height: 16px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-repeat: repeat;
	background-image: url(../images/mainBackground1.gif);
	background-attachment: fixed;
}

.footPrints1 {
	top: 300px;
	width: 50%;
	position: fixed;
	height: 80px;
	background-repeat: repeat-x;
	background-image: url(../images/footPrints1.png);
}

.footPrintsLeft,
.footPrintsRight {
}

.footPrintsLeft {
	background-position: right;
	left: -300px;
}

.footPrintsRight {
	background-position: left;
	right: -300px;
}

.frame1{
	border-style: solid;
	border-left-color: #b6cace;
	border-bottom-color: #e1edef;
	border-right-color: #d9e7e9;
	border-top-color: #a8bfc4;
	border-width: 1px;
	background-color: #c6dde1;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* ========================================================================================================================= */
/* ================================================== Buttons & inputs */
/* ========================================================================================================================= */

/* ================================================== */
/* ================================================== General Inputs */
.userInput {
	cursor: pointer;
}

.userInput,
.userInput > * {
	display: inline-block;
}

.userInput > * {
	background-image: url(../images/spriteInputs.png);
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-width: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	text-decoration: none;
	position: relative;
}

.userInput input {
	overflow: visible;
}

.userInput input:focus,
.userInput input:active {
	outline: none;
}

.userInput .leftPart {
	float: left;
}

.userInput .rightPart {
	float: right;
}

/* ================================================== */
/* ================================================== Normal size */
.normalSize,
.normalSize > * {
	height: 26px;
}

.normalSize .leftPart {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 26px;
	padding-left: 15px;
/* 	background-position-x: 0px; */
}

.normalSize .rightPart {
	width: 15px;
/* 	background-position-x: -285px; */
}

.normalSize .rightPart.picto {
	width: 30px;
/* 	background-position-x: -270px; */
}

.normalSize .rightPart.picto * {
	margin-top: 2px;
	margin-left: 5px;
}

/* ================================================== Normal size Neutral */
.normalSize.neutral > * {
	color: #2f454c;
	text-shadow: 1px 1px 0px white;
/* 	background-position-y: 0px; */
}

.normalSize.neutral:hover > * {
/* 	background-position-y: -26px; */
}

.normalSize.neutral:active > * {
/* 	background-position-y: -52px; */
}

.normalSize.neutral.desactivatedInput > * {
	color: #cce3e6;
/* 	background-position-y: -78px; */
}

.normalSize.neutral.activatedInput > * {
/* 	background-position-y: -104px; */
}

/* ================================================== Normal size Important */
.normalSize.important > * {
	color: white;
	text-shadow: -1px -1px 0px #2f454c;
/* 	background-position-y: -130px; */
}

.normalSize.important:hover > * {
/* 	background-position-y: -156px; */
}

.normalSize.important:active > * {
/* 	background-position-y: -182px; */
}

.normalSize.important.desactivatedInput > * {
	color: #cce3e6;
/* 	background-position-y: -208px; */
}

.normalSize.important.activatedInput > * {
/* 	background-position-y: -234px; */
}

/* ================================================== Normal size Critical */
.normalSize.critical > * {
	color: white;
	text-shadow: -1px -1px 0px #4d727e;
/* 	background-position-y: -260px; */
}

.normalSize.critical:hover > * {
/* 	background-position-y: -286px; */
}

.normalSize.critical:active > * {
/* 	background-position-y: -312px; */
}

.normalSize.critical.desactivatedInput > * {
/* 	background-position-y: -338px; */
}

.normalSize.critical.activatedInput > * {
/* 	background-position-y: -354px; */
}

/* ================================================== Normal size Variant1 */
.normalSize.variant1 > * {
	height: 24px;
	line-height: 24px;
	color: #4d727e;
	text-shadow: 1px 1px 0px white;
/* 	background-position-y: -390px; */
}

.normalSize.variant1:hover > * {
/* 	background-position-y: -414px; */
}

.normalSize.variant1:active > * {
	color: white;
	text-shadow: -1px -1px 0px #4d727e;
/* 	background-position-y: -438px; */
}

.normalSize.variant1.desactivatedInput > * {
/* 	background-position-y: -462px; */
}

.normalSize.variant1.activatedInput > * {
	color: white;
	text-shadow: -1px -1px 0px #4d727e;
}
.normalSize.variant1.activatedInput > .leftPart {
	background-position: 0px -486px !important;
}

.normalSize.variant1.activatedInput > .rightPart {
	background-position: -285px -486px !important;
}

.normalSize.variant1.activatedInput > .rightPart.picto {
	background-position: -270px -486px !important;
}

/* ================================================== */
/* ================================================== Big size */
.bigSize,
.bigSize > * {
	height: 40px;
}

.bigSize .leftPart {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 40px;
	padding-left: 20px;
/* 	background-position-x: -300px; */
}

.bigSize .leftPart.longText {
	padding-top: 5px;
	line-height: 14px;
	height: 35px;
}

.bigSize .rightPart {
	width: 20px;
/* 	background-position-x: -580px; */
}


.bigSize .rightPart.picto {
	width: 30px;
/* 	background-position-x: -570px; */
}

.bigSize .rightPart.picto * {
	margin-top: 7px;
}

/* ================================================== Big size light blue */
.bigSize.variant1 > * {
	text-shadow: 1px 1px 0px white;
	color: #4d727e;
/* 	background-position-y: -390px; */
}

.bigSize.variant1:hover > * {
/* 	background-position-y: -430px; */
}

.bigSize.variant1:active > * {
/* 	background-position-y: -470px; */
}

/*
.bigSize.variant1.desactivatedInput > * {
	background-position-y: -510px;
}

.bigSize.variant1.activatedInput > * {
	background-position-y: -550px;
}
*/

/* ========================================================================================================================= */
/* ================================================== Inputs, textarea, etc. */
/* ========================================================================================================================= */

.genericInputArea {
	margin-bottom: 10px;
}

.genericInputArea * {
	padding: 0px;
	margin: 0px;
}

.genericInputArea,
.genericInputArea > * {
	position: relative;
	float: left;
	font-size: 11px;
}

.genericLabel {
	padding-right: 10px;
	text-align: right;
}

.genericInfoMini {
	margin-top: 2px;
	clear: both;
	font-size: 9px;
	padding-left: 10px;
}

.genericInput {
	height: 19px;
	padding-left: 3px;
	border-style: solid;
	border-left-color: #b6cace;
	border-bottom-color: #e1edef;
	border-right-color: #d9e7e9;
	border-top-color: #a8bfc4;
	border-width: 1px;
	background-color: white;
}

.genericTextarea {
	color: #373737;
	min-height: 120px;
	padding: 2px;
	border-style: solid;
	border-left-color: #b6cace;
	border-bottom-color: #e1edef;
	border-right-color: #d9e7e9;
	border-top-color: #a8bfc4;
	border-width: 1px;
	background-color: white;
	overflow: hidden;
}

.genericSelect {
}

input[type=checkbox] {
	margin-right: 5px;
	overflow: hidden;
	outline: 0;
	border-width: 0px;
	border-style: none;
	background: transparent;
}

input[type="radio"] {
	cursor: pointer;
}

.generalActionsArea {
	position: relative;
	float: left;
	width: 100%;
	text-align: right;
}

.generalActionsArea > * {
	margin-left: 10px;
}

.generalActionsArea > *:first-child {
	margin-left: 0px;
}

/* ========================================================================================================================= */
/* ================================================== Obligations, errors, validations & notifications */
/* ========================================================================================================================= */

.genericInputAreaAlert .genericInput,
.genericInputAreaAlert .genericTextarea {
	border-color: #c60900;
	box-shadow: 1px 1px 4px red;
	-webkit-box-shadow: 1px 1px 4px red;
	-moz-box-shadow: 1px 1px 4px red;
}

.genericInputArea.availableMark .genericLabel {
	background-image: url(../images/spriteVariousPictos.png);
	padding-left: 12px;
}

.genericInputArea.availableMark .genericLabel {
	background-position: -730px -366px;
}

.genericInputAlertMsg {
	display: none;
	background-color: white;
	line-height: 15px;
	font-size: 11px;
	left: -40px;
	bottom: 25px;
	width: 130px;
	border-color: #969696;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	position: absolute;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 1px 1px 4px #969696;
	-webkit-box-shadow: 1px 1px 4px #969696;
	-moz-box-shadow: 1px 1px 4px #969696;
	z-index: 2000;
}

.requiredData .genericInput,
.requiredData .genericTextarea,
.requiredData .requiredDataBloc {
	background-image: url(../images/required1.png);
	background-position: right 2px;
	background-repeat: no-repeat;
	padding-right: 35px;
}

.requiredData .genericInput:focus,
.requiredData .genericTextarea:focus,
.requiredData .requiredDataBloc:focus {
}

.requiredDataBloc {
	width: 30px;
	height: 18px;
	clear: both;
}

/* ============================================================ */
/* ============================== Various pictos */
/* ============================================================ */

*[class*=Picto] {
	background-image: url(../images/spriteVariousPictos.png);
	background-repeat: no-repeat;
}

.twitterPicto {
	width: 21px;
	height: 27px;
	background-position: 0px 0px;
}

.circleArrowPicto {
	width: 21px;
	height: 20px;
	background-position: -31px 0px;
}

/* ============================== Mootools specific */
label.overTxtLabel {
	padding-top: 2px;
	color: #bfbfbf;
	opacity: 0;
}​
