/********************  structure de la page  ********************/

body {font-family: times, serif; background-image: url(../images/arplan.jpg)}

div.container {
	width:800px;
	margin:0 auto; 
}

div.content {background: #fff; padding-top: 10px; overflow: hidden}

div.right {
	width:569px;
	padding:10px;
	float:right;
}

div.left {width: 150px;  padding: 0 0 0; border-right: 5px solid #0099FF}


/********************  header  ********************/

div.header {
	background-position:top;
	height:100px;
	padding:0.5em;
	margin:0;
}


/********************  menu  ********************/

.rib{
background-image: url('http://www.lachenaz.com/images/rib.jpg');
border-color: #ffff00;
font-weight: bold;
text-align: left;
}
.ria {
background-image: url('http://www.lachenaz.com/images/ria.jpg');
border-color: blue;
font-weight: bold;
text-align: left;
}
.rib a, .ria a {
color: #006600;
font-weight: bold;
text-decoration: none;
}



/********************  left  ********************/

.left h3 {
	margin:0;
}

.lest1Content {
	word-spacing: -1px
}
/********************  right  ********************/

.right {
	margin:0px 0 0 0;
	}

.right h2 {
	color:#697335;
	margin:0px 0 0 0;
}

p.homeContent img {
	margin-left:10px;
}

/********************  footer  ********************/

div.footer {height: 40px; background-color: white; text-align: center;}