@charset "UTF-8";
/* CSS Document */
/***************************************/
/************ LAYOUT COMMUN ******************/
/***************************************/
/*
rouge vif : 			color:#d30e0c;
rouge moyen :		color:#600202;
rouge fonce :		color:#360303;

 */
#haut
{
	background:url(../img/location/bandeau.jpg) no-repeat;
}


#panier
{
	margin:20px 0;
	width:170px;
	text-align:center;
}	
#panier A
{
}	
#panier IMG
{
	border:0;
}	

#accroche
{
	text-align:center;
}

#contentblanc H4
{
		width:70%;
		margin:0 auto;
}

#lesskis
{
	margin-top:10px;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
}
H3.lesskis
	{
	color:#333;
	font-size:15px;
	letter-spacing:0.3em;
	margin-top:-20px;
	position: absolute;
	width:677px;
	text-align: center;
}
#leschaussures IMG
{
	align:left;
}
#leschaussures 
{


}
#tarifs 
{
	float:right;
	width:250px;
}

#tarifs .cadre
{
	border: 1px solid #ccc;
	margin-top: 3px;
}

#tarifs TABLE
{
	width: 167px;
}

#tarifs TD.titre
{
	font-weight: bold;
	font-size: 12px;
}

#tarifs TD.prixreduc
{
	color: red;
	font-weight: bold;
	font-size:10px;
	text-align: left;
	width: 70px;
}

#tarifs TD.prixnormal
{
	text-decoration: line-through;
	font-size:10px;
	text-align: left;
	width: 70px;
}
#tarifs A
{
	color: red;
}



/*****************************************/
/*div par d�faut en display:none; qui s'affiche*/
/* lorsque l'on souhaite ajouter qque chose au panier*/
/*****************************************/

#ajoutpanier
{
	display: none;
	position:absolute;
	top: 215px;
	left:300px;
	padding:10px 5px 5px 5px;
	border: 1px solid black;
	width:485px;
	height:374px;
	z-index:100;
	text-align:center;
	background:white;
}
TABLE
{
	width:460px;
	margin-left:10px;
	font-size:1.1em;
}
TD
{
	text-align:left;
	color: black;
}
TD.libelle
{
	text-align:right;
	width:150px;
}
TD.champ
{
	text-align:right;
	width:100px;
}
TD.calendrier
{
	width:100px;
}

#typeAjout,#typeMatos
{
	display:inline;
	font-size:1.1em;
	letter-spacing:0.05em;
	font-style:italic;
	margin:0px;
	padding:5px 0px 3px 0px;
}
#typeMatos
{
	font-weight:bold;
}
TD.prix
{
	text-align:right;
	padding-right:5px;
	width:70px;
	height:20px;
	font-style:italic;
	font-size:1.1em;
	border:1px solid black;
}
LABEL
{
	letter-spacing:0.05em;
	font-size:1.1em;
}
#validation
{
	margin-top:5px;
}

#ajoutPanierOk
{
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-top: -150px;
	margin-left: 150px;
	border: 1px solid black;
	background: white;
	position: absolute;
	width: 300px;
	height: 150px;
	z-index: 100;
}

#ajoutPanierOk A
{
	color:black;
	text-decoration: underline;
}

#titrecal
{
	margin-bottom: 50px;
}

#semaine
{
	text-align:center;
	padding-top: 10px;
}

#semaine A
{
	color: white;
	text-decoration: underline;
	font-size: 10px;
}