﻿

body.BodyAdmin
{
  /*background-color: #585144;*/
  margin: 0 0 0 20px;
  font-family: Tahoma;
  font-size: 11px;
  color: #000000;
}

.clear
{
  clear: both;
  float: none;
  line-height: 0;
  width: 0;
  height: 0;
  font-size: 0;
}

table.Admin
{
  /*background-color: #585144;*/
  width: 1000px;
}

div.Menu
{
  float: left;
  background-color: #585144;
}

div.PageMain
{
  float: left;
}

div.Zones
{
  float: left;
}

div.Entete
{
  background: url(/images/admin/bandeau_bg_admin.jpg) repeat-x top left;
  min-height: 131px;
  height: 131px;
  position: relative;
}

div.Entete .logo
{
  background: url(/images/admin/logo_admin.png) no-repeat top left;
  display: block;
  width: 245px;
  height: 61px;
  position: absolute;
  top: 30px;
  left: 25px;
}

div.Entete .accroche
{
  position: absolute;
  top: 40px;
  right: 30px;
  text-transform: uppercase;
  color: #fff;
  font-family: Tahoma, "Lucida Grande" ,Verdana,Arial,Helvetica,sans-serif;
  font-size: 36px;
}



TABLE.TableForm
{
  width: 100%;
  padding: 0;
}


TD.TdLabelControl
{
  width: 10%;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
  white-space: nowrap;
}

span.TdLabelControl
{
  color: #333;
  font-weight: bold;
  display: block;
  padding: 10px 0 5px 5px;
  font-size: 14px;
}

TD.TdControl
{
  width: 78%;
}

TD.TdCenter
{
  text-align: center;
}

INPUT.AdminTextBox
{
  width: 400px;
  border: 1px solid #000000;
}

INPUT.AdminTextBoxError
{
  width: 0px;
  background-color: Transparent;
  border: 0px none transparent;
}

INPUT.AdminTextBoxDate
{
  width: 100px;
  border: 1px solid #000000;
}

INPUT.AdminTextBox100
{
  width: 100px;
  border: 1px solid #000000;
}

INPUT.AdminBouton
{
  border: 1px solid #000000;
  text-transform: none;
  font-family: Tahoma;
  font-size: 11px;
  color: #000000;
  background-color: #FFFFFF;
  padding-bottom: 1px;
  padding-top: 0px;
  margin: 0 0 10px 0;
}

SPAN.AdminLabelError
{
  font-weight: bold; /*color: #FFFF00;*/
  color: #cc0000;
  font-size: 12px;
}

SPAN.NotaEtoile
{
  font-weight: bold; /*color: #FFFF00;*/
  color: #cc0000;
  font-size: 12px;
  padding-left: 10px;
  display: block;
}

SPAN.AdminLabel
{
  font-weight: bold;
  color: #FFFFFF;
  font-size: 14px;
}

SPAN.AdminTitrePage
{
  /*font-weight: bold;*/
  color: #333;
  background: #aeaeae;
  font-size: 26px;
  width: auto;
  display: block;
  text-align: center; /*text-transform: capitalize;*/ /*filter: Alpha(Opacity=100, FinishOpacity=10, Style=3, StartX=0, StartY=0, FinishX=0, FinishY=0);*/
  opacity: ();
  margin: 0 0 20px 0;
  padding: 5px;
}

SELECT.AdminSelect
{
  width: 403px;
  border: 1px solid #000000;
}

TEXTAREA.AdminTextarea
{
  width: 600px;
  height: 150px;
  border: 1px solid #000000;
}

TEXTAREA.AdminTextareaH50
{
  width: 400px;
  height: 50px;
  border: 1px solid #000000;
}
TEXTAREA.AdminTextareaH100
{
  width: 400px;
  height: 100px;
  border: 1px solid #000000;
}

TEXTAREA.AdminTextareaH200
{
  width: 400px;
  height: 200px;
  border: 1px solid #000000;
}

TEXTAREA.AdminTextareaH300
{
  width: 400px;
  height: 300px;
  border: 1px solid #000000;
}

TEXTAREA.AdminTextareaH400
{
  width: 400px;
  height: 400px;
  border: 1px solid #000000;
}

TEXTAREA.Speedclasse
{
  width: 1200px;
  height: 500px;
  border: 1px solid #000000;
}

LABEL
{
  color: #333;
}

CHECKBOX.AdminCheckbox
{
  color: #FFFFFF;
}

CHECKBOX.AdminCheckboxList
{
}

RADIO.AdminRadio
{
}

RADIO.AdminRadioList
{
}


