@CHARSET "utf-8";

body {
	font-family: Tahoma,Verdana,Arial,Geneva,Helvetica,sans-serif;
	background: #eee none repeat scroll 0 0;
	font-size: 0.8em;
}

/* Liens */
a, a:link, a:visited {
    color: #aaa;
    text-decoration: none;
}
a:hover, a:focus {
    color: #139E47;
    text-decoration: underline;
}
a img {
	border: none;
}

h1 {
	border-bottom:1px solid #139EA7;
	color:#139EA7;
	font-size:1.3em;
}

ul li {list-style:none;}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

input {
  border:1px solid #aaa;
  background-color:#cfc;
}

input[type=submit] {
  color: #777;
  font-weight: bold;
}

input[type=submit]:hover {
  color: #fff;
  font-weight: bold;
}

td {
  padding-left: 10px;
}

div .espace {
  float: left;
}

div .texte {
  overflow: hidden;
}

#page_admin,#admin,#menu_haut,#contenus_gauche,#contenus_droit,#cadre,#cadre_menu,#persos,.print,#pied,#menu,#breadcrumb,#description,#bandeau,#controls {
  display: none;
}

#page {
  background-color: #fff;
  margin: auto;
}

#header {
  float: right;
  position: relative;
}

#contenus {
  width: 100%;
  margin: 15px 0px;
  float: left;
  position: relative;
}
