/* Body */
body {
	font-size: small;
	font-family: sans-serif;
}

/* Boite Input standard */
input, select, textarea {
	border: 1px solid #0080bf;
	background: #f6f8fb;
}

input:hover ,select:hover {
	background: #fff;
}

th {
	font-size : small;
	font-weight: bold;
}

th.right {
	font-size : small;
	text-align: right;
}

th.left {
	font-size : small;
	text-align: left;
}
/* Boite Input importante */
input.warn {
	border: 2px solid #FF8ed1;
	background: #FBB;
	text-align: center;
}

input.warn2 {
	border: 1px solid #F00;
	background: #FA0;
}

textarea.warn2 {
	border: 1px solid #F00;
	background: #FA0;
}

input.warn3 {
	border: 2px solid #F00;
	border-style: dashed;
	background: #FA0;
	text-align: center;
}
input.warn3:hover {
	border-style: dashed;
}
input.warn:hover {
	border: 2px solid #F00;
	background: #FEE;
}


label {
	font-size: x-small;
}

/* Links */
a { 
	font-size:small; 
	font-family: sans-serif;
}

a:link {
	color: #0080bf;
	text-decoration: none; 
}

a:visited {
	color: #0080bf;
	text-decoration: none; 
}

a:active {
	color: #0080bf;
	text-decoration: underline; 
}

a:hover {
	color: #81C451;
	text-decoration: underline; 
}

.block {
	display:table;
}

.menuitem {
	font-size: small;
	font-weight: bold;
	/*text-shadow: #0080bf 5px 5px 5px;*/
}

a.menuitemsel {
	font-size: small;
	color: #61ADDE;
	font-weight: bold;
	/*text-shadow: #0080bf 5px 5px 5px;*/
}
.menuitemsel {
	font-size: small;
	color: #61ADDE;
	font-weight: bold;
	/*text-shadow: #6F7EA5 5px 5px 5px;*/
}


/* Bandeau (Logo + Nom + Icone Big) */
#bando {
	height: 130px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#corp {
	background-color:transparent; 
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}



.logo {
	padding-top: 5px;
	float:left;
	width: 120px;
}

.imagedroite {
	padding-top: 5px;
	float:right;
	width: 130px;
}

.bandeau {
	padding-top: 2em;
	float:left;
}


/* Core title, zonename, template*/
#core {
	padding-top: 25px;
	float: left;
	width: 950px;
}

/* titre */
.title {
	font-size: x-large;
	float: none;
}




/** Corps **/

#zonename {
	float: none;
	font-size: larger;
}

#menu {
	float:left;
	padding-left:0.5em;
	margin-right:0.5em;
	border-right: dashed 1px #0080bf;
	width: 170px;
}

#template {
	float: left;
	padding-top: 2em;
	
	font-size:  small;
	width : 670px;
}

#help {
	float: left;
	background: url('images/help.png') no-repeat top;
	padding-left:0.5em;
	padding-right:0.5em;
	padding-top: 8em;
	font-size: xx-small;
	font-weight: bold;
	color:#444;
	width: 85px;
}

#footer {
	float: left;
	margin-top: 2em;
	padding-top: 5px;
	width: 100%;
	height: 30px;
	background-color: #0080bf;
}

/* Style d'un calque cach�*/
.hidden {
	visibility: hidden; 
}

.visible {
	visibility: visible; 
}

.decale {
	background: #fff7f7;
	border: 1px solid #d7d7d7;
	padding: 0.5em;
}

.aidetxt {
	visibility: hidden;
	overflow: auto;
	position:absolute;
	left:15%;
	top: 15%;
	width: 70%;
	height: 70%;
	padding: 1em;
	border: 2px solid #0080bf;
	background-color: #FFF;
	color:#444;
	opacity: 0.95;
}



/********   Calendrier Style    ********/
.TESTcpYearNavigation,.TESTcpMonthNavigation {
	background-color: #85C655;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.TESTcpDayColumnHeader,.TESTcpYearNavigation,.TESTcpMonthNavigation,.TESTcpCurrentMonthDate,.TESTcpCurrentMonthDateDisabled,.TESTcpOtherMonthDate,.TESTcpOtherMonthDateDisabled,.TESTcpCurrentDate,.TESTcpCurrentDateDisabled,.TESTcpTodayText,.TESTcpTodayTextDisabled,.TESTcpText
	{
	font-family: sans-serif;
	font-size: x-small;
}

TD.TESTcpDayColumnHeader {
	text-align: right;
	border: solid thin #85C655;
	border-width: 0 0 1px 0;
}

.TESTcpCurrentMonthDate,.TESTcpOtherMonthDate,.TESTcpCurrentDate {
	text-align: right;
	text-decoration: none;
}

.TESTcpCurrentMonthDateDisabled,.TESTcpOtherMonthDateDisabled,.TESTcpCurrentDateDisabled
	{
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
}

.TESTcpCurrentMonthDate {
	color: #85C655;
	font-weight: bold;
}

.TESTcpCurrentDate {
	color: #FFFFFF;
	font-weight: bold;
}

.TESTcpOtherMonthDate {
	color: #808080;
}

TD.TESTcpCurrentDate {
	color: #FFFFFF;
	background-color: #85C655;

	border: solid #000000 1px ;
}

TD.TESTcpCurrentDateDisabled {

	border: solid #FFAAAA 1px ;
}

TD.TESTcpTodayText,TD.TESTcpTodayTextDisabled {
	border: solid #85C655 thin;
	border-left-width: 1px;
}

A.TESTcpTodayText,SPAN.TESTcpTodayTextDisabled {
	height: 20px;
}

A.TESTcpTodayText {
	color: #85C655;
	font-weight: bold;
}

SPAN.TESTcpTodayTextDisabled {
	color: #D0D0D0;
}

.TESTcpBorder {
	border: solid thin #85C655;
}