A.AdminLink:link
{
  color: #FFFFFF;
}

A.AdminLink:visited
{
  color: #FFFFFF;
}

A.AdminLink:hover
{
  text-decoration: underline;
  color: #FFFFFF;
}


A.LinkRetour:link
{
  color: #333; /*font-weight: bold;*/
  display: block;
  padding: 6px 0 0 30px;
  background: url(../images/admin/retour_liste.png) no-repeat top left;
  height: 21px;
  font-size: 14px;
  margin: 0 0 10px 10px;
}

A.LinkRetour:visited
{
  color: #333; /*font-weight: bold;*/
  display: block;
  padding: 6px 0 0 30px;
  background: url(../images/admin/retour_liste.png) no-repeat top left;
  height: 21px;
  font-size: 14px;
  margin: 0 0 10px 10px;
}

A.LinkRetour:hover
{
  color: #333; /*font-weight: bold;*/
  display: block;
  padding: 6px 0 0 30px;
  background: url(../images/admin/retour_liste.png) no-repeat top left;
  height: 21px;
  font-size: 14px;
  margin: 0 0 10px 10px;
}


A.AdminHyperlinkAdd
{
  color: #333; /*font-weight: bold;*/
  display: block;
  padding: 14px 0 0 35px;
  background: url(../images/admin/ajout_doc.png) no-repeat top left;
  height: 21px;
  font-size: 14px;
  margin: 0 0 10px 10px;
}

A.AdminHyperlinkAdd:link
{
  color: #333; /*font-weight: bold;*/
  display: block;
  padding: 14px 0 0 35px;
  background: url(../images/admin/ajout_doc.png) no-repeat top left;
  height: 21px;
  font-size: 14px;
  margin: 0 0 10px 10px;
}

A.AdminHyperlinkAdd:visited
{
  color: #333; /*font-weight: bold;*/
  display: block;
  padding: 14px 0 0 35px;
  background: url(../images/admin/ajout_doc.png) no-repeat top left;
  height: 21px;
  font-size: 14px;
  margin: 0 0 10px 10px;
}

A.AdminHyperlinkAdd:hover
{
  color: #333; /*font-weight: bold;*/
  display: block;
  float:left;
  padding: 14px 0 0 35px;
  background: url(../images/admin/ajout_doc.png) no-repeat top left;
  height: 21px;
  font-size: 14px;
  margin: 0 0 10px 10px;
}


.AdminImageDelete
{
  background-image: url(/Images/admin/delete.png); /*display: block;*/
  background-repeat: no-repeat;
  width: 32px;
}

.AdminImageUpdate
{
  background-image: url(/Images/admin/Update.png);
  background-repeat: no-repeat; /*display: block;*/
  width: 24px;
}

.AdminImageZoom
{
  background-image: url(/Images/admin/plus.png);
  background-repeat: no-repeat; /*display: block;*/
  width: 40px;
  height: 40px;
}

.AdminImageUnZoom
{
  background-image: url(/Images/admin/Admin/moins.png);
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
}

A.SousMenu:link
{
  padding: 3px 0px 0px 0px;
  text-align: left;
  filter: Alpha(Opacity=100, FinishOpacity=0, Style=3, StartX=10, StartY=0, FinishX=160, FinishY=0);
  width: 98%;
  height: 26px;
  text-decoration: underline;
  color: #000000;
  background-color: #C1DFE9;
  font-weight: bold;
  font-size: 12px;
  display: block;
  vertical-align: middle;
  text-align: center;
}

A.SousMenu:visited
{
  padding: 3px 0px 0px 0px;
  text-align: left;
  filter: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=0, StartY=0, FinishX=0, FinishY=0);
  width: 98%;
  height: 26px;
  text-decoration: underline;
  color: #000000;
  background-color: #C1DFE9;
  font-weight: bold;
  font-size: 12px;
  display: block;
  text-align: center;
}
A.SousMenu:hover
{
  padding: 3px 0px 0px 0px;
  text-align: left;
  filter: Alpha(Opacity=100, FinishOpacity=0, Style=3, StartX=0, StartY=0, FinishX=0, FinishY=0);
  width: 98%;
  height: 26px;
  text-decoration: underline;
  color: #FFFFFF;
  background-color: #B10338;
  font-weight: bold;
  font-size: 12px;
  display: block;
  vertical-align: middle;
  text-align: center;
}


A.SousMenu2:link
{
  padding: 3px 0px 0px 0px;
  filter: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=0, StartY=0, FinishX=0, FinishY=0);
  width: 98%;
  height: 26px;
  text-decoration: underline;
  color: #081F60;
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 10pt;
  display: block;
  vertical-align: middle;
  text-align: center;
}

