body
{
	color: #000000;
	background-color: #eeeeee;
	font-size: 0.9em;
}

a
{
	text-decoration: none;
}

a:link
{
	color: #2222ee;
}

a:hover
{
	background-color: #eeeeee;
	color: #0000ff;
	text-decoration: underline;
}

a:visited
{
	color: #0000dd;
}

p
{
/* 	font-size: 10; */
	text-align: justify;
}

input,textarea,select,checkbox,radio
{
	background-color: #ffffff;
	color: #000000;
}

h1
{
	font-size: 1.4em;
	color: #000022;
	text-align: center;
	font-weight: bold;
	padding:5px;
}

h2
{
	font-size: 1.1em;
	color: #000022;
	background-color: #ccccdd;
	font-weight: bold;
	padding:5px;
	-moz-border-radius: 5px;
}

td
{
 	font-size: 0.9em;
	color: #000022;
	padding: 10pt;
	vertical-align: top;
}

th
{
	color: #000088;
	padding: 5pt;
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: top;
}

div#haut
{
	background: url("images/photo.png") top left no-repeat;
	height: 150px;
	color: #000000;
	background-color: #ffffff;
	border-bottom: 2px solid #dddddd;
	-moz-border-radius-topright: 30px;
	margin-left: 150px;
	text-align: justify;
/* 	width: 600px; */
	max-width: 67em;
	padding-left: 10px;
	padding-right: 10px;
}

div#bas
{
	text-align: center;
}

div#titre
{
	padding-left: 150pt;
	padding-top: 20pt;
	font-size: 2em;
	color: #000022;
	vertical-align: middle;
}

/*div#menu
{
	left: 150px;
	padding-top: 15pt;
}*/

div#langage
{
	float: right;
	position: relative;
	left: 10px;
	top: 69px;
}

div#sousmenu
{
	float: left;
	position:fixed;
  color:#002;
  background-color: #ffffff;
  border-color: #cccccc;
	text-align: left;
/* float: left; */
	padding: 5pt;
	margin: 10pt;
	top: 156pt;
	left: -2pt;
	width: 80pt;
}

div.categorie
{
	color: #000022;
	background-color: #ccccdd;
	padding: 20pt;
}

div#contenu
{
/* 	font-size: 10; */
	color: #000022;
	background-color: #ffffff;
	margin-left: 150px;
	text-align: justify;
/* 	width: 600px; */
	max-width: 67em;
	padding: 10px
}

/* mesages du blog */

div.message
{
	display:	block;
	border-width:          0pt;
	border-style:          solid;
	border-color:          #cccccc;
/* 	font-size: 0.8em; */
	text-align:            justify;
	color:                 #eee;
	margin-left:           5pt;
	margin-right:          5pt;
	margin-top:            3pt;
	margin-bottom:         3pt;
}

div.bibitem
{
	margin-top: 20px;
	border-left: 5px solid #dddddd;
	-moz-border-radius: 2px;
	padding-left: 15px;
}

table.tablemessage
{
	margin: 0;
	background-color:      #eee;
	width:                 100%;
	font-size: 1em;
}

div.addmessage
{
	background-color: #ddd;
	color: #ccccdd;
	padding: 5pt;
	border-width:          1pt;
	border-style:          solid;
	border-color:          #cccccc;
	text-align:            justify;
}
