﻿body 
{
	font-family:Verdana;
	font-size:12px;
	color:#696969;
	border:0px; 
	height:100%; 
	margin:0px;
	background-color:#636466;   /* Gris Foncé*/
}

a 
{
	color:#636466;
	font-family:Verdana;
	font-size:12px;
}

.LabelNormal
{
	font-family:Verdana;
	font-size:12px;
	color:#696969;
	}

.LabelItalic
{
	font-family:Verdana;
	font-size:12px;
	font-style:italic;
	color:#696969;
	}
	
		
.LabelBigBold
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#696969;
}

.LabelMediumBold
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#696969;
	}
	
.LabelLight
{
	color:white;
	font-size:10px;
}

.LabelSmallDark
{
	color:Black;
	font-size:10px;
}

.LabelVerySmallDark
{
	color:Black;
	font-size:9px;
}

.LabelVerySmallLight
{
	color:Gray;
	font-size:9px;
}

.modalPopup {
	background-color:white;
	border-width:1px;
	border-style:solid;
	border-color:#ffffdd;
	padding:20px;
	position:absolute;
	left:0;
	top:0;

	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=40);
	opacity:0.4;
}

.login_old{
	border-top-width:3px;
	border-left-width:3px;
	border-right-width:3px;
	border-bottom-width:3px;
	border-color:white;
	border-top-style:double;
	border-left-style:double;
	border-bottom-style:ridge;
	border-right-style:ridge; 
	padding: 30px;
	background: white url('Images/Master/Innovision2010/BG_Panel.png' ) repeat-x;
}
.login
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bfbfbf), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #bfbfbf 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #bfbfbf 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #bfbfbf 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #bfbfbf 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #bfbfbf 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#ffffff',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #636466;
	padding:30px;
}
	

.BallotStyle_Encadre
{
    border-style: groove;
    border-width: 2px;
    border-color: #FFFFFF;
}

.BallotStyle_BordureDroite
{
    border-right-style: inset;
    border-right-width: 1px;
    border-right-color: white;
}

.BallotStyle_BordureDroiteEtBas
{
    border-right-style: inset;
    border-right-width: 1px;
    border-right-color: white;

    border-bottom-style: inset;
    border-bottom-width: 1px;
    border-bottom-color: white;
}

.BallotStyle_BordureBas
{
    border-bottom-style: inset;
    border-bottom-width: 1px;
    border-bottom-color: white;
    padding-left:30px;
}

.BallotStyle_BordureBasSansPadding
{
    border-bottom-style: inset;
    border-bottom-width: 1px;
    border-bottom-color: white;
}

.BallotStyle_SansBordure
{
    padding-left:30px;
}

/* Quand on utilise un dataList à 3 colonnes, pour avoir 3 couleurs de ballot différente */
.Ballot_1_old
{
    border-top-width: 3px;
    border-left-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-color: black;
    border-top-style: double;
    border-left-style: double;
    border-bottom-style: ridge;
    border-right-style: ridge;
    padding: 30px;
    background: white url('Images/bg_Panel_gris.png' ) repeat-x;
/*	background-color : #cc9900;*/
    
}

.Ballot_2_old
{
    border-top-width: 3px;
    border-left-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-color: black;
    border-top-style: double;
    border-left-style: double;
    border-bottom-style: ridge;
    border-right-style: ridge;
    padding: 30px;
	background: white url('Images/bg_panel_bleu.png' ) repeat-x;
/*    background-color : #7abbd7; */
    
}

.Ballot_3_old
{
    border-top-width: 3px;
    border-left-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-color: black;
    border-top-style: double;
    border-left-style: double;
    border-bottom-style: ridge;
    border-right-style: ridge;
    padding: 30px;
    background: white url('Images/bg_panel_vert.png' ) repeat-x;
/*	background-color : #8fd377; */
    
}

.Ballot_1 /* Identique à Login */
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bfbfbf), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #bfbfbf 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #bfbfbf 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #bfbfbf 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #bfbfbf 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #bfbfbf 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#ffffff',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #636466;
	padding:30px;
}

.Ballot_4 /* Gris */
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bfbfbf), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #bfbfbf 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #bfbfbf 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #bfbfbf 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #bfbfbf 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #bfbfbf 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#ffffff',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #636466;
	padding:30px;
}