A.SousMenu2:visited
{
  padding: 3px 0px 0px 0px;
  filter: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=0, StartY=0, FinishX=0, FinishY=0);
  width: 98%;
  height: 26px;
  text-decoration: underline;
  color: #081F60;
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 10pt;
  display: block;
  vertical-align: middle;
  text-align: center;
}
A.SousMenu2:hover
{
  padding: 3px 0px 0px 0px;
  filter: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=0, StartY=0, FinishX=0, FinishY=0);
  width: 98%;
  height: 26px;
  text-decoration: underline;
  color: #081F60;
  font-weight: bold;
  font-size: 10pt;
  display: block;
  vertical-align: middle;
  text-align: center;
}


A.SousMenu3:link
{
  padding: 3px 0px 0px 25px;
  text-align: left;
  background-image: url(/Images/admin/fond-bouton-off.gif);
  background-repeat: no-repeat;
  width: 192px;
  height: 26px;
  text-decoration: underline;
  color: #081F60;
  font-weight: bold;
  font-size: 10pt;
  display: block;
  vertical-align: middle;
}


A.SousMenu3:visited
{
  padding: 3px 0px 0px 25px;
  text-align: left;
  background-image: url(/Images/admin/fond-bouton-off.gif);
  background-repeat: no-repeat;
  width: 192px;
  height: 26px;
  text-decoration: underline;
  color: #081F60;
  font-weight: bold;
  font-size: 10pt;
  display: block;
  vertical-align: middle;
}
A.SousMenu3:hover
{
  padding: 3px 0px 0px 25px;
  text-align: left;
  background-image: url(/Images/admin/fond-bouton-off.gif);
  background-repeat: no-repeat;
  width: 192px;
  height: 26px;
  text-decoration: underline;
  color: #081F60;
  font-weight: bold;
  font-size: 10pt;
  display: block;
  vertical-align: middle;
}


a.LigneDeVie:link
{
  margin-left: 10px;
  height: 28px;
  display: inline-block;
  font-family: helvetica;
  font-weight: normal;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  vertical-align: middle;
  text-transform: capitalize;
}
a.LigneDeVie:visited
{
  margin-left: 10px;
  height: 28px;
  display: inline-block;
  font-family: helvetica;
  font-weight: normal;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  vertical-align: middle;
  text-transform: capitalize;
}
a.LigneDeVie:hover
{
  margin-left: 10px;
  height: 28px;
  display: inline-block;
  font-family: helvetica;
  font-weight: normal;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  vertical-align: middle;
  text-transform: capitalize;
}
div.LigneDeVie
{
  padding-top: 4px;
  color: #FFFFFF;
  height: 24px;
  width: 780px;
  text-align: left;
  display: inline-block;
}

.WebGridAdmin
{
  width: 748px;
  border: solid 1px #666;
  border-bottom: none;
  margin: 0 10px;
}

.TDmenu
{
  padding: 5px;
  border: solid 1px #333;
  border-right: none;
}

tr.WebGridAdminHeader
{
  background: #ececec;
}

tr.WebGridAdminHeader th
{
  color: #333;
  text-align: center;
  border: none;
  border-bottom: solid 1px #666;
  padding: 5px;
  white-space: nowrap;
}
tr.WebGridAdminHeader th input.order
{
  vertical-align: middle;
  margin: 0 0 0 5px;
}

tr.WebGridAdminHeader th a, tr.WebGridAdminHeader th a:link, tr.WebGridAdminHeader th a:visited
{
  color: #333;
}

.WebGridAdmin tr.WebGridAdminItemStyle
{
  background: #fff;
}
.WebGridAdmin tr.WebGridAdminItemStyle td
{
  border: none;
  color: #333;
  border-bottom: solid 1px #666;
}
.WebGridAdmin tr.WebGridAdminAlternatingItemStyle
{
  background: #efefef;
}
.WebGridAdmin tr.WebGridAdminAlternatingItemStyle td
{
  border: none;
  color: #333;
  border-bottom: solid 1px #666;
}
.WebGridAdmin tr.WebGridAdminPagerStyle td
{
  border-bottom: solid 1px #666;
}
.WebGridAdmin tr.WebGridAdminPagerStyle td
{
  color: #666;
}

.publier
{
  background: url(../images/admin/publier.png) no-repeat;
  display: block;
  width: 26px;
  height: 27px;
}

