/***********************************************/
	/* main1237.css                            */
	/* Use with template Halo_leftNav.html         */
	/***********************************************/
	/***********************************************/
	/* HTML tag styles                             */
	/***********************************************/
body {
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #B0C4DE url("../images/layout/bg_grad.jpg") fixed;
}

.rounded-corner-top{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.rounded-corner-all{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.rounded-corner-bottom{
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}


/******* hyperlink and anchor tag styles *******/
a:link,a:visited {
	color: #005FA9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/************** header tag styles **************/
h1 {
	font: bold 100% Arial, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h2 {
	font: bold 100% Arial, sans-serif;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

h3 {
	font: bold 100% Arial, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h4 {
	font: 100% Arial, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5 {
	font: 100% Arial, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

/*************** list tag styles ***************/
ul {
	list-style-type: square;
	margin: 4px;
	list-style-position: inside;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: none;
}


/********* form and related tag styles *********/
form {
	margin: 0;
	padding: 0;
	position: relative;
}

label {
	font: 1em Arial, sans-serif;
	color: #334d55;
}

input {
	font-family: Arial, sans-serif;
}

input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
}
/***********************************************/
	/* Layout Divs                                 */
	/***********************************************/
#pagecell1 {
	position: absolute;
	top: 85px;
	left: 2%;
	right: 2%;
	width: 95.6%;
	background-color: #ffffff;
	clear: both;
	/*z-index:1;*/
}

#tl {
	position: absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position: absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#main {
	background-color: #ffffff;
	width: 95.6%;
	min-width: 640px;
/* 	zoom:1; */
/* 	z-index:1; */
}

#masthead {
	position: absolute;
	top: 0px;
	left: 28px;
	right: 28px;
	width: 95.6%;
	zoom:1;
	z-index:1;
}

#masthead #utility a img{ 
	position: relative;
	top: 2px;
}


#pageNav {
	float: left;
	width: 178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana, sans-serif;
	clear: left;
	position: relative;
}

#content {
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #ccd2d2;
	float: left;
	position: relative;
	clear: right;
}

#contentindex {
	float: left;
	background-Color: #ffffff;
	position: relative;
	visibility: visible;
	clear: both;
	border: 0px solid #000000;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#contentSansMenu {
	float: left;
	padding: 10px;
	background-Color: #ffffff;
	position: relative;
	visibility: visible;
	clear: both;
	border: 0px solid #000000;
}

#contentSansMenuHidden {
	float: left;
	padding: 10px;
	position: relative;
	visibility: hidden;
	clear: both;
}

#contentSansMenu h1,h2,h3 {
	clear: both;
}

#contentSansMenuHidden h1,h2,h3 {
	clear: both;
}

/***********************************************/
	/* Component Divs                              */
	/***********************************************/
#siteName {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/
#utility {
	font: 100% Verdana, sans-serif;
	position: absolute;
	top: 5px;
	right: 0px;
	color: #919999;
}

#memory {
	position: absolute;
	top: 1px;
	left: 30%;
	width: 40%;
	padding: 0px;
	margin: 0px;
}

#memory table {
	padding: 0px;
	margin: 0px;
	width: 100%;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
	font: 50% Verdana, sans-serif;
}

#memory h1 {
	font: 100% Verdana, sans-serif;
	color: #ffffff;
}

#utility a {
	color: #ffffff;
}

#utility a:hover {
	text-decoration: underline;
}

/************** pageName styles ****************/
#pageName {
	padding: 8px 0.96%;
	margin: 0px;
	border-bottom: 1px solid #ccd2d2;
}

#pageName h2 {
	font: bold 175% Arial, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#pageName img {
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

#pageName i {
	padding: 5px 0px 5px 10px;
	font: italic 12px Verdana, sans-serif;
}

/************* globalNav styles ****************/
#globalNav {
	position: relative;
	z-index:500;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	/* background-image: url("../images/layout/glbnav2_background.gif"); */
}

#globalNav img {
	
}

#globalNavLogin{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url("../images/layout/glbnav2_background.gif");
}

#gnl {
	position: absolute;
	top: 0px;
	left: -1px;
}

#gnr {
	position: absolute;
	top: 0px;
	right: -1px;
}

#globalLink {
	position: absolute;
	top: 4px;
	height: 16px;
	width: 93%;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

#globalLinkRight {
	position: absolute;
	top: 4px;
	height: 16px;
	padding: 0px;
	margin: 0px;
	right: 15px;
	z-index: 100;
}

