/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
	/*background-color: #7B6E6A;*/
	margin: 0;
	padding: 0;
	font-size:90%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #FDF0B1;
}
#accueil_conteneur {
	position:absolute;
	left: 50%;
	margin-top: 25px;
	margin-left: -380px;
	width: 760px;
	text-align: left;	
}
#accueil_conteneur2 {
	position:absolute;
	left: 50%;
	margin-top: 25px;
	margin-left: -475px;
	width: 950px;
	text-align: left;	
}

.FondBleuAxtem {
	background-color: #005DAA;
}
.FondCouleurBleuAxtem50p {
/*
	filter:alpha(opacity=10);
	opacity: .10;
	background : #005DAA;*/
	background-color: #E6EFF7
}
.FondCouleurBleuAxtem60p {
	filter:alpha(opacity=50);
	opacity: .50;
	background : #005DAA;
}
.FondJauneAxtem {
	background-color: #FFCE00;
}
.FondCouleurBlanc {
	background-color: #FFFFFF;
}
.FondNoir {
	background-color: #000000;
}

.CouleurBleuAxtem {
	color: #005DAA;
}
.CouleurJauneAxtem {
	color: #FFCE00;
}
.CouleurBlanc {
	color: #FFFFFF;
}
.CouleurNoir {
	color: #000000;
}
.CouleurGris {
	color: #999999;
}


.Taille10 {
	font-size: 0.8em;
}
.Taille10b {
	font-size: 0.82em;
}
.Taille11 {
	font-size: 0.84em;
}
.Taille11_reel {
	font-size: 11px;
}

.Taille12 {
	font-size: 0.9em;
}
.Taille18 {
	font-size: 1.5em;
}
.Taille14 {
	font-size: 1em;
}
.Taille16 {
	font-size: 1.4em;
}
.Taille26 {
	font-size: 1.8em;
}
.Taille30 {
	font-size: 2em;
}



.lien1 {
	text-decoration: none;
	color: #005DAA;
}
a.lien1:hover {
	text-decoration: underline;
}
.Lien2 {
	text-decoration: none;
}
.Lien3 {
	text-decoration: none;
}
.Lien4 {
	text-decoration: none;
}
a.Lien4:hover {
	font-size: 0.90em;
}

a.Lien2:hover {
	text-decoration: underline;
}
.CoteBleu {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #005DAA;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #005DAA;
	border-bottom-color: #005DAA;
}
.CoteBleuDroit {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #005DAA;
}
.CoteBleuBas {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005DAA;
}
.CoteBleuBasPx1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005DAA;
}
.DecalageTxtGauche5 {
	margin-left: 5px;
}
.DecalageTxtGauche10 {
	margin-left: 10px;
}
.DecalageTxtGauchePave10 {
	left: 10px;
}
.DecalageTxtGauche15 {
	margin-left: 15px;
}
.DecalageTxtGauche25 {
	margin-left: 25px;
}
.DecalageTxtHaut10 {
	margin-top: 10px;
}
.SSMenu {
	background-image: url(../img/accueil/fond_menu_niv1.gif);
}
.SSMenu2 {
	background-image: url(../img/accueil/fond_menu_niv2.gif);
}
.Hauteur2 {
	padding: 2px;
}
.Input {
	border : 1px solid #fff;
	color : #fff;
	filter:alpha(opacity=50);
	opacity: .50;
	background : #005DAA;
	width : 120px;
	height : 12px;
	/*padding : 1px;
	padding-bottom: 2px;*/
}
.CoteCouleurNoirBas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.CoteCouleurBlancBas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.TexteRouge {
	font-weight: bold;
	color: #FF0000;
}
.Gras {
	font-weight: bold;
}
.PoliceVerdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.PoliceArial {
	font-family: Arial, Helvetica, sans-serif;
}

.Puce {
	list-style-type: square;
}
.CouleurGris2 {
	color: #AAAAAA;
}
.Contour993333 {
	border: 1px solid #005DAA;
}
.ImgFondListe {
	background-image: url(../_elts_dynamiques/produits/fond_prix_liste.gif);
	background-repeat: no-repeat;
}
#masque_message {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	filter:alpha(opacity=80);
	-khtml-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
	z-index: 9;
	display: none;
}
#masque_message_cadre2 {
	display: none;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -311px;
	z-index: 10;
	width: 622px;
	/*padding: 10px;*/
	background-color: #29292A;
	color:#FFFFFF;
	border: 0px solid #FFFFFF;
}
