/********** General **********/
/* PNG Fix */
div { behavior: url(/images/iepngfix.htc) }
/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
/* Body */
html {
   font-size: 62.5%;
   background: #434343 url(../images/page.gif) 0 0;
}
body{ 
  font-family: "Arial", sans-serif;
  font-size: 1.2em;
  height: 100%;
  color: #000;
}
/* Links */
a{
  color: #de6e1b;
  text-decoration: none;
}
a:hover {
  color: #de6e1b;
  text-decoration: underline;
}
/* Headings */
h1 { 
    width: 244px;
    height: 105px;
    padding: 0;
    margin: 0;
    background: url(../images/logo.gif) no-repeat 0 50%;
}
h3 {
  font-size: 2.2em;
  font-family: "Arial Black";
  line-height: 1em;
  color: #3a3a3a;
  padding-left: 60px;
  margin-bottom: 1em;
  text-align: left;
}
h3.mail { background: url(../images/icons/envelope.jpg) no-repeat 0 50%; }
h3.web { background: url(../images/icons/atsign.jpg) no-repeat 0 50%; }
h4 {
  font-size: 1.6em;
  font-family: "Arial Black";
  line-height: 1em;
  color: #ff6900;
  padding: 20px 0 0 60px;
  margin: 0;
}
h4 span {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #888;
}
h5 {
  font-size: 1.1em;
  font-family: "Arial Black";
  line-height: 1em;
  color: #3a3a3a;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
#dossier .formation h5 {
  display: block;
  font-size: 1.4em;
  font-family: "Arial Black";
  text-transform: uppercase;
  color: #8a8a8a;
  border-bottom: 1px solid #666;
  background: #FFF;
}
#entretien h5 span {
  background: #CCC;
}

/* Misc. */
p { margin: 0.5em 0em; }
em { font-style: italic; }
strong { font-weight: bold; }
ul,ol { margin: 0.8em 0em; }
li { margin: 0.4em 0em 0.4em 2em; list-style-type: disc; }
address { font-size: 1.1em; }

.clear { clear: both; }
.clearer { clear: both; height: 0; font-size: 1px; line-height: 1px; }


a.adobe-reader, a.adobe-reader:hover {
  display: block;
  float: left;
  width: 158px;
  height: 39px;
  margin-top: 10px;
  text-decoration: none;
  background: url(../images/get_adobe_reader.png) no-repeat 0 0;
}
/********** EOF General **********/

/********** Helpers **********/
/* Forms */
.error {
  color: #FF0000;
}
.input {
  border: 1px solid #666;
  padding: 1px;
}
input.input {
  width: 150px;
}
input.short {
  width: 95px;
}
textarea.input {
  width: 500px;
  height: 100px;
}
textarea.small {
  height: 50px;
}
select.input {
  padding: 0;
}

fieldset {
  margin-bottom: 1em;
}
#dossier fieldset {
  margin-left: 60px;
  padding-top: 1em;
}

#dossier p.intro {
  padding-left: 60px;
}

#dossier .formations {
  width: 93%;
  margin-left: 60px;
}
#dossier fieldset.formation {
  width: 87%;
  border: 0;
  padding: 0;
  margin: 0;
  background: #ebebeb;
}

fieldset.formation ol {
  padding: 10px;
}

form li, form td {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0 0 4px 0;
}
fieldset td {
  clear: both;
  vertical-align: middle;
  padding-right: 8px;
}

label.blocklabel {
  display: block;
  margin: 0.5em 0 0.3em 0;
}
label.floatlabel {
  float: left;
}
label.inlinelabel {
  display: inline;
}

.parents {
  float: left;
  width: 50%;
}
.type1 label {
  float: left;
  width: 150px;
}
.type1 .error {

}

#sign {
  background: url(../images/greypix.gif) repeat-y 635px 0;
}
form#signin {
  float: left;
  width: 290px;
}

form#signin label {
  float: left;
  width: 100px;
  color: #FFF;
}

form#signup {
  float: left;
  width: 610px;
  margin: 0 50px 0 0;
}

form#signup ol.profile {
  float: left;
  width: 48%;
  margin-right: 2%;
}
form#signup ol.passwd {
  float: left;
  width: 48%;
  margin-left: 2%;
}

form#signup ol, form#signin ol {
  height: auto !important;
  height: 70px;
  min-height: 70px;
}

