@charset "utf-8";
/* CSS Document */
.BlocAuCentre {background: linear-gradient(45deg, #adadad 5%,#e2e4e4 26%,#adadad 51%,#e2e4e4 75%,#adadad 95%); opacity: 1;
			}
.LigneAuCentre {display: table;/* comme une cellule de tableau  border : 2px solid;*/
			margin:0 auto;
			}

.Case300, .Case400 {display: table-cell;/* comme une cellule de tableau  border : 2px solid;*/
					text-align: center; vertical-align:bottom; 
					/*border-color:black; border: solid; limites*/
					}
.Case300 {	width:300px; height: 240px;	}
.Case400 {	width:400px; height: 200px;	}

p {margin : 0.5em;}
	
.Pos, .Ori { font-weight: 900; margin : 1px;}
.Pos { color: #fd00bc; } /* violet   */
.Ori { color: #fdfd00; } /* jaune   */

.CouleurBouton{ background-color: #005ae5; /*linear-gradient(#adadad ,#ff0000 );   */	
				color: #ffffff; /*texte des liens*/
				letter-spacing: 0.1em;
				text-shadow: black 1px 0px 4px,black 1px 0px 7px ;
	}
.CouleurBouton:hover { background-color: black;
						text-shadow: 1px -1px 0px white, -1px 1px 4px white; }
.Orifice1, .Orifice24, .Orifice35 {
		font-size: 30px;
		text-shadow: 1px 1px #000, -1px -1px #fff ;
			}
.Orifice1{ color: #FF0008; }

.Orifice24{ color: #00ff00;}
			
.Orifice35{ color: #0000ff;}
