/* CSS Document */
Body {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 15px;
}
#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 995px;
     height: 591px;
     margin-top: -295px; /* moitié de la hauteur */
     margin-left: -497px; /* moitié de la largeur */
}


.TxtMenuNormal {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration:none;
}
.TxtMenuNormal:hOver {
	color: #FF6600;
}
.TxtMenuOrange {
	font-weight: bold;
	font-size: 18px;
	text-decoration:none;
	color: #FF6600;
}
.PiedPage {
	color: #FFFFFF;
	font-size: 14px;
}
.Txt12px {
	font-size: 12px;
}
.Lien12pxBlack {
	font-size: 12px;
	color: #000000;
}
.LienBlanc14px {
	font-size:14px;
	color: #FFFFFF;
	text-decoration: none;
}
.LienBlanc14px:hOver {
	color: #FF6600;
}
.TxtOrangeClair {
	color: #FFCEB7;
	font-weight: bold;
}



input {
	border: solid 1px #FF6600;
}
textarea {
	border: solid 1px #FF6600;
}
form {
	margin: 0;
}

.DivCadreCreas {
	text-align: center;
	background-image: url(images/cadre_produit_r1_c1.jpg); 
	background-repeat: no-repeat; 
	width: 127px; 
	height: 127px; 
}     
.TableCadreCreas {
	height:100%;
	width:100%;
	vertical-align: middle;
	text-align: center;
}
