
/*Balises*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	background : url(../images/template/fondsite.jpg) no-repeat top center;
	width: 990px;
	margin: auto;
	border: 0;
	padding: 0;
	overflow:hidden;
}

a:link {
	color: #CCCCCC;
	text-decoration: underline;
}

a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;

}
a:active{
	color:#C00;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*contenu*/
.bandeau {
	background : url(../images/template/bandeaucommuni-mage.jpg) no-repeat left top;
	height: 189px;
	width: 950px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
	padding: 0;
	border: 0;
}

#bandeaucv {
	background : url(../images/template/bandeaucv.jpg) no-repeat left top;
	height: 189px;
	width: 950px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
	padding: 0;
	border: 0;
}

.menu{
	background-image: url(../images/template/fondmenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 120px;
	margin-left: 20px;
	float:left;
	height: 476px;
}

.contenu{
	background-image: url(../images/template/fondcontenuaccueil.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 830px;
	margin-right: 20px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	height: 476px;
}
.logo{
margin-left: 20px;
margin-top: 10px;
}

.cache{
	visibility: hidden;
}
