.alignleft {text-align: left;}
.alignright {text-align: right;}
.aligncenter {text-align: center;}
.alignjustify {text-align: justify;}
.invisible {display: none}
img.alignleft, table.alignleft {float: left; margin: 0 5px 5px 0; text-align: left;}
img.alignright, table.alignright {float: right; margin: 0 0 5px 5px; text-align: left;}
table.aligncenter {margin: auto; text-align: left;}
a img {border-width: 0;}
form {margin: 0; padding: 0;}

/**********/
/* LAYOUT */
/**********/
body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #fff;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#document {
	width: 1000px;
}
#corps {
	width: 100%;
	overflow: hidden;
}
#colonneGauche {
	float: left;
	width: 140px;
	margin-right: 15px;
}
#colonneDroite {
	float: right;
	width: 170px;
	background: #FED477 url(images/colonneDroite.png) no-repeat center bottom;
	padding-bottom: 5px;
}
#contenuOuter {
	float: left;
	width: 660px;
	background: url(images/contenuOuter.png) no-repeat center top;
	padding-top: 12px;
}
#contenu {
	padding-top: 40px;
	background: #FEE0CD url(images/contenu.png) no-repeat center top;
	width: 100%;
}


/***************/
/* bandeauHaut */
/***************/
#bandeauHaut {
	background: url(images/bandeauHaut.png) no-repeat 155px 0;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
#bandeauHaut #icones {
	float: left;	
	margin: 50px 0 0 60px;
}
#bandeauHaut h1 {
	margin: 50px 0 0 35px;
	padding: 0;
	float: left;
}
#bandeauHaut h1 img {
	display: block;
}
#bandeauHaut form {
	float: right;
	padding: 15px 15px 0 0;
}
#bandeauHaut form p {
	margin: 0;
	padding: 0;
}
#bandeauHaut form label {
	font-weight: bold;
}
#bandeauHaut form input {
	background-color: #fff;
	font-size: 10px;
}
#searchSubmit {
	border: none;
	font-weight: bold;
}
#searchString {
	background-color: #fff;
	border: 1px solid #000;
	width: 100px;
}

/*****************/
/* colonneGauche */
/*****************/
#clientPrivilege {
	background: #DA7700 url(images/clientPrivilege.png) no-repeat right top;
	padding-top: 50px;
	color: #000;
	font-size: 10px;
}
#clientPrivilegeInner {
	background: url(images/clientPrivilegeInner.png) no-repeat right bottom;
	padding-bottom: 5px;
}
#clientPrivilege a {
	color: #000;
	text-decoration: underline;
}
#clientPrivilege form {
	clear: both;
	border-top: 1px solid #fff;
}
#clientPrivilege label, #lettreInfo label {
	line-height: 20px;
}
#clientPrivilege p, #lettreInfo p {
	margin: 0;
	padding: 2px 15px 2px 10px;
	clear: both;
}
#CLI_FACEMAIL_LOG, #CLI_PASSWORD_LOG, #ABO_EMAIL {
	border: 1px solid #000;
	width: 100%;
	display: block;
	font-size: 10px;
}
#ABO_EMAIL {
	border-color: #C15702;
}
#CLI_SUBMIT_LOG, #ABO_SUBMIT {
	border: none;
	background-color: transparent;
	cursor: pointer;
	font-weight: bold;
	padding: 0;
}
#ABO_SUBMIT {
	color: #C15702;
}
#enUnClic {
	margin: 8px 0;
	padding: 0;
	list-style-type: none;
}
#enUnClic li {
	width: 100%;
	overflow: hidden;
	margin: 6px 0;
	padding: 0;
	background-color: #F40106;
}
#enUnClic li img {
	float: right;
}
#lettreInfo {
	background: #FED477 url(images/lettreInfo.png) no-repeat right top;
	padding-top: 30px;
	color: #C15702;
	font-size: 10px;
}
#lettreInfoInner {
	background: url(images/lettreInfoInner.png) no-repeat right bottom;
	padding-bottom: 5px;
}
#lettreInfo a {
	color: #C15702;
	text-decoration: underline;
}
#lettreInfo form {
	clear: both;
	border-top: 1px solid #C15702;
}
#lettreInfo ul {
	clear: both;
	margin: 0;
	padding: 0 0 5px 10px;
	list-style-type: none;
}

/*****************/
/* colonneDroite */
/*****************/
#colonneDroiteInner {
	margin: 0 5px;
}
#dernierProduit h5 {
	color: #DA7700;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#dernierProduit p {
	font-size: 10px;
	border-bottom: 1px solid #DA7700;
	margin: 5px 0;
	padding: 0 0 5px 0; 
}
#triPanier {
	font-style: italic;
	text-align: right;
}
#triPanier a.selected {
	color: #DA7700;
}
#panier {
	font-size: 10px;
	border-collapse: collapse;
	width: 100%;
}
#panier input {
	border-style: none;
	width: 15px;
	font-size: 10px;
	padding: 1px 2px;
	margin: 0 2px;
}
#panier td {
	white-space: nowrap;	
	border-bottom: 2px dotted #fff;
}
#panier th {
	font-weight: normal;
	text-align: left;
	padding: 6px 0 6px 2px;
	border-bottom: 2px dotted #fff;
}
#panier h4 {
	font-size: 12px;
	margin: 0;
	padding: 5px 0 0 5px;
}
#totalPanier {
	text-align: center;
}
#totalPanier p {
	font-size: 14px;
	border-bottom: 1px solid #DA7700;
	margin: 5px 0;
	padding: 0 0 5px 0; 
	text-align: left;
}
#totalPanier strong {
	color: #F40106;
}

