p {
	margin-bottom: 13px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #996666;
	margin-top: 15px;
	margin-bottom: 15px
}

.lien_h1 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #996666;
	margin-top: 15px;
	margin-bottom: 15px
}

h2 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: black;
	margin-top: 15px;
	margin-bottom: 15px
}

h3 {
	font-size: 11px;
	text-decoration: none;
	color: black;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px
}

h4 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #996666;
	margin-top: 15px;
	margin-bottom: 15px
}

h5 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: black;
	margin-top: 15px;
	margin-bottom: 15px
}

h6 {
	font-size: 11px;
	text-decoration: none;
	color: black;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px
}

input {
	text-align: right;
	font-family : Arial, sans;
}

textarea {
	font-family : Arial, sans;
}

tr{
	height: 21px;
}

body {
	font-family : Arial, Gill Sans Bold, sans;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
}

table {
	font-family : Arial, Gill Sans Bold, sans;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
}

div {
	borders: 1px solid red;
	height: auto;
	width: auto;
}

hr {
	border: 0px;
	height: 0px;
	clear: both;
}

img {
	border : 0px;
}

a {
	color: #428194;
	text-decoration: none;
	cursor: pointer;
}

iframe {
	visibility: hidden;
	height: 0px;
}

a:hover {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.LienBlanc {
	color: white;
}
.LienBlancHover {
	color: black;
}

.LienCmsSouligne {
	color: black;
	cursor: pointer;
	text-decoration: underline;
}
.lienCmsSouligne:hover {
	cursor: pointer;
	text-decoration: underline;
}

.LienCmsNonSouligne {
	color: black;
	cursor: pointer;
}
.lienCmsNonSouligne:hover {
	cursor: pointer;
}

/* Styles de texte */
.titre_menu {

	font-weight: bold;
}

.fade {
	filter: alpha(opacity=33);
	-moz-opacity: 0.33;
	opacity: 0.33;
}

.fade80 {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.fade100 {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.fade70 {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.AffichageBloc {
	position: relative;
	displays: block;
	float: left;
}
.TexteJustifie {
	text-align:justify;
	font-family:Verdana;
}

.HeaderPanier {
	border-right: 2px solid #ffffff;
	background-color: #cbc0ab;
	font-weight: bold;
}
.HeaderPanierGauche {
	border-left: 2px solid #cbc0ab;
	border-right: 2px solid #ffffff;
	background-color: #cbc0ab;
	font-weight: bold;
}
.HeaderPanierDroite {
	border-right: 2px solid #cbc0ab;
	background-color: #cbc0ab;
	font-weight: bold;
}

.TdPanier {
	border-right: 2px solid #cbc0ab;
	border-bottom: 1px solid #cbc0ab;
}

.TdPanierGauche {
	border-right: 2px solid #cbc0ab;
	border-bottom: 1px solid #cbc0ab;
	border-left: 2px solid #cbc0ab;
}

.InputHaut{
	height: 21px;
	width: 174px;
	border-top: 1px solid #ab9585;
	border-right: 1px solid #ab9585;
	border-bottom: 1px solid #ab9585;
	border-left: 1px solid #ab9585;
	margin: 2; 
}

.Input{
	margin: 2;
	width: 174px;
	
	height: 21px;
	border-top: 1px solid #ab9585;
	border-right: 1px solid #ab9585;
	border-bottom: 1px solid #ab9585;
	border-left: 1px solid #ab9585;
}

.BoutonOff {
	background-color: #84b9ca;
	border: 1px solid black;
	cursor: pointer;
}

.BoutonOn {
	background-color: #9ddcf0;
	border: 1px solid black;
	cursor: pointer;
}

.HeaderSuiviCommande {
	text-align: center;
	height: 20px;
	padding-top: 5px
}

.LigneSuiviCommande {
	text-align: center;
	height: 25px;
	padding-top: 5px
}

.DivAsHr {
	borders: 1px solid red;
	clear: both;
	width: 10px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	display: none
}
.part_description {
	font-style:italic;
	font-size:10px
}
.part_titre {
	font-weight:bold;
	color: #996666
}
.part_titre_detail{
	font-weight:bold;
	color: #428194;
}

/*Obligé à rajouté, car on a utilisé un table pour faire de la mise en page => les styles sont hérités :S*/
.not_real_table{
	font-family:verdana;
}