.Ballot_Gris_Large /* Gris */
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bfbfbf), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #bfbfbf 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #bfbfbf 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #bfbfbf 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #bfbfbf 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #bfbfbf 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#ffffff',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #636466;
	padding:10px;
	width:600px;
}
.Ballot_2 /* BLEU */
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7abbd7), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #7abbd7 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #7abbd7 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #7abbd7 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #7abbd7 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #7abbd7 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abbd7', endColorstr='#ffffff',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #636466;
	padding:30px;
}

.Ballot_3 /* Vert  */
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #84ad47), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #84ad47 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #84ad47 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #84ad47 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #84ad47 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #84ad47 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#84ad47', endColorstr='#ffffff',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #636466;
	padding:30px;
/* Ancien Vert : 8fd377 */   
}


.logo{padding:0px 0px 0px 30px}
.linkpane {
	padding:2px;
}
.standardpane {
	padding:5px 10px 5px 10px;
}

.footer,a.footer:link,a.footer:active,a.footer:visited
{
	font-size:11px; 
	color:#ffffff;
	font-weight: normal; 
	text-decoration:none; 
}
a.footer:hover
{
	font-size:11px;
	font-weight: normal;
	color:#d63700; 
	text-decoration: underline; 
}

.rootMenu
{
	color:#ece187;	
	font-size:12px;
	font-weight:bold;
}
.rootMenuItem
{ 

    padding: 10px 10px 5px 5px;
    background-color: #eb6a0a; /* Orange innovision*/
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: #FFFFFF;
	color:#FFFFFF; 
	font-size:12px; 
	font-weight:bold;
	text-align:left;
	vertical-align:bottom;
}
.rootMenuItemSelected
{
    padding: 10px 10px 5px 5px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align: bottom;
    background-color: #636466; /* Gris Foncé */
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: #FFFFFF;
}
.subMenu
{
    color: #FFFFFF;
	/*background-color:#bbd29a;*/
	border:1px #ffffff solid;
	padding:0px;
	margin: 0px 0px 0px 0px;
	cursor: hand;
}
.subMenuItem
{ 
	color:#FFFFFF; 
	font-size:12px; 
	font-weight:bold;
	text-align:left;
    line-height: 20px;
    background-color: #636466; /* Gris Foncé */
    padding:5px;
	
}
.subMenuItemHover
{
	color:#ffffff;
    background-color: #eb6a0a; /* Orange innovision*/
}

.IsVisible
{
	visibility:visible;
}

.IsNotVisible
{
	visibility:hidden;
	display:none;
}

.IsNotEnabled
{
	filter:alpha(opacity=50);
	opacity:0.5;
}

.IsEnabled
{
}

.TrVoteHeader
{
}

.TableVoteHeader
{
}

.TrVoteData
{
	
}
.TableVoteData
{
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:Silver;
}
.HeaderForNonBloc
{
    height:0px;
    visibility:hidden;
    display: none;
}

.HeaderForBloc
{
    background-color: #eb6a0a; /* Orange innovision*/
    color: #FFFFFF;
    font-weight: bold;
    height:30px;
}

.HeaderForBlocReponse
{
    background-color: #eb6a0a; /* Orange innovision*/
    color: #FFFFFF;
    font-weight: bold;
    height:30px;
    width:100px;
    min-width:100px;
    max-width:100px;
}

.HeaderForPostBloc
{
    height:20px;
}

.LineForNonBloc
{
    
}

.DescriptionForNonBloc
{
 width:100%;   
}

.LineForBloc
{
    border-bottom-style: inset;
    border-bottom-color:#d7d7d7;
    border-bottom-width:2px;
    background-color: White;
    padding-top:2px; 
    padding-bottom:2px; 
}
.DescriptionForBloc
{
    border-bottom-style: inset;
    border-bottom-color:#d7d7d7;
    border-bottom-width:2px;
    background-color: White;
    padding-top:2px; 
    padding-bottom:2px; 
    width:400px;
    max-width:400px;
    min-width:400px;
}

.CellHide
{
    /*height: 0.5px;
    max-height: 0.5px;
    min-height:0.5px;*/
    visibility: hidden;
    display: none;
}

.CellForAll
{

}