/********/
/* menu */
/********/
#menu {
	background-color: #F40106;
	font-size: 11px;
	color: #fff;
	margin: 0;
	padding: 0 10px 5px 10px;
	list-style-type: none;
	text-align: center;
}
#menu li {
	display: inline;
	line-height: 16px;
}
#menu a {
	color: #fff;
	white-space: nowrap;
	font-weight: bold;
}
#menu a:hover, #menu a.selected {
	color: #FE984E;
	text-decoration: none;
}

/***********/
/* contenu */
/***********/
h2 {
	color: #F40106;
	font-weight: bold;
	font-size: 13px;
	margin: 0 5px 7px 5px;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #F40106;
}
h3 {
	color: #000;
	font-weight: bold;
	font-style: italic;	
	font-size: 13px;
	margin: 7px 5px;
	padding: 0;
}
h2 a:hover {
	text-decoration: none;
}
h2 .t0  {
	color: #F40106;
}
h2 .t1  {
	color: #000;
}
h2 .t2  {
	color: #860000;
}
h2 .t3  {
	color: #DC7200;
}
#contenu input, #contenu select, #contenu textarea, button {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000;
}
#contenu input.radio, #contenu input.checkbox, #contenu input.image {
	border: none;
}
input.submit, button {
	background-color: #fff;
	border: 1px outset;
	color: #FA8742;
	font-weight: bold;
	margin: 3px 0;
	cursor: pointer;
}
div.texte {
	padding: 0 5px;
}
div.texte p {
	margin: 0;
	padding: 5px 0;
}
div.texte ul {
	margin: 0;
	padding: 0 0 5px 35px;
}
div.texte h2 {
	margin: 0 0 7px 0;
}

/********************/
/* blocNomenclature */
/********************/
#blocNomenclature {
	width: 98%;
	margin: auto;
	overflow: hidden;
	margin-bottom: 10px;
}


/***********/
/* cmdHaut */
/***********/
#cmdHaut {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#cmdHaut td {
	width: 33%;
	background-color: #FED477;
	text-align: center;
}
#cmdHaut td.selected {
	background-color: #DA7700;
	color: #fff;
	font-weight: bold;
}


/*******************/
/* tablo1 + tabloP */
/*******************/
.tablo1 {
	background-color: #FEF8EA;
	margin: 5px auto 10px auto;
	border-collapse: collapse;
	border: 1px solid black;
	width: 85%;
}
.tablo1 th {
	color: #fff;
	background-color: #DA0105;
	padding: 2px 3px;
	border: 1px solid #000;
	white-space: nowrap
}
.tablo1 th a {
	color: #fff;
}
.tablo1 th a.selected {
	color: #FED477;
}
.tablo1 td {
	font-size:10px;
	padding: 2px;
	vertical-align: top;
}
.tabloP td {
	vertical-align: middle;
}
.tablo1 a {
	color: #A90104;
}
.tabloP a {
	color: #000;
	font-weight: bold;
}
.tabloP tr.alter1 {
	background-color: #FEE0CD;
}


/**********/
/* tablo2 */
/**********/
.tablo2 {
	margin: 5px auto 10px auto;
	border-collapse: collapse;
	width: 85%;
}
.tablo2 td {
	padding: 5px;
	width: 25%;
	text-align: center;
	vertical-align: bottom;
	font-size: 13px;
}
.tablo2 td.img {
	vertical-align: top;
}
.tablo2 a {
	color: #A90104;
}
.tablo2 a.img {
	text-decoration: none;
}
.tablo2 a:hover {
	color: #000;
}

/******************/
/* blocPagination */
/******************/
.blocPagination {
	width: 90%;
	margin: 10px auto 5px auto;
	border-collapse: collapse;
	font-size: 10px;
}
.blocPagination td {
	width: 33%;
}
.blocPagination a {
	color: #a90104;
}
.blocPagination input {
	font-size: 10px;
}
.blocPagination .col1 {text-align: left;}
.blocPagination .col2 {text-align: center;}
.blocPagination .col3 {text-align: right;}


/***********/
/* produit */
/***********/
#produit {
	width: 90%;
	margin: auto;
	border-collapse: collapse;
	margin-top: 10px;
}
#produit th {
	text-align: center;
	background-color: #FEF8EA;
}
#produit td {
	vertical-align: top;
	padding: 5px;
	font-size: 11px;
}
#produit hr {
	width: 90%;
	margin: 3px auto;
	height: 1px;
	color: #000;
	border: none;
	border-top: 1px solid #000;
}
#produitLogo {
	margin: 10px;
	border: 1px solid #000;
	text-align: center;
}
#produitLogo img {
	margin: 5px;
}


/**************/
/* bandeauBas */
/**************/
#bandeauBas {
	text-align: right;
	clear: both;
	background: #FFE0CD url(images/bandeauBas.png) no-repeat center bottom;
	padding: 45px 30px 0 0;
}
#piedDePage {
	padding: 20px 0 5px 0;
	text-align: center;
}

