html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	font-weight : normal;
	font-size : 10pt;
	font-family : verdana;
	background-color:#DDDDDD;
	margin:0 auto;
/*	background-image:url(../images/bord_table.gif);
	background-position:center;
	background-repeat:repeat-y;*/
}

.textes_cachés {
	color:#DDDDDD;
	font-size:6px;
	line-height:6px;
}

div#haut_table {
	height:20px;
	background-image:url(../images/haut_table.png);
	background-position:center;
	background-repeat:no-repeat;
}

div#bord_table {
	background-image:url(../images/bord_table.png);
	background-position:center;
	background-repeat:repeat-y;
}

div#bas_table{
	height:20px;
	background-image:url(../images/bas_table.png);
	background-position:center;
	background-repeat:no-repeat;
}

table
 { font-size : 10pt; }

img{
	border:0;
}

.lien_externe{
/*	padding-top:10px;*/
	vertical-align:middle;
	padding:0px 5px;
}

a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
a:link {
	text-decoration:none;
	color:#FFFFFF;
}
a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

.boutonBarreMenu
 {
  /*cursor: pointer;  */
  background-repeat:no-repeat;
  background-position:center;
  height:30px;
  width:100px;
  text-align:center;
  color:#FFFFFF;
 }

.boutonEnvoyer
 {
  cursor: pointer;
  border:0;
  background-image:url(../images/btn_bleu.gif);
  background-repeat:no-repeat;
  background-position:center;
  height:30px;
  width:100px;
  text-align:center;
  color:#FFFFFF;
 }

.tabulation
{
	margin-left:30px;
}

.eltForm {
	color:#61B300;
}

.eltFormError {
	font-weight:bold;
	color:#FF0000;
}

.puceBleu{
	list-style-image:url(../images/puceBleu.gif);
	list-style-position:outside;
	padding-bottom:15px;
}

.puceVert{
	list-style-image:url(../images/puceVert.gif);
	list-style-position:outside;
	padding-bottom:15px;
}

.titrePuceBleu{
	font-weight:bold;
	color:#00628c;
}

.titrePuceVert{
	font-weight:bold;
	color:#97be0d;
}

.boutonPageAccueil {
	width:33%;
	height:350px;
	text-align:center;
	vertical-align:top;
	color:#FFFFFF;
	cursor:pointer;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../images/boutonPageAccueil.gif);
}

.titreBtnPageAccueil {
	position:relative;
	font-weight:bold;
	font-size:14pt;
	line-height:50px;
	top:40px;
}

.imageBtnPageAccueil {
	position:relative;
	top:40px;
}

.texteBtnPageAccueil {
	position:relative;
	top:50px;
	padding:0px 70px;
	display:block;
}

.liens_partenaires{
	text-align:center;
	width:100%;
}

.liens_partenaires img {
	padding:3px 5px;
	vertical-align:middle;
}

.captcha{
	display:none;
}