form#signup .button, form#signin .button {
  float: right;
  background: #E97118;
  border: 0;
  height: 25px;
  line-height: 20px;
  color: #FFF;
  margin: 0;
  padding: 0;
}
form#signup label {
  float: left;
  width: 100px;
  color: #FFF;
}
form#signin li, form#signup li {
  padding: 2px;
  list-style: none;
  margin: 0;
}
form#signin p.error, form#signup p.error {
  padding-left: 105px;
}
form#signup .input, form#signin .input {
  width: 179px;
}
form#signup h3, form#signin h3 {
  font-size: 1.2em;
  color: #FFF;
  margin: 0;
  padding: 3px;
  font-family: Arial;
  font-weight: bold;
}
form#signup h3 {
  background: #0096ff;
}
form#signin h3 {
  background: #b61ae8;
}
form#signup .button, form#signin .button {
  font-size: 1em;
  margin: 0;
  height: 23px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
form#signup .button {
  background: #0096ff;
}
form#signin .button {
  background: #b61ae8;
}

table.ecoles { width: 100%; }
table.ecoles td { width: 50%; vertical-align: top; }
table.formations { width: 100%; }
table.formations td { width: 50%; vertical-align: top; }
table.provenance {
    width: 70%;
}
table.provenance td {
  vertical-align: top;
}
#actions {
  clear: both;
  text-align: right;
  background: #434343 url(../images/page.gif) 0 0;
}
.confirm {
  padding: 0 10px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #ebebeb;
}
p.legal {
  clear: both;
  margin-top: 1em;
  text-align: left;
  color: #666;
  font-size: 0.9em;
  text-align: justify;
}


.button, .button:hover {
  display: block;
  float: right;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  font-size: 1.2em;
  font-family: "Arial Black";
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  padding: 0 20px;
  margin: 10px 0 10px 20px;
  border: 1px solid #9e2ea6;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: url(../images/button.gif) repeat-x 0 0;
}
input.button, input.button:hover {
  height: 37px;
}
.dossierbtn, .dossierbtn:hover {
  border-color: #8d0e53;
  background: #48bdef url(../images/dossierbtn.gif) repeat-x 0 0;
}
.piecesbtn, .piecesbtn:hover {
  border-color: #8b7a10;
  background: #f6d300 url(../images/piecesbtn.gif) repeat-x 0 0;
}
.fraisbtn, .fraisbtn:hover {
  border-color: #336d86;
  background: #48bdef url(../images/fraisbtn.gif) repeat-x 0 0;
}
.entretienbtn, .entretienbtn:hover {
  border-color: #607a1e;
  background: #48bdef url(../images/entretienbtn.gif) repeat-x 0 0;
}
/* Notifications & errors */

/********** EOF Helpers **********/


/********** Structure **********/
/* Global */
#global {
  width: 950px;
  margin: 0 auto 50px auto;
  padding-bottom: 50px;
  background: url(../images/global.jpg) no-repeat 100% 0;
}
/* Header */
#user {
  float: right;
  height: 25px;
  line-height: 25px;
  color: #FFF;
}
#user .welcome {
  color: #de6e1b;
}
#user a, #user a:hover {
  color: #FFF;
}

/*  */
#wrap {
  clear: both;
  height: auto;
  padding: 20px 20px 0 20px;
  background: #FFF;
}
#welcome #wrap, #start #wrap {
  background: none;
  padding: 0;
}
/* Footer */
#footer {
  clear: both;
  padding: 30px 0;
  text-align: center;
}
/* Content */
#content {
  padding: 20px;
  background-color: #FFF;
}

#sidebar {
  float: right;
  width: 220px;
  padding: 10px;
  margin-left: 40px;
  background: #ebebeb;
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar li {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #CCC;
}
#sidebar li.last {
  padding-bottom: 0;
  border-bottom: 0;
}

ul#progressbar {
  width: 950px;
  height: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #3a3a3a;
}
ul#progressbar li {
  display: block;
  float: left;
  list-style: none;
  width: 316px;
  padding: 0;
  margin: 0;
  text-indent: 0;
  height: 25px;
  line-height: 25px;
  color: #999;
  text-align: center;
  text-transform: uppercase;
  font-family: "Arial Black";
  font-size: 1.1em;
}
ul#progressbar li.first {
  border-right: 1px dotted #666;
}
ul#progressbar li.last {
  border-left: 1px dotted #666;
}

