html{min-height: 100%; margin-bottom: 1px;}

body{
	background-color: #57accd;
	background-image: url(../images/layout/bg_site.gif);
	background-repeat: repeat-x;
	margin: 0;
	color: #2651A8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
}

.topBanner{
	padding: 10px 0 10px 20px;
}

#rightBanner{
	background-image: url(../images/layout/corner_tl_banner.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 170px;
	padding: 20px;
}

.rightBanner{
	padding-top: 90px;
}

#footer{
	color: #FFF;
	text-align: center;
}

td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

td.topFormBg{
	background-image: url(../images/layout/tnitourisme_02.jpg);
	background-repeat: no-repeat;
	height: 35px;
	vertical-align: middle;
}

td.navigation{
	background-color: #DDEEF5;
	width: 171px;
}

td.navigation1{
	width: 100%;
	background-color: #289ECC;
	color: #FFF;
	border-top: 1px solid #9BCEE1;
}

td.navigation2{
	width: 100%;
	background-color: #FFF;
	border-top: 1px solid #9BCEE1;
}

td.navigationNoPicto{
	background-color: #C2E1ED;
	border-top: 1px solid #9BCEE1;
}

td.content{
	background-color: #FFF;
	color: #2651A8;
	padding: 20px 10px 10px 15px;
}

td.rightColumn{
	background-color: #FFF;
	color: #2651A8;
	padding: 20px 10px 0px 0px;
}

td.framed{
	border-left: 1px solid #9BCEE1;	
	border-right: 1px solid #9BCEE1;
	border-bottom: 1px solid #9BCEE1;
	padding-right: 5px;
	padding-left: 5px;
	padding-top:15px;
	padding-bottom:15px;	
}

td.pageTitle{
	background-image: url(../images/layout/bg_page_title.jpg);
	background-repeat: no-repeat;
	width: 640px;
	height: 21px;
	padding-left: 3px;
	font-weight: bold;
}

td.longTitle{
	background-image: url(../images/layout/bg_long_title.jpg);
	background-repeat: no-repeat;
	width: 460px;
	height: 21px;
	padding-left: 3px;
	font-weight: bold;
}

td.shortTitle{
	background-image: url(../images/layout/bg_short_title.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 21px;
	padding-left: 3px;
	font-weight: bold;
}

ul{
	margin-top: 10px;
}

li{
	list-style: square;
	margin-left: -10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
	line-height: 15px;
}

li span{
	color: #36C;
}

li.nU{
	list-style: square;
	border: none;
}

a,a:hover{
	color: #2651A8;
}

a:visited{
	color: #900;
}

a.navigation1,a.navigation1:visited{
	display: block;
	width: 100%;
	color: #FFF;
	padding: 3px;
	text-decoration: none;
}

a.navigation1:hover{
	background-color: #9BCEE1;
	color: #2651A8;
}

a.navigation2{
	display: block;
	width: 100%;
	color: #2651A8;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
}

a.navigation2:hover{
	background-color: #2651A8;
	color: #FFF;
}

a.navigation3{
	display: block;
	width: 100%;
	color: #2651A8;
	padding: 3px;
	text-decoration: none;
}

a.navigation3:hover{
	background-color: #2651A8;
	color: #FFF;
}

a.more{
	text-decoration: none;
}

a.more:hover{
	text-decoration: underline;
}

a.legal{
	color: #FFF;
	text-decoration: none;
}

a.legal:hover{
	color: #FFF;
	text-decoration: underline;
}

a.legal:visited{
	color: #FFF;
	text-decoration: underline;
}

a.anchorNu{
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
}

a.anchorNu:hover{
	text-decoration: underline;
}

a.anchorU{
	/*
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #9BCEE1;
	*/
	background-image: url(../images/layout/bg_highlight.gif);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: #DDEEF5;
	padding: 5px 5px 5px 10px;
	display: block;
	<!--[if IE]>
	width: 100%;
	<![endif]-->
	width: 393px;
}

a.anchorU:hover{
	text-decoration: underline;
}

.highlight{
	background-image: url(../images/layout/bg_highlight.gif);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: #DDEEF5;
	padding: 5px 5px 5px 10px;
	display: block;
	width: 393px;
}

hr{
	width: 100%;
	border: none 0;
	border-top: 1px solid #9BCEE1;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-top:10px;
	margin-bottom:10px;
}

img{
	border: none;
	margin: 0;
}

img.centered{
	vertical-align: middle;
}

.underlined{
	padding-bottom: 5px;
	border-bottom: 1px solid #9BCEE1;
}

.h100{
	height: 100%;
}

.h20{
	height: 20px;
}

.h15{
	height: 15px;
}

.pad15{
	padding: 15px;
}

.pad10{
	padding-top: 10px;
}

.pad5{
	padding: 5px;
}

.white{
	background-color: #FFF;
}

.border1{
	border: 1px solid #9BCEE1;
}

.border1Bottom{
	border-bottom: 1px solid #9BCEE1;
}

/*forms*/

form{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
}

/*fieldset{
	padding: 10px;
}*/

legend{
	color: #2651A8;
}

label{
	float: left;
	width: 200px;
	font-weight: bold;
	margin-top: 3px;
}

textarea{
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	overflow: auto;
	width: 300px;
	margin-bottom: 5px;
}

textarea.comment{
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	overflow-y: scroll; 
	width: 450px;
	margin-bottom: 5px;
	border:1px solid #9bcee1;
	
}

input.box150{
	color: #2651A8;
	font-size: 1.2em;
	width: 150px;
	margin-bottom: 10px;
}

input.box200{
	color: #2651A8;
	font-size: 1.2em;
	width: 200px;
	margin-bottom: 10px;
}

input.boxCode{
	color: #2651A8;
	font-size: 1.2em;
	width: 75px;
	margin-bottom: 5px;
}

input.boxSearch{
	color: #2651A8;
	font-size: 1.2em;
	width: 130px;
	height: 20px;
}

input.centered{
	vertical-align: top;
}

input.button{
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2651A8;
	cursor: pointer; 
}

.submitbutton{
margin-left: 325px;
margin-top: 5px;
width: 90px;
}

.check{
	vertical-align: top;
}

/* Top Form */

.formLegend{
	position: relative;
	top: -3px;
	display: inline;
	color: #FFF;
	font-weight: bold;
	margin-left: 15px;
}

.formField1{	
	position: relative;
	top: -2px;
	color: #FFF;
	font-weight: bold;
	margin-left: 30px;
}

input.topLogin{
	color: #2651A8;
	font-size: 1.2em;
	width: 150px;
	height: 20px;
	margin-left: 5px;
	padding-left: 3px;
	border: 1px solid #298ECC;
}

input.topFormButton{
	background-color: #289ECC;
	color: #FFFFFF;
	border: none;
	width: 130px;
	height: 20px;
	margin-left: -4px;
	font-size: 0.8em;
	cursor: pointer; 
}

input.FormButton{
	background-color: #289ECC;
	color: #FFFFFF;
	border: none;
	width: 130px;
	height: 20px;
	font-size: 0.8em;
	cursor: pointer; 
}

a.topFormLink,a.topFormLink:hover,a.topFormLink:visited{
	position: relative;
	top: -2px;
	margin-left: 50px;
	color: #FFF;
}
	
/* classes for validator */
.tfvHighlight{
	color: red;
}

.tfvNormal{
/*	font-weight: normal;*/
}
