/***************************************************************************************************************/
/*                                        MISE A ZERO DES STYLES                                               */
/***************************************************************************************************************/
* {
	margin: 0;
	padding: 0;
	outline: 0; /*supprime le cadre pointillé lorsqu'on maintient le bouton de la souris appuyé sur un lien*/
}
h1, h2, h3, h4{
	border: none !important;
}
ul{
	list-style-image:none;
	list-style-type:none;
}
li { margin:0px; padding:0px;}
.spacer{
	clear:both;
	line-height:0;
}
body {
	font-family:verdana;
	font-size:62.5%; /*ensuite 1em=10px en taille normale*/
	color:#000;
	background-color:#dcdabb;
}

a{
	color#000;
}
a:hover{
	color#000;
}

/***************************************************************************************************************/
/*                                     STRUCTURE COMMUNE AUX PAGES                                             */
/***************************************************************************************************************/
#conteneur-global{
	position:relative;
	margin:auto!important;
	width:1002px;
	height:auto;	
}

/*BERTA VOISIN*/
#conteneur-global #berta-voisin{
	position:absolute;
	top:0;
	left:0;
	width:198px;
	height:270px;
	background:url(../images-bertavoisin/fond-logo.gif) 0 0 no-repeat;
}
#conteneur-global #berta-voisin a.logo{
	position:absolute;
	top:0;
	left:41px;
	width:116px;
	height:130px;
	display:block;
	background: url(../images-bertavoisin/logo-berta-voisin.gif) 0 0 no-repeat;
}
#conteneur-global #berta-voisin a.logo span{
	display:none;
}
/*---------------*/

#conteneur-global #page{
	position:absolute;
	top:56px;
	left:41px;
	width:909px;
	height:auto;
	background:#FFF;
	min-height:570px;
	height:auto;
}
* html #conteneur-global #page{
	height:570px; /*pour ie6*/
}
#conteneur-global #page #angle-haut{
	position:absolute;
	top:34px;
	left:884px;
	width:25px;
	height:25px;
	background:#dcdabb url(../images-bertavoisin/angle-haut.gif) right top no-repeat;
}
#conteneur-global #page #angle-bas{
	position:absolute;
	bottom:22px;
	left:884px;
	width:25px;
	height:25px;
	background:#dcdabb url(../images-bertavoisin/angle-bas.gif) 0 0 no-repeat;
}

/*navigation*/
#conteneur-global #page #navigation{
	margin:0 0 0 157px!important;
	width:752px;
	height:34px;
	background:#584b3a url(../images-bertavoisin/fond-navigation.gif) right top no-repeat;
}
#conteneur-global #page #navigation span{
	display:none;
}
#conteneur-global #page #navigation .separateur{
	float:left;
	margin:15px 0 0 15px!important;
}
#conteneur-global #page #navigation a.presentation-activite{
	float:left;
	margin:10px 0 0 31px!important;
	display:block;
	width:159px;
	height:15px;
	background:url(../images-bertavoisin/presentation-activite.gif) 0 0 no-repeat;
}
#conteneur-global #page #navigation a.contact{
	float:left;
	margin:10px 0 0 15px!important;
	display:block;
	width:49px;
	height:15px;
	background:url(../images-bertavoisin/contact.gif) 0 0 no-repeat;
}
#conteneur-global #page #navigation a.plan-acces{
	float:left;
	margin:10px 0 0 15px!important;
	display:block;
	width:79px;
	height:15px;
	background:url(../images-bertavoisin/plan-acces.gif) 0 0 no-repeat;
}
#conteneur-global #page #navigation a.partenaires{
	float:left;
	margin:10px 0 0 15px!important;
	display:block;
	width:74px;
	height:15px;
	background:url(../images-bertavoisin/partenaires.gif) 0 0 no-repeat;
}
/*----------------------*/

/*footer*/
#conteneur-global #page #footer{
	position:absolute;
	bottom:-1px;
	left:0;
	width:909px;
	height:23px;
	background:#dcdabb url(../images-bertavoisin/fond-footer.gif) 188px 0 no-repeat;
}
#conteneur-global #page #footer a{
	position:absolute;
	top:5px;
	left:3px;
	color:#000;
	text-decoration:none;
}
#conteneur-global #page #footer a:hover{
	text-decoration:underline;
}
#conteneur-global #page #footer #coordonees{
	position:absolute;
	top:5px;
	right:80px;
	width:640px;
	height:18px;
	text-align:center;
	color:#FFF;
	display:inline;
}
/*------------*/

/* Barre de navigation plone */
.listingBar {border:1px solid #AF2B08 !important; background-color:#EDEDD9;}
.previous a, .next a  { color:#AF2B08 !important; font-weight:normal !important;}
.listingBar span { color:#AF2B08 !important; font-weight:bold; }

/***************************************************************************************************************/
/*                                        POUR LES IMAGES DANS KUPU                                            */
/***************************************************************************************************************/
.image-right{
    border:none;
}
.image-inline{
    border:none;
}
.image-left{
    border:none;
}

