﻿/*.clear {  generic container (i.e. div) for floating buttons 
    overflow: hidden;
    width: 100%;
}
*/
a.button {
    background: transparent url('/Ressources/images2010/bouton_droit.jpg') no-repeat scroll top right;
    color: #0061b0!important;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 30px;
    margin-right: 6px;
    padding-right: 13px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/Ressources/images2010/bouton_gauche.jpg') no-repeat;
    display: block;
    line-height: 13px;
    padding: 7px 0 10px 14px;
}

a.button:active, a.button:hover {
    background-position: bottom right;
    color: #fff!important;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span, a.button:hover span {
    background-position: bottom left;
    padding: 7px 0 10px 14px; /* push text down 1px */
}

/****************************/

a.buttonBleu {
    background: transparent url('/Ressources/images2010/bouton_droitBleu.png') no-repeat scroll top right;
    color: #fff!important;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 30px;
    margin-right: 6px;
    padding-right: 13px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonBleu span {
    background: transparent url('/Ressources/images2010/bouton_gaucheBleu.png') no-repeat;
    display: block;
    line-height: 13px;
    padding: 7px 0 10px 14px;
}

a.buttonBleu:active, a.buttonBleu:hover {
    background-position: bottom right;
    color: #fff!important;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonBleu:active span, a.buttonBleu:hover span {
    background-position: bottom left;
    padding: 7px 0 10px 14px; /* push text down 1px */
}

/****************************/

a.buttonGris {
    background: transparent url('/Ressources/images2010/bouton_droit_gris.png') no-repeat scroll top right;
    color: #0061b0!important;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 30px;
    margin-right: 6px;
    padding-right: 13px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonGris span {
    background: transparent url('/Ressources/images2010/bouton_gauche_gris.png') no-repeat;
    display: block;
    line-height: 13px;
    padding: 7px 0 10px 14px;
}

a.buttonGris:active, a.buttonGris:hover {
    background-position: bottom right;
    color: #fff!important;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonGris:active span, a.buttonGris:hover span {
    background-position: bottom left;
    padding: 7px 0 10px 14px; /* push text down 1px */
}


/****************************/

a.buttonBeige {
    background: transparent url('/Ressources/images2010/bouton_droit_beige.png') no-repeat scroll top right;
    color: #0061b0!important;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 30px;
    margin-right: 6px;
    padding-right: 13px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonBeige span {
    background: transparent url('/Ressources/images2010/bouton_gauche_beige.png') no-repeat;
    display: block;
    line-height: 13px;
    padding: 7px 0 10px 14px;
}

a.buttonBeige:active, a.buttonBeige:hover {
    background-position: bottom right;
    color: #fff!important;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonBeige:active span, a.buttonBeige:hover span {
    background-position: bottom left;
    padding: 7px 0 10px 14px; /* push text down 1px */
}

/****************************/
#loginSubmit input[type=submit] {/*blue button in html - no image*/
	background: #fff;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	margin: 1px 0 0 0;
	padding: 6px 10px 6px 10px;
	
	outline: none;
	
	text-decoration: none;
	
	behavior: url(/Ressources/FichiersInclus2012/PIE.htc);
	zoom: 1;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-pie-border-radius: 5px;
	border-radius: 5px;
	
	box-shadow: 0 0 5px #888888;
	-moz-box-shadow: 0 0 5px #888888;
	-webkit-box-shadow: 0 0 5px #888888;
	-pie-box-shadow: 0 0 5px #888888;
	
	-moz-transition: color 200ms linear 0;
	-o-transition: color 200ms linear 0;
	-webkit-transition: color 200ms linear 0;
	-ms-transition: color 200ms linear 0;
	transition: color 200ms linear 0;
	
	background: #0082cc; /* Old browsers */
	background: -moz-linear-gradient(top, #0082cc 0%, #0048cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0082cc), color-stop(100%,#0048cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0082cc 0%,#0048cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0082cc 0%,#0048cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0082cc 0%,#0048cc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0082cc 0%,#0048cc 100%); /* W3C */
	-pie-background: linear-gradient(90deg, #0082cc, #0048cc);
}
#loginSubmit input[type=submit]:hover {
	-moz-transition: color 200ms linear 0;
	-o-transition: color 200ms linear 0;
	-webkit-transition: color 200ms linear 0;
	-ms-transition: color 200ms linear 0;
	transition: color 200ms linear 0;

	background: -moz-linear-gradient(top, #0048cc 0%, #0082cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0048cc), color-stop(100%,#0082cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0048cc 0%,#0082cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0048cc 0%,#0082cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0048cc 0%,#0082cc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0048cc 0%,#0082cc 100%); /* W3C */
	-pie-background: linear-gradient(90deg, #0048cc, #0082cc);
}