@charset "UTF-8";

div#listeregion{
width: 315px;
margin:5px;
float:left;
}



.region
{
	font-size: 140%;
	padding-left: 5px;
	color: #3366CC;
	text-indent: 0px;
	vertical-align: bottom;
	margin: 0px;
	padding:3px;
	background-image: url(/images/backgroundtd.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ccc;
	border-left-color: #ddd;
	display:block;
}


.region a:link, h2 a:visited 
{
	text-decoration: none;
	color:#ff9900;
}
.region a:hover
{
	color:#ff0000;
}

.ville
{
	font-size: 120%;
	font-weight: normal;
	color: #666666;
	margin:0px;
	/*height:15px;*/

	
}


.ville a, h3 a:link, h3 a:visited {
display: block;
background-image: url(../images/aiguille.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	text-decoration: none;
	color: #666666;
	padding-left: 20px;
	}
	
.ville a:hover {
margin:0px;
	text-decoration: none;
	background-image: url(../images/aiguille.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
	color:#FF0000;
	padding-left: 20px;
}

h5
{
	font-size: 120%;
	color: #FF9900;
	text-indent: 0px;
	margin-top: 5px;
	display: block;
	font-weight: normal;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

h6
{
	font-size: 120%;
	color: #669900;
		text-indent: 0px;
	margin-top: 5px;
	display: block;
	font-weight: normal;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

