/* CSS Document */

body{ behavior:url(css/csshover.htc); }
/* @charset "utf-8"; */

/*********** 
Reset styles
***********/
img { border:0px; }
img.Icone { vertical-align: middle; margin-bottom: .25em; }
/*
* { margin: 0; padding: 0; }
.c { clear:both; }
.left { float:left; }
.right { float:right; }
.tleft { text-align:left; }
.tright { text-align:right; }
.tcenter { text-align:center; }
.tjustifie { text-align:justify; }
.tgras { font-weight:bold; }
.tgrand { font-size:15px; }
.tmaigre { font-weight:normal; }
.erreur { display:block; width:95%; margin-bottom:5px; color:#c00; background:#FBCECE; padding:5px;}
.middle {vertical-align:middle;}
*/

/****************
Global
****************/

html { 
	color:#fff;
}

body {
	width:900px;
	margin:0 auto 0 auto;
	text-align: center;
	padding:0;
	left:50%;
	text-align: center;
	background-color:#FFFFFF;
}

#global {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
	background-image: url(../image/fond_site.gif);
	background-repeat:repeat-y;
}

#contenu {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	padding-left:40px;
	margin-right:40px;
}

#contenu td, #contenu p, #contenu li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
/*	font-family:Arial, Helvetica, sans-serif;*/
	font-size:12px;
	color:#000;
}

#contenu td td {
/*	text-align:inherit;*/
}

#contenu h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:21px;
	color:#663399;
	text-transform:uppercase;
	margin-top:40px;
	margin-bottom:10px;
}

#contenu h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
	color:#006699;
	font-style:italic;
	margin-top:20px;
	margin-bottom:10px;
}

#contenu h3 {
/*	font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#003399;
	text-transform:uppercase;
	margin-top:27px;
/*	text-align:left;*/
}
#contenu h3.Orange {
	color:#E75037;
}
span.Orange, #contenu .Orange a {
	color:#E75037;
}
#contenu h3.Mandarine {
	color:#F08A00;
}
span.Mandarine, #contenu .Mandarine a {
	color:#F08A00;
}

#contenu p {
	margin-bottom:10px;
}

#contenu a {
	text-decoration:underline;
}

#contenu strong {
	font-size:13px;
}

.ErreurSaisie {
	font-size: 9px;
	color: #FF0000;
	text-align: left;
}


/*************************** BarreEtape ********************************/

.BarreEtape {
	background-color:#CAE2ED;
}

.BarreEtape td {
/*	padding:7px;*/
}

.BarreEtape td.courante {
	background-repeat:no-repeat;
	font-weight:bold;
	background-color:#A6CEE1; /*#CAE2ED;*/
}


/*************************** CadreSaisie ********************************/

.CadreSaisie {
/*	border: 1px solid #005D84;*/
	border: 1px solid #2C7BB3;
	background-color: #EFF7FA; 
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	text-align:inherit;
}
.CadreSaisie td {
	font-size: 11px;
	padding:3px;
}
.CadreSaisie th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
/*	background-color: #005D84;*/
	color: #FFFFFF;
	font-weight: bold;
	background: url(../image/FondTH.gif) repeat-x;
	background-color: #2C7BB3;
	text-align:center;
	padding:3px;
}
.CadreSaisie .Libelle {
	background-color: #E2EFF5; 
	border:inherit;
}
.CadreSaisie .Aide {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#2C7BB3;
}

.CadreSaisie .Obligatoire {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FF6633;
}

