body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-image:url(../images/global/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	color: black;
	margin: 0px;
	padding: 0px;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: black;
}

a{
	color: #008ed0;
	text-decoration: none;
}

a:link{
	color: #008ed0;
	text-decoration: none;
}

a:visited{
	color: #008ed0;
	text-decoration: none;
}

a:hover{
	color: black;
}

form {
	/*background-color: #CCCC99;*/
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
.spacerH20{
	height:20px;
}

/***********************************************/
/* Divs de mise en page                        */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0;
	border: 0px;
	width:1026px;
	height:94px;
	text-align:left;
	background:url(../images/global/banner_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#global{
	margin: 0;
	padding: 0;
	width:1026px;
}
#navBar{
	float: left;
	width: 144px;
	margin: 0px;
	padding: 0px;
}

#droite{
	float:right;
	width: 159px;
	text-align:left;
	margin: 0px;
	padding: 0px;
}

#content{
	float: left;
	width: 713px;
	text-align: left;
	padding: 5px 5px 5px 5px;
}
#contentFull{
	float: left;
	width: 870px;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

#siteInfo{
	clear: both;
	font-size: 95%;
	color: #959191;
	padding: 10px 10px 10px 10px;
}
div#siteInfo a{
	font-size: 95%;
	color: #959191;
}
div#siteInfo a:hover{
	font-size: 95%;
	color: #008ed0;
}
/***********************************************/
/* Composants banniere                         */
/***********************************************/
form#form_recherche{
	position:absolute;
	margin:20px 0px 0px 335px;
}
form#form_recherche a{
	font-size:90%;
	color: black;
	font-weight:bold;
}
form#form_recherche a:hover{
	color: #008ed0;
}
form#form_recherche input.inputBanner{
	background-color:white;
	border:1px solid #666666;
}
form#ident{
	position:absolute;
	margin:20px 0px 0px 530px;
}
form#ident td.lib{
	font-size:11px;
	color: black;
	font-weight:bold;
}
form#ident td a{
	font-size:90%;
	color: black;
	font-weight:bold;
}
form#ident td a:hover{
	color: #008ed0;
}
form#ident input.inputBanner{
	background-color:white;
	border:1px solid #008ed0;
}
div#deconnect {
	position:absolute;
	margin:25px 0px 0px 530px;
	width:240px;
}

div#panier{
	position:absolute;
	margin:5px 0px 0px 780px;
	width:225px;
}
/*lienPanier ajouté pour aligner le lien consulter mon panier pour les écrans widescreen*/
div#lienPanier{
	position:absolute;
	margin:64px 0px 0px 780px;
	width:225px;
}
div#lienPanier a{
	font-size:90%;
	color: #CC0000;
}
div#lienPanier a:hover{
	color: black;
}
input.boutonOk {
    background:transparent url(../images/global/btnOk.gif) no-repeat center;
    color: #202020;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:20px;
	height:20px;
	padding:0px 1px 1px 0px;
	border:0px;
	cursor:pointer;
	vertical-align:middle;
}
input.addP {
    background:transparent url(../images/article/+panier.jpg) no-repeat center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:77px;
	height:20px;
	padding:0px 2px 2px 0px;
	border:0px;
	cursor:pointer;
	vertical-align:middle;
}
input.inputBanner{
	color: black;
	height:15px;
	font-size:11px;
	width:130px;
	background-color:#d1d1d1;
}

/***********************************************/
/* Styles globaux                              */
/***********************************************/
.spacer{
	height:2px;
}
.spacerH14{
	height:14px;
}
.spacerH21{
	height:21px;
}
input.boutonVld {
    background:transparent url(../images/global/btnVld.gif) no-repeat center;
	width:77px;
	height:20px;
	border:0px;
	cursor:pointer;
	vertical-align:middle;
}
input.boutonRcc {
    background:transparent url(../images/global/recalculBtn.jpg) no-repeat center;
	width:100px;
	height:24px;
	border:0px;
	cursor:pointer;
	vertical-align:middle;
}
input.boutonDel {
    background:transparent url(../images/global/supprimBtn.jpg) no-repeat center;
	width:100px;
	height:24px;
	border:0px;
	cursor:pointer;
	vertical-align:middle;
}
.bleu{
	color: #008ed0;
}
.size9{
	font-size:9px;
}
a.button {
    background: transparent url(../images/global/btnMil.gif) repeat-x scroll;
    color: #202020;
    display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
    height: 24px;
    text-decoration: none;
	max-width:100px;
	text-align:center;
}
a.button span.right {
    background: transparent url(../images/global/btnRight.gif) no-repeat top right;
    display: block;
    line-height: 24px;
    padding: 0 18px 0 0;
}
a.button span.left {
    background: transparent url(../images/global/btnLeft.gif) no-repeat top left;
    display: block;
    line-height: 24px;
    padding: 0 0 0 18px;
}
a.black{
	color:black;
}
a.black:hover{
	color:#008ed0;
}
.gris{
	color:#999999;
}
.rouge{
	color:#CC0000;	
}
a.rouge{
	color:#CC0000;
}
a.rouge:hover{
	color:black;
}
.ongletAide{
	height:28px;
	width:100%;
	border-bottom:1px solid #e1e1e1;
	background-image:url(../images/global/onglet.jpg);
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
}
.txtOngletAide{
	width:216px;
	text-align:center;
	color: #008ed0;
	font-size:12px;
	font-weight:bold;
	line-height:28px;
}
.txt32{
	padding-left:32px;
}
.txt140{
	padding-left:140px;
}
.btnPayer {
    background:url(../images/panier/payer.jpg);
	width:190px;
	height:20px;
	border:0;
	cursor:pointer;
	vertical-align:middle;
}
.btnCder {
    background:url(../images/panier/commander.jpg);
	width:190px;
	height:20px;
	border:0;
	cursor:pointer;
	vertical-align:middle;
}