a.glink,a.glink:visited {
	font-size: small;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover {
	background-image: url("../images/layout/glblnav2_selected.gif");
	text-decoration: none;
}

a.glinkselected,a.glinkselected:visited {
	font-size: small;
	color: #005FA9;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover, a.glinkselected:hover {
	background-image: url("../images/layout/glblnav2_selected.gif");
	text-decoration: none;
}

a.glinkright, a.glinkright:visited, a.glinkright:hover {
	font-size: small;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-left: 1px solid #8FB8BC;
}

a.glinkright:hover {
	background-image: url("../images/layout/glblnav2_selected.gif");
	text-decoration: none;
}

.skipLinks {
	display: none;
}

/************ subglobalNav styles **************/
.subglobalNav {
	position: absolute;
	top: 60px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNavRight {
	position: absolute;
	top: 60px;
	right: 0px;
	text-align: right;
	width: 100%;
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	/*color: #ffffff;*/
}

.subglobalNav a:link,.subglobalNav a:visited,.subglobalNavRight a:link,.subglobalNavRight a:visited{
	font-size: 12px;
	color: #ffffff;
}

.subglobalNav a:hover,.subglobalNavRight a:hover {
	color: #cccccc;
}

.subglobalNav span {
	font-size: 12px;
	color: #cccccc;
}

/*************** search styles *****************/
#search {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input {
	font-size: 70%;
	margin: 0px 0px 0px 10px;
}

#search a:link,#search a:visited {
	font-size: 80%;
	font-weight: bold;
}

#search a:hover {
	margin: 0px;
}

/************* breadCrumb styles ***************/
#breadCrumb {
	padding: 5px 0px 5px 10px;
	font: small Verdana, sans-serif;
	color: #AAAAAA;
	position: relative;
	float: left;
	clear: both;
}

#breadCrumb a {
	font: 100% Verdana, sans-serif;
	color: #005FA9;
}

#breadCrumb a:hover {
	color: #005FA9;
	text-decoration: underline;
}

#breadCrumb h1,h2,h3 {
	clear: left;
}

/************** feature styles *****************/
.feature {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}

html>body .feature {
	height: auto;
}

.feature h3 {
	font: bold 175% Arial, sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img {
	padding: 0px 10px 0px 0px;
}

/*************** story styles ******************/
.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3 {
	font: bold 125% Arial, sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule {
	font: bold 1em Arial, sans-serif;
	color: #005FA9;
	display: block;
	padding-bottom: 5px;
}

.story a.capsule:hover {
	text-decoration: underline;
}

td.storyLeft {
	padding-right: 12px;
}

/************** siteInfo styles ****************/
#siteInfo {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 2px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************ sectionLinks styles **************/
#sectionLinks {
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinksDisabled {
	margin: 0px;
	padding: 0px;
}

#sectionLinksDisabled h3 {
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #DDEEFF;
}

.sldivclass {
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

.sldivclass a:link,.sldivclass a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url("../images/layout/bg_nav.jpg");
	font-weight: bold;
	padding: 2px 0px 2px 10px;
	color: #21536A;
}

.sldivclass a:hover {
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/* disabled items */
.sldivDisabledclass {
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

.sldivDisabledclass a:link,.sldivDisabledclass a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url("../images/layout/bg_nav.jpg");
	font-weight: bold;
	padding: 2px 0px 2px 10px;
	color: #9CA3A6;
}

.sldivDisabledclass a:hover {
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/* end disabled items */



.subpageNav {
	position: relative;
	left: 0px;
	min-width: 100px;
	background-color: #FFFFFF;
	padding: 1px 0px 1px 10px;
	color: #000000;
}

.subpageNav a:link,.subpageNav a:visited {
	display: block;
	font-size: 70%;
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
	border-top: 1px dotted #DDEEFF;
	border-bottom: 0px solid #FFFFFF;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}

.subpageNav a:hover {
	background-color: #DDEEFF;
	text-decoration: none;
	font-weight: normal;
}

.subpageNav span {
	display: block;
	font-size: 70%;
	color: #A4A4A4;
	background-color: #FFFFFF;
	background-image: none;
	border-top: 1px dotted #DDEEFF;
	border-bottom: 0px solid #FFFFFF;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}

/*****************************************************/
	/************* MODULES MAIN PAGE styles **************/
	/*****************************************************/
#pageModulesNav {
	margin: 50px 3px 3px 0px;
	float: left;
	width: 178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana, sans-serif;
	clear: left;
	position: relative;
}

.pageModuleNav {
	position: relative;
	float: left;
	font: 80% Arial, sans-serif;
	padding: 5px 5px 5px 5px;
	clear: left;
}

.subPageModuleNav {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	padding: 5px 5px 5px 5px;
}

.subPageModuleNav a:link,.subpageNav a:visited {
	
}

.subPageModuleNav a:hover {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	text-decoration: none;
}

/*****************************************************/
	/*****************************************************/
	/************* relatedLinks styles **************/
.relatedLinks {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3 {
	padding: 10px 0px 2px 0px;
}

.relatedLinks a {
	display: block;
}

/**************** advert styles *****************/
#advert {
	padding: 10px;
}

#advert img {
	display: block;
}

/*********** error messages styles **************/
.errormessages {
	FONT-WEIGHT: lighter;
	FONT-SIZE: 12px;
	COLOR: #FF0000;
	font-family: Arial, sans-serif;
}

.infosmessages {
	FONT-WEIGHT: lighter;
	FONT-SIZE: 12px;
	COLOR: #000000;
	background-color: #fff1a8;
	font-family: Arial, sans-serif;
}

#errormessages {
	FONT-WEIGHT: lighter;
	FONT-SIZE: 12px;
	COLOR: #FF0000;
	font-family: Arial, sans-serif;
}

/**************** login styles*******************/
#LoginPagecell1 {
	position: absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width: 95.6%;
	background-color: #ffffff;
}

.loginFont {
	font-size: small;
	color: #005FA9;
	font-weight: bold;
	margin: 0px;
	padding: 4px 5px 4px 5px;
}

#bl {
	position: absolute;
	bottom: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#br {
	position: absolute;
	bottom: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/************** loginUtility styles *****************/
#loginUtility {
	position: absolute;
	top: 5px;
	right: 3%;
	/**left: 20%;**/
	font: 75% Verdana, sans-serif;
	color: #919999;
}