.WidthForReponseBloc
{
    width:100px;
    min-width:100px;
    max-width:100px;
}
/* .ajax__tab_header - A container element that wraps all of the tabs at the top of the TabContainer. Child CSS classes:.ajax__tab_outer. */
/* .ajax__tab_outer - An outer element of a tab, often used to set the left-side background image of the tab.Child CSS classes: .ajax__tab_inner. */
/* .ajax__tab_inner	 - An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:.ajax__tab_tab. */
/* .ajax__tab_tab - An element of the tab that contains the text content. Child CSS classes:none. */
/* .ajax__tab_body - A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none. */
/* .ajax__tab_hover - This is applied to a tab when the mouse is hovering over. Child CSS classes:.ajax__tab_outer. */
/* .ajax__tab_active - This is applied to a tab when it is the currently selected tab. Child CSS classes:.ajax__tab_outer. */   

/* .ajax__tab_header - A container element that wraps all of the tabs at the top of the TabContainer. Child CSS classes:.ajax__tab_outer. */
/* .ajax__tab_outer - An outer element of a tab, often used to set the left-side background image of the tab.Child CSS classes: .ajax__tab_inner. */
/* .ajax__tab_inner	 - An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:.ajax__tab_tab. */
/* .ajax__tab_tab - An element of the tab that contains the text content. Child CSS classes:none. */
/* .ajax__tab_body - A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none. */
/* .ajax__tab_hover - This is applied to a tab when the mouse is hovering over. Child CSS classes:.ajax__tab_outer. */
/* .ajax__tab_active - This is applied to a tab when it is the currently selected tab. Child CSS classes:.ajax__tab_outer. */   


/* xp theme */
.ajax__tab_xp .ajax__tab_header {height:45px; font-family:verdana,tahoma,helvetica;font-size:11px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-line.gif")%>) repeat-x bottom;}
.ajax__tab_xp .ajax__tab_outer {padding-right:4px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-right.gif")%>) no-repeat right;height:29px;}
.ajax__tab_xp .ajax__tab_inner {padding-left:3px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-left.gif")%>) no-repeat;}
.ajax__tab_xp .ajax__tab_tab {height:29px;padding:4px;margin:0;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab.gif")%>) repeat-x;}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover-right.gif")%>) no-repeat right;}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover-left.gif")%>) no-repeat;}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover.gif")%>) repeat-x;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_outer {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active-right.gif")%>) no-repeat right;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_inner {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active-left.gif")%>) no-repeat;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active.gif")%>) repeat-x;}
.ajax__tab_xp .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;}


/* XP IE7 theme - Backgrounds */
.visoft__tab_xpie7 .ajax__tab_header					{ background:url(images/tab/tab-line.gif) repeat-x bottom; }
.visoft__tab_xpie7 .ajax__tab_outer						{ background:url(images/tab/tab-right.gif) no-repeat right; }
.visoft__tab_xpie7 .ajax__tab_inner						{ background:url(images/tab/tab-left.gif) no-repeat; }
.visoft__tab_xpie7 .ajax__tab_tab						{ background:url(images/tab/tab.gif) repeat-x; }
.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_outer	{ background:url(images/tab/tab-hover-right.gif) no-repeat right; }
.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_inner	{ background:url(images/tab/tab-hover-left.gif) no-repeat; }
.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_tab		{ background:url(images/tab/tab-hover.gif) repeat-x; }
.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_outer	{ background:url(images/tab/tab-active-right.gif) no-repeat right; }
.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_inner	{ background:url(images/tab/tab-active-left.gif) no-repeat; }
.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_tab		{ background:url(images/tab/tab-active.gif) repeat-x; }

/* XP IE7 theme - Other Styles */
.visoft__tab_xpie7 .ajax__tab_header 					{ font-family:verdana,tahoma,helvetica;font-size:9px; }
.visoft__tab_xpie7 .ajax__tab_outer						{ padding-right:4px; height:29px; }
.visoft__tab_xpie7 .ajax__tab_inner						{ padding-left:3px; }
.visoft__tab_xpie7 .ajax__tab_tab						{ padding:8px 8px ;margin:0; }
.visoft__tab_xpie7 .ajax__tab_body						{ font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff; }

.visoft__tab_xpie7 
{
	visibility:visible;
}


	
.ThemeBGColorAffichage
{
    background-color:#dbdad2; /* Gris Pâle*/
}

