/* Generated by KompoZer */
/* in part only! Most has been made with Notepad++ */
body {
  background-color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
}
a:link {
  text-decoration: none;
  color: #000000;
}
a:visited {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}
img {
	border: none;
}

/* En-tête
=========*/

#bandeau {
  border-right: 2px groove;
  position: relative;
  top: 5px;
  left: 0px;
  width: 900px;
  height: 120px;
/*  background-color:Yellow;*/
}
#logo {
  width: 196px;
  height: 99px;
}
#en-tete {
  position: absolute;
  top: 0px;
  left: 196px;
  width: 570px;
  color: #ff0000;
  z-index: 2;
}
#en-tete2 {
  position: absolute;
  top: 5px;
  left: 202px;
  width: 565px;
  z-index: 1;
  color: #cccccc;
}
.en-tete {
  font-variant: small-caps;
  font-weight: bold;
  font-size: 80px;
  text-align: center;
}

/* Fin de l'en-tête

Conteneur (milieu de page)
=======================*/

#conteneur {
  width: 902px;
/*  background-color:#ccc000;*/
}
#conteneur-sous-menu {
	position:relative;
	top:5px;
	float:right;
	border-right:2px groove;
	width: 692px;
	padding-left:10px;
}
#sous-menu {
	border-top: 1px dashed red;
	border-bottom:1px dashed red;
	border-left:1px dashed red;
	font-size:x-small;
	background-color: #ededed;
	text-align: center;
	width: 691px;
	color:black;
/*	padding:5px 0px 5px 0px;*/
}
.sous-menu-droite {
	border-right:1px dashed red;
/*	padding:5px 0px 5px 0px;*/
}
#sous-menu a:link {
/*	border-right:1px dashed red;
	border-left:1px dashed left;
	color:black;
	padding-top:10px;*/
	padding-left:9px;
	padding-right:10px;
}
#sous-menu a:visited {
/*	border-right:1px dashed red;
	border-left:1px dashed left;
	color:black;
	padding-top:10px;*/
	padding-left:9px;
	padding-right:10px;
}
#sous-menu a:hover {
/*	border-right:1px dashed red;
	border-left:1px dashed left;
	color:black;
	text-decoration:underline;
	padding-top:10px;*/
	padding-left:9px;
	padding-right:10px;
}
#sous-menu a:visited {
/*	border-right:1px dashed red;
	border-left:1px dashed left;
	color:black;
	padding-top:10px;*/
	padding-left:9px;
	padding-right:10px;
}
#txt-principal {
	position:relative;
	top:5px;
	border-right:2px groove;
	padding: 10px;
	float: right;
	width: 682px;
	min-height: 400px;
	/*  background-color:#cccc00;*/
}
#txt-principal a:link {
  color: #666666;
}
#txt-principal a:visited {
  color: #666666;
}
#txt-principal a:hover {
  color: #666666;
}
#txt-principal a:active {
  color: #666666;
}
#txt-principal p {
	font-size: .8em;
	text-align: justify;
}
h1 {
	padding-top:10px;
	font-size: medium;
	font-weight:bold;
	border-bottom:1px dashed red;
}
h2 {
	padding-top:10px;
	font-size: small;
	font-weight:bold;
}
table {
	font-size:small;
	width:100%;
	border:1px solid red;
}
th {
	border-bottom:1px dashed red;
}
.haut-page{
	font-size:x-small;
	font-weight:normal;
	position:absolute;
	right:10px;
}
.corps-de-txt {
  font-size: small;
  text-align: justify;
}
.titre {
  font-weight: bold;
  font-size: x-large;
}
.signature {
  font-size: medium;
  font-style: italic;
  font-family: "Times New Roman",Times,serif;
  text-align: right;
}


/* Fin de la partie de droite

Colonne de gauche
================*/

#colonne-g {
  float: left;
  width: 196px;
  height: 400px;
}
#menu-bloc {
  position: relative;
  top:5px;
  left: 24px;
  width: 150px;
}
#menu-top {
  width: 150px;
  height: 15px;
}
#menu {
  width: 150px;
  background-color: #ededed;
}
#menu a:link {
  border-left: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  padding: 3px 10px;
  display: block;
  font-weight: bold;
}
#menu a:visited {
  border-left: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  padding: 3px 10px;
  display: block;
  font-weight: bold;
}
#menu a:hover {
  padding: 3px 10px;
  display: block;
  background-color: #ff0000;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
#menu-actif {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  color: white;
  background-color: red;
  display: block;
}
#menu-bas {
  width: 150px;
  height: 15px;
}
#web-ref {
  position: relative;
  top: 30px;
  left: 15px;
  width: 169px;
  text-align: center;
}
#web-ref img {
  border:  none;
  padding-top: 10px;
}
#bordure-basse {
	position:relative;
	top:5px;
  border-right: 2px groove;
  border-bottom: 2px groove;
  clear: both;
  width: 900px;
  height: 0px;
}
#pied-page {
  width: 900px;
  padding-top: 10px;
  text-align: center;
  font-size: x-small;
}
