@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;
}

a.bleu {
	text-decoration:none;
	color:#3333FF;
}

a.bleu:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

/*
synthese_liste a {
	text-decoration:none;
	color:#653DA0;
}
*/

/* --- */

body {
	background-color:#adadad;
	color:#000000;
	font-family:Verdana,Arial,Helvetica;
	font-size:10px;
	/*background-image:url('images/background.jpg');*/
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
	margin-top:0px;
}

#corps {
	position:absolute;
	left:50%;
	margin-left:-488px;
	width:976px;
	z-index:3;
	padding-top:169px;
	padding-left:0px;
	padding-right:0px;
}

/* Ombrage de la page ; "html > body " est rajouter pour que IE6 ne prenne pas en compte ce style */
/*
html > body div#ombre_corp_g, div#ombre_corp_d	{position:fixed; height:100%; width:12px; top:0; margin-left:50%;}
html > body div#ombre_corp_g	{left:-500px; background:url(/images/ombrG2.png); }
html > body div#ombre_corp_d	{left:488px; background:url(/images/ombrD2.png); }
*/

body.toutes {
	background-image:none;
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana,Arial,Helvetica;
	font-size:10px;
	margin:0px;
}

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:80px;
}

/* bloc recherche */

td.rech_fond_h {
	background-color:#26a9d5;
	text-align:center;
	vertical-align:top;
	color:#000000;
	font-size:12px;
}

td.rech_zone1 {
	background-color:#26a9d5;
	background-image:url('images/bloc_recherche.png');
	text-align:center;
	vertical-align:top;
}

td.rech_zone2 {
	background-color:#26a9d5;
	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:#01E79C;
}

tr.date_non_sel {
	background-color:#00A2CA;
}

#centre_conteneur {
	position:absolute;

	left:50%;
	margin-left:-495px;
	width:990px;
	
	/*
    margin-left: auto;
    margin-right: auto;
	margin:0 auto 0 auto;

	left:expression(document.body.clientWidth > 1010 ? "50%":"auto" );
	margin-left:expression(document.body.clientWidth > 1010 ? "-495px" : "0px");
	width:990px;

	margin-left: auto;
	margin-right: auto;
	width:expression(document.body.clientWidth > 1010 ? "990px" : "auto");
	max-width:990px;
	*/
}

/* onglets */

#header {
	position:absolute;
	left:20px;
	top:-23px;
	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:#9fd8ef;
	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:#CC0000;
}

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;
}

#MenuTexte {
	width: 976px;
	position: relative;
	top: -33px;
	text-align: left;
	font: 17px Arial,sans-serif ;
}

#MenuTexte ul {
	margin: 0px;
	padding: 0px;
	list-style: 0px;
	width: 100%;
}

#MenuTexte ul li {
	margin: 0px 2px 0px 1px;
	display: inline;
	float: left;
	text-align: center;
}

#MenuTexte ul li:hover {
	background: #DDDDFD;
}

#MenuTexte ul li:hover a {
	color: #003399;
	text-decoration: underline;
}

#MenuTexte ul li a {
	color: #000000;
}

div#barre1 div.actif { border-radius:8px;-moz-border-radius:8px;float:left;width:209px;height:67px;border:1px solid #bbbbbb;border-bottom:0px;margin:6px;xbox-shadow:0px 0px 1px 1px #666666; }
div#barre1 div.inactif { border-radius:8px;-moz-border-radius:8px;float:left;width:209px;height:67px;border:1px solid #aaaaaa;margin:6px;box-shadow:4px 4px 4px #666666; }
div#barre1 div.inactif:hover { cursor:pointer;box-shadow:0px 0px 2px 2px #666666; }
div#barre1 > div > div { float:left;width:77px;text-align:center;padding:1px; }

div.onglet_ferme { border-radius:5px;-moz-border-radius:5px;box-shadow:3px 3px 3px #333333;float:left;left:-6px;margin-bottom:10px;width:15px;border:2px solid #eeeeee;position:fixed;text-align:left;background-color:#cdcdcd;padding:5px;font-size:12px;}
div.onglet_ferme:hover { background-color:#555588; }
div.onglet_ouvert { top:10px;font-size:12px;border-radius:5px;-moz-border-radius:5px;box-shadow:3px 3px 3px #333333;position:fixed;display:none;left:-4px;border:2px solid #eeeeee;background-color:#6d6d6d;width:150px;height:400px;color:#ffffff; }
div.f_b_fermer2 { position:absolute;top:-12px;text-align:right;left:12px;width:100%;margin-right:5px;}