.Votation_HighlightReponse
{
    background-color:Red; 
    color:White;
    width:300px;
}

.Votation_ReponsePerso
{
	width:300px;
}

.Votation_Border
{
    border-bottom-style: inset;
    border-bottom-width: 1px;
    border-bottom-color: Silver;
    border-right-style: inset;
    border-right-width: 1px;
    border-right-color: Silver;
}

.AjaxLoaderInner
{
    position: absolute;
    top: 35%;
    left: 25%;
    border: solid 1px black;
    padding:10px 10px 10px 10px;
    background-color: Aqua;
}
.AjaxLoaderOuter
{
    position: fixed;
    vertical-align: middle;
    text-align: center;
    z-index: 1000;
    top: 0px;
    left: 0px;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;    
}

/* Pour mettre des fonds de couleur par Modules */
/* Par défaut - c'est vide pour prendre la couleur des MasterPages */

.CouleurPanelGerer
{
	background-color: #FFFFCC;
}

.CouleurPanelImprimer
{
	background-color: #CCFFCC;
}

.CouleurPanelAssocier
{
	background-color: #66CCFF;
}

.CouleurPanelEvaluer
{
	background-color: #FFCCCC;
}

.CouleurPanelAdministrer
{
	background-color: #FF9933;
}

.CouleurPanelExecuter
{
}
.CouleurPanelConsulter
{
}



/* Boutons des grilles */
	.btnEditItem {background-image: url(Images/Enabled/edit.png);}
	.btnCopyItem {background-image: url(Images/Enabled/copy.png);}
	.btnViewItem {background-image: url(Images/Enabled/Small/document_view.png);}
    .btnMapItem {background-image: url(Images/Enabled/Small/car_compact_orange.png);}
    .btnAddQuantite {background-image: url(Images/Enabled/Small/Add2.png);}
    .btnMoinsQuantite {background-image: url(Images/Enabled/Small/Delete2.png);}
	.btnDemande {background-image: url(Images/Enabled/Small/document_ok.png);}
	.btnBVC {background-image: url(Images/Enabled/Small/mail_preferences.png);}
	
