html, body {
height: 100%;
width: 100%;
overflow: auto;
}
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}


#menu {
	background-color: #deeefb;
	float: left;		
	width: 180px;
	height: 100%;
}
#centre{
	
	background-color: #ffffff;
	height:100%;

}

#banniere{
	width:680px;
	background-color: #00ffff;
	height:100%;
	background-image: url("fondhorizontalrepet.jpg");
}
.banniere1{
	
	background-image: url("fondhorizontalrepet.jpg");
	background-repeat:repeat-y;
	background-color: #deeefb;
}
#contenuentete{
	background-color: #9CA0EA;
	height: 20%;
	margin: 0;
	padding: 0;
	width: 750px;
	margin: 0 auto; 
}
#contenu{
	background-color: #deeefb;
	height: 80%;
	margin: 0;
	padding: 0;
	width: 750px;
	margin: 0 auto; 
}
#tblmenu{
	 height:80%;
	 top:0;
	 left:0;
	 width:100%;
	 background-image: url("fondverticallarge.jpg");
	 background-repeat:repeat-x;
	 background-color: #deeefb;
	
}
#tblpiedmenu{
	height:20%;
	top:0;
	left:0;
	background-color: #deeefb;
}
.titre {
font-family: verdana;
text-decoration: none;
font-size: 24px;
font-weight: normal;
color: #0000ff;
}

.pied {
font-family: verdana;
text-decoration: none;
font-size: 10px;
font-weight: normal;
color: #000000;
}

.texte {
font-family: verdana;
font-size: 12px;
font-weight: normal;
color: #000000;
text-align: justify;
}

.titrepages {
font-family: verdana;
font-size: 16px;
font-weight: bold;
color: #0000a0;
text-align: left;
}

.titreparagraphe {
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #0000a0;
text-align: left;
text-decoration: underline;
}

a:titrelienparagraphe {
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #0000a0;
text-align: left;
text-decoration: underline;
}

a:link.titrelienparagraphe {
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #0000a0;
text-align: left;
text-decoration: underline;
}

a:visited.titrelienparagraphe {
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #0000a0;
text-align: left;
text-decoration: underline;
}
}