#dossier ul#progressbar li.step1 {
  color: #FFF;
  background-color: #3A3A3A;
  background-repeat: no-repeat;
  background-image: url(../images/progressbar.gif);
}

#pieces ul#progressbar li.step1 {
  color: #FFF;
  background: #9e2ea6;
}
#pieces ul#progressbar li.step2 {
  color: #FFF;
  background: url(../images/progressbar.gif) no-repeat -170px 0;
}

#frais ul#progressbar li.step1, #frais ul#progressbar li.step2 {
  color: #FFF;
  background: #9e2ea6;
}
#frais ul#progressbar li.step3 {
  color: #FFF;
  background: url(../images/progressbar.gif) no-repeat -170px 0;
}
#merci ul#progressbar li {
  color: #FFF;
  background: #9e2ea6;
}
/*
ul#progressbar li.step3 {
  color: #FFF;
  background: url(../images/progressbar.gif) no-repeat -170px 0;
}
ul#progressbar li.first {
  border-right: 1px dotted #3a3a3a;
}
ul#progressbar li.last {
  border-left: 1px dotted #3a3a3a;
}
ul#progressbar li span {
  display: block;
  text-align: center;
  margin: 0 10px;
  text-transform: uppercase;
  font-family: "Arial Black";
  font-size: 1.1em;
}
ul#progressbar li h4 span {
  padding: 0 5px;
  background: #3a3a3a;
}
*/
.banner { height: 165px; }
#start .banner { height: 215px; background: url(../images/banners/start.jpg) no-repeat 0 0; }
#entretien .banner { background: url(../images/banners/entretien.jpg) no-repeat 0 0; }
#dossier .banner { background: url(../images/banners/dossier.jpg) no-repeat 0 0; }
#pieces .banner { background: url(../images/banners/pieces.jpg) no-repeat 0 0; }
#frais .banner { background: url(../images/banners/frais.jpg) no-repeat 0 0; }
#merci .banner { background: url(../images/banners/merci.jpg) no-repeat 0 0; }
#places .banner, #password .banner {
  height: 141px;
  font-size: 3em;
  font-family: "Arial Black";
  text-transform: uppercase;
  color: #FFF;
  padding: 24px 0 0 80px;
  background: #ff6900 url(../images/arrow.gif) no-repeat 0 0; 
}

/***** Paiement CB *****/
.creditcard {
  background: url(../images/creditcard.jpg) no-repeat 0 30px;
}
.creditcard #paiement {
  float: left;
  width: 480px;
  margin-left: 150px;
  text-align: center;
}
.cardsuccess #paiement, .carderror #paiement {
  width: 480px;
  text-align: left;
}
.montant {
  width: 350px;
  height: 70px;
  margin: 0 auto;
  padding: 0;
  background: #ff6900;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.montant td {
  text-align: center;
  vertical-align: middle;
  font-size: 1.1em;
  font-family: "Arial Black";
  line-height: 1em;
  color: #3a3a3a;
  text-transform: uppercase;
}
.montant td.price {
  width: 35%;
  font-size: 1.8em;
  color: #FFF;
  border-left: 1px solid #3a3a3a;
}
.response {
  width: 270px;
  font-size: 1.1em;
  font-family: "Arial Black";
  line-height: 1em;
  color: #FF0000;
  text-align: left;
  margin: 0  auto;
}
.cheque {
  width: 600px;
  margin: 30px 0 0 30px;
}
.cheque th {
  font-size: 1.2em;
  line-height: 1em;
  font-family: "Arial Black";
  color: #ff6900;
  padding-bottom: 1em;
}
.cheque td {
  vertical-align: top;
}

#places table {
  width: 100%;
  background: #d6d6d6;
}
#places table th{
  font-weight: bold;
  background: #434343;
}
#places table th {
  color: #ff6900;
  padding: 5px 10px;
}
#places table th.caption {
  border-right: 2px solid #FFF;
}
#places table th.update, #places table th.total, #places table th.dispo {
  color: #fff;
  padding-top: 0;
  padding-bottom: 10px;
}
#places table th.ville {
  text-align: center;
  text-transform: uppercase;
  border-right: 2px solid #FFF;
}
#places table th.total, #places table th.dispo {
  width: 10%;
  text-align: center;
}
#places table th.total {
  border-right: 1px solid #a1a1a1;
}
#places table th.dispo {
  border-right: 2px solid #FFF;
}
#places table td {
  padding: 5px 10px;
}
#places table td.total, #places table td.dispo {
  text-align: center;
}
#places table td.total {
  border-right: 1px solid #ebebeb;
}
#places table td.dispo {
  color: #ff6900;
  font-weight: bold;
  border-right: 2px solid #FFF;
}
#places table td.classe {
  border-right: 2px solid #FFF;
}