/* Boutons des barre d'outils */

    .btnAjouterEnabled {background-image: url(Images/Enabled/add2.png);}
    .btnAjouterDisabled {background-image: url(Images/Disabled/add2.png);}
    
    .btnAjouterSmallEnabled {background-image: url(Images/Enabled/small/add2.png);}
    .btnAjouterSmallDisabled {background-image: url(Images/Disabled/small/add2.png);}

    .btnAnnulerEnabled {background-image: url(Images/Enabled/undo.png);}
    .btnAnnulerDisabled {background-image: url(Images/Disabled/undo.png);}

    .btnAnnulerSmallEnabled {background-image: url(Images/Enabled/Small/undo.png);}
    .btnAnnulerSmallDisabled {background-image: url(Images/Disabled/Small/undo.png);}

    .btnAssignerEnabled {background-image: url(Images/Enabled/UsagerFlash.png);}
    .btnAssignerDisabled {background-image: url(Images/Disabled/UsagerFlash.png);}

    .btnAssocierEnabled {background-image: url(Images/Enabled/arrow_right_blue.png);}
    .btnAssocierDisabled {background-image: url(Images/Disabled/arrow_right_blue.png);}

    .btnCopierEnabled {background-image: url(Images/Enabled/copy2.png);}
    .btnCopierDisabled {background-image: url(Images/Disabled/copy2.png);}

    .btnDemarrerEnabled {background-image: url(Images/Enabled/media_play_green.png);}
    .btnDemarrerDisabled {background-image: url(Images/Disabled/media_play_green.png);}

    .btnDemarrerSmallEnabled {background-image: url(Images/Enabled/small/media_play_green.png);}
    .btnDemarrerSmallDisabled {background-image: url(Images/Disabled/small/media_play_green.png);}

    .btnDesassignerEnabled {background-image: url(Images/Enabled/UsagerDelete.png);}
    .btnDesassignerDisabled {background-image: url(Images/Disabled/UsagerDelete.png);}

    .btnDetruireEnabled {background-image: url(Images/Enabled/delete2.png);}
    .btnDetruireDisabled {background-image: url(Images/Disabled/delete2.png);}

    .btnDetruireSmallEnabled {background-image: url(Images/Enabled/small/delete2.png);}
    .btnDetruireSmallDisabled {background-image: url(Images/Disabled/small/delete2.png);}

    .btnDissocierEnabled {background-image: url(Images/Enabled/arrow_left_blue.png);}
    .btnDissocierDisabled {background-image: url(Images/Disabled/arrow_left_blue.png);}

    .btnEffacerEnabled {background-image: url(Images/Enabled/funnel_delete.png);}
    .btnEffacerDisabled {background-image: url(Images/Disabled/funnel_delete.png);}

    .btnEffacerSmallEnabled {background-image: url(Images/Enabled/small/funnel_delete.png);}
    .btnEffacerSmallDisabled {background-image: url(Images/Disabled/small/funnel_delete.png);}

    .btnEnregistrerEnabled {background-image: url(Images/Enabled/disk_blue.png);}
    .btnEnregistrerDisabled {background-image: url(Images/Disabled/disk_blue.png);}

    .btnEnregistrerSmallEnabled {background-image: url(Images/Enabled/Small/disk_blue.png);}
    .btnEnregistrerSmallDisabled {background-image: url(Images/Disabled/Small/disk_blue.png);}

    .btnEnvoiEnabled {background-image: url(Images/Enabled/Mail.png);}
    .btnEnvoiDisabled {background-image: url(Images/Disabled/Mail.png);}

    .btnEnvoiSmallEnabled {background-image: url(Images/Enabled/Small/Mail.png);}
    .btnEnvoiSmallDisabled {background-image: url(Images/Disabled/Small/Mail.png);}

    .btnExporterEnabled {background-image: url(Images/Enabled/ExcelLogo.png);}
    .btnExporterDisabled {background-image: url(Images/Disabled/ExcelLogo.png);}

    .btnFDTEnabled {background-image: url(Images/Enabled/document_time.png);}
    .btnFDTDisabled {background-image: url(Images/Disabled/document_time.png);}

    .btnFDTSmallEnabled {background-image: url(Images/Enabled/Small/document_time.png);}
    .btnFDTSmallDisabled {background-image: url(Images/Disabled/Small/document_time.png);}

    .btnFiltrerEnabled {background-image: url(Images/Enabled/funnel.png);}
    .btnFiltrerDisabled {background-image: url(Images/Disabled/funnel.png);}

    .btnFiltrerSmallEnabled {background-image: url(Images/Enabled/small/funnel.png);}
    .btnFiltrerSmallDisabled {background-image: url(Images/Disabled/small/funnel.png);}

    .btnFirstEnabled {background-image: url(Images/Enabled/media_beginning.png);}
    .btnFirstDisabled {background-image: url(Images/Disabled/media_beginning.png);}

    .btnGoogle {background-image: url(Images/Google-Maps.png);}

    .btnGooglePin {background-image: url(Images/Small/GreenPin.png);}
    
    .btnInfoSmall {background-image: url(Images/Small/About.png);}

    .btnImporterEnabled {background-image: url(Images/Enabled/Import1.png);}
    .btnImporterDisabled {background-image: url(Images/Disabled/Import1.png);}

    .btnImprimerEnabled {background-image: url(Images/Enabled/printer.png);}
    .btnImprimerDisabled {background-image: url(Images/Disabled/printer.png);}        

    .btnImprimerSmallEnabled {background-image: url(Images/Enabled/Small/printer.png);}
    .btnImprimerSmallDisabled {background-image: url(Images/Disabled/Small/printer.png);}        

    .btnLastEnabled {background-image: url(Images/Enabled/media_end.png);}
    .btnLastDisabled {background-image: url(Images/Disabled/media_end.png);}

    .btnMapEnabled {background-image: url(Images/Enabled/Google-Maps.png);}
    .btnMapDisabled {background-image: url(Images/Disabled/Google-Maps.png);}

    .btnNextEnabled {background-image: url(Images/Enabled/media_play.png);}
    .btnNextDisabled {background-image: url(Images/Disabled/media_play.png);}

    .btnPDFEnabled {background-image: url(Images/Enabled/LogoPDF.png);}
    .btnPDFDisabled {background-image: url(Images/Disabled/LogoPDF.png);} 

    .btnPDFSmallEnabled {background-image: url(Images/Enabled/Small/LogoPDF.png);}
    .btnPDFSmallDisabled {background-image: url(Images/Disabled/Small/LogoPDF.png);} 

    .btnPrevEnabled {background-image: url(Images/Enabled/media_play-rev.png);}
    .btnPrevDisabled {background-image: url(Images/Disabled/media_play-rev.png);}

    .btnRefreshEnabled {background-image: url(Images/Enabled/refresh.png);}
    .btnRefreshDisabled {background-image: url(Images/Disabled/refresh.png);}

    .btnRecuEnabled {background-image: url(Images/Enabled/document_ok.png);}
    .btnRecuDisabled {background-image: url(Images/Disabled/document_ok.png);}

    .btnRetourEnabled {background-image: url(Images/Enabled/Fermer.png);}
    .btnRetourDisabled {background-image: url(Images/Disabled/Fermer.png);}

    .btnStatistique {background-image: url(Images/Small/About.png);}

    .btnValiderEnabled {background-image: url(Images/Enabled/check2.png);}
    .btnValiderDisabled {background-image: url(Images/Disabled/check2.png);}

    .btnValiderSmallEnabled {background-image: url(Images/Enabled/Small/check2.png);}
    .btnValiderSmallDisabled {background-image: url(Images/Disabled/Small/check2.png);}

    .btnVisualiserEnabled {background-image: url(Images/Enabled/document_view.png);}
    .btnVisualiserDisabled {background-image: url(Images/Disabled/document_view.png);} 

    .btnVisualiserSmallEnabled {background-image: url(Images/Enabled/Small/document_view.png);}
    .btnVisualiserSmallDisabled {background-image: url(Images/Disabled/Small/document_view.png);} 

    .btnVoteEnabled {background-image: url(Images/Enabled/mail_preferences.png);}
    .btnVoteDisabled {background-image: url(Images/Disabled/mail_preferences.png);}

    .btnInscrireEnabled {background-image: url(Images/Enabled/document_add.png);}
    .btnInscrireDisabled {background-image: url(Images/Disabled/document_add.png);}

	.btnCorrigerEnabled {background-image: url(Images/Enabled/document_edit.png);}
	.btnCorrigerDisabled {background-image: url(Images/Disabled/document_edit.png);}

	.btnRadierEnabled {background-image: url(Images/Enabled/document_delete.png);}
	.btnRadierDisabled {background-image: url(Images/Disabled/document_delete.png);}

	.btnDemenagerEnabled {background-image: url(Images/Enabled/document_move.png);}
	.btnDemenagerDisabled {background-image: url(Images/Disabled/document_move.png);}

	.btnDemandeEnabled {background-image: url(Images/Enabled/document_ok.png);}
	.btnDemandeDisabled  {background-image: url(Images/Disabled/document_ok.png);}

    .btnTalonPayeSmallEnabled {background-image: url(Images/Enabled/Small/currency_dollar.png);}
    .btnTalonPayeSmallDisabled {background-image: url(Images/Disabled/Small/currency_dollar.png);}

    .btnTalonPaye2SmallEnabled {background-image: url(Images/Enabled/Small/currency_dollar_2.png);}
    .btnTalonPaye2SmallDisabled {background-image: url(Images/Disabled/Small/currency_dollar_2.png);}

