/*************************************** BODY */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

/*************************************** HEADER */
#header{
	margin:auto;
	padding:0;
	height: 100px;
	clear:both;
}

#header h1 {
	margin:0;
	padding:0;

	color:#0053a1;
	font-family: Verdana;
	font-weight: bold;
	font-size:24px;
	position: relative;
	top : 60px;
	text-align:center;
}

/*************************************** CONTENT */
#content {
	margin:auto;
	padding:0;
	position:relative;
	width:565px;
	height:491px;
	clear:both;
	background: white url("../../images/coe/logoFiligrane_grand_bleu.jpg") center center no-repeat;
	}


#box-top-left {
	margin:0;
	padding:60px 0px 0px 0px;
	background: white url("../../images/coe/LogoCoe.jpg") center top no-repeat;
	position: absolute;
	width: 81px;
	/*height:60px;*/
	top:5px;
	left:5px;
	clear:both;
	text-align:center;
}

#box-top-right{
	margin:0;
	padding:0;
	position: absolute;
	width: 200px;
	height:60px;
	top:5px;
	left:355px;
	clear:both;
	text-align:right;
}

#box-bottom-left {
	margin:0;
	padding:0;
	position: absolute;
	width: 200px;
	height:20px;
	top:466px;
	left:5px;
	clear:both;

}

#box-bottom-right {
	margin:0;
	padding:0;
	position: absolute;
	width: 200px;
	height:20px;
	top:466px;
	left:355px;
	clear:both;
	text-align:right;

}

/*************************************** MESSAGE */
#messageBox {
	margin:0;
	padding:0;
	position:absolute;
	left: 0px;
	top: 130px;
	width:562px;
	height:50px;
	text-align:center;
}

.welcomeMessage {
	color:#000000;
	position: relative;
	font-family: Verdana;
	font-weight: normal;
	font-size:18px;

}

.errorMessage {
	color:#cc2227;
	font-family: Verdana;
	font-weight: bold;
	font-size:14px;
	text-align:left;
}

.connectMessage {
	color:#0053a1;
	font-family: Verdana;
	font-weight: bold;
	font-size:14px;
	text-align:left;
}

#message {
	margin:0;
	padding:0px 10px 0px 10px;
	position :absolute;
	top: 0px;
	left:100px;
	width:440px;
	height:50px;
	text-align:left;
}


.iconeLocked {
	margin:0;
	padding:0;
	position :absolute;
	top: 0px;
	left:0px;
	width : 100px;
	height :50px;
	background: transparent url("../../images/coe/Locked_32_n_g.gif") right top no-repeat;
}

.iconeUnlocked {
	margin:0;
	padding:0;
	position :absolute;
	top: 0px;
	left:0px;
	width : 100px;
	height :50px;
	background: transparent url("../../images/coe/Unlocked_32_n_g.gif") right top no-repeat;
}

.iconeError {
	margin:0;
	padding:0;
	position :absolute;
	top: 0px;
	left:0px;
	width : 100px;
	height :50px;
	background: transparent url("../../images/coe/ErrorRoundRed_32_n_g.gif") right top no-repeat;
}

/*************************************** FORMULAIRE */
#loginform {
	margin:0;
	padding: 0;
	position:absolute;
	left:158px;
	top: 210px;
	width:250px;
	height:200px;
	background: transparent url("../../images/coe/LoginBloc.gif") center center no-repeat;
}

#cadre10 {
	position:absolute;
	padding: 5px 0px 0px 10px;
}

#formTitle {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
/*	position:absolute;
	left: 0px;
	top: 0px;
*/
	width:230px;
	height:50px;
	background : transparent;
	border-bottom : solid 1px #999999;
	color:#777777;
	font-family: Verdana;
	font-weight: bold;
	font-size:14px;
	text-align: center;
}

formContent {
	margin:0;
	padding:0;
	background : transparent;
}

.label {
	margin:0;
	padding:5px 0px 0px 0px;
	width:230px;
	background : transparent;
	color:#777777;
	font-family: Verdana;
	font-weight: bold;
	font-size:12px;
}

.inputFocus {
	background:#f8d678;
}

.inputBlur {
	background: #e9f7b4;;
}


input, select,textarea {
	font-family:verdana;
	font-weight: bold;
	font-size:12px;
	margin:0;
	padding:0;
	background: #e9f7b4;
	width : 225px;
	}

.buttonleft {
	position : relative;
	left:0px;
	width : 10px;
	height :26px;
	background: transparent url("../../images/coe/bouton_left.gif") center center no-repeat;
}

.buttonright {
	position :relative;
	top:-62px;
	left:110px;
	width : 10px;
	height :26px;
	background: transparent url("../../images/coe/bouton_right.gif") center center no-repeat;
}

.buttonmiddle {
	margin:0px;
	padding:10px 0px 0px 0px;
	position :relative;
	top:-31px;
	left:10px;
	height : 26px;
	width : 100px;
	text-align: center;
	color: #777777;
	background: transparent url("../../images/coe/bouton_middle.gif") center center repeat-x;
}

.btnsubmit {
	margin:10px 0px 0px 0px;
	padding:0;

	position:relative;
	left: 55px;
	top: 0px;

	height:26px;
	width:120px;
	background : transparent;
	font-family: Verdana;
	font-weight: bold;
	font-size:12px;
	cursor: pointer;
}



#content a:link {
	color:darkblue;
	text-decoration: none;
}

#content a:hover {
	color:orange;
	text-decoration: underline;
}

#content a:visited {
	color:blue;
	text-decoration: none;
}

#content a:active {
	color: red;
	text-decoration: underline;
}


