@charset "utf-8";
/* CSS Document */

/* liens */

a {
	text-decoration:none;
	color:#333DFF;
}

a:visited {
	text-decoration:none;
	color:#333DFF;
}

a:hover {
	text-decoration:underline;
	color:#FF3D88;
}

a:active {
	text-decoration:none;
	color:#333DFF;
}

/*
synthese_liste a {
	text-decoration:none;
	color:#653DA0;
}
*/

body {
	background-color:#000000;
	color:#000000;
	font-family:Verdana,Arial,Helvetica;
	font-size:10px;
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
	margin-top:0px;
}

body.profil {
	background-image:none;
	background-color:#203040;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica;
	font-size:16px;
	margin-top:10px;
}

body.profil a			{text-decoration:none;color:#A58DE0;}
body.profil a:visited		{text-decoration:none;color:#A58DE0;}
body.profil a:hover			{text-decoration:underline;color:#FFAAAA;}
body.profil a:active		{text-decoration:none;color:#A58DE0;}

body.mes {
	background-image:none;
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana,Arial,Helvetica;
	font-size:16px;
	margin:0px;
}

table.haut {
	background-image:url('images/logo.jpg');
	background-repeat:no-repeat;
	width:100%;
}

td.partenaire {
	background-color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	height:24px;
}

td.partenaire img {
	width:60px;
}

/* bloc recherche */

td.rech_fond_h {
	background-color:#d59e25;
	text-align:center;
	vertical-align:top;
	color:#000000;
	font-size:12px;
}

td.rech_zone1 {
	background-color:#d59e25;
	background-image:url('images/bloc_recherche.png');
	text-align:center;
	vertical-align:top;
}

td.rech_zone2 {
	background-color:#d59e25;
	background-image:url('images/bloc_recherche.png');
	text-align:left;
	vertical-align:top;
}

td.rech_fond_b {
	background-image:url('images/rech_fond_b.png');
	text-align:center;
	vertical-align:middle;
	height:30px;
}

td.rech_coin_hg {
	background-image:url('images/rech_coin_hg1.png');
	width:14px;
	height:15px;
	overflow:hidden;
}

td.rech_bord_h {
	background-image:url('images/rech_bord_h1.png');
	height:15px;
	overflow:hidden;
}

td.rech_coin_hd {
	background-image:url('images/rech_coin_hd1.png');
	width:15px;
	height:15px;
	overflow:hidden;
}

td.rech_bord_g {
	background-image:url('images/rech_bord_g1.png');
	width:14px;
}

td.rech_sep {
	background-image:url('images/rech_bord_d1.png');
	width:1px;
}

td.rech_bord_d {
	background-image:url('images/rech_bord_d1.png');
	width:15px;
	height:15px;
}

td.rech_coin_bg {
	background-image:url('images/rech_coin_bg1.png');
	width:14px;
	height:15px;
	overflow:hidden;
}

td.rech_bord_b {
	background-image:url('images/rech_bord_b1.png');
	height:15px;
	overflow:hidden;
}

td.rech_coin_bd {
	background-image:url('images/rech_coin_bd1.png');
	width:15px;
	height:15px;
	overflow:hidden;
}

h1 {
	font-size:20px;
	color:#FFFFFF;
	margin:0;
}

#titre {
	font-size:10px;
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
}

tr.date_sel {
	background-color:#F58123;
}

tr.date_non_sel {
	background-color:#B3841D;
}

#centre_conteneur {
	position:absolute;
	left:50%;
	margin-left:-495px;
	width:990px;
}

/* onglets */

#header {
	position:absolute;
	left:20px;
	top:-11px;
	width:990px;
    font-size:14px;
    line-height:normal;
}

#header ul {
    margin:0;
    padding:5px 10px 0;
    list-style:none;
	text-align:center;
	height:24px;
}

#header li {
    float:left;
    background:url('images/left_both.gif') no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    border-bottom:1px solid #765;
}