/* Bouton directement dans les objets */

    .btnAccederEnabled {background-image: url(Images/Enabled/Key1.png);}
    .btnAccederDisabled {background-image: url(Images/Disabled/Key1.png);}

    .btnGetElecteurEnabled {background-image: url(Images/Enabled/small/usager.png);}
    .btnGetElecteurDisabled {background-image: url(Images/Disabled/small/usager.png);}

    .btnGetAdresseEnabled {background-image: url(Images/Enabled/small/mail2_view.png);}
    .btnGetAdresseDisabled {background-image: url(Images/Disabled/small/mail2_view.png);}

    .btnGetRueEnabled {background-image: url(Images/Enabled/Small/Add2.png);}
    .btnGetRueDisabled {background-image: url(Images/Disabled/Small/Add2.png);}
    .btnGoogleMapInfo {background-image: url(Images/Small/about.png);}

/* Bouton Multi page - Bleu*/
    .btnAnnulerEnabledFR {background-image: url(Images/Enabled/Texte-FR/Bleu-Annuler.png);}
    .btnAnnulerEnabledEN {background-image: url(Images/Enabled/Texte-EN/Bleu-Annuler.png);}
    .btnAnnulerDisabledFR {background-image: url(Images/Disabled/Texte-FR/Bleu-Annuler.png);}
    .btnAnnulerDisabledEN {background-image: url(Images/Disabled/Texte-EN/Bleu-Annuler.png);}

    .btnPrecedentEnabledFR {background-image: url(Images/Enabled/Texte-FR/Bleu-Precedent.png);}
    .btnPrecedentEnabledEN {background-image: url(Images/Enabled/Texte-EN/Bleu-Precedent.png);}
    .btnPrecedentDisabledFR {background-image: url(Images/Disabled/Texte-FR/Bleu-Precedent.png);}
    .btnPrecedentDisabledEN {background-image: url(Images/Disabled/Texte-EN/Bleu-Precedent.png);}

    .btnSuivantEnabledFR {background-image: url(Images/Enabled/Texte-FR/Bleu-Suivant.png);}
    .btnSuivantEnabledEN {background-image: url(Images/Enabled/Texte-EN/Bleu-Suivant.png);}
    .btnSuivantDisabledFR {background-image: url(Images/Disabled/Texte-FR/Bleu-Suivant.png);}
    .btnSuivantDisabledEN {background-image: url(Images/Disabled/Texte-EN/Bleu-Suivant.png);}

    .btnTerminerEnabledFR {background-image: url(Images/Enabled/Texte-FR/Bleu-Terminer.png);}
    .btnTerminerEnabledEN {background-image: url(Images/Enabled/Texte-EN/Bleu-Terminer.png);}
    .btnTerminerDisabledFR {background-image: url(Images/Disabled/Texte-FR/Bleu-Terminer.png);}
    .btnTerminerDisabledEN {background-image: url(Images/Disabled/Texte-EN/Bleu-Terminer.png);}


