/* html */
p{
	margin:0 0 3px 0;
}
h2{
    padding-top:0px;
	margin:0;
    font-size:1.3em;
    color: #E04A30;
}
h3{
    padding:0;
	margin:0;
    font-size:1em;
}
a{
	color:#830c2c;
}

/*
 * containeurs
 */
#cont_page{
	background: url(../images/sommaire/fond-page.gif) no-repeat;
	background-color: white;
}

/* Mot du maire */
#cont_mot{
	position:absolute;
	top:0;
	left: 163px;
	height:225px;
	width:200px;
}
#mot{
	position:absolute;
	bottom:0;
	left:0;
	color:white;
}

/* Colonnes actu */
#actuCol1, #actuCol2{
	width:277px;
}
.actu{
    padding-bottom:10px;
}
#actuCol1{
	padding:600px 0 0 0;
	float:left;
	margin-left:356px;
	display : inline;
}
#actuCol2{
	padding:550px 0 0 0;
	margin-left:656px;
}

/* Lien forum */
#forum{
	position:absolute;
	left:539px;
	top:25px;
	width:146px;
	height:181px;
	background-color: #b7bc7e;
}
#forum a{
	display:block;
}
#forum a:hover{
	background-color: #830c2c;
}


/* Menu */
ul{
	list-style-type: none;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
#menu li a{
	position:absolute;
	display:block;
}
a#commune{
	left:192px;
	top:359px;
}
a#mairie{
	left:228px;
	top:434px;
}
a#contact{
	left:237px;
	top:507px;
}
a#viesociale{
	left:289px;
	top:341px;
}
a#tourisme{
	left:312px;
	top:418px;
}
a#liens{
	left:340px;
	top:492px;
}
a#vielocale{
	left:391px;
	top:321px;
}
a#photos{
	left:417px;
	top:396px;
}
a#agenda{
	left:428px;
	top:478px;
}


/*
 * Sous-menus
 */
.subMenu{
	width:164px;
	position:absolute;
	top:375px;
	left:12px;
	text-align:center;
	background-color: #fff;
	border: 4px solid #fff;
	display:none;
}
#menu .subMenu li a{
	position:static;
	width:160px;
	text-decoration: none;
	color:#6a0e22;
	padding:2px 2px;
	margin-top:1px;
	background-color: #ed5829;
}
.subMenu strong{
	width:160px;
	display:block;
	padding:5px 2px;
	background-color: #808a31;
	color:#fff;
}
#menu .subMenu li a:hover{
	background-color: #f47e20;
}

/*
 * Slideshow
 */
#slideshow, #slideshow img{
	position:absolute;
	width:224px;
	height:165px;
}
#slideshow{
	top:336px;
	left:575px;
}
#slideshow img{
	top:0;
	left:0;
}
#slideshow #mask{
	z-index:100;
}

#logoTrophees{
margin:0;
position:absolute;
top:650px;
left:25px;
width:120px;
}