#places h5 {
  text-transform: none;
}
#places #signin {
  clear: both;
  float: none;
  width: 300px;
  padding: 10px 10px 0 10px;
  margin: 50px auto 30px auto;
  color: #000;
  background: #d6d6d6;
}
#places #signin label {
  color: #000;
}
#places #signin .button {
  float: right;
  background: #E97118;
  border: 1px solid #000;
  color: #FFF;
  margin: 10px 0;
  font-size: 1em;
  height: 23px;
  line-height: 23px;
  font-family: Arial;
  text-transform: none;
  background: url(../images/defaultbtn.gif) repeat-x 0 0;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#dossier #tabs {
  height: 40px;
  padding: 0;
  margin: -40px 0 0 0;
  border-bottom: 1px solid #d2d2d2;
}
#dossier #tabs li {
  display: block;
  padding: 0 15px;
  font-size: 1em;
  font-family: "Arial Black";
  text-transform: uppercase;
  text-align: center;
  list-style: none;
  float: left;
  height: 39px;
  line-height: 39px;
  margin: 0;
  margin-right: -1px;
  color: #EEE;  
  -moz-border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-radius: 8px 8px 0 0;
  border: 1px solid #d2d2d2;
  border-bottom: 0;
  background: #FFF url(../images/tab.gif) repeat-x 0 100%;
}
#dossier #tabs li a {
  color: #696969;
}
#dossier #tabs li a:hover {
  color: #000;
  text-decoration: none;
}
#dossier #tabs li.current {
  background: #FFF;
  height: 40px;
}
#dossier #tabs li.current a {
  color: #000;
}

.notification {
  padding: 0.8em;
  padding-left: 3em;
  margin-bottom: 1em;
  color: #000;
  background: #CCC url(../images/icons/error.png) no-repeat 1em 45%;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#dossier .notification {
  margin-left: 60px;
  margin-bottom: 0;
}
/*
#dossier h3 {
  font-size: 1.8em;
  font-family: "Arial Black";
  color: #ff008a;
  border-bottom: 1px solid #888;
}
*/
#flash {
  height: 500px;
  margin-bottom: 1em;
  background: #FFF;
}

/* Merci */
#merci #content {
  padding-left: 160px;
}
#merci h3 {
  margin: 0;
  padding: 0;
}
.orange {
  color: #ff6900;
}

/* Entretien */
.entretien {
  margin: 10px 0 0 60px;
}
.entretien h5 {
  margin: 30px 0 0 0;
}
.entretien h5 span {
  background: #EEE;
}
.entretien li {
  list-style: outside disc;
  margin-left: 15px;
}
.entretien td {
  vertical-align: top;
}

.entretien .error {
  padding-left: 150px;
}
.entretienbtn, .entretienbtn:hover {
  float: left;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  font-size: 1.2em;
  font-family: "Arial";
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  padding: 0 20px;
  margin: 10px 10px 0 0;
  border: 1px solid #9e2ea6;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: url(../images/button.gif) repeat-x 0 0;
}

/* start */
#start form {
  width: 100%;
  background: #FFF;
  overflow: hidden;
}
#start .button {
  margin-right: 20px;
}
.startbox {
  float: left;
  margin-bottom: 4px;
  background: #FFF;
}
div.step1 { width: 280px !important; width: 270px; margin: 0 0 0 23px !important; margin: 0; }
div.step2 { width: 280px !important; width: 270px; margin: 0 30px !important; margin: 0 30px; }
div.step3 { width: 285px !important; width: 270px; }
div.step4 {
  clear: both;
  float: none;
  width: auto;
}
div.step2-3 {
  float: left;
  width: 625px !important;
  width: 650px;
  overflow: hidden;
}

