body {
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	background: rgb(31,73,125);
}


body a:link,a:visited {
	color: rgb(31,73,125);
	text-decoration : none;
	font-weight: bold;
}

body a:hover,a:active {
	color: rgb(182,16,16);
	text-decoration : underline;
	font-weight: bold;
}

 

div#contenu{
	width: 760px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 12px;
	background: white;
}

div#photobaniere{
	width:758px;
	height:200px;
	background-image: url("imagesmontoz/headerblanctexte.png");
	background-repeat: no-repeat;
	margin-bottom: 10px;
	}
/*
img.drapeaux {
	width : 30px;
	border: none;
}
*/
div#menu{
	width:758px;
	text-align: right;
	text-decoration : none;
	font-weight: bold;
	color: rgb(31,73,125);
	font-size: small;
	}

div#menu table {
	width: 758px;
}

	
div#menu td.gauche{
	text-align: left;
}


div#corps {
	width: 750px;
	margin: auto;
}
/* Titre avec fond bleu
div#corps h2{
	background: rgb(31,73,125);
	padding: 4px;
	color: white;
	font-size: 16px;
}*/

/* Style image page d'accueil*/
img.imgchalet{
	display: block; 
	margin-right: auto; 
	margin-left: auto;
	width: 700px;
}

div#corps p{
	margin-left: 50px;
	text-align: left;
	line-height: 1.2;
}

div#corps ul{
	margin-left: 60px;
	line-height: 1.3;
}

div#corps h2{
	background: white;
	padding: 4px;
	color: rgb(31,73,125);
	font-size: 16px;
}

	
div#footer {
	width: 760px;
	text-align: center;
	text-decoration : none;
	font-weight: bold;
	color: rgb(31,73,125);
	font-size: small;
}

div#corps img.carte
{
   float: left;
   /* Si j'utilise l'image coupé carte.png
   width: 25%;
   margin-bottom: 4px;*/
}



div#corps h2.dessous {
	clear: both;
}





