/* CSS Document */

div#contenu{
	padding-left:0;
}

	div#contenu h2{
		position:relative;
		float:left;
		margin-left:-26px;
	}
	
		div#contenu h2 span{
			display:none;
		}
	
	div#conteneurEndroits{
		top:20px;
		position:relative;
		float:left;
		width:722px;
		font-size:0.8em;
		color:#E73030;
	}
		ul#listeRegions{
			position:relative;
			float:left;
			list-style:none;
			margin-left:4px;
			margin-top:20px;
			/*width:530px;*/
			width:718px;
			/*margin-left:190px;*/
		}
		
			ul#listeRegions li{
				position:relative;
				padding-bottom:10px;
				width:742px;
				float:left;
			}

				a.ongletListeEndroit{
					position:relative;
					float:left;
					margin-right:20px;
					text-decoration:none;
					cursor:pointer;
					width:84px;
					display:inline;
					background:url(../design/bkg_region.png) left top no-repeat;
				}
					a.ongletListeEndroit:link{
						color:#348fa5;	
						text-decoration:none;
					}
					
					a.ongletListeEndroit:visited{
						color:#348fa5;
						text-decoration:none;
					}

					a.ongletListeEndroit:hover{
						color:#348fa5;
						text-decoration:none;
					}
						a.ongletListeEndroit:hover span.listeVilles{
							display:block;
							position:absolute;
						}
						
						a.ongletListeEndroit:hover span.titreRegion {
							color:#e73030;
						}
						
						a.ongletListeEndroit:hover img{
							filter:alpha(opacity=50);
							-moz-opacity:0.50;
							opacity:0.50;
						}
					
					a.ongletListeEndroit:active{
						color:#348fa5;
					}

					a.ongletListeEndroit img{
						position:relative;
						float:left;
						margin-bottom:5px;
					}
					
					span.groupeInfoOnglet{
						width:84px;
						float:left;
					}
					
					span.conteneurImage{
						position:relative;
						width:84px;
						height:85px;
						display:block;
						float:left;
					}
					
					span.titreRegion{
						display:block;
					}
					
					span.point{
						font-size:1.2em;
					}
					
					span.listeVilles{
						display:none;
						width:190px;
						position:absolute;
						top:0;
						left:-190px;
					}
						span.ville{
							display:block;
							width:190px;
							height:20px;
							text-align:right;
						}