.startbox h3 {
  height: 46px;
  padding: 17px 0 0 68px;
  margin: 5px;
  font-size: 2em;
  font-family: "Arial Black";
  text-transform: uppercase;
  line-height: 1em;
}
.starbox ol, .starbox ol li {
  clear: both;
  float: none;
  list-style: none;
}
.startbox ol {
  padding: 10px;
  padding-bottom: 0;
  margin: 0;
}
.startbox ol li {
  padding-bottom: 10px;
}
.startbox ol.web {
  padding-left: 45px;
  background: url(../images/icons/atsign.gif) no-repeat 0 10px;
}
.startbox ol.mail {
  padding-left: 45px;
  background: url(../images/icons/envelope.gif) no-repeat 0 10px;
}

.step1 h3 { color: #ff008a; background: url(../images/arrow1.gif) no-repeat 0 0; }
.step2 h3 { color: #f6d300; background: url(../images/arrow2.gif) no-repeat 0 0; }
.step3 h3 { color: #48bdef; background: url(../images/arrow3.gif) no-repeat 0 0; }
.step4 h3 { float: left; width: 300px; color: #9acf16; background: url(../images/arrow4.gif) no-repeat 0 0; }

.step4 ol { float: left; width: 550px; padding-top: 20px; }

#start .step4 {
  margin-top: 15px;
}
#start .step4 .banner {
  height: 120px;
  background: url(../images/banners/start2.jpg) no-repeat 0 0;
}
#start .step4 p {
  float: left;
  width: 60%;
  padding: 10px 0 0 100px;
}
#start .step4 ol li {
  padding-left: 200px;
}

#start #helpbtn1 {
  float: left;
  width: 22px;
  height: 22px;
  margin: 119px 0 0 269px;
}
#start #helpbtn2 {
  float: left;
  width: 22px;
  height: 22px;
  margin: 119px 0 0 285px;
}
#start #helpbtn3 {
  float: left;
  width: 22px;
  height: 22px;
  margin: 119px 0 0 302px;
}
#start #helpbtn4 {
  float: left;
  width: 22px;
  height: 22px;
  margin: 27px 0 0 578px;
}

.startbox a.help, .startbox a.help:hover {
  display: block;
  float: right;
  width: 26px;
  height: 23px;
  margin: 5px 10px 0 0;
  text-decoration: none;
  background: url(../images/help.png) no-repeat 0 0;
}
.startbox .radio, .startbox .checkbox {
  float: left;
  margin-right: 4%;
}
.startbox label {
  float: left;
  width: 85%;
}
.startbox span.or {
  font-family: "Arial Black";
  color: #ff6900;
}
.startbox li.hint, .startbox li span.hint {
  color: #666;
}
.startbox ol li.hint {
  color: #666;
  padding-left: 25px;
}

.step2-3 .advantage {
  float: right;
  width: 575px;
  margin: 0;
  padding: 5px 10px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #ebebeb;
}
.step2-3 .advantage h4 {
  height: 25px;
  line-height: 25px;
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  font-family: "Arial Black";
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  color: #000;
}
.step2-3 .advantage .padlock {
  float: right;
  height: 20px;
  line-height: 20px;
  font: normal 0.9em "Arial Black";
  text-transform: uppercase;
  color: #a8a3a3;
  padding: 5px 30px 0 0;
  margin: 0;
  background: url(../images/icons/padlock.gif) no-repeat 100% 0;
}
.step2-3 .advantage p {
  font-size: 0.9em;
  text-align: justify;
}
.step2-3 .advantage h4 {
  color: #ff6900;
}

#start #submit {
  float: right;
  cursor: pointer;
  font: bold 1.6em "Arial";
  text-transform: uppercase;
  color: #FFF;
  padding: 5px 10px;
  margin-top: 1em;
  border: 0;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: url(../images/button.gif) repeat-x 0 0;
}

