/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
body {
	background-color:#377A94;
	text-align: left;
	margin: 0;
	padding: 0;
}

a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}

ul {
	padding-left:45px;
}

input {
	border: 1px solid #00296A;
	height:15px;
}
textarea {
	border: 1px solid #00296A;
	height:15px;
}


/***********************************************/
/* Liens générique + couleurs */
/***********************************************/
.CouleurBlanc {
	color: #FFFFFF;
}
.CouleurNoir {
	color: #000000;
}
.CouleurRouge {
	color: #FF0000;
}
.CouleurJaune {
	color: #FECF44;
}
.CouleurBleu {
	color: #00418C;
}
.FondBleu {
	background-color: #377A94;
}

a.CouleurJaune {
	color: #FFFFFF;
	text-decoration:none;
}
a.CouleurJaune:hover {
	color: #FECF44;
	text-decoration:underline;
}



.FondNoir {
	background-color: #000000;
	text-align: center;
}
.FondTabGris {
	text-indent: 5px;
	color: #FFFFFF;
	background-color: #444444;
}
.FondGrisClair {
	background-color: #EDEBEB;
}
.FondTabGrisClair {
	background-color: #BEBCBC;
	color: #FFFFFF;
	text-indent: 5px;
}


.Taille11 {
	font-size: 11px;
}
.champ_bouton {
	background-color:#BBC2B2;
	height: 15px;
	font-weight: bold;
	text-decoration:underline;
	border: 0px solid #000000;
}
.champ_bouton2 {
	background-color:#FFFFFF;
	height: 15px;
	border: 1px solid #000000;
	width: 150px;
}
.champ_boutonContact {
	background-color:#939393;
	height: 18px;
	border: 1px solid #000000;
	color: #FFFFFF;
}
.champInput {
	border: 1px solid #000000;
	color: #000000;
	height: 16px;
	background-image: url(../img/accueil/fond_champ.jpg);
	background-repeat: repeat-x;
}
.champCase {
	height: 18px;
}
a.lien1 {
	color:#FFFFFF;
	text-decoration:none;
}
a.lien1:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

a.lienMenu1 {
	color:#00418D;
	text-decoration:none;
}
a.lienMenu1:hover {
	color:#E1001A;
	text-decoration:none;
}
a.lienMenu1Choix {
	color:#00418D;
	text-decoration:none;
	font-weight:bold;
}
a.lienMenu1Choix:hover {
	color:#E1001A;
	text-decoration:none;
	font-weight:bold;
}
.EtiquettePrix {
	color: #707172;
	font-weight:bold;
	font-size:16px;
}
.EtiquettePrix20 {
	color: #707172;
	font-weight:bold;
	font-size:24px;
}
a.EtiquettePrix {
	color: #707172;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}
a.EtiquettePrix:hover {
	color: #E1001A;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}
a.EtiquettePrixTitre {
	color: #707172;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
a.EtiquettePrixTitre:hover {
	color: #707172;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
.EtiquettePrixTitre {
	color: #707172;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}
.EtiquettePrixTitre_FOND {
	background-color: #707172;
}

.EtiquettePrixPROMO {
	color: #00418C;
	text-decoration: line-through;
}

/***********************************************/
/* Masque */
/***********************************************/
#masque_message {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	filter:alpha(opacity=50);
	-khtml-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
	z-index: 9;
	display: none;
}
#masque_message_cadre {
	display: none;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -300px;
	z-index: 10;
	width: 600px;
	padding: 10px;
	background-color: #FFFFFF;
	color:#02418E;
	border: 1px solid #02418E;
}
.masque_tab_entete_donnees {
	text-indent: 5px;
	color: #FFFFFF;
	background-color: #02418E;
}
#masque_message_cadre a {
	color: #02418E;
	font-size:11px;
}
/***********************************************/
/* ACCUEIL */
/***********************************************/

#accueil_conteneur {
	position:absolute;
	left: 50%;
	margin-top: 0px;
	margin-left: -481px;
	width: 962px;
	text-align: left;
	background-color: #FFFFFF;
}
.BordureCadreProduit {
	border: 1px solid #9C9D9F;
}
.rouge12_bold {
	color: #cf0108;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
}
.gris11_bold {
	color: #4f4f4f;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
}


/***********************************************/
/* PANIER */
/***********************************************/

.MenuPanier {
	color:#707172;
}
.MenuPanierON {
	color:#707172;
	text-decoration:none;
	font-weight:bold;
}
.MenuPanierON:hover {
	color:#00418D;
	text-decoration:none;
	font-weight:bold;
}
#masque_message_panier {
	display: none;
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -267px;
	z-index: 10;
	width: 500px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	color:#931C1E;
	border: 1px solid #931C1E;
	text-align:center;
}
#masque_message_panier a {
	color: #931C1E;
	font-size:11px;
}

/***********************************************/
/* PAIEMENT */
/***********************************************/
#paiement_logo_cb input {
	width: 55px;
	height: 35px;
}



/***********************************************/
/* ACTUALITES */
/***********************************************/

#pave_actu p {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
#pave_actu ul {
	padding-left: 30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
#pave_actu a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
#pave_actu2 p {
}
#pave_actu2 ul {
	padding-left: 30px;
	color:#000000;
}
#pave_actu2 a {
	color:#000000;
	text-decoration:underline;
}

#pave_actu2 p {
	color:#586874;
	font-size:10px;
}
#pave_actu2 ul {
	padding-left: 30px;
	color:#586874;
	font-size:10px;
}
#pave_actu2 a {
	color:#586874;
	font-size:10px;
	text-decoration:underline;
}