.Tab_Strip table
{
  width: 100%;
  margin: -20px 0 10px 0;
}
.Tab_Strip table table
{
  width: auto;
  margin: 0;
}

.col_right
{
  text-align: left;
  width: 785px;
  padding: 0;
  border: solid 1px #333;
  background: #efefef;
}

.Text_Editor
{
  margin: 0 10px;
}

.button
{
  margin: 0 10px;
}

.AdminCheckbox
{
  margin: 0 10px;
}

.AdminCheckbox input
{
  margin: -2px 5px 0 0;
  padding: 0;
  vertical-align: middle;
}

.FormEntete
{
  margin: 20px 10px;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  padding: 20px 0;
}

.TabStripDiv
{
  margin: -20px 0 10px 0;
  background: #3F3F3F;
  border: solid none solid solid 1px medium 1px 1px #CCCCCC;
  cursor: default;
  padding: 5px 6px;
}
.TabStripDiv a
{
  color: white;
  font-family: verdana;
  font-size: 11px;
  border: 1px;
  border-color: #3F3F3F;
  border-style: solid;
  cursor: pointer;
  padding: 5px 15px;
  display: block;
  margin: 1px 0 0 0;
}
.TabStripDiv a:visited
{
  color: white;
  font-family: verdana;
  font-size: 11px;
  border: 1px;
  border-color: #3F3F3F;
  border-style: solid;
  cursor: pointer;
  padding: 5px 15px;
  display: block;
  margin: 1px 0 0 0;
}
.TabStripDiv a:hover
{
  color: white;
  font-family: verdana;
  font-size: 11px;
  border: 1px;
  border-color: #808080;
  border-right-color: black;
  border-bottom-color: black;
  border-style: solid;
  cursor: pointer;
  padding: 5px 15px;
  display: block;
  margin: 1px 0 0 0;
  text-decoration: none;
}
.TabStripDiv a:visited:hover
{
  color: white;
  font-family: verdana;
  font-size: 11px;
  border: 1px;
  border-color: #808080;
  border-right-color: black;
  border-bottom-color: black;
  border-style: solid;
  cursor: pointer;
  padding: 5px 15px;
  display: block;
  margin: 1px 0 0 0;
  text-decoration: none;
}
.TabStripDiv a.selected
{
  background: #CCCCCC;
  border: solid 1px gray white #CCCCCC gray;
  border-left: 1px solid gray;
  border-right: 1px solid white;
  color: #3F3F3F;
  cursor: hand;
  font-family: verdana;
  font-size: 11px;
  position: relative;
  top: 1px;
  display: block;
  padding: 5px 15px;
  text-align: center;
  margin: -1px 5px 0 0;
}
.TabStripDiv a.selected:visited
{
  background: #CCCCCC;
  border: solid 1px gray white #CCCCCC gray;
  border-left: 1px solid gray;
  border-right: 1px solid white;
  color: #3F3F3F;
  cursor: hand;
  font-family: verdana;
  font-size: 11px;
  position: relative;
  top: 1px;
  display: block;
  padding: 5px 15px;
  text-align: center;
  margin: -1px 5px 0 0;
}
.TabStripDiv a.selected:visited:hover
{
  background: #CCCCCC;
  border: solid 1px gray white #CCCCCC gray;
  border-left: 1px solid gray;
  border-right: 1px solid white;
  color: #3F3F3F;
  cursor: hand;
  font-family: verdana;
  font-size: 11px;
  position: relative;
  top: 1px;
  display: block;
  padding: 5px 15px;
  text-align: center;
  margin: -1px 5px 0 0;
  text-decoration: none;
}
.TabStripDiv .fright
{
  float: right;
}
.TabStripDiv .fleft
{
  float: left;
}

.col_right2
{
  text-align: left;
  width: 400px;
  height: 110px;
  padding: 0;
  border: solid 1px #333;
  background: #efef00;
  border: solid 1 black;
}

.AdminTextBoxFiltre
{
  height: 12px;
  font-size: 11px;
  vertical-align: middle;
  width: 100px;
}
.AdminBoutonFiltre
{
  vertical-align: middle;
  font-size: 11px;
}
.text_message_error
{
  background: #fff;
  color: #ff0000;
  font-size: 16px;
  height: 20px;
  margin: auto;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  top: 207px;
  width: 768px;
}
.row_log
{
  border-top: solid 1px #333;
  padding: 20px 0 0 0;
}
.row_log table td
{
  white-space: nowrap;
}

.EditorAjaxcontrol iframe
{
  height: 300px;
}

