/* CSS Document */
body {
	background-color: #0098d7;
	background-image: url(../img/bgsite.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
img
{
	border:0;
}
h1, h2
{
	margin:0;
	padding:0;
}
ul, li
{
	padding:0;
	margin:0;
	list-style:none;
}

/* debug div */
.debug{
  border: 1px solid #f97;
}

.bleu12b
{
	font-size: 12px;
	color: #005c8b;
	font-weight: bold;
}
.blanc12b
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.blanc14b
{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.gris11
{
	color: #999999;
	font-size: 11px;
}
.gris10
{
	color: #999999;
	font-size: 10px;
}
.noir11
{
	font-size: 11px;
	color: #000000;
}
.noir11b
{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.noir12
{
	font-size: 12px;
	color: #000000;
}
.noir12b
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.orange15
{
	font-size: 15px;
	color: #e65f08;
}

.ciel_appelle, .tabl_comparatif
{
	font-size: 11px;
	padding-left: 25px;
	display: block;
	text-decoration: none;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 24px;
}
.ciel_appelle
{
	color: #e65f08;
	background-image: url(../images/ciel_appelle_ico.gif);
}
.tabl_comparatif
{
	color: #000;
	background-image: url(../images/tabl_comp_ico.gif);
}

#content
{
	position: relative;
	width: 821px;
	background-color: #FFFFFF;
	background-image: url(../images/hautCent.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
}
#centrePage
{
	padding: 0 27px;
	text-align: left;
}
#header
{
	position: relative;
	height: 93px;
	background-image: url(../images/header_fd.gif);
	background-repeat: repeat-x;
}
#header #logo
{
	width: 150px;
}
#header #navigation
{
	position: absolute;
	right: 0;
	top: 32px;
	width: 560px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#003366;
}
#header #navigation a
{
	color:#003366;
	text-decoration: none;
}
#header #menuTop
{
	position: absolute;
	top: 65px;
	right: 0;
	background-image: url(../images/menuTop_fd.gif);
	background-repeat: repeat-x;
	height: 28px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}
#header #menuTop a
{
	display: block;
	padding:0 10px;
	width: auto;
	float: left;
	line-height: 28px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/menuTop_off.gif);
	background-repeat: repeat-x;
	margin-right: 1px;
}
#header #menuTop a:hover, #header #menuTop .actif
{
	background-image: url(../images/menuTop_on.gif);
}
#filAriane
{
	position: relative;
	height: 90px;
	background-image: url(../images/titrePage_fd.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#filAriane #miniCaddy
{
	float: right;
	width: auto;
	line-height: 16px;
	color: #FFFFFF;
	font-size: 11px;
	background-image: url(../images/miniCaddy_fd.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#filAriane #miniCaddy strong
{
	padding: 0 15px;
	display: block;
	line-height: 16px;
	background-image: url(../images/miniCaddy_d.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#filAriane #miniCaddy a
{
	color: #FFFFFF;
}
#filAriane #imgRub
{
	width: 207px;
	float: left;
}
#filAriane .titreRub
{
	margin-left: 210px;
	line-height: 75px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 24px;
}
#filAriane .nav
{
	line-height: 16px;
	color: #000000;
	font-size: 11px;
	float: left;
}
#filAriane .nav a
{
	color: #000000;
}

#navGauche h1
{
	color:#008bce;
	font-size:12px;
	padding: 7px 14px;
}
#navGauche .blocLeft
{
	background-color: #f7f7f7;
}
#navGauche .blocLeft h1
{
	border-bottom: 1px solid #e4e5e0;
}
#navGauche .rub h2, #navGauche .rubActif h2
{
	cursor: pointer;
	font-size: 11px;
	padding: 3px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 13px 6px;
}
#navGauche .rub a, #navGauche .rubActif a
{
	text-decoration: none;
	color: #000;
}
#navGauche .rubActif a:hover
{
	text-decoration: underline;
}
#navGauche .rub ul
{
	display: none;
}
#navGauche .rubActif ul
{
	padding: 5px;
	padding-left: 25px;
	font-size: 11px;
	color: #828282;
	background-color: #dee7e8;
	border-bottom: 1px solid #e4e5e0;
}
#navGauche .rub h2
{
	background-image: url(../images/rubInactif.gif);
	font-weight: normal;
	color: #999999;
	border-bottom: 1px solid #e4e5e0;
}
#navGauche .rubActif h2
{
	background-image: url(../images/rubActif.gif);
	background-color: #99ccff;
	color: #FFFFFF;
}
#navGauche .linkActif
{
	color: #0098d7 !important;
	font-weight: bold !important;
}
#navGauche .services_ciel
{
	background-color: #bdd6e1;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #bdd6e1;
}
#navGauche .services_site
{
	background-color: #729fb1;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #729fb1;
}
#navGauche .services_ciel a, #navGauche .services_site a
{
	color: #FFFFFF;
}
#navGauche .services_ciel h1, #navGauche .services_site h1
{
	background-color: #FFFFFF;
}
#navGauche .services_ciel ul, #navGauche .services_site ul
{
	padding: 5px;
	padding-left: 14px;
}
#navGauche .commentCa
{
	background-color: #729fb1;
	background-image: url(../images/commentCa_fd.gif);
	font-size: 12px;
	color: #FFFFFF;
	height: 55px;
	font-weight: bold;
	padding-left: 14px;
	padding-right: 25px;
}
#navGauche .commentCa a
{
	display: block;
	padding: 10px 0;
	color: #FFFFFF;
}

#currency
{
	text-align: left;
	padding: 10px 0;
	width: 558px;
}
#currency .titrePage
{
	font-size: 14px;
	font-weight: bold;
	color: #e65f08;
	padding-bottom: 5px;
	border-bottom: 1px solid #e65f08;
	margin-bottom: 10px;
}
#currency .titreFiche
{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 29px;
	padding-left: 8px;
	background-image: url(../images/fiche/titreFiche_fd.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#currency #descrFiche
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 10px;
	background-color: #fbfbfb;
	background-image: url(../images/fiche/encart_fd.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #c4c4b9;
	border-top: 0px solid #c4c4b9;
}
#currency #descrFiche li
{
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: inside;
}

.btJauneFich
{
	background-image: url(../images/fiche/btJaune_fd.gif);
	background-repeat: no-repeat;
	line-height: 20px;
	font-size: 11px;
	width: auto;
}
.btJauneFich a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 20px;
	font-weight: bold;
	padding: 0 3px;
	background-image: url(../images/fiche/btJaune_d.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.btRougeFich
{
	background-image: url(../images/fiche/btRouge_fd.gif);
	background-repeat: no-repeat;
	line-height: 20px;
	font-size: 11px;
	width: auto;
}
.btRougeFich a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 20px;
	font-weight: bold;
	padding: 0 3px;
	background-image: url(../images/fiche/btRouge_d.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.btGrisFich
{
	background-image: url(../images/fiche/btGris_fd.gif);
	background-repeat: no-repeat;
	line-height: 20px;
	font-size: 11px;
	width: auto;
}
.btGrisFich a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 20px;
	font-weight: bold;
	padding: 0 3px;
	background-image: url(../images/fiche/btGris_d.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#ongletFich
{
	border-left: 1px solid #c4c4b9;
}
#ongletFich div
{
	margin:0px;
	padding:0px;
	float: left;
	border: 1px solid #c4c4b9;
	border-left: 0px solid #c4c4b9;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
}
#ongletFich a
{
	background-image: url(../images/fiche/btFond_off.gif);
	background-repeat: repeat-x;
	padding: 0px 5px;
	line-height: 19px;
	display: block;
	/*color: #999999;*/
    color: #595959;
	font-weight: bold;
	text-decoration: none;
}
#ongletFich a:hover, #ongletFich a.Actif
{
	background-image: url(../images/fiche/btFond_on.gif);
	background-repeat: repeat-x;
	color: #595959;
	border-bottom: 0px solid #c4c4b9;
}

.navTopPanier
{
	height: 38px;
}
.navTopPanier ul, .navTopPanier li
{
	margin:0;
	padding:0;
	list-style: none;
}
.navTopPanier li
{
	float: left;
	background-color: #d4dad9;
	padding: 0 20px;
	padding-left: 10px;
	border-right: 1px solid #FFFFFF;
}
.navPanier
{
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #999999;
	width: auto;
}
.navPanier .numEtape
{
	display: block;
	padding: 0 5px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	background-color: #999999;
}
.navPanier .numEtapeActif
{
	display: block;
	padding: 0 5px;
	text-align: center;
	font-size: 14px;
	background-color: #000000;
}
.navPanier .Actif
{
	color: #FFFFFF;
	background-color: #e3643d;
}
/* CADDIE */

.titreAide
{
	background-color:#CCCCCC;
	line-height: 24px;
	padding:0;
	margin:0;
	display: block;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}
.textAide
{
	color: #000000;
	border-bottom:0;
	font-size: 11px;
	padding: 10px;
}
.textAide a, .textAide td, .textAide th
{
	color: #000000;
}
.textAide select, .textAide input
{
	color: #48462b;
	border: 1px solid #89876a;
	background-color: #FFFFFF;
	font-size: 11px;
}
.cadArticle
{
	color: #999999;
	width:230px;
	float:left;
	line-height: normal;
	padding-top: 5px;
}
.cadArticle a
{
	color: #999999;
	font-weight: bold;
}
.cadLivr
{
	color: #999999;
	text-align:center;
	width: 65px;
	float:left;
}
.cadPlate
{
	color: #999999;
	text-align:center;
	width:65px;
	float:left;
}
.cadQte
{
	color: #999999;
	text-align:center;
	width:65px;
	float:left;
	line-height: normal;
	padding-top: 5px;
}
.cadPrix
{
	color: #999999;
	text-align: center;
	width:75px;
	float:left;
}
.cadPrix td
{
	line-height: normal;
	color: #999999;
}
.cadSupp
{
	color: #999999;
	text-align:center;
	width:20px;
	float:left;
}

.cadSub
{
	min-height: 25px;
	_height: 25px;
	padding-left: 4px;
	border-bottom: 1px solid #999999;
	line-height: 25px;
	clear: both;
}
.cadOption
{
	height: 35px;
	margin-top: 10px;
	padding-left: 4px;
	border-bottom: 1px dashed #999999;
	clear: both;
}
.cadTotal
{
	clear: both;
	color: #000000;
	border-top: 1px solid #999999;
	border-bottom: 1px dashed #999999;
	height: 55px;
}
.basTotal
{
	color: #000000;
	height: 26px;
	line-height: 27px;
}
.subTotal
{
	margin:0;
	padding:0;
	clear: both;
	list-style:none;
	clear: both;
}
.subTotal li
{
	line-height: 25px;
	font-size: 11px;
	margin:0;
	padding:0;
	text-align: right;
	color: #000000;
	list-style: none;
	font-weight: bold;
	float: left;
	text-align: right;
	width: 440px;
}
.subTotal li.prixTte
{
	text-align: center;
	width: 75px;
}
.cadLink
{
	padding: 10px;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}
.cadLink a
{
	color: #999999;
}
.btCommande
{
	background-image: url(../images/panier/btFond.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	font-size: 11px;
	width: auto;
}
.btCommande a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 25px;
	font-weight: bold;
	padding: 0 20px;
	background-image: url(../images/panier/btDte.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.btCree
{
	background-image: url(../images/btBleu_fd.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	font-size: 11px;
	width: auto;
}
.btCree a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 25px;
	font-weight: bold;
	padding: 0 20px;
	background-image: url(../images/btBleu_d.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* BAS */
#basPage
{
	clear: both;
	background-color: #FFFFFF;
	background-image: url(../images/basCent.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 14px 27px;
	text-align: left;
}
#basPage #lienBas
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 250px;
	text-align: right;
}
#basPage #lienBas a
{
	color: #003366;
	text-decoration: none;
}
#basPage .logoNexway
{
	float: left;
}

#sitemap {
    background:#0098D7 url(../images/footer-bg.gif) no-repeat 0 0;
    overflow:hidden;
    width:100%;
    clear:both;
}

#sitemap {
    background:#0098D7 url(../images/footer-bg.gif) no-repeat 0 0;
    overflow:hidden;
    width:100%;
    padding-left:29px;
    padding-top:15px;
}

#sitemap a, #sitemap strong {
    color:#fff;
    font-size:11px;
    text-decoration:none;
}

#sitemap br {
    margin:0;
}

#sitemap a:hover {
    text-decoration:underline;
}