#content .dataset {
	margin:30px 0 0 0;
	padding:10px;
	border:1px solid #eee;
	clear:both;
	width:auto !important;
	width /**/:100%;
	}

#content .dataset h2 {
	position:relative;
	top:-20px;
	left:-20px;
	width:350px;
	margin:0;
	padding:0 0 1px 5px;
	border:1px solid #ccc;
	background-color:#eee;
	color:#066;
	font-weight:bold;
	font-size:1em;
	line-height:1.3em;
	}

#content .dataset .leftCol {
	float:left;
	width:50%;
	min-width:50%;
	margin:0;
	padding:0;
	}

#appStatus .dataset .rightCol {
	float:right;
	width:50%;
	}

html>body .clear:after {
	content:" ";
	display:block;
	height:0px;
	line-height:0px;
	clear:both;
	visibility:hidden; /* HIDES THE ELEMENT, BUT STILL TAKES UP SPACE */
	}

#content p {
	line-height:1.6em;

	}

#content ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#content ul li {
	background:url(../images/bullet_orange.gif) 0px 2px no-repeat scroll;
	padding-left:20px;
	margin-top:.5em;
	}

#content h2 {
/*
	margin:0;
	padding:0;
	font-size:1.8em;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 15pt;
	text-decoration: none
	}

#content h3 {
/*	margin:0;
	padding:0;
	font-size:1.5em;
	color:#333;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	line-height: 15pt;
	text-decoration: none
	}

#content p.top {
	text-align:right;
	font:bold 1em Verdana,Helvetica,sans-serif;
	}

/*************************************** FOOTER */
#footer {
	margin:2em 5% 10px 5%;
	padding:0;
	clear:both;
	}

#footer hr {
	margin:0;
	padding:0;
 	height:1px;
 	background:#ccc;
 	color:#ccc;
 	border:0;
 	}

#footer p {
	margin:0;
	padding:0;
	font-size:1em;
	line-height:1.2em;
	color:#999;
	}

#footer p#copyright {margin-top:1em;}

/*************************************** LINK STYLES */
#content a:hover, #content a:focus, #content ul li a:hover, #content ul li a:focus,
#menu ul li a:hover, #menu ul li a:focus,
#footer a:hover, #footer a:focus {
	background:transparent;
	color:#b00;
	text-decoration:underline;
	}

/*************************************** TABLE FORMATTING */
/*
table {
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	background-color:#fff;
	font-size:1em;
	}

th {
	border-left:solid 1px #ccc;
	border-top:solid 1px #ccc;
	background-color:#eee;
	color:#066;
	font-weight:normal;
	font-size:1em;
	vertical-align:middle;
	text-align:left;
	padding:0 0 0 2px;
	}

td {
	border-left:solid 1px #ccc;
	border-top:solid 1px #ccc;
	font-size:1em;
	padding:0 0 0 2px;
	}
*/

/*************************************** FORMS */
/*form {display:inline;}*/

/* input:focus, textarea:focus, select:focus {background:#fc3 !important;} */

input.numeric {text-align:right;}

/*************************************** BUTTON STYLES */
#content a.button, #content a.button:link, #content a.button:hover, #content a.button:active, #content .button {
	text-decoration:none;
	background-color:#d0d0d0;
	border:1px outset #d0d0d0;
	color: #000;
	padding:1px 1em;
	font-size:1.2em;
	line-height:1.2em;
	}

/*************************************** HELP */
#help {
	background-color:#ffc;
	border:1px solid #ccc;
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	}

#help h4 {
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
	background-color:#fc3;
	color:#b00;
	font-size:1em;
	font-weight:bold;
	line-height:19px;
	padding:0 0 0 3px;
	}

#help p {
	margin:10px;
	padding:0;
	}

/* #help #closeHelp {display:none;} */

#help h4 a, #help h4 a:visited {
	float:right;
	margin:0;
	padding:0 5px 0 20px;
	text-decoration:none !important;
	color:#ffc !important;
	font-weight:normal;
	line-height:19px;
	background:#b00 url(../images/close.gif) 5px 5px  no-repeat scroll;
	}

#help h4 a:hover, #help h4 a:focus {background:#c33 url(../images/close.gif) 5px 5px  no-repeat scroll !important;}

fieldset {
	border-top:solid 1px #ccc;
	border-bottom:0;
	border-right:0;
	border-left:0;
	margin:0;
	padding:0;
	padding-bottom: 1.5em;
	}
/*form{
	display: inline;
	}
*/
.accesskey {text-decoration:underline;}
fieldset div {padding-top:10px;}

legend {color:#066;}

/*
input, select,textarea {
	font-family:monospace;
	font-size:11px;
	margin:0;
	padding:0;
	}
*/

#content .button {
	padding:3px 0px;
	font-size:11px;
	width:11em;
	cursor:pointer;
	}

/*
label {
	margin:0 5px 0 0;
	font-weight:bold;
	cursor:pointer;
	}
*/
.required {background:#ffc;}
.important {color:#b00;font-family:monospace;font-weight:bold;font-size:1.2em;}
.evenrow {background-color:#eee;}

table .appHeadingRow th {
	border-top:5px solid #ccc;
	background-color:#666;
	color:#fff;
	text-align:left;
	padding:0 0 0 2px;
	}

input#send {
	color: #777;
	border: none;
	width: 100px;
	background: transparent;
}

#content .button#add {background:#d0d0d0 url(../images/arrowd.gif) right center  no-repeat scroll;}
#content .button#update {background:#d0d0d0 url(../images/update.gif) right center  no-repeat scroll;margin-top:10px;}

.errors#status {
	background-color : transparent !important;
	padding-top: 200px;
	padding-left: 60px;
	padding-right: 60px;
}

.errors#status > h2 {
	text-align: center;
}