.EditorAjaxcontrol
{
  margin: 10px 0 0 0;
}
fieldset
{
  margin: 0;
  padding: 0;
  border: none;
}

/* base layout */
.CustomEditorStyle.ajax__htmleditor_editor_base .ajax__htmleditor_editor_container
{
	border-collapse: separate;
	empty-cells: show;
	width:100%;
	height:300px;
	border: 1px solid #C2C2C2;
	margin-top: 10px;
}
.CustomEditorStyle.ajax__htmleditor_editor_base .ajax__htmleditor_editor_toptoolbar
{
	cursor:text;
}
.CustomEditorStyle.ajax__htmleditor_editor_base .ajax__htmleditor_toolbar_button
{
	height: 21px; white-space: nowrap; border-width: 0px; padding:0px; cursor:pointer; float:left;	margin:2px 0 0;
}
.CustomEditorStyle.ajax__htmleditor_editor_base img.ajax__htmleditor_toolbar_button
{
	width: 23px;
}
.CustomEditorStyle.ajax__htmleditor_editor_base div.ajax__htmleditor_toolbar_button span.ajax__htmleditor_toolbar_selectlable
{
    padding:0px 2px; vertical-align:middle; cursor:text;
}
.CustomEditorStyle.ajax__htmleditor_editor_base div.ajax__htmleditor_toolbar_button select.ajax__htmleditor_toolbar_selectbutton
{
    vertical-align:middle; padding:0px; margin:0px; height: 20px; width:120px;
}
.CustomEditorStyle.ajax__htmleditor_editor_base div.ajax__htmleditor_toolbar_button select.ajax__htmleditor_toolbar_selectbutton option
{
    vertical-align:middle;
}
.CustomEditorStyle.ajax__htmleditor_editor_base .ajax__htmleditor_editor_editpanel
{
	height:100%;
	border-bottom:1px solid #C2C2C2;
border-top:1px solid #C2C2C2;
border-width:1px 0;
}
.CustomEditorStyle.ajax__htmleditor_editor_base .ajax__htmleditor_editor_bottomtoolbar
{
	cursor:text;
}

/* default theme */
.CustomEditorStyle.ajax__htmleditor_editor_default .ajax__htmleditor_editor_container
{
	border: 1px solid #C2C2C2;
}
.CustomEditorStyle.ajax__htmleditor_editor_default .ajax__htmleditor_editor_toptoolbar
{
	background-color:#F0F0F0; padding: 0px 2px 2px 2px;
}
.CustomEditorStyle.ajax__htmleditor_editor_default .ajax__htmleditor_editor_toptoolbar .ajax__htmleditor_toolbar_button
{
	background-color:#C2C2C2; margin:2px 0px 0px 0px;
}
.CustomEditorStyle.ajax__htmleditor_editor_default .ajax__htmleditor_editor_toptoolbar .ajax__htmleditor_toolbar_button_hover
{
	background-color:#3C8AFF;
}
.CustomEditorStyle.ajax__htmleditor_editor_default .ajax__htmleditor_editor_toptoolbar div.ajax__htmleditor_toolbar_button span.ajax__htmleditor_toolbar_selectlable
{
    font-family:Arial; font-size:12px; font-weight:bold;
}
.CustomEditorStyle.ajax__htmleditor_editor_default .ajax__htmleditor_editor_toptoolbar div.ajax__htmleditor_toolbar_button select.ajax__htmleditor_toolbar_selectbutton
{
    font-size:12px; font-family:arial; cursor:pointer;
}
.CustomEditorStyle.ajax__htmleditor_editor_default .ajax__htmleditor_editor_toptoolbar div.ajax__htmleditor_toolbar_button select.ajax__htmleditor_toolbar_selectbutton option
{
    font-size:12px;
}
.CustomEditorStyle.ajax__htmleditor_editor_default .ajax__htmleditor_editor_editpanel
{
	border-width: 0px;
	border-top: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
}
.CustomEditorStyle.ajax__htmleditor_editor_default .ajax__htmleditor_editor_bottomtoolbar
{
	background-color:#F0F0F0; padding: 0px 0px 2px 2px;
}
.CustomEditorStyle.ajax__htmleditor_editor_default .ajax__htmleditor_editor_bottomtoolbar .ajax__htmleditor_toolbar_button
{
	background-color:#C2C2C2; margin:0px 4px 0px 0px;
}
.CustomEditorStyle.ajax__htmleditor_editor_default .ajax__htmleditor_editor_bottomtoolbar .ajax__htmleditor_toolbar_button_hover
{
	background-color:#3C8AFF;
}

