#tpl_home {
padding-bottom:10px;
}


#tpl_home_col_gauche {
	float:left;
	width:347px;
	margin-left:17px;
}
	
#tpl_home_col_principale {
	float:right;
	width:554px;
	margin-right:23px;
}

.col_principale_row {
	padding-top:25px;
}


.col_principale_bloc_left {
	width:263px;
	float:left;
}
.col_principale_bloc_left_right{
	float: left;	
}
.col_principale_bloc_right {
	width:263px;
	float:right;
}


#tpl_home_col_principale .col_principale_row h2,
#tpl_home_col_gauche .col_principale_row h2 {
	background:url(../../../../../images/mairiedemarnaz/templates/tpl_home_col_principale_h2_bckg.gif) right 0px no-repeat;
	height:27px;
	color:#00427b;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	padding-left:4px;
}

#tpl_home_col_principale .col_principale_row h2 span.h2_soustitre,
#tpl_home_col_gauche .col_principale_row h2 span.h2_soustitre {
	font-size:14px;
}

#bloc_portail {
	margin-top: 20px;
}

#img_portail {
	float: right;
}

.portail_btn {
    background: rgba(0, 0, 0, 0) url("../../../../../images/mairiedemarnaz/googlemaps/teaser_bouton.gif") no-repeat scroll 0 0;
    color: #4a4b4a;
    float: left;
    font-size: 18px;
    height: 39px;
    margin-top: 15px;
    padding-top: 8px;
    text-align: center;
    text-decoration: none;
    width: 228px;
}

a.nav_1clic_01,
a.nav_1clic_02,
a.nav_1clic_03,
a.nav_1clic_04 {
	display:block;
	background:url(../../../../../images/mairiedemarnaz/templates/tpl_home_nav1clic_btn_01.gif) top right no-repeat;
	height:23px;
	font-size:16px;
	text-decoration:none;
	color:#0772ac;
	border-bottom:#eae9eb solid 1px;
	padding-top:3px;
}

a.nav_1clic_02 {
	color:#e68300;
	background:url(../../../../../images/mairiedemarnaz/templates/tpl_home_nav1clic_btn_02.gif) top right no-repeat;
}

a.nav_1clic_03 {
	color:#840e8d;
	background:url(../../../../../images/mairiedemarnaz/templates/tpl_home_nav1clic_btn_03.gif) top right no-repeat;
}
a.nav_1clic_04 {
	color:#431f89;
	background:url(../../../../../images/mairiedemarnaz/templates/tpl_home_nav1clic_btn_04.gif) top right no-repeat;
}

a.nav_1clic_01:hover,
a.nav_1clic_02:hover,
a.nav_1clic_03:hover,
a.nav_1clic_04:hover {
	background-position:right -26px;
	color:#999;
}


/* **************************************** */
/* ************* METEO TEASER ************* */
/* **************************************** */
#meteo_teaser {

}

#meteo_teaser_picto {
	padding-top:20px;
	float:left;
	width:120px;
	text-align:center;
}

#meteo_teaser_texte {
	float:right;
	width:133px;
	padding-top:20px;
	color:#9c9f9f;
	text-align:right;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}

#meteo_teaser_texte .parametres {
	font-size:24px;
}


a.meteo_teaser_lien {
	color:#4a4b4a;
	text-decoration:none;
	float:right;
	padding-top:10px;
	font-size:14px;
}

a.meteo_teaser_lien:hover{
	color:#005ba9
}

/* ************ Icons-section ************* */

#icons-section {
	padding-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
    overflow: hidden;
}
#icons-section h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 35px;
    font-weight: lighter;
    color: #000;
}
#icons-section .icon-item {
	display: inline-block;
	width: 20%;
	text-align: center;
	float: left;
    opacity: 1;
    transition: all .5s;
}
#icons-section .icon-item:hover {
    opacity: .7;
    transition: all .5s;
}
#icons-section a {
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #0086FF;
}
#icons-section a img {
	margin-bottom: 15px;
}

/* ************ Icons-section ************* */

#infos-section h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 35px;
	text-transform: uppercase;
    font-weight: lighter;
    color: #000;
}
#infos-section .img-mag {
    width: 100%;
}
#infos-section .item {
	background-color: #ddd;
	display: inline-block;
	text-align: center;
	padding: 30px 30px;
    min-height: 450px;
	margin-bottom: 30px;
}
#infos-section .item h3 {
	text-transform: uppercase;
	color: #000;
	margin-bottom: 30px;
	font-size: 16px;
    min-height: 40px;
    margin: 0;
    border: 0;
}
#infos-section .item.col-3 {
	width: 24%;
	margin-right: 1%;
	box-sizing: border-box;
	float: left;
}
#infos-section .item.mag-item {
    position: relative;
}
#infos-section .item.mag-item h3 {
    margin: 0;
    border: 0;
}
#infos-section .item.mag-item a {
    position: absolute;
    border-bottom: 15px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background-color: #0086FF;
    color: #fff;
    line-height: 30px;
    text-decoration: none;
    opacity: 1;
    transition: all .5s;
}
#infos-section .item.mag-item a:hover {
    text-decoration: none;
    opacity: .7;
    transition: all .5s;
}
#infos-section .item.col-6 {
	width: 50%;
	box-sizing: border-box;
	padding: 30px 75px;
}
#infos-section .item.col-6 ul {
	padding: 0;
	text-align: left;
	list-style-type: none;
	text-transform: uppercase;
}
#infos-section .item.col-6 ul li {
	overflow: hidden;
	margin-bottom: 15px;
	line-height: 65px;
    opacity: 1;
    transition: all .5s;
    color: #0086FF;
}
#infos-section .item.col-6 ul li:hover {
    opacity: .7;
    transition: all .5s;
}
#infos-section .item.col-6 ul li:last-child {
	margin-bottom: 0;
}
#infos-section .item.col-6 ul li span {
	float: left;
	margin-left: 15px;
	font-weight: bold;
	font-size: 16px;
    width: 72%;
}
#infos-section .item.col-6 ul li img {
	float: left;
}
#infos-section .item.col-6 ul a:hover,
#infos-section .item.col-6 ul a {
	text-decoration: none;
	color: #0086FF;
}
