/* CSS Document */

html {
	height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #EEEEEE;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	background-image:       url(/img-drome-tourisme/drome-vacances.gif);
}
form, map, h1, h2, h3, h4, ul, img {
	margin: 0px;
	padding: 0px;
	border: none;
}
body, td, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.borderNone { border: none; }
.clearFloat { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.floatLeft { float: left; }
.floatRight { float: right; }
.pasDeRetourLigne { white-space: nowrap; }
.textDecoNone { text-decoration: none; }
.textDecoSouligne { text-decoration: underline; }
.textDecoBarre { text-decoration: line-through; }
.positionRelative { position: relative; }
.positionRelativeGlobalLayer { position: relative; left: 0px; top: 0px; text-align: left; }
.positionAbsolueLayer { position: absolute; left: 0px; top: 0px; text-align: left; }

input.chpTextGris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #797878;
	background-color: #FFFFFF;
	border: 1px solid #797878;
}
textarea.chpCommentaireGris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #626262;
	background-color: #FFFFFF;
	border: 1px solid #808080;
}
select.MenuTextGris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #626262;
	background-color: #FFFFFF;
	border: 1px solid #808080;
}
td.CellFondBlanc3ContourGris, table.CellFondBlanc3ContourGris {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: Aucune;
	border-left-style: solid;
	border-top-color: #DEDEDE;
	border-right-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
	border-left-color: #DEDEDE;
}
td.CellFondBlanc2ContourGris, table.CellFondBlanc2ContourGris {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DEDEDE;
	border-right-color: #DEDEDE;
	border-bottom-color: #FF6E01;
	border-left-color: #DEDEDE;
}
td.ContourGrisDroitINT, table.ContourGrisDroitINT {
	border-right: 1px solid #DEDEDE;
}

td.ContourGrisGaucheINT, table.ContourGrisGaucheINT {
	border-left: 1px solid #DEDEDE;
}
td.ContourOrangeBasGauche, table.ContourOrangeBasGauche {
	border-left: 1px solid #F08400;
	border-bottom: 1px solid #F08400;

}

td.ContourRose, table.ContourRose {
	border: 1px solid #ECCCDA;
}





td.FdCarte {
	background: url(/img-drome-tourisme/drome-france/fd-carte.gif) no-repeat right bottom;
}
td.FdRoseTxtBlanc12, td.FdRoseTxtBlanc12, table.FdRoseTxtBlanc12, a.FdRoseTxtBlanc12  {
	background: #DF007F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}

ul.FdRoseListe li { background: url(/img-drome-tourisme/drome-france/fleche-blanche.gif) no-repeat 0px 0px;
	padding-left:30px;
	padding-bottom:4px;
	list-style:none;}



/* NAVIGATION DROITE*/

ul.MenuDroit {
	height: 72px;
	width: 231px;
	background-image: url(/img-drome-tourisme/drome-france/nav-droite.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	list-style: none;
}

ul.MenuDroit li  {
	float: left;
	width: 231px;
}

ul.MenuDroit li a {
   	display: block;
	font-size: 0px;
	text-indent: -5000px;
}

ul.MenuDroit li.btn1 a {
	height:24px;
}
ul.MenuDroit li.btn2 a {
	height:24px;
}
ul.MenuDroit li.btn3 a {
	height:24px;
}

ul.MenuDroit li.btn1 a:hover {
	background: transparent url(/img-drome-tourisme/drome-france/nav-droite.gif) no-repeat -231px 0px;
}
ul.MenuDroit li.btn2 a:hover {
	background: transparent url(/img-drome-tourisme/drome-france/nav-droite.gif) no-repeat -231px -24px;
}
ul.MenuDroit li.btn3 a:hover {
	background: transparent url(/img-drome-tourisme/drome-france/nav-droite.gif) no-repeat -231px -48px;
}


.blocListe {
	float: left;
	width:300px;
}.txtOrangSouli11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF8A14;
	text-decoration: underline;
}

input, textarea {
	border: 1px solid #FF6E01;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #484848;
	padding: 1px 5px;
}

input.inputGris {
	border: 1px solid #484848;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #484848;
}

input.inputNonObligatoire, textarea.inputNonObligatoire {
	border: 1px solid #FFD3B2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #484848;
}

input.inputNonValid {
	border: 2px solid #FF6E01;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #484848;
	font-weight: bold;
}