/* Container
 ----------------------------------------------------- */

/* Container */
.DivR{
	width: 90%;
	margin:auto;
	border:1px solid #FF9900;
	background: #FFFFFF;
}

.DivAucun{
	width: 90%;
	margin:auto;
	border:0px;
	background: #eff4ff;
}

#ContainerIndex {
	margin:0 0 0 23px;
}

/* Html Elements 
 ----------------------------------------------------- */
a {
  	font-family:Verdana, Arial, sans-serif;
	font-style:normal;
	color:#3c70b8;
    text-decoration:none;
	outline:0;
} 	

a:hover {
	text-decoration:underline;
} 

/* TableContentBottom 
 ----------------------------------------------------- */

#TableContentBottom {
	margin-top:0px;
}

#TableContentBottom td {
	vertical-align:top;
}

#TableContentBottom .MapContainer {
	margin-bottom:10px;
}

#TableContentBottom .Map {
	background:url(equipe_tremplin_web.jpg) no-repeat; 
	width:450px; 
	height:301px; 
}

#TableContentBottom .CountyList {
	text-align:center;
	width:236px;
	font-size:14px;
	line-height:126%;
}

#TableContentBottom .CountyList li {
	list-style-type:none;
}


/* IE7 */
*+html #TableContentBottom {
	margin-left:-97px;
}

/* IE6 */
*html #TableContentBottom {
	margin-left:-97px;
}



