body {
	margin-left: 10px;
	margin-right: 10px;
	color: black;
	background: url(fond.gif) ;
	font-family: Times;
}

table.frame {
	width : 800px;
}

td.firstrow {
	height : 130px;
}

td.content {
	width : 680px;
	padding-left : 10px;
}

td.imagette {
	text-align: center;
	vertical-align: top;
	width : 150px;
	height : 150px;
	padding : 10px;
}

td.navbar {
	text-align : center ;
	background-color : rgb(200,200,200) ;
	width : 33%;
	padding : 3px;
}

td.navbar1 {
	text-align : center ;
	background-color : rgb(200,200,200) ;
	width : 30%;
	padding : 3px;
}

td.navbar2 {
	text-align : center ;
	background-color : rgb(200,200,200) ;
	width : 40%;
	padding : 3px;
}

div.menu {
	width :   130px;
	margin :   5px;
    margin-top : 40px;
	text-align : left;
}

div.translation0 {
	background : rgb(190,210,240);
	color : rgb(80,80,80);
	padding : 5px;
	font-family: Arial;
	font-weight : bold; 
	font-size : 10pt;
	text-align : justify;
	line-height : 125%;
}

div.translation {
	background : rgb(240,240,240);
	color : rgb(80,80,80);
	padding : 5px;
	font-weight : bold;
	font-size : 9pt;
	text-align : justify;
	line-height : 125%;
}

p,li,td { font-size: 10pt; }

p.nbp {
	color : rgb(80,80,180);
	font-weight : bold;
	font-size : 12pt;
}

.expo {
	color : rgb(80,80,180);
	font-weight : bold;
	font-size : 12pt;
	text-align : justify;
}

.expo0 {
	color : rgb(180,180,180);
	font-weight : bold;
	font-size : 12pt;
	text-align : justify;
}


p.bienvenue {
	color: blue;
	text-align : left ;
	text-transform : capitalize ;
	font-family: Times ;
	font-size : 20pt ;
	font-style : italic ;
	font-weight : bold ;
	padding-left:30px;
}

td.livreNavbar {
	text-align : center ;
	width : 33%;
	padding : 3px;
}

div.livrePage {
	background: url(pageLivre.jpg) ;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

div.livreSepa {
	border-style : solid;
	border-width : 1px;
	border-color : rgb(254,176,16);
}

div.livreHeader {
	color : rgb(150,150,150);
	font-weight : bold;
	font-size : 12pt;
	padding: 10px;
}

span.pseudo {

}

span.region {
	color : rgb(120,120,120);

}

div.livreMsg {
	color : rgb(80,80,180);
	font-style : italic ;
	font-weight : bold ;
	font-size : 11pt;
	text-align : justify;
	padding-left : 20px;
	padding-bottom : 10px;
}

div.titre {
	color: rgb(100,120,140);
	text-align : center ;
	text-transform : capitalize ;
	padding-bottom : 5px;
	font-family: Times ;
	font-size : 32pt ;
	font-style : italic ;
	font-weight : bold ;
	border-style : solid;
	border-width : 1px;
	border-color : rgb(254,176,16);
}

p.titre {
	color: rgb(100,120,140); /*rgb(254,176,16)*/
	text-align : center ;
	text-transform : capitalize ;
	font-family: Times ;
	font-size : 32pt ;
	font-style : italic ;
	font-weight : bold ;
	height : 70px;
}

p.legende {
	font-size : 12pt ;
	font-weight : bold ;
}

pre.copyright {
	font-family: Times;
	font-size: 10pt;
	padding-left:10px;
}

img.smallIcon {
	border-style:none;
}

:link {					 /* for unvisited links */
	color: rgb(0, 0, 153) ;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold ;
} 

:visited {				 /* for visited links */
	color: rgb(153, 0, 153) ;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	text-decoration: none; 
}

a:active {				 /* when link is clicked */
	color: rgb(255, 0, 102) ;
	font-family: Verdana, Arial, Helvetica;
}

a:hover {				 /* when mouse is over link */
	color: rgb(0, 96, 255) ;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold ;
}

