body {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFCD;
	font-family: Tahoma, Helvetica, Verdana;
	font-size: 14px;
	color: #333333;
}
.TxtBlanc16 {
	font-size: 18px;
	color: #FFFFFF;
}

a.lienMenu {
	font-family: Tahoma, Helvetica, Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.menu  {
	list-style-type: none;
	margin:0;
	padding:0 0 0 10px;
}
.menu li {
	padding:10px 0 10px 30px;
	background-image: url(images/bouton_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}


.TxtMauve16 {
	font-size: 18px;
	color: #6b1229;
	font-style: normal;
}

.imgBlanc {
	padding: 2px;
	border: 1px solid #FFFFFF;
}
.TxtMauve14 {

	font-size: 14px;
	color: #6b1229;
	font-style: normal;
}
.TxtBlanc12 {

	font-size: 12px;
	color: #FFFFFF;
}
.Txt11 {
	font-size: 11px;
}
a.lienTxt {
	color: #FF6600;
	background-color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9935;
	border-left-color: #FF9935;
	text-decoration: none;
}
a.lienTxt2 {
	color: #A9292E;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.lienTxt:hover {
	background-color: #FF9935;
	color: #FFCC33;
}
a.lienTxt2:hover {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.lienMenu:hover {

	font-family: Tahoma, Helvetica, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.imgBas {
	border: 1px solid #f4f2d3;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	visibility: hidden;
}
#tableProduit {
	background-color: #ffeecd;
	border: 1px solid #ddaa45;
}
#tableProduit td {
	padding: 4px;
}
#tableProduit img {
	border: 1px solid #6B1229;
}
#tableProduit a {
	text-decoration: none;
	color: #a9292e;
	font-weight: bold;
	font-size: 12px;
	margin-right: 7px;
	margin-left: 7px;
	background-color: #ffe2aa;
	border: 1px solid #666666;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#tableProduit a:hover {
	background-color: #FFFFFF;
}
#tableDiapo {
}
#tableDiapo img {
	border: 1px solid #FFFFFF;
}
a.lienprog {
	text-decoration: blink;
	background-color: #FFFFFF;
	color: #FF0033;
}
a.lienprog:hover {
	color: #00CCFF;
}
.nouveau {
	font-weight: bold;
	color: #FF9935;
	letter-spacing: 2px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

/**********************************/
/**** FORMULAIRE ******************/
fieldset{
	clear: both;
	margin-left: 46px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.formulaire p{
	padding-left: 155px; /*width of left column containing the label elements*/
	padding-top: 5px;
	padding-right: 13;
	padding-bottom: 5px;
	margin: 0;
	
}

.formulaire label{
	font-weight: normal;
	float: left;
	margin-left: -156px;/*width of left column*/
	width: 150px;
	padding-left: 15px;		
}

.formulaire input{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 150px;
	background-color: #fff;
	border: 1px solid #0A50A1;
}

.formulaire textarea{
width: 150px;
height: 80px;
background-color: #fff;
border: 1px solid #0A50A1;
}

.radio input {
	width: 30px;
	
}
.bouton input {
	width: 80px;
	margin-left: 100px;
	margin-top: 10px;
	background-color: #FF9935;
	border: 1px solid #115E94;
}
