

h1 {
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-weight: normal;
}

h3 {
	#text-decoration: underline;
	font-size: 12pt;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-weight: normal;
}

label, p, span, input[type="text"], textarea {
	color:#aaaaaa;
	font-size: 10pt;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-weight: normal;
}

div {
	text-align:center;
}



/* images redimensionnées pixelisées sous safari */

/*
img {
	filter: none; 
	-webkit-filter: blur(0px); 
	-moz-filter: blur(0px); 
	-ms-filter: blur(0px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
*/

img {
	-webkit-transform: translate3d(0, 0, 0);
}



/*
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #2c2c2c;
    border-radius: 4px;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 8px #2c2c2c;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 8px #e22125;
    border-radius: 4px;
}

::-webkit-scrollbar-corner {
    -webkit-box-shadow: inset 0 0 8px black;
    border-radius: 4px;
}
*/



.spanTesting {
	color:#aaaaaa;
	font-size: 16pt;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-weight: bold;
}

.buttonTesting {
	color:#aaaaaa;
	font-size: 14pt;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-weight: bold;
}

b {
	color:white;
}



.tdLightBorder {
	border: 1px solid #333333;
	padding: 7px;
	min-width: 300px;
	height: 19px;
}

.tdLightBorderSmallCells {
	border: 1px solid #333333;
	padding: 7px;
	#min-width: 30px;
	height: 19px;
}

.tdIndisponible {
	background-color: #333333;
}

.tdBigCellsContent {
	min-width: 200px;
	height: 55px;
}

.tdHugeCellsContent {
	min-width: 400px;
	height: 55px;
}