#loginUtility a {
	color: #ffffff;
}

#loginUtility a:hover {
	text-decoration: underline;
}

/******* Actions Formulaires Styles ********/
.tabActions {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
}

.tabActions td {
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

.tabActions a {
	font: 12px Arial, sans-serif;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

/********* Formulaires Styles **************/
.headerForm h2 {
	font: Bold 100% Arial, sans-serif;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

.labelForm {
	position: relative;
	float: left;
	width: 750px;
	padding: 0px;
	background-color: #F5f7f7;
	border: 1px dotted #cccccc;
}

.sousLabelForm {
	padding: 0px;
	border: 1px solid #000000;
}

.labelFormSansTaille { /*width: 750px;*/
	padding: 0px;
	background-color: #F5f7f7;
	border: 1px dotted #cccccc;
}

.labelForm td {
	font: 80% Arial, sans-serif;
	color: #000000;
	margin: 0px;
}

.labelFormSansTaille td {
	font: 80% Arial, sans-serif;
	color: #000000;
	margin: 0px;
}

#labelFormHeader {
	background-color: #69c;
	border: 1px solid #fff;
	font: 12px Arial, sans-serif;
	color: #fff;
	margin: 0px;
}
#accordionFormHeader {
	/*background-color: #69c;*/
	/*border: 1px solid #fff;*/
	font: normal bold 11px Arial, sans-serif;
	/*color: #fff;*/
	margin: 0px;
}

#labelFormHeaderVertic {
	direction: rtl;
	writing-mode: tb-rl;
	background-color: #69c;
	border: 1px solid #fff;
	font: 90% Arial, sans-serif;
	color: #fff;
	margin: 0px;
}

#labelFormResult {
	background-color: #fea;
	border: 0px dotted #cccccc;
	font: 12px Arial, sans-serif;
	color: #000;
	margin: 0px;
}

.sousTableForm {
	float: left;
	width: 100%;
	background-color: #ffffff;
	border: 1px dotted #cccccc;
}

