/*
	Corps de la page
*/
	body {
		background-color: #b63821;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		height:100%;
		cursor:default;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}

/*
	Liens
*/
	a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
		color:#b84330;
	}
	
	a:visited{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
		color:#b84330;
	}
	
	a:hover{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:underline;
		color:#b84330;
	}
	
	.lienInvisible{
		font-family:inherit;
		font-size:inherit;
		color:inherit;
	}
	.lienInvisible a{
		font-family:inherit;
		font-size:inherit;
		color:inherit;
		text-decoration:inherit;
	}
	.lienInvisible a:visited{
		font-family:inherit;
		font-size:inherit;
		color:inherit;
		text-decoration:inherit;
	}
	.lienInvisible a:hover{
		font-family:inherit;
		font-size:inherit;
		color:inherit;
		text-decoration:inherit;
	}

/*
	Lien rouge
*/
.lienRouge{
}

.lienRouge	a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
		color:#b84330;
	}
	
.lienRouge	a:visited{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
		color:#b84330;
	}
	
.lienRouge	a:hover{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:underline;
		color:#b84330;
	}

/*
	Liens bas
*/
.lienBas{
	margin-top:30px;
	margin-bottom:50px;
}


/*
	Arriére plan : bulles
*/
	.bulles{
		background-image:url(http://hautes-alpes.net/webcam/dedie/template/argentiere/images/bulles.jpg);
		background-repeat:no-repeat;
		background-position:top center;
	}

/*
	Corps du contener principal
*/
	.corps{
		width:700px;
	}

/*
	Bandeau du haut
*/
	.bandeau{
		width:inherit;
		height:156px;
		background-image:url(http://hautes-alpes.net/webcam/dedie/template/argentiere/images/bandeau.jpg);
		background-repeat:no-repeat;
		vertical-align:bottom;
		cursor:pointer;
		text-align:left;
	}

/*
	Contenu de la page
*/
	.contenu{
		margin-top:5px;
		background-color:#FFFFFF;
		width:700px;
	}
	.contenu .gauche{
		background-color:#FFFFFF;
		width:540px;
	}
	.contenu .droite{
		background-color:#f1c8c2;
		width:160px;
		border-left:#000000 1px solid;
	}
/*
	Menu
*/
	.menu{
		width:700px;
	}
	.menu .elements{
		width:inherit;
	}
	.menu .premiereLigne{
		width:inherit;
		background-color:#FFFFFF;
	}

/*
	Pied de page
*/
	.piedPage{
		width:inherit;
		height:17px;
	}

/*
	Blocs
*/
	.bloc{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFFFFF;
		text-align:center;
		margin-bottom:20px;
	}
	.bloc .texte{
			padding-left:5px;
			text-align:left;
	}
	.bloc .titre{
		font-weight:bold;
		text-align:center;
		margin-bottom:2px;
		font-size:15px;
	}
	.bloc .blocRouge{
		background-color:#891601;
		color:#f1c8c2;
	}
	.bloc .blocRose{
		background-color:#f1c8c2;
		color:#891601;
	}
	
/*
	Formulaire : boutons
*/
.boutton{
	border:#891601 1px solid;
	background-color:#f1c8c2;
}

/*
	partenariat
*/
.titre{
	color:#b84330;
	margin-top:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.partenaires{
	vertical-align:middle;
}
.partenaires img{
	margin-left:20px;
	margin-right:20px;
}
