body {
	background: #f9eeda url(/img/dispatch/dispatch1280Bg.jpg) center center no-repeat;
}
#dispatchWelcome {
	margin: 35px 0 18px 0;
}
#dispatchWarning {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
}
#dispatchError{
	height: 18px;
	color: red;
	font-size: 11px;
	font-weight: bold;
}
#dispatchF {
	text-align: left;
	padding-left: 358px;
	height: 140px;
}
/*puisqu'on est tout javascript...*/
#dispatchF select {
	visibility: hidden;
}
.disFormp {
	margin: 0 0 10px 0;
}

.disFormp select, .disFormp input {

}
.disFormp span {
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	text-align: right;
	width: 88px;
	padding-right: 26px;
	float: left;
}
.disFormp span.oneline {
	padding-top: 5px;
}
/*select pays*/
.vPaysReplace {
	width: 156px;
	padding: 2px 0 0 12px;
	height: 21px;
	background: url(/img/dispatch/paysBg.png) left top no-repeat;
	color: #f7dfaa;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.vPaysReplace:hover {
	text-decoration: none;
}
.vPaysCont {
	left: 8px;
	background-color: #f7e7db;
	border: 1px solid #ad9351;
}
.vPaysList {
	color: black;
	background-color: #f7e7db;
	font-size: 11px;
	text-align: left;
	margin: 0;
}
/*input year*/
#year {
	width: 63px;
	height: 18px;
	padding: 4px 12px 0 12px;
	background: url(/img/dispatch/anneeBg.png) left top no-repeat;
	border: 0;
	color: #f7dfaa;
	font-size: 11px;
	font-weight: bold;
}
/*select mois et jour*/
.vmpReplace {
	width: 79px;
	padding: 2px 0 0 12px;
	height: 21px;
	background: url(/img/dispatch/mpBg.png) left top no-repeat;
	color: #f7dfaa;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.vmpReplace:hover {
	text-decoration: none;
}
.vmpCont {
	left: 3px;
	background-color: #f7e7db;
	border: 1px solid #ad9351;
}
.vmpList {
	color: black;
	background-color: #f7e7db;
	font-size: 11px;
	text-align: left;
}
.vmpList li {
	padding: 2px 0 2px 5px;
	border-bottom: 1px solid #e5dbcb;
}
.vScrollTrack {
	width: 9px;
	height: 100px;
	border-left: 1px solid #5a483b;
	border-top: 1px solid #5a483b;
	background: #5a483b;
}
.vScrollKnob {
	width: 7px;
	background: #dfc48a url(/img/scrollKnobBg.gif) center center no-repeat;
	border-top: 1px solid #efdfbd;
	border-left: 1px solid #efdfbd;
	border-right: 1px solid #bb8a51;
	border-bottom: 1px solid #bb8a51;
}
	
/*pour les trois*/
.vPaysList li {
	padding: 2px 0 2px 12px;
	border-bottom: 1px solid #e5dbcb;
} 
.vSelecItem {
	background: #625046;
	color: #f7dfaa;
}
/*submit - enterwebsite*/
#enterSite {
	text-align: left;
	padding-left: 390px;
	margin: 0 0 20px 0;
}
/*paragraphes conditions bas de page*/
.conditions {
	margin: 8px auto 0 auto;
	font-size: 11px;
}
.conditions a {
	color: black;
	text-decoration: underline;
}
.conditions a#legal {
	color: black;
	text-decoration: underline;
}
.conditions a#legal:hover {
	text-decoration: underline;
}

/*popins*/
#vPopmask {
	background-color: #000;
	cursor: pointer;
}
/*le div dans lequel on met l'anim, couleur de fond importante si on mets l'anim en fond transparent*/
#vPopin {
	background-color: #fae9c4;
}
/*le lien de fermeture de l'anim*/
#vPopclose {
	background: url(/img/popClose.gif) right center no-repeat;
}

/*contenu des popins*/
#conditionsBg {
	width: 362px;
	height: 330px;
	position: relative;
	background-color: #fbf0da;
}
#conditionsTop {
	padding-top: 18px;
	height: 27px;
	font-size: 11px;
	font-weight: bold;
}
#conditionsContent {
	width: 360px;
	font-size: 11px;
	text-align: left;
	height: 252px;
}

#scrollContent {
	padding-left: 22px;
	width: 328px;
	float: left;
	overflow: hidden;
	height: 252px;
}
#scrollContent p {
	margin: 0 0 10px 0;
	width: 304px;
}
#conditionsBottom {
	padding: 12px 8px 0 0;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
#conditionsBottom a {
	color: black;
}
.vThumb {
	position: absolute;
	top: 2px;
	left: 2px;
	height: 20px;
	width: 7px;
	background: #dfc48a url(/img/scrollKnobBg.gif) center center no-repeat;
	border-top: 1px solid #efdfbd;
	border-left: 1px solid #efdfbd;
	border-right: 1px solid #bb8a51;
	border-bottom: 1px solid #bb8a51;
	overflow: hidden;
}
.vScrollbar {
	
}
.vTrack {
	height: 248px;
	width: 9px;
	padding: 0 2px;
	border-top: 2px solid #26180a;
	border-bottom: 2px solid #26180a;
	background-color: #26180a;
	margin-right: 2px;
	position: relative;
	overflow: hidden;
}