/*
	Feuille de style pour mon site web
	# Renaud Saliou (NoRSfall) <rsf@cyberion.net>
	$Id: style.css,v 1.6 2003/02/23 23:12:25 rsf Exp rsf $
*/

/* Présentation générale */
html, body { 
  background:		#EEEEFF;
  color:		black;
  font-family:		"Arial", sans-serif;
  font-size:		small;
  margin-left:		2px;
  margin-right:		2px;
  margin-top:		2px;
  margin-bottom:	2px;
}

img {
	border-width:           0px 0px 0px 0px;
}

/* GESTION des LIENS */
a { 
   color: #3366FF;
   text-decoration: underline;
}

a.selected:active, a.selected:visited, a.selected:link { 
   color: #aaa;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
   color: #33CCFF;
   text-decoration: none;
}

/* Gestion du repére */
.repere {
/*	position:		absolute;*/
/*	border-style:		thin;
/*	border-width:		1pt 1pt 1pt 1pt;
/*	border-style:		solid; 
/*	border-width:		0px; 
	border-color:		black; */
	background-color:	#CCDDEE
/*	background-color:	#DDDDEE; 
/*	left:			10px;
	width:			150px;
	height:			15px;*/
/*	padding:		2px; 
/*	float:			left;
	text-align:		center;*/
}

/* Gestion du menu */
.menu {
	/*position:		relative;*/
	background-color:	#DDDDFF; 
/*	left:			0px;
	top:			0px;*/
	width:			130px;
	height:			380px;
	padding:		5px; 
	float:			left;
	text-align:		center;
	border-style:		ridge;
	border-width:		1pt 1pt 1pt 1pt;
}

/* Gestion de la page principale*/
.page {
	position:		absolute;
	left:			150px;
	top:			10px;
/*	width:			90%;*/
/*	height:			100%;*/
	padding:		5px; 
	float:			right;
	text-align:		center;
}

table.livre {
	/*width:			50%;*/
	border-style:		ridge;
	border-width:		1pt 1pt 1pt 1pt;
	text-align:		left;
}

table.matable {
	position:		relative;
/*	left:			50%;
	width:			30%;*/
	padding:		5px; 
	float:			left;
	text-align:		left;
	border-style:		ridge;
	border-width:		1pt 1pt 1pt 1pt;
}

table.calculs {
	width:			95%;
	padding:		0px; 
	border-style:           ridge;
	border-width:           1px 1px 1px 1px;	
}

tr.entete {
	background-color:       #DDDDFF;
}

/* Gestion des drapeaux pour la langue des liens */
/*http://www.la-grange.net/2002/09/03.html#hreflang*/
a[hreflang^="fr"] {
	background: url(images/fr.png) right center no-repeat;
	padding-right: 12px;
}
a[hreflang^="en"] {
	background: url(images/en-us.png) right center no-repeat;
	padding-right: 12px;
}


/* Créer un bouton */
div.bouton01 {
	width:		10px;
	height:		10px;
	background-color:	#CCCCCC; 
}

/* Gestion de la signature */
address img {
	float:			right;
	border-width:		0px 0px 0px 0px;
}

address {
	padding-top:		.5em;
	padding-right:		1em;
	padding-left:		1em;
	padding-bottom:		.5em;
	margin-top:		5px;
	border-top:		1px solid black;
	background-color:	#eee;
	text-align:		left;
}

.mozilla {
	position:		absolute;
	left:			10px;
	top:			600px;
}

/* Style Weborama */
.weborama {
	position:		absolute;
	left:			10px;
	top:			750px;
}

/* Style directstats */
.directstats {
	position:		absolute;
	left:			10px;
	top:			780px;
}
