/* CSS Document */

html { height:100%; }
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
form, map, h1, h2, h3, h4, h5, h6 ul, img {
	margin: 0px;
	padding: 0px;
	border: none;
}
ul {
	list-style: none;
}
body, td, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #606060;
	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[type="text"] {
	font-family: Arial, Helvetica, sans-serif;
	color: #606060;
	font-size: 11px;
	border: 1px solid #606060;
	width: 210px;
}

.menuFooter {
	margin-right: 30px;
}
.menuFooter a {
	text-decoration: underline;
}
.menuFooter a:hover {
	color: #13cbc5;
}

.violet {
	color: #9c2a89;
}
.violet11 {
	font-size:11px;
	color: #9c2a89;
}

.fdDroite {
	background: url(/jeu-neige/img-alpes-haute-provence/sejour-hiver-quiz-fd-droite.jpg) no-repeat 0px 0px;	
}
.fdDroite2 {
	background: url(/jeu-neige/img-alpes-haute-provence/sejour-hiver-quiz-fd-droite2.jpg) no-repeat 0px bottom;	
}
.fdGauche {
	background: url(/jeu-neige/img-alpes-haute-provence/sejour-hiver-quiz-fd-gauche.jpg) no-repeat 0px bottom;	
}
.fdGagnants {
	background: url(/jeu-neige/img-alpes-haute-provence/fd-gagnants.jpg) no-repeat left top;	
}

.txt11px { font-size: 11px; }
.txt12px { font-size: 12px; }