.CadreSaisie a.Bouton { color: #339999; padding:2px 5px 2px 5px; border:1px solid #E2EFF5; text-align:center; }
.CadreSaisie a.Bouton:hover { background-color:#E2EFF5; text-decoration:none; cursor:pointer; }

.CadreSaisie input[type="text"], .CadreSaisie input[type="password"], .CadreSaisie textarea, .CadreSaisie select, .CadreSaisie .ZoneSaisie {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #0094F2;
	background-color: #E8E8E8;
	padding: 2px;
}


/*************************** CadreListe ********************************/
.CadreListe {
/*	border: 1px solid #005D84;*/
	border: 1px solid #2C7BB3;
	background-color: #FFFFFF;
	width:90%;
}
.CadreListe td {
	font-size: 12px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-decoration:none !important;
}
.CadreListe th {
	border-right: 1px solid #61A1C8;
	background: url(../image/FondTH.gif) repeat-x;
	background-color: #2C7BB3;
}
.CadreListe th, .CadreListe th a {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none !important;
}
.CadreListe th a {
	display: block;
}
.CadreListe th a:hover {
	color: #FFFFFF;
	background-color: #61A1C8;
	text-decoration:none;
}
.CadreListe a { color: #118888; text-decoration:none !important; }

.CadreListe tr.Pair { background-color:#EEEEEE; }
.CadreListe tr.Impair { background-color:#F8F8F8; }
.CadreListe tr.Pair:hover, .CadreListe tr.Impair:hover { background-color:#CCE4EC; }
.CadreListe td.Information { background-color:#EFF7FA; }
.CadreListe td.Ferie { background-color: #FFE0E0; }
.CadreListe td.SousTotal { font-size: 11px; font-weight: bold; background-color:#EEEEEE; }
.CadreListe td.Total { font-size: 13px; font-weight: bold; background-color:#CCCCCC; }
.CadreListe img { vertical-align: middle; margin-bottom: .25em; }
.CadreListe .Aide {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#2C7BB3;
}

.CadreSansContour {
	border:0;
	border-right: 0;
	border-bottom: 0;
}
.CadreSansContour td {
	border-right: 0;
	border-bottom: 0;
}


/*************************** ResultatAction ********************************/

#ResultatAction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4px;
	background-color:#FFFFFF;
	font-weight: bold;
	text-indent: 25px;
	padding:3px;
	margin-left:25px;
	margin-right:25px;
}
#ResultatAction .OK {
	font-size: 11px;
	display: block;
	height:20px;
	padding-top:4px;
	color: #009900;
	background: url(../image/ok_icon.gif) no-repeat 5px 3px;
	background-color:#EAFFEA;
	border:1px solid #009900;
}
#ResultatAction .KO {
	font-size: 11px;
	display: block;
	height:20px;
	padding-top:4px;
	color: #CC0000;
	background: url(../image/error_icon.gif) no-repeat 5px 3px;
	background-color:#FFF0F0;
	border:1px solid #CC0000;
}


/*************************** CadreRecherche ********************************/

.CadreRecherche { background-color:#FFF4E1; border:0; padding:2px; width:90%; margin: 3px auto 20px auto; }
.CadreRecherche td { padding:2px; width:auto;}
.CadreRecherche a.Bouton { background-color:#FFEECC; color:#FF6600; padding:2px 5px 2px 5px; border:1px solid #FFD7AE; text-align:center; text-decoration:none !important;}
.CadreRecherche a.Bouton img { vertical-align: middle; margin-bottom: .25em; }
.CadreRecherche a.Bouton:hover { background-color:#FFD7AE; text-decoration:none; cursor:pointer; }
.CadreRecherche input[type="text"], .CadreRecherche select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #FFD7AE;
	background-color: #E8E8E8;
	padding: 2px;
}
.CadreRecherche .Aide {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FF6600;
}

/*************************** NavPage ********************************/

.NavPage { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-align: center; margin-top: 10px; }
.NavPage a, .NavPage a:link, .NavPage a:visited { font-size: 12px; color: #FF8804; text-decoration: none; }
.NavPage a:hover { font-size: 12px; color: #FF8804; text-decoration: underline; }


/*************************** BarreOutils ********************************/

.BarreOutils { border:0; padding:2px; width:90%; margin: 3px auto 0px auto; }
.BarreOutils td { padding: 2px; }
.BarreOutils a.Bouton { white-space:nowrap; color: #333333; padding:2px 5px 2px 5px; background-color: #EEEEEE; border:1px solid #CCCCCC; text-align:center; text-decoration:none !important; }
.BarreOutils a.Bouton img { vertical-align: middle; margin-bottom: .25em; }
.BarreOutils a.Bouton:hover { background-color: #CCCCCC; text-decoration: none; cursor:pointer; }


/*************************** ListeTiroir ********************************/

.ListeTiroir { border:0; padding:0px; 	border: 1px solid #2C7BB3;
	background-color: #FFFFFF;
}
.ListeTiroir td { padding:0; background-color:#EEEEEE; border-bottom: 1px solid #CCCCCC; }
.ListeTiroir td a { display:block; color: #000000; text-decoration: none !important; padding:2px !important; }
.ListeTiroir td a:hover { background-color:#CCE4EC; cursor:pointer; }
.ListeTiroir td a.Courant { color: #FFFFFF; font-weight:bold; background-color:#61A1C8;}

/*************************** ListeDocument ********************************/
/*
.ListeDocument td { padding:0; border-bottom: 1px solid #CCCCCC; }
.ListeDocument th { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; color:#000000; }
.ListeDocument td a { display:block; color: #000000; text-decoration: none !important; padding:2px !important; }
.ListeDocument td a img { vertical-align: middle; margin-bottom: .25em; }
.ListeDocument tr.Fichier { background-color:#EEEEEE;}
.ListeDocument tr.Fichier:hover { background-color:#CCE4EC;}
*/
#ListeDocument {
	border:1px solid #2C7BB3;
	width:615px;
	height:300px;
	overflow: auto;
	overflow-x: hidden;
}
/*
.ListeDocument p, .ListeDocument td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
*/










.btn { display: block; position: relative; background: #aaa; padding: 5px; color: #fff; text-decoration: none; cursor: pointer; }
 a { text-decoration: none; }
.btn * { font-style: normal; background-image: url(../image/btn2.png); background-repeat: no-repeat; display: block; position: relative; width:auto; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span, * html .btn i { width: auto; background-image: none; cursor: pointer; }

/*
* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
*/

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(../image/shade.png); background-position: bottom; }








.EnqueteReponse {
	width:32px;
	height:32px;
	background: url(../image/enquete_NotSelect.gif);
	cursor:pointer;
}

.EnqueteReponse:hover {
	background: url(../image/ok.gif) no-repeat;
}

.EnqueteReponseSelect {
	width:32px;
	height:32px;
	background: url(../image/ok.gif) no-repeat;
}

