@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/communes/bg_body.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
}

#header {
	background-image: url(../images/communes/bg_header.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: auto;
	width: 920px;
	height: 296px;
}

#menu {
	background-image: url(../images/communes/bg_menu.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: auto;
	width: 920px;
	height: 58px;
}

div.ongletMenu {
	float: right;
	margin: 18px 2px 0px 2px;
	background-image:url(../images/communes/bg_ongletOff.gif);
	background-repeat:no-repeat;
	width:59px;
	height:17px;
	cursor: pointer;
}

div.ongletMenu:hover {
	background-image:url(../images/communes/bg_ongletOn.gif);
	width:59px;
	height:17px;
}

.linkMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color:#666666;
	display:block;
	margin-top: 3px;
	cursor: pointer;

}

#container {
	background-image: url(../images/communes/bg_container.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: auto;
	width: 920px;
	height: 352px;
}

#texteIntro {
	position: relative;
	float: left;
	margin: 60px 0px 0px 46px;
	width: 185px;
	height: 204px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:135%;
	color:#333333;
}

div#vignCrea {
	position: relative;
	float: right;
	margin: 20px 0px 0px 14px;
	background-image: url(../images/vignetActiv/bgCreaOff.jpg);
	background-repeat: no-repeat;
	width : 150px;
	height: 200px;
	text-decoration: none;
}

div#vignCrea:hover {
	background-image: url(../images/vignetActiv/bgCreaOn.jpg);
	background-repeat: no-repeat;
}

div#vignRelPress {
	position: relative;
	float: right;
	margin: 20px 0px 0px 14px;
	background-image: url(../images/vignetActiv/bgRelPressOff.jpg);
	background-repeat: no-repeat;
	width : 150px;
	height: 200px;
	text-decoration: none;
}

div#vignRelPress:hover {
	background-image: url(../images/vignetActiv/bgRelPressOn.jpg);
	background-repeat: no-repeat;

}

div#vignPressEntr {
	position: relative;
	float: right;
	margin: 20px 0px 0px 14px;
	background-image: url(../images/vignetActiv/bgPressEntreOff.jpg);
	background-repeat: no-repeat;
	width : 150px;
	height: 200px;
	text-decoration: none;
}

div#vignPressEntr:hover {
	background-image: url(../images/vignetActiv/bgPressEntreOn.jpg);
	background-repeat: no-repeat;
}

div#vignProdContenu {
	position: relative;
	float: right;
	margin: 20px 0px 0px 14px;
	background-image: url(../images/vignetActiv/bgProdContOff.jpg);
	background-repeat: no-repeat;
	width : 150px;
	height: 200px;
	text-decoration: none;
}

div#vignProdContenu:hover {
	background-image: url(../images/vignetActiv/bgProdContOn.jpg);
	background-repeat: no-repeat;
}

.texteVignet {
	margin: 135px 13px 24px 13px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	text-decoration: none;
	line-height: 12px;
}

.linkVignet {
	text-decoration: none;
}
