/* CSS Document */
* {
	margin:0;
	padding:0;
}

img {
  border: 0;
}

html {
	background: #fff url(../icone/fpp/fond.jpg) 0 bottom repeat-x;
	height: 100%;
	width: 100%;
}

body {
	background:transparent url(../icone/fpp/header_fr.jpg) center 0 no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color: #9D9C9C;
	font-size: 10px;
}

div#container {
   margin: 0 auto;
   width: 995px;
}

div#header_fr {
	height: 178px;
}

div#btnLang  {
	padding: 150px 0 15px 0;
}

div#header_fr p {
	display:inline;
}

div#header_fr img.btn {
	margin-bottom: -3px;
}

div#colGauche {
	width: 496px;
	float:left;
}
div#colDroite {
	width: 466px;
	float:left;
	padding: 0 15px 0 15px;
}

div#colGauche .hautBlocGauche {
	display: block;
	background: #ffffff url(../icone/fpp/ht_blocGauche.jpg) 0 0 no-repeat;
	height: 43px;
	padding: 15px 25px 0 25px;
}
div#colGauche .centreBlocGauche {
	display: block;
	background: #ffffff url(../icone/fpp/centre_blocGauche.jpg) 0 0 repeat-y;
	padding: 0 25px 0 25px;
}
div#colGauche .basBlocGauche {
	display: block;
	background: #ffffff url(../icone/fpp/bas_blocGauche.jpg) 0 0 no-repeat;
	height: 20px;
}


div#colDroite .btnRech {
     display:block;
	float:right;
	height: 40px;
}

div#colDroite .btnRech img {
     margin-bottom: -10px;
	padding-left: 10px;
}

div#resRecherche {
	width: 995px;
	clear:both;
	text-align:center;
	padding: 15px 0 5px 0;
}

div#selection {
	width: 995px;
	clear:both;
	text-align:center;
	padding: 5px 0 15px 0;
}

div#selection a.alpha {
	padding: 0 5px 0 5px;
	color: #9D9C9C;
}

div#selection a {
	padding: 0;
}

div#selection a:hover {
	color: #275B8A;
}

/* Formulaire */
.formRech {
	display:block;
	clear:both;
	padding-top: 10px;
}

.formRech label {
     display:block;
	float: left;
	width: 160px;
}

.formRech input {
	float: left;
	width: 300px;
	background-color: #dedede;
	border: 1px #ffffff solid;
}



/* Textes */
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #275B8A;
	width: 200px;
	float:left;
	padding-top: 15px;
}

a {
	color: #275B8A;
	text-decoration:none;
}

a:hover {
	color: #9CA9E3;
	text-decoration:none;
}

a.selected {
	color: #275B8A;
	font-weight:bold;
}
/* tableau des rÃ©sultats */
td {
	padding: 2px 0 2px 0;
}

.surligne {
	background-color: #dedede;
}

.coin_h_g {
	background: #fff url(../icone/fpp/coin_h_g.gif) 0 0 no-repeat;
	width: 20px;
	height: 63px;
}
.centre_h {
	background: #fff url(../icone/fpp/centre_h.gif) 0 0 repeat-x;
	color: #275B8A;
	height: 63px;
}
.coin_h_d {
	background: #fff url(../icone/fpp/coin_h_d.gif) 0 0 no-repeat;
	width: 20px;
	height: 63px;
}
.cote_g {
	background: #fff url(../icone/fpp/cote_g.gif) 0 0 repeat-y;
	width: 20px;
}
.cote_d {
	background: #fff url(../icone/fpp/cote_d.gif) 0 0 repeat-y;
	width: 20px;
}
.coin_b_g {
	background: #fff url(../icone/fpp/coin_b_g.gif) 0 0 no-repeat;
	width: 20px;
	height: 18px;
}
.coin_b_d {
	background: #fff url(../icone/fpp/coin_b_d.gif) 0 0 no-repeat;
	width: 20px;
	height: 18px;
}
.cote_b {
	background: #fff url(../icone/fpp/cote_b.gif) 0 0 repeat-x;
	height: 18px;
}
TD    {
	font-family: MS Sans Serif,Arial,Helvetica;
	font-size: 10px;
}
.INPUT    {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	color: Black;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #656565;
	border-top: 1px solid #656565;
}
.infobulle{
	position: absolute;
	visibility: hidden;
	border: 1px solid Blue;
	padding: 10px;
 font-family: MS Sans Serif,Arial,Helvetica;
	font-size: 10px;
	background-color: #E0FFFF;
	color: Black;
	text-align: justify;
	width: 30%;
}