#header a {
    float:left;
    display:block;
    width:.1em;
    background:url('images/right_both.gif') no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#765;
    white-space:nowrap;
}

#header > ul a {
	width:auto;
}

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a {
	float:none;
}

/* End IE5-Mac hack */
#header a:hover {
    color:#333;
}

#header #actif {
    background-position:0 -150px;
    border-width:0;
}

#header #actif a {
    background-position:100% -150px;
    padding-bottom:5px;
}

#header li:hover, #header li:hover a {
    background-position:0% -150px;
    color:#FF3D88;
}

#header li:hover a {
    background-position:100% -150px;
}

/* --- */

/* champs */

input[type="text"], input[type="password"], textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	background:url('images/bg_input.gif') top left no-repeat #FFFFFF;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#AAAAAA;
	padding:3px 8px 2px 8px;
	color:#000000;
}

input.ch2 {
	text-align:center;
	font-size:8pt;
	color:white;
	background:#B06040;
	border-color:#F08060;
}

input.ch3 {
	text-align:center;
	font-size:9pt;
}

select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url('images/bg_input.gif') top left no-repeat #FFFFFF;
	border-width:1px 0px 0px 1px;
	border-style:solid;
	border-color:#AAAAAA;
	color:#000000;
}

/* --- */

td.centre_contenue {
	background-color:#FFFFFF;
	padding-top:18px;
	text-align:center;
}

table.synthese_choix_pays {
	text-align:left;
	color:#2D5F1B;
	font-size:10px;
	border:0px;
	width:100%;
}

table.synthese_choix_critere {
	text-align:center;
	color:#2D5F1B;
	font-size:10px;
	border:0px;
	width:100%;
}

table.synthese_choix_critere a.liste img {
	height:6px;
	width:9px;
	border:0px;
}

table.synthese_choix_critere a.liste {
}

table.synthese_choix_critere a.liste:hover {
	background-color:#A4D842;
	text-decoration:none;
}

table.synthese_choix_critere a.liste:active {
	background-color:#A4D842;
	text-decoration:none;
}

table.synthese_liste {
	border:0px;
	text-align:center;
	width:100%;
}

tr.synthese_liste_titre {
	background-color:#CCCCCC;
	font-size:12px;
}

tr.synthese_liste_ligne0 {
	background-color:#FFFFB9;
	height:60px;
}

tr.synthese_liste_ligne1 {
	background-color:#E8E6B3;
	height:60px;
}

td.synthese_liste_releve {
	color:#222222;
}

span.synthese_liste_villes {
	color:#2D5F1B;
}

span.synthese_liste_dates {
	color:#222222;
}

td.bas_contenue {
	background-color:#FFFFFF;
	color:#000000;
	font-size:14px;
	padding:14px;
	text-align:center;
}

table.resultats_liste td {
	border-bottom:solid;
	border-bottom-color:#777777;
	border-bottom-width:thin;
}

table.resultats_liste td.g {
	border-left:solid;
	border-left-color:#777777;
	border-left-width:thin;
}

table.autre td {
	border-bottom:0px;
	color:#006600;
}

tr.res_tit {
	background-color:#CCCCCC;
	font-weight:bold;
}

tr.res_lig0 {
	background-color:#FFDD99;
	height:100px;
}

tr.res_lig1 {
	background-color:#EEEEBB;
	height:100px;
}

tr.res_multi_lig {
	background-color:#BBFFDD;
	height:100px;
}

td.res_rac {
	vertical-align:middle;
	background-color:#777777;
}

span.important1 {
	color:#FF0000;
}

span.admin {
	color:#FF0055;
}

tr.res_multi_tit {
	background-color:#BBFFDD;
}

tr.res_multi_tit td.d {
	text-align:right;
}

#BarreProgression {
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/BarreDeProgressionVide.JPG);
	background-repeat:no-repeat;
	height:18px;
	width:200px;
	border:1px groove #4070A0;
}

#BarreProgression  div {
	background-image:url(images/BarreDeProgression_ani.gif);
	background-repeat:no-repeat;
	height:18px;
}
