/* ------------- GLOBAL ------------ */

* {
  scrollbar-3dlight-color:#ffffff;
  scrollbar-arrow-color:#757355;
  scrollbar-base-color:#ffffff;
  scrollbar-track-color:#ffffff;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#757355;
  scrollbar-shadow-color:#757355;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
	background: url(../img/back-red.jpg) repeat-x top left #C20001;
	margin: 10px 0 0 0;
}

th {
  font-weight: bolder;
  text-align: left;
}

a {
	color: #333333;
  text-decoration: none;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
  width: 98%;
  border: 1px solid #BFBFBF;
  background: #FCFCFC;
  padding: 2px;
  margin: 0;
}

select {
  width: 100%;
}

textarea {
  padding: 2px;
}

p, ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
}

img {
  border: none;
}

form {
  padding: 0;
  margin: 0;
}



/* ------------- PRINCIPAUX ------------ */

table#tabletop td#logo {
  width: 250px;
  height: 128px;
  background: url(../img/_temp_logo_flash_vide.jpg) top left no-repeat;
}

td#logo div#logo {
  width: 182px;
  float: left;
  padding-left: 15px;
  padding-top: 5px
}

td#logo div#langues {
  width: 20px;
  float: right;
  padding-right: 5px;
  padding-top: 10px;
}

table#tabletop td#backtop {
  width: 741px;
  height: 128px;
}

table#tablemiddle td#backleft {
  width: 20px;
  background: url(../img/back-left.jpg) top left repeat-y;
}

table#tablemiddle td#center {
  background: url(../img/back-main.jpg) top left no-repeat #FFFFFF;
}

table#tablemiddle td#backright {
  width: 15px;
  background: url(../img/back-right.jpg) top left repeat-y;
}



/* ---------------- ACCUEIL ---------------- */

div#accroche {
  width: 338px;
  height: 317px;
  background: url(../img/back-cadre-accueil.jpg) top left no-repeat;
}



/* ---------------- PAGES SUIVANTES ---------------- */

div#pages_suivantes {
  width: 100%;
  font-size: 11px;
  float: left;
}

div#pages_suivantes div#page_couranteL {
  width: 14%;
  float: left;
  text-align: left;
}

div#pages_suivantes div#page_couranteC {
  font-weight: bolder;
  width: 70%;
  float: left;
  text-align: center;
}

div#pages_suivantes div#page_couranteR {
  width: 14%;
  float: right;
  text-align: right;
}

div#pages_suivantes a {
  text-decoration: none;
}

.cadrePagesTop {
  border: 1px solid #DDDDEE;
  border-bottom: 0;
  background: #F8F8F8;
}

.cadrePagesBottom {
  border: 1px solid #DDDDEE;
  border-top: 0;
}


/* ----------------- CALENDRIER JAVASCRIPT ------------------ */

.ds_box {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFFFFF;
}

.ds_head {
	background-color: #7D0001;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	height: 16px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	width: 20px;
}

.ds_cell {
	background-color: #EEE;
	color: #000000;
	font-size: 10px;
	text-align: center;
	padding: 2px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
}



/* -------------- CLASSES ----------------- */

.gras11 {
  font-size: 11px;
  font-weight: bold;
}

.titreColonne {
  font-weight: bolder;
  background: #EEEEEE;
  text-align: center;
  color: #278ABC;
  height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.submit {
  width: auto;
  height: 20px;
  font-family: Verdana;
  font-size: 9px;
  font-weight: bolder;
  letter-spacing: 1px;
  padding: 0px;
  border: 2px solid;
  color: #A40001;
  background: #EEEEEE;
  cursor: hand;
}

.buttonOk {
  width: auto;
  height: 20px;
  font-family: Verdana;
  font-size: 9px;
  font-weight: bolder;
  letter-spacing: 1px;
  padding: 0px;
  border: 2px solid;
  color: #A40001;
  background: #EEEEEE;
  cursor: hand;
}

.readonly {
  padding: 2px 3px 4px 3px;
  background: #F7F7FA;
  border: none;
}

.sep {
  height: 1px;
  border: 1px solid #dddddd;
}

.a1 {
  font-weight: bold;
  color: #767676;
  font-size: 11px;
}

.a2 {
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: bold;
}



/* ---------------- GESTION DES LANGUES ---------------- */

.toogleBar {
  height: 16px;
  text-align: right;
}

.toogleBar a {
  height: 14px;
  text-decoration: none;
  background-color: #FAFAFA;
  border: 1px solid lightgrey;
  border-bottom: 0px;
  padding: 2px 3px 0px 3px;
}

.ta_fr {
  background: url('../img/taFR.png') no-repeat top right #FAFAFA;
}
.ta_en {
  background: url('../img/taEN.png') no-repeat top right #FAFAFA;
}

.flags {
  float: left;
  padding-top: 3px;
}



/* -------------- FROM ADMIN ----------------- */

.soustitre {
  font-weight: bolder;
  text-align: center;
  background: #E3E1C8;
  font-size: 11px;
  height: 20px;
  letter-spacing: 1px;
}

.cadretable {
  border: 1px solid #DDDDDD;
}

.boutonSubOK {
  width: auto;
  height: 18px;
  font-family: Verdana;
  font-size: 9px;
  font-weight: bolder;
  letter-spacing: 1px;
  padding: 0px;
  border: 1px solid;
  color: #A40001;
  background: #EEEEEE;
  cursor: hand;
}

.buttonOk {
  width: auto;
  height: 18px;
  font-family: Verdana;
  font-size: 9px;
  font-weight: bolder;
  letter-spacing: 1px;
  padding: 0px;
  border: 1px solid;
  color: #A40001;
  background: #EEEEEE;
  cursor: hand;
}


/* ------------------- SOUS-MENU -------------------- */

div#sousmenu {
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  padding: 1px;
}

table#table_sousmenu td {
  padding: 0;
  margin: 0;
}

table#table_sousmenu td#menus {
  width: 168px;
  text-align: center;
  border: 1px solid #DDDDDD;
  background: #F9F9F9;
  padding: 1px;
}

table#table_sousmenu td#menus a {
  width: 100%;
  font-size: 10px;
  color: #555555;
}

table#table_sousmenu td#menus a:hover {
  color: #D82833;
  background: #F0F0F0;
}


/* -------------- FOOTER ----------------- */

div#footer {
  height: 18px;
  background: url(../img/back-bottom.jpg) top left no-repeat;
}

td#copyrights {
  padding-left: 40px;
  padding-top: 10px;
  color: #E4D5B6;
  background: url(../img/back-footer.jpg) top left repeat-y;
}

td#copyrights a {
  color: #333333;
}

