/* CSS Document */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}
h1 {text-align: center; color:#0099FF;}

#header {
height: 148px;
background-image: url(/annuaire/template/perso/images/index_01.jpg);
background-repeat: no-repeat;

}
#conteneur {
	position: absolute;
	width: 100%;
	background-color:#ffffff;
	top: 0px;
}
#centre {
background-color:#ffffff;
margin-left: 190px;
width: 710px;
margin-right: 150px;
}

#lienspromo {
position:absolute;
left:797px; 
top:103px; 
width:170px; 
height:600px; 
z-index:1;
background-color:#ffffff;
}


#gauche {
	position: absolute;
	left:0;
	width: 190px;
	height: 600px;
	background-image: url(/annuaire/template/perso/images/index_02.jpg);
	background-repeat: no-repeat;

}
#pied {
height: 30px;
}
/*
#pied {
	position: absolute;
	height: 30px;
	width: 100%;
	bottom: 0px;
	background-color: ffffff;
}
*/
.titremenugauche {
margin: 5px;
padding:0;
font-size: 0.9em;
text-align: left;
font-weight: bold;

}
.menugauche {
list-style-type: none;
margin: 5px;
padding:0;
}
.menugauche li {
	margin-bottom: 5px;
	margin-right: 15px;
}
.menugauche a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
	font-size: 12px;

}
.menugauche a:hover {
text-decoration: none;
}
p {margin: 5px 0 10px 0;}

.contenu {
margin: 5px;
padding:0;
text-indent: 20px;
}
.pied {
text-align: center;
}