#help1, #help2, #help3, #help4, #ccb { display: none; }
.help {  }
.help h4 { font-size: 1.2em; font-family: "Arial Black"; font-style: normal; color: #FFF; text-transform: uppercase; padding-left: 0; }
.help p { text-align: justify; color: #FFF; }
#conditions .help {
  padding: 0 0.9em;
}

/* --[ swfupload ]--------------------- */
/* Upload de fichier */
#upload {
  float: left;
  width: 630px;
}
.uploadbtn, .uploadbtn:hover {
  cursor: pointer;
  font-size: 1em;
  font-family: "Arial Black";
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 2px;
  margin: 0;
  border: 0;
  background: #ff6900;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#btnUpload {
  float: right;
}
.files { width: 630px; padding: 0; margin: 1em 0; }
.files li { 
  list-style: none; 
  height: 25px;
  line-height: 25px;
  margin: -1px 0 0 0; 
	border-top: 1px solid #757575;
	border-bottom: 1px solid #757575;
	background: url(../images/icons/picture.png) no-repeat 0 50%; padding-left: 25px;
}
.files li.success { color: #FFF; background: #76b41c; }
.files li.error { color: #FFF; background: #b4001c; }
.files li .button {  }
.files li .cancelbtn, .files li .cancelbtn:hover {
	background-image: url(../images/icons/close.png);
  float: right;
  cursor: pointer;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  text-decoration: none;
}
.files li.tick { background: url(../images/icons/tick.png) no-repeat 0 50%; padding-left: 25px;}
.progress { position: absolute; width: 640px; height: 30px; z-index: -2; }
.bar { width: 0; height: 100%; background: #CCC; }
.uploadpb {
  clear: both;
  padding-top: 1em;
  font-style: italic;
}


/********** EOF Structure **********/

/********** Elements **********/

/********** EOF Elements **********/


/********** Overrides **********/

/********** EOF Overrides **********/

/***** ShadowBox ******/
#shadowbox_container, #shadowbox_overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#shadowbox_container {
  position: fixed;
  display: block;
  visibility: hidden;
  z-index: 999;
  text-align: center; /* centers #shadowbox in quirks and IE */
}
#shadowbox_overlay {
  position: absolute;
  background-image: url(../images/overlay.png);
  background-repeat: repeat;
}
/*_______________________________________________________________  shadowbox  */
#shadowbox {
  position: relative;
  margin: 0 auto;
  text-align: left; /* reset left alignment */
}
/*____________________________________________________________________  body  */
#shadowbox_body {
  position: relative;
  margin: 0;
  padding: 0;
  border: 4px solid #000;
  border-top: 0;
  overflow: hidden;
}
#shadowbox_body_inner {
  position: relative;
  height: 100%;
}
#shadowbox_content.html {
  height: 100%;
  color: #FFF;
  padding: 0 10px;
  overflow: auto; /* make html content scrollable */
}
/*_________________________________________________________________  loading  */
#shadowbox_loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#shadowbox_body, #shadowbox_loading {
  background-color: #000; /* should match loading image background color */
}
#shadowbox_loading_indicator {
  float: left;
  margin: 10px 10px 0 10px;
  height: 32px;
  width: 32px;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
}
#shadowbox_loading span {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 10px;
  float: left;
  margin-top: 16px;
}
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
  text-decoration: underline;
}
/*____________________________________________________________  title & info  */
#shadowbox_title, #shadowbox_info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner, #shadowbox_info_inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  line-height: 16px;
}
#shadowbox_title {
  height: 26px;
  border: 4px solid #000;
  border-bottom: 0;
  background: #000;
}
#shadowbox_title_inner {
  width: 80%;
  font-size: 16px;
  padding: 5px 0 5px 10px;
  color: #fff;
}
#shadowbox_info {
  height: 20px;
}
#shadowbox_info_inner {
  font-size: 12px;
  color: #fff;
}
/*_____________________________________________________________________  nav  */
#shadowbox_nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#shadowbox_nav_close {
  display: block;
  float: right;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0;
  background: #000 url(../images/icons/shadowbox_close.png) no-repeat 0 0;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
  border-radius: 3px;
}
#shadowbox_nav_next {
  background-image: url(../images/icons/shadowbox_next.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_previous {
  background-image: url(../images/icons/shadowbox_previous.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_play {
  background-image: url(../images/icons/shadowbox_play.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_pause {
  background-image: url(../images/icons/shadowbox_pause.png);
  background-repeat: no-repeat;
}
/*_________________________________________________________________  counter  */
#shadowbox_counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
}

/*___________________________________________________________________  clear  */
div.shadowbox_clear {
  clear: both; /* clear floating counter & nav */
}
/*________________________________________________________________  messages  */
div.shadowbox_message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  color: #fff;
  text-decoration: underline;
}


/************************ HICHAM *****************************/