.btnDarkWithBorder {
	-moz-box-shadow: 0px 10px 14px -7px #636466;
	-webkit-box-shadow: 0px 10px 14px -7px #636466;
	box-shadow: 0px 10px 14px -7px #636466;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a0a2a3), color-stop(1, #636466));
	background:-moz-linear-gradient(top, #a0a2a3 5%, #636466 100%);
	background:-webkit-linear-gradient(top, #a0a2a3 5%, #636466 100%);
	background:-o-linear-gradient(top, #a0a2a3 5%, #636466 100%);
	background:-ms-linear-gradient(top, #a0a2a3 5%, #636466 100%);
	background:linear-gradient(to bottom, #a0a2a3 5%, #636466 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0a2a3', endColorstr='#636466',GradientType=0);
	background-color:#a0a2a3;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding: 7px 22px;
	text-decoration:none;
    /* letter-spacing:2px; */
	/* text-shadow:0px 1px 0px #636466 */
	border:1px solid #636466;;
}
.btnDarkWithBorder:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #636466), color-stop(1, #a0a2a3));
	background:-moz-linear-gradient(top, #636466 5%, #a0a2a3 100%);
	background:-webkit-linear-gradient(top, #636466 5%, #a0a2a3 100%);
	background:-o-linear-gradient(top, #636466 5%, #a0a2a3 100%);
	background:-ms-linear-gradient(top, #636466 5%, #a0a2a3 100%);
	background:linear-gradient(to bottom, #636466 5%, #a0a2a3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#636466', endColorstr='#a0a2a3',GradientType=0);
	background-color:#636466;
}
.btnDarkWithBorder:active {
	position:relative;
	top:1px;
}


.Candidat_MonEndroit
{
	background-color:#ffffff;
	border:1px solid #999999;
	padding:10px;
}    

.Question_EncadreBlanc
{
	border: 1px groove #f3f3f3; 
	width:45%; 
	background-color:White; 
    padding: 30px;
}
	
.Question_SansTheme
{
}
		
.Reponse_Description
{
}

.Electeur_Radier
{
	background-color:Gray ; 
	color:White;
	cursor: not-allowed;
}

.Electeur_AVoter_OUI
{
	background-color:Green ;
	color:White;
	cursor: hand;
}

.Electeur_AVoter_AUTRE
{
	background-color: #800000;
	color: #FFFFFF;
	cursor: hand;
}

.Electeur_AVoter_NON
{
	background-color:White;
	color:#696969;
	cursor: hand;
}