.sousTableForm td {
	font: 80% Arial, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.sousTableForm h3 {
	font: 90% Arial, sans-serif;
	color: #CC6666;
	margin: 0px;
	padding: 0px;
}

.sousTableForm h4 {
	font: 90% Arial, sans-serif;
	color: #AAAAAA;
	margin: 0px;
	padding: 0px;
}

.sousEqtTableForm { /*width: 750px;*/
	padding: 0px;
	background-color: #F5f7f7;
}

.sousEqtTableForm td {
	font: 80% Arial, sans-serif;
	color: #000000;
	margin: 0px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.sousEqtTableForm th {
	font: 80% Arial, sans-serif;
	color: #000000;
	background-color: #Fbfcfc;
	margin: 0px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.divformsubmit {
	position: absolute;
	top: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url("../images/layout/glbnav2_background.gif");
}

.tdformsubmit a,.tdformsubmit a:visited {
	font-size: small;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	border-right: 1px solid #8FB8BC;
}

.tdformsubmit a:hover {
	background-image: url("../images/layout/glblnav2_selected.gif");
	text-decoration: none;
}

.textfield {
	border: #116486 1px solid;
	font-weight: lighter;
	font-size: 12px;
	color: #005baa;
	line-height: 13px;
	font-family: Verdana;
}

.textfieldReadOnly {
	border: #116486 1px solid;
	font-weight: lighter;
	font-size: 12px;
	color: #000000;
	line-height: 13px;
	font-family: Verdana;
	background-color: #F5f7f7;
}

.textfieldReadOnlyWithoutBorder {
	font-weight: lighter;
	font-size: 12px;
	font-style: italic;
	color: #000000;
	font-family: Verdana;
	background-color: #F5f7f7;
	border-style: none;
}

.divfieldRequired {
	color: #CC6666;
	background-color: #ffffff;
	font-weight: lighter;
	font-size: 12px;
	font-family: Verdana;
}

.textfieldRequired {
	border: #CC6666 1px solid;
	font-weight: lighter;
	font-size: 12px;
	color: #005baa;
	line-height: 13px;
	font-family: Verdana;
}

.demandeRemarques {
	width: 750px;
	padding: 0px;
	background-color: #F5f7f7;
	border: 1px dotted #cccccc;
}

.demandeRemarques td {
	font: Bold 80% Arial, sans-serif;
	color: #ff0000;
	margin: 0px;
}

.demandeRemarques a,.demandeRemarques a:visited {
	font: Bold 80% Arial, sans-serif;
	color: #ff0000;
	margin: 0px;
}

.demandeRemarques a:hover {
	font: Bold 80% Arial, sans-serif;
	color: #ff0000;
	margin: 0px;
}

/******** Admin equipement associés ******/
.equipementsListModif {
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 375px;
	min-width: 150px;
	/*height: 20px;*/
	padding: 0px 0px 0px 0px;
	color: #ffffff;
}

.naturesListModif {
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	vertical-align: top;
	min-width: 150px;
	/*height: 20px;*/
	padding: 0px 0px 0px 0px;
	color: #ffffff;
}

/******** Admin catalogue associés ******/
.cataloguesListModif {
	position: relative;
	visibility: visible;
	top: 0px;
	left: 0px;
	/*width: 185px;*/ /*min-width: 50px;*/ /*height: 20px;*/
	padding: 0px 0px 0px 0px;
	color: #ffffff;
}

.cataloguesNiveauxListModif {
	position: relative;
	visibility: visible;
	top: 0px;
	left: 0px;
	/*width: 185px;*/ /*min-width: 50px;*/ /*height: 20px;*/
	padding: 0px 0px 0px 0px;
	color: #ffffff;
}

.divFormSansTaille { /*float: left;*/ /*width: 750px;*/
	padding: 0px;
	background-color: #F5f7f7;
	border: 1px dotted #cccccc;
}

.divFormSansTaille td {
	font: 80% Arial, sans-serif;
	color: #000000;
	margin: 0px;
}

.sousTableNivForm {
	float: left;
	width: 100%;
	background-color: #ffffff;
	border: 1px dotted #cccccc;
}

.sousTableNivForm td {
	font: 80% Arial, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

/******** PAGE LOGIN ******/
.formimgverticfade {
	background-image: url("../images/pagelog/loginVerticalFadeUp.gif");
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

.formimgvertic {
	background-image: url("../images/pagelog/loginVertical.gif");
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

.formimgTgauche {
	/*background-image:  url("../images/pagelog/TLeft.gif");*/
	background-image: url("../images/pagelog/arrowLeft.gif");
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

.formimgvirgulegauche {
	background-image: url("../images/pagelog/loginVirguleLeftUp.gif");
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

.formimgredarrow {
	/*background-image:  url("../images/pagelog/redArrowUp.gif");*/
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

.formimg0 { /*background-image:  url("../images/pagelog/num0.gif");*/
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

.formimg1 { /*background-image:  url("../images/pagelog/num1.gif");*/
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

.formimg2 { /*background-image:  url("../images/pagelog/num2.gif");*/
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

.formimg3 { /*background-image:  url("../images/pagelog/num3.gif");*/
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

.formimg4 { /*background-image:  url("../images/pagelog/num4.gif");*/
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

.formimg5 { /*background-image:  url("../images/pagelog/num5.gif");*/
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

/************** DisplayTag styles ****************/
.divDisplay {
	position: relative;
	float: left;
	clear: both;
	margin: 1px;
	padding: 1px;
	border: 0px solid #000;
}

.divrelativedisplay {
	position: relative;
	float: left;
	clear: both;
}

.divabsolutedisplay {
	float: left;
	clear: both;
	width: 200px;
	position: absolute;
	visibility: hidden;
	background-color: #F5f7f7;
	border: 1px solid #cccccc;
	z-index: 99;
}

.divabsolutedisplay table.tableabsolutedisplay {
	background-color: #F5f7f7;
	margin: 0px;
	padding: 0px;
	border: 0px solid #999;
}

/************ calendar styles ****************/
#calendarTopTable {
	position: relative;
	width: 120px;
	min-width: 120px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url("../images/layout/glbnav2_background.gif");
}

#calendarTopTable img {
	margin-bottom: -4px;
}

#lnl {
	position: absolute;
	top: 0px;
	left: 0px;
}

#lnr {
	position: absolute;
	top: 0px;
	right: 0px;
}

#localLink {
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

a.caltoplink,a.caltoplink:visited {
	font-size: small;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.caltoplink:hover {
	background-image: url("../images/layout/glblnav2_selected.gif");
	text-decoration: none;
}

/************** calendar bottom part styles ***********/
a.weekDay,a.weekDay:visited {
	font: bold 75% Verdana, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ffffff;
}

a.weekDay:hover {
	background-image: url("../images/layout/glblnav2_selected.gif");
	text-decoration: none;
}

td.weekDay {
	background-color: #ffffff;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

a.weekEndDay,a.weekEndDay:visited {
	font-size: small;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #ffffff;
}

a.weekEndDay:hover {
	text-decoration: none;
}

td.weekEndDay {
	background-color: #ffe;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

a.focusDay,a.focusDay:visited {
	font-size: small;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #ffffff;
}

a.focusDay:hover {
	background-image: url("../images/layout/glblnav2_selected.gif");
	text-decoration: none;
}

td.focusDay {
	background-color: #ffffff;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

td.blankcellcal {
	background-color: #eee;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

td.heading {
	background-color: #ffeeaa;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

/************** ToolbarStyle ***********/
.ToolbarStyle {
	font-size: 10px;
	background-color: #ECECEC;
	background-image: url( '/g/14/fdH25.jpg' );
	background-position: 50% bottom;
	background-repeat: repeat-x;
	border-bottom: #000000 1px solid;
	border-left: #dcdcdc 1px solid;
	border-right: #000000 1px solid;
	border-top: #dcdcdc 1px solid;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

.ToolbarStyle td {
	padding: 4px 4px;
}

.ToolbarStyle td a {
	padding: 1px 4px;
	margin: 1px;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial;
	text-decoration: none;
}

.ToolbarStyle td a:hover {
	border: 1px solid black;
	padding: 1px 4px;
	margin: 0px;
	cursor: pointer;
	color: gray;
	background-color: #e9f2f8;
	text-decoration: none;
}

.ToolbarStyle td a:visited {
	padding: 1px 4px;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial;
	text-decoration: none;
}

.ToolbarStyle img {
	margin-top: -3px;
	vertical-align: middle;
}

.testindexinput {
	BACKGROUND-IMAGE: url(../images/pagelog/input_white.gif);
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	COLOR: #000;
	BORDER-BOTTOM: black 1px solid;
}
.cmColumnsTable tr:nth-child(even) {background: #CCC;}

.ieCMContentRow td{
	*border-bottom:1px solid #DDF;
}

.divNouvelleInterface{
	float:right;
	padding:10px;	
}
.divNouvelleInterface a{
	
	/*
	En attendant la mise en production définitive, le bouton permettant d'accéder à la nouvelle page d'accueil est masqué
	*/
	visibility:hidden;
	
	color:#005FA9;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
}
.divAncienneInterface{
	position:absolute;
	left:155px;
	top:10px;
	padding:10px;	
}
.divAncienneInterface a{
	color:#005FA9;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
}


#pagecell2 {
	position: absolute;
	top: 40px;
	left: 2%;
	right: 2%;
	width: 95.6%;
	background-color: #ffffff;
	clear: both;
}

.tableItalic{
	padding:0;
	margin:0;
	font-style:italic;
	color:#555;
}

.classAllerRetour{
	display:none;
}

.gridTabContentForm {
	text-align:left;
}

.gridTabContentForm td {
	text-align:left;
	font: 12px Arial, sans-serif;
	color: #000000;
}
/********************* end **********************/

a.btnOpenId {
  background-color: #679bcd;
  border: 1px;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  border-radius: 12px;
  font-weight: bold;
  min-width:90%
}
