/* PREHOME */
body{
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#header{
	margin:30px auto 26px auto;
	background:url('../img/UF_logo_black.png') no-repeat;
	width:510px;
	height:100px;
}
#main{
	margin:0 auto;
	width:790px;
}
#liste_villes{
	width:350px;
	float:left;
	margin-right:15px;
}
#liste_villes li{
	height:61px;
	line-height:52px;
	background:url('../img/bg_villes.png') no-repeat;
	color:#FFF;
	padding:0 0 0 10px;
	margin-top:-9px;
}
#liste_villes li.last{
	height:52px;
	border-bottom:solid 1px #FFF;
}
#liste_villes li.active{
	background:url('../img/bg_villes-actif.png') no-repeat;
	color:#000;
	font-weight:bold;
}
#liste_villes li a{
	font-size:30px;
	color:#FFF;
	text-decoration:none;
	margin-right:10px;
}
#liste_villes li.active a{
	color:#C1272D;
}
#col2{
	float:right;
	margin-top:-9px;
	width:425px;
}
div.video_YT{
	margin-bottom:4px;
}
#liste_ressoc{
	margin-top:6px;
}
#liste_ressoc a{
	color:#333;
	display:block;
	width:111px;
	text-decoration:none;
}
#liste_ressoc li{
	float:left;
	margin:0 0 0 46px;
}
#liste_ressoc li.first{
	margin:0;
}
#liste_ressoc p{
	background:url('../img/bg_btn_lk.png') no-repeat;
	line-height:12px;
	height:28px;
	padding:4px 15px 1px 15px;
	text-align:center;
}
#liste_ressoc li.last p{
	padding:10px 10px 7px 10px;
}
.clear{
	clear:both;
}
.clearpadd{
	clear:both;
	padding-bottom:10px;
}
#connexion{
	position:absolute;
	top:20px;
	right:20px;
	margin:0px;
}
#connexion a{
	color:#999;
	text-decoration:none;
}
#connexion a:hover{
	text-decoration:underline;
}
