/********************************************
   AUTHORS: Erwin Aligam / doTemplate
  *******************************************/
*
{
    margin: 0;
}

body
{
	background-color: #EFF3FF;
    margin: 0;
    padding: 0;  
    color: #1C1C1C;
    font-family: Arial, Arial, Tahoma, sans-serif;
    font-size: 10pt;
	margin-bottom:0;
}
body, html
{
    margin: 0;
    padding: 0;
    height: 100%;
}
#layout
{
	background-color:white;
	margin-left: auto;
    margin-right: auto;
	width:985px;
	height:2000px;
}
#left
{
    float: left;
	width: 4%;
    background-image: url(images/bgGaucheBleu.jpg);
    background-repeat: repeat-y;
    background-position: right;
    background-color: #EFF3FF;
    height: 100%;
}
#center
{
    background-color: White;
    width:auto;
}
#right
{
    float: right;
    width: 4%;
    background-image: url(images/bgDroiteBleu.jpg);
    background-repeat: repeat-y;
    background-position: left;
    background-color: #EFF3FF;
    height: 100%;
}


#header
{
}

#nav1
{
    width:900px;
    margin-left:39px;
    margin-top:3px;
    padding: 0;
    background: #202020 url(images/menu.jpg?z=8993) repeat-x;
    font: bold 16px/40px "Trebuchet MS" , Arial, Tahoma, Sans-serif;
    height: 40px; 
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
#nav1 ul
{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav1 ul li
{
    display: inline;
}
#nav1 ul li a
{
    display: block;
    float: left;
    padding: 0 14px;
    color: #E3D134;
    text-decoration: none;
    text-align: center;
    border-left: 1px solid #484848;
    border-right: 1px solid #000000;
}
#nav1 ul li a:hover
{
    background: #EED600 url(images/selectedMenu.jpg?z=8993 ) repeat-x;
    color: #202020;
}
li.current
{
    background-color: #202020;
    color: #E3D134;
}
#sidebar
{
    float:left;
    width: 200px;
    padding: 10px 10px 10px 10px;
    margin: 0px 10px 0px 0px;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #1C1C1C;
    background-color:#EFF3FF;
    height:1800px;   
}

#sidebartop
{
    background-color:#EFF3FF;
    width:900px;
}

#sidebar *
{}
#sidebar h3
{
    font-family: Arial, sans-serif;
    font-size: 14pt;
    color: #AAAAAA;
}
#sidebar ul.sidemenu
{
    list-style: none;
    text-align: left;
    margin: 7px 10px 8px 10px;
    padding: 0;
    text-decoration: none;
    border-top: 1px solid #c5c5c5;
}
#sidebar ul.sidemenu li
{
    list-style: none;
    padding: 4px 0 4px 0px;
    margin: 0 2px;
    color: #777;
    border-bottom: 1px solid #c5c5c5;
}
* html body #sidebar ul.sidemenu li
{
    height: 1%;
}
#sidebar ul.sidemenu li a
{
    text-decoration: none;
    color: #1C1C1C;
}
#sidebar ul.sidemenu li a:hover
{
    color: #FFFFFF;
}
#sidebar ul.sidemenu ul
{
    margin: 0 0 0 5px;
    padding: 0;
}
#sidebar ul.sidemenu ul li
{
    border: none;
}
#main
{
	/*padding-top:10px;*/
	float:left;
	background-color:white;
	width:650px;
	height:1300px;    
}
#main p, #main h1, #main h2, #main h3, #main ol, #main ul, #main form
{
    padding-top: 10px;
}
#main p, #sidebar p
{
    text-align: justify;
}
h1
{
    font-family: Arial;
    font-size: 20pt;
    color: #6BB501;
    letter-spacing: 3px;
}
h2
{
    font-family: Arial;
    font-size: 16pt;
    color: #968B23;
    /*letter-spacing: 2px;*/
}
h3
{
    font-family: Arial;
    font-size: 14pt;
    color: #6BB501;
    padding-bottom:10px;
}
a, a:visited
{
    color: #6BB501;
    text-decoration: none;
}
a:hover
{
    color: #E3D134;
    text-decoration: underline;
}
#footer
{
	
    color: #FFFFFF;
	background-color:#80E235;
    text-align: center;
    font-size: 8pt;
	height:50px;
}
#footer p
{
	padding:20px 20px 20px 20px;
}
#footer a
{
    color: #FFFFFF;
    text-decoration: none;
}
a, a:visited
{
    text-decoration: none;
    background: inherit;
    color: #6BB501;
}
a:hover
{
    text-decoration: underline;
    background: inherit;
    color: #E3D134;
}
input[type=submit]
{
    color:#000000;
    background-color:#FFFFCC;
    border-color:#000000;
    border-width:1px;
    border-style:Solid;
    font-family:Arial;
    font-weight:bold;
    
}
/*--------------------- CUSTOM ------------ */
.DaySelected
{
    background-color: #80E234;
}

.TableDt
{
    float:left;
}

.tableDate tr td
{
    border:1px solid #999999;
    padding:5px;
}

.cellvide
{  
    border:0px solid white;
}

.TableCopy
{
    clear:right;
    padding-top:60px;
    padding-left:10px;
}

#language 
{	
    float:right;
	padding: 0 14px;
	color: #E3D134;
	text-decoration: none;
	text-align:center;
	border-left: 1px solid #484848 ;
	border-right: 1px solid #000000 ;	
}

.Libelle
{
    font-weight:bold;
}
.headerControl
{
    color:White;
    background-color:#6BB501;
    font-weight:bold;
    height:20px;
}
.tdyes
{
    background-color:#AAFD8E;
}
.tdno
{
    background-color:#FF9797;
}
.tdunknow
{
    background-color:#FFFF99;
}
.waterMark
{
    background-color:#F0F8FF;
    border:1px solid #BEBEBE;
    color:#BEBEBE;
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #000000;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
	font-weight:bold;
	font-size:10pt;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #000000;
	color: #E3D134;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

.hiddenText a
{
    color:#EFF3FF;
    text-decoration: none;
}


.hiddenText a:visited
{
    color:#EFF3FF;
    text-decoration: none;
}


.hiddenText a:hover
{
    color:#EFF3FF;
    text-decoration: none;
}

.backColor
{
    background-color:#FFD4AA;
}

.Label
{
    font-weight:bold;   
    line-height:25px;
}

.errorTime
{
    border:1px solid red;
}

.textError
{
    color:red;
}

/* OLD */
#bannerLeft
{
	float:left;
	background-image:url(images/headerGauche2.jpg);
	background-repeat: no-repeat;
    background-position: left;
	width:315px;
	height:131px;
}
#bannerRight
{
	float:right;
	background-image:url(images/headerDroit2.jpg);
	background-repeat: no-repeat;
    background-position: right;
	width:372px;
	height:131px;
}
#bannerCenter
{
	width:auto;
	background-image: url(images/headerback2.jpg); 
	background-repeat: repeat-x;
	height:135px;
}

.tdH
{
    text-align : right;
}

#buttonBottom
{
    clear:left;
}

#responses
{
    width: 900px;
    height: auto;
    overflow-x: auto;
    overflow-y: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}