html * {
	margin: 0;
	padding: 0;
}
body {
	background-color: #0072AE;
	position: absolute;
	width: 944px;
	left: 50%;
	margin-left: -500px;
	font-family: 'trebuchet MS', sans-serif;
}
.clear{
	width:100%;
	clear:both;
	visibility:hidden;
	margin:0;
	padding:0;
	height:0;
}
/* BALISES GLOBALES POUR LE SITE */
a {
	text-decoration: none;
	color:white;
}
#header {
	border-bottom: solid white 2px;
	height: 131px;
	clear: both;
}
#header h1 {
	position: absolute;
	/*top: -25px;*/
	left: -400px;
	display: inline;
}
#header img {
	display: block;
			float: left;
		vertical-align: top;
}
#menuTopContainer {
	width: 944px;
	height: 100%;
}
#menuTop {
	text-transform: uppercase;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	background: url('/img/theme_bon/bandeau_04.jpg') no-repeat top left;
	float: left;
	width: 611px;
}
#menuTop {
	padding-left: 40px;
}
#menuTop li {
	float: left;
	color: white;
	line-height: 14px;
}
#menuTop li#subtitle {
	color: white;
	background-color: #007BA5;
	margin: 0px 33px 0px 23px;
}
#menuTop li a {
	display: block;
	text-decoration: none;
	padding: 0px 5px;
	color: white;
}
#menuTop li a:hover, #menuTop li a.selected {
	background-color: #F9BA00;
	color: #007BA5;
}
#menuTaureau, #menuContenu {
	display: none;
	position: absolute;
	z-index:100;
	border: solid 1px #F9BA00;
	background-color: #4C9800;
	width: 150px;
}
#menuTaureau li, #menuContenu li {
	clear: left;
	width: 100%;
	margin:0;
	padding:0;
	line-height:17px;
}
#content {
	width:944px;
/*	background: #fff url('/img/theme/bandeau_07.jpg') repeat-x top left;*/
	background-color: #fff;
}
#centerPart {
	width: 944px;
	float: left;
}
#leftBox {
	background: url('/img/theme_bon/bandeau_degrade_marron.jpg') repeat-x top left;
	width: 182px;
	float: left;
	/*margin-top: 28px;*/
	font-size: 12px;

/*	border-right: solid 1px black;*/
}
#leftBoxContainer {
	margin-top: 36px;
	background: url('/img/theme_bon/fond_leftBox.jpg') repeat-y top left;
	min-height: 640px;
	height: auto !important;
	height: 640px;
/*	padding: 0px 5px;*/
}
#leftBoxContainer * a {
	color: #0075b9;
	font-weight: bold;
}
#leftBox h3 {
	color: #CC1E24;
	font-size: 18px;
	margin-bottom: 10px;
	margin-left: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
#leftBox p {
	margin-bottom :15px;
	margin-left: 18px;
	font-size: 11px;
	line-height: 130%;
	margin-right: 18px;
}
#rightBox {
	background: url('/img/theme_bon/bandeau_degrade_blanc.gif') repeat-x top left;
	width: 762px;
	float: left;
	/*margin-top: 28px;*/
	padding-top: 48px;
	min-height: 630px;
	height: auto !important;
	height: 630px;
	
}
#rightBox table a, #rightBoxTaureau table a {
	color: black;
}
#rightBox table a:hover, #rightBoxTaureau table a:hover {
	text-decoration: underline;
}
#menuRight {
	position: absolute;
	right:-85px;
	top: 181px;

}
#footer {
	background-color: #C9D200;
	/*text-align: center;*/
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 11px;
	line-height: 25px;
	width:944px;
	padding:0;
	margin:0;
}

#footer p {
	float:left;
	width:894px;
	background-color: #C9D200;
	text-align: center;
	padding:0;
	margin:0;
}

#footer a.lien {
	/*overflow: auto;*/
	/*position:relative;*/
	float:right;
	/*display:block;*/
	width:46px;
	height:20px;
	padding-bottom:5px;
	padding-right:4px;
	background: #C9D200 no-repeat center left url('/img/theme_bon/signature-e-median.png');

}
.form_error {
	border-color: red;
}
.error_message {
	color: red;
}
/*************************************************************/
/* BOITES DU MENU DE DROITE */
.menuRightBox {
	margin-bottom: 26px;
	width:195px;
	background-color: #D7DBBB;
	font-size: 10px;
	border: solid 1px white;
	padding-left: 5px;
	padding-bottom: 5px;
	height: auto;
}
.menuRightBox input, .menuRightBox select {
	border: solid 1px #8E907E;
}
.menuRightBox select {
	width: 110px;
}
.menuRightBox p {
	margin-bottom: 5px;
}
.menuRightBox input.submit-form, .menuRightBox a.infoLink {
	background-color: #8E907E;
	color: white;
	border: none;
}
.menuRightBox a.infoLink {
	float: right;
	padding: 1px 2px;
	text-decoration: none;
	margin-left: 2px;
	text-transform: uppercase;
}
.menuRightBox a.infoLink:hover {
	text-decoration: underline;
}
.menuRightBox h6 {
	background-color: #97D2D7;
	color: #0076A3;
	border: solid 1px white;
	position: relative;
	top: -9px;
	left:-15px;
	text-transform: uppercase;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 5px;
	float: left;
}
.menuRightBox label {
	font-weight: bold;
}
#achatBox {
	/*padding: 0px 5px;*/
}
#achatBox h6, #panierBox h6 {
/*	background-color: #CC1E24;*/
	background-color: #CF4913;
	color: white;
}
#achatBox table {
	/*margin-bottom: 10px;*/
	color: black;
}
#achatBox table, #achatBox table * {
	border:none;
}
#achatBox tr {
	border-bottom: solid 1px #908C82;
}
#achatBox td {
	text-align: left;
	border-bottom: solid 1px #8E907E;
}
#achatBox td a {
	color: black;
	text-decoration: none;
	text-transform: capitalize;
	background-color: transparent;
}
#achatBox td a:hover {
	text-decoration: underline;
}
#achatBox td.chiffre {
	text-align: right;
}
.menuRightBox table, .menuRightBox th {
	background-color: transparent;
}
#panierBox table, #panierBox tr, #panierBox td {
	border: 0;
}
#panierBox th {
	font-weight: bolder;
	text-align: center;
	border: 0;
	border-bottom: solid 1px black;
}
#panierBox td {
	text-align: left;
	border-bottom: solid 1px #8E907E;
}
.menuRightBox td.chiffre, #panierBox td.chiffre {
	text-align: right;
}
#loginBox input#User_username {
	margin-left: 10px;
	width: 105px;
}
#loginBox input#User_password {
	width: 105px;
}
/*****************************************************/
/* PAGES RUBRIQUES */

#leftBoxRubrique {
	width: 470px;
	float: left;
/*	margin-top: 30px;*/
	padding-top: 48px;
	/*margin-right: 26px;*/
	background: url('/img/theme_bon/bandeau_degrade_blanc.gif') repeat-x top left;
}
#leftBoxRubrique img {
	width: 470px;
	height: 312px;
	display: block;
}
#leftBoxRubrique p {
	background-color: #FEF2DA;
}
#rightBoxRubrique {
	padding-left: 26px;
	float: left;
	width: 448px;
	/*margin-top: 30px;*/
	padding-top: 48px;
	min-height: 630px;
	height: auto !important;
	height: 630px;
	background: url('/img/theme_bon/bandeau_degrade_blanc.gif') repeat-x top left;
}
#rightBoxRubrique ul li{
	list-style-type: disc;
	list-style-position: inside;
}
#rightBoxRubrique ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
#rightBoxRubrique h2 {
	color: #037AA4;
	font-size: 31px;
	font-weight: bold;
	text-transform: capitalize;
	width: 264px;
}
#rightBoxRubrique h3 {
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 264px;
}
#rightBoxRubrique p {
	font-size: 11px;
	margin-bottom: 10px;
	width: 264px;
}
#rightBoxRubrique * {
	font-size: 11px;
}
#rightBoxRubrique * a{
	color: #006f8d;
	text-decoration: none;
}
#rightBoxRubrique * a:hover {
	text-decoration: underline;
}
table#boxRubrique, table#boxRubrique * {
	background-color: transparent;
	border: 0;
}
table#boxRubrique {
	background-color: #FEF2DA;
}
table#boxRubrique th {
	font-size: 32px;
	color: #006F8D;
	font-weight: bold;
	padding: 15px 0px 15px 25px;
}
table#boxRubrique td {
	font-size: 11px;
	width: 25%;
	text-align: left;
}
table#boxRubrique td.bigGreen {
	text-align: right;
	font-size: 26px;
	color: #C6BB39;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
}
/*/////////////////////////////////////////*/
/* ACTUALITÉS*/
/*////////////////////////////////////////*/
#rightBoxActu {
	width: 800px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 110px;
	background: url('/img/theme_bon/bandeau_degrade_blanc.gif') repeat-x top left;
}
#actuListe {
	
}
#actuListe h1 {
	margin-left: 25px;
}
.actu {
	width: 235px;
	height:400px;
	float: left;
	font-size: 11px;
	margin-left: 25px;
	margin-top: 16px;
	border-bottom: solid 1px #0772AE;
	padding-bottom: 18px;
}
.actu h2 {
	font-weight: bold;
	font-size: 22px;
	margin: 15px 0px;
}
.actu img.vignette {
	width: 225px;
	height: 175px;
	display: block;
}
.actu a {
	color: black;
}
/* VIEW ACTU */

#rightBoxActuView {
	width: 800px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 144px;
	background: url('/img/theme_bon/bandeau_degrade_blanc.gif') repeat-x top left;
	font-size: 12px;
}
#rightBoxActuView img {
	width: 470px;
	height: 312px;
	float:left;
	margin: 0px 10px 10px 0px;
}
#rightBoxActuView ul li{
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px 10px;
}
#rightBoxActuView ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
#rightBoxActuView h2 {
	color: #037AA4;
	font-size: 31px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 10px;
	margin-top: 20px;
}
#rightBoxActuView h3 {
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 264px;
}
#rightBoxActuView p {
	font-size: 12px;
	margin: 0px 10px;
	margin-bottom: 10px;
}
#rightBoxActuView * b, #rightBoxActuView * strong {
	font-weight: bold;
}
#rightBoxActuView * i, #rightBoxActuView * em {
	font-style: italic;
}

#rightBoxActuView * a{
	color: #006f8d;
	text-decoration: none;
}
#rightBoxActuView table {
	margin-left: 10px;
}
/*****************************************************/
/* RACES */

/* PAGE INDEX == CATALOGUE */

/*BOITE ACTU ACCUEIL*/
#actualite {
	font-size: 10px;
	margin-left: 10px;
}
#actualite h2 {
	margin-bottom: 18px;
}
#actualite a {
	color:#0075B9;
	text-decoration: none;
	font-size: 11px;
	margin-top: 23px;
}
#actualite a img {
	vertical-align: middle;
}
#actualite img.vignette {
	float: left;
	width: 137px;
	height: 106px;
	overflow: hidden;
	margin-right: 11px;
}
#actualite div {
	width: 290px;
	margin-right: 10px;
	float: left;
	
}
#actualite p {
	float: left;
	width: 130px;
}
#actualite div.actuContent
{
	width: 130px;
	/*overflow-y:auto;*/
	height: 75px;
	line-height: 1em;
}
#actualite div.actuContent p {
	width: auto;
}
p#linkActu {
/*	margin-top: 35px;*/
}
#actualite h3 {
	font-weight: bold;
}
/*BOITE PROMO ACCUEIL*/
h2#bonAffaire {
	clear: both;
	margin-top:20px;
}
#promoBox {
/*	margin-top: 16px;*/
	background: url('/img/theme/fond_PromoBox_bleu.jpg') repeat-x top left;
/*	background-color: #BBE1E3;*/
	float: left;
	width: 752px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#promoBox img.vignetteTaureau {
	width: 227px;
	height: 168px;
	float: left;
	overflow: hidden;
}
#promoPrixBox {
	float: left;
	width: 508px;
	height: auto;
}
#promoPrixBox img {
	width: auto;
	height: auto;
	float: left;
}
#promoPrixBox span#promoPrix {
	width: 61px;
	height: 43px;
	/*background-color: #CC071E;*/
	background-color:#F5A800;
	display: block;
	float: left;
	color: white;
	font-size: 32px;
	text-align: center;
	margin-left: 15px;
	padding: 0px 8px;
}
#promoPrixBox span#promoPrix sup {
	font-size: 15px;
}
#promoPrixBox span#promoNom {
	height: 43px;
	background-color: #0075B9;
/*	background-color:#007BA5;*/
	display: block;
	float: left;
	color: white;
	text-align: center;
	font-size: 32px;
	padding: 0px 8px;
}
#promoPrixBox span#offrePromo {
	display:block;
	clear:both;
	float: left;
	background-color:#CA0E1F;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 20px;
	margin-left: 15px;
	padding: 0px 3px;
}
#promoTextBox {
	width: 508px;
	float: left;
}
#promoTextBox ul li {
	margin: 0;
	padding: 0;
}
#promoBox p {
	font-size: 24px;
	color: #0075b9;
	font-weight: bold;
	margin:10px 0px 5px 15px;
}
#promoBox ul {
	margin-left: 15px;
	font-size: 11px;
	font-weight: bold;
	width: 220px;
	float: left;
}
#promoBox div#promoLink {
	float: left;
	line-height: 23px;
	width: 150px;
	margin-top: 5px;
}
#promoBox div#promoLink a {
	text-decoration: none;
	color:#0075b9;
	font-size: 11px;
	font-weight: bold;
}
#promoBox div#promoLink a:hover {
	text-decoration: underline;
}
#catalogueBox h2 {
	margin: 8px 0px;
}
#catalogueBox div {
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	width: 190px;
	font-size: 10px;
	border-right: dotted 1px #006F8D;
	min-height: 170px;
	height: auto !important;
	height: 170px;
}
#catalogueBox div p {
/*	margin-left: 5px;*/
	float: left;
	width: 125px;
}
#catalogueBox div h5 {
	color: #006F8D;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	width: 125px;
	
	float: left;
	margin-bottom: 8px;
}
#catalogueBox div h5 a {
	color: #006F8D;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
#catalogueBox div ul.listeVignette {
	width: 48px;
	float: left;
	margin-right: 11px;
}
#catalogueBox div ul.listeVignette li {
	margin-bottom: 5px;
	width: 48px;
	height: 36px;
	overflow: hidden;
}
#catalogueBox div ul.listeVignette li  {
	margin: 0px 13px 11px 0px;
	display: block;
/*	border: solid;*/
}
#catalogueBox div ul.listeRace li{
	list-style-type: square;
	list-style-position: inside;
	clear: both;
}
.listeRace a {
	color: #006F8D;
	text-decoration: underline;
}
.listeRace a:hover {
	text-decoration: underline;
}
#catalogueBox div ul.listeRace li p {
	width: 100%;
}
/*****************************************************/
/* PAGE VIEW */

#raceFicheLeft {
	width: 182px;
	float: left;
	padding-top: 46px;
	background: url('/img/theme_bon/bandeau_degrade_blanc.gif') repeat-x top left;
}
#raceFicheLeft h2 {
	margin-bottom: 15px;
	margin-left: 25px;
}
#raceFicheLeft dl {
	border-bottom: 1px solid #0772AE;
	margin-left: 31px;
}
#raceFicheLeft dt {
	text-align: right;
/*	margin-bottom: 8px;*/
	color: #006F8D;
	margin-left: 15px;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 20px 3px 7px;
}
#raceFicheLeft dt a:hover, #raceFicheLeft a.selected {
	background-color: #E0E38A;
}
#raceFicheLeft dd {
/*	margin-right: 10px;*/
	font-size: 11px;
	text-align: right;
	
}
#raceFicheLeft dd a {
	text-decoration: none;
	color: #006F8D;
	padding: 3px 20px 3px 7px;
	text-decoration: underline;
}
#raceFicheLeft div#commentaire {
	margin: 25px 10px 0px 25px;
	font-size: 9px;
}
#raceFicheRight {
	float: left;
	width: 610px;
	border-left: solid 1px black;
	/*margin-top: 22px;*/
	padding: 0px 13px;
	min-height: 500px;
	
}
#raceFicheRight h2 {
	font-size: 22px;
	color: #006F8D;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#raceFicheRight div {
	float: left;
	width: 50%;
	
}
#raceFicheRight div img.vignetteTaureau {
	display: block;
	width: 124px;
	height: 96px;
	float: left;
}
#raceFicheRight ul {
	font-size: 11px;
}
#raceFicheRight span.fichePrix {
/*	background-color: #CB0D1F;*/
	background-color:#F5A800;
	color: white;
	font-size: 21px;
	line-height: 28px;
	padding: 0px 7px;
	height:28px;
	display: block;
	float: left;
}
#raceFicheRight span.fichePrix sup {
	font-size: 15px;
	position: relative;
}
#raceFicheRight span.ficheNom {
	color: white;
	font-size: 21px;
	line-height: 28px;
	background-color: #0C75B7;
	height: 28px;
	display: block;
	float: left;
	padding: 0px 7px 0px 7px;
	
}
#raceFicheRight span.ficheNom img {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#actionPanier {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
#actionPanier li {
	line-height: 23px;
}
#actionPanier a {
	text-decoration: none;
	color: #006f8d;
}
/*****************************************************/
/* TAUREAUX */
#rightBoxTaureau {
	width: 770px;
	float: left;
	margin-left:0;
	margin-left: 30px;
	margin-top: 28px;
	min-height: 630px;
	height: auto !important;
	height: 630px;
}
#rightBoxTaureau h2 {
	font-size: 22px;
	color: #006F8D;
	margin-bottom: 20px;
	float: left;
	text-transform: uppercase;
}
#rightBoxTaureau span.backLink {
	font-size: 11px;
	vertical-align: bottom;
	float: right;
	line-height: 22px;
}
#rightBoxTaureau span.backLink a {
	color: #006F8D;
}
#rightBoxTaureau span.backLink a:hover {
	text-decoration: underline;
}
/* PAGE INDEX (liste) */
.taureauxListe {
	font-size: 11px;
}
.taureauxListe th {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 3px;
}
.taureauxListe th.groupe {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}
.taureauxListe table, .taureauxListe tr, .taureauxListe td, .taureauxListe th {
	background-color: white;
	border-color: black;
}
.taureauxListe td {
	vertical-align: middle;
}
tr.odd td.orange {
	background-color:#F0B774;
}
tr.odd td.green {
	background-color:#DDEDC4;
}
tr.even td.orange, tr.even th.orange {
	background-color:#F5D0A0;
}
tr.even td.green, tr.even th.green {
	background-color:#EAF3D8;
}
td.chiffre {
	text-align: center;
}

/* PAGE VIEW */
#taureauFicheLeft {
	width: 182px;
	float: left;
	padding-top: 48px;
	background: url('/img/theme_bon/bandeau_degrade_blanc.gif') repeat-x top left;
}
#taureauFicheLeft h2 {
	margin-bottom: 15px;
	margin-left: 31px;
}
#taureauFicheLeft dl {
	border-bottom: 1px solid #0772AE;
	margin-left: 31px;
}
#taureauFicheLeft dt {
	text-align: right;
/*	margin-bottom: 8px;*/
	margin-left: 15px;
	font-size: 13px;
	font-weight: bold;
}
#taureauFicheLeft dt a {
	text-decoration: none;
	color: #006F8D;
	display: block;
/*	line-height: 17px;*/
	padding: 3px 20px 3px 7px;
}

#taureauFicheLeft dt a:hover, #taureauFicheLeft a.selected {
	background-color: #E0E38A;
}
#taureauFicheLeft #listeTaureaux {
/*	margin-top: 23px;*/
}
#taureauFicheLeft #listeTaureaux li {
	text-align: right;
	height: 20px;
}
#taureauFicheLeft #listeTaureaux li a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
	padding: 3px 20px 3px 7px;
	float: right;
	display: block;
	font-size: 12px;
}
#taureauFicheLeft #listeTaureaux li a:hover, #taureauFicheLeft #listeTaureaux li a.selected {
	background-color: #EAEDB7;
}
#taureauFicheRight {
	float: left;
	width: 615px;
/*	border: solid 1px #0772AE;*/
	border-left: solid 1px #0772AE;
/*	margin-top: 24px;*/
/*	padding: 11px 13px;*/
	padding: 6px 0px 0px 13px;
	
}
#taureauFicheRight #drapeaux {
	position: absolute;
	top: 272px;
	left: 430px;
}
#taureauFicheRight h2 {
	font-size: 20px;
	text-transform: uppercase;
	color: #006F8D;
	margin-bottom: 15px;
}
#taureauFicheRight #imgContainer {
	float:left;
}
#taureauFicheRight h3#offrePromo {
	background-color:#CA0E1F;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 20px;
	width: 228px;
	text-align: center;
}
#taureauFicheRight img.vignetteTaureau {
	width: 228px;
	height: 177px;
	display: block;
	float: left;
/*	border: solid;*/
}
#taureauFichePrixAction {
	height: 85px;
	float: left;
/*	border: solid;*/
}

#taureauFicheRight span#fichePrix {
/*	background-color: #CB0D1F;*/
	background-color:#F5A800;
	color: white;
	font-size: 28px;
	padding: 0px 7px;
	display: block;
	float: left;
	line-height: 42px;
}
#taureauFicheRight span#fichePrix span {
	font-size: 11px;
	line-height: 10px;
	vertical-align: top;
	position: relative;
	top: 5px; 
}
#taureauFicheRight span#ficheNom {
	color: white;
	font-size: 28px;
	background-color: #0C75B7;
	display: block;
	float: left;
	padding: 0px 7px 0px 7px;
	text-transform: capitalize;
	line-height: 42px;
}
#taureauFicheRight span#ficheNom img {
	vertical-align: top;
}
#taureauFicheActionPanier a {
	color: #0C75B7;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
}
#taureauFicheComment {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	margin-left: 15px;
	width: 350px;
/*	border: solid;*/
}
#taureauFicheRight #papaMaman {
	margin-top: 8px;
	margin-bottom: 18px;
	width: 300px;
}
#taureauFicheRight #papaMaman p {
	font-size: 12px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
#taureauFicheRight p.legendeImg {
	font-style: italic;
	font-size: 9px;
	width: 228px;
	/*border: solid;*/
	clear:left;
}
#taureauFicheRight #actionPanier a {
	font-size: 13px;
	color: #0C75B7;
	font-weight: bold;
	text-decoration: none;
}
#taureauFicheRight #tarifReduit {
	color: #CE4B19;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
}
#ficheTaureauTable {
	float: left;
	margin-right: 52px;
}
#ficheTaureauAutreVignette {
	margin-top: 8px;
	width: 228px;
	float:right;
}
#ficheTaureauAutreVignette * a {
	color:#006f8d;
	font-weight: bold;
}
#ficheTaureauAutreVignette p {
	margin-top: 18px;
}
#ficheTaureauAutreVignette img {
/*	margin-bottom: 18px;*/
	width: 228px;
	height: 177px;
	display: block;
}
#taureauFicheRight table {
	width: 310px;
	font-size: 10px;
	background-color: transparent;
	border: white;
/*	float: left;*/
}
#taureauFicheRight table th{
	border-color: white;
	font-weight: bold;
}
#taureauFicheRight table th.head{
	height: 23px;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
}
#production {
	margin-bottom: 22px;
}
#fonctionnalites {
	margin-top: 22px;
}
#indexSynth {
	margin-bottom: 22px;
}
#fonctionnalites td.green, #fonctionnalites th.green {
	background-color: #E6E899;
}
#taureauFicheRight table#production th.head, #taureauFicheRight table#fonctionnalites th.head, #taureauFicheRight table#indexSynth th.head {
	background-color: #C9D200;
	line-height: 22px;
	padding-left: 11px;
}
table#fonctionnalites, table#fonctionnalites *, table#production, table#production * {
	border: 0;
}
table#fonctionnalites td {
	width: 25%;
	text-align: center;
	padding: 5px;
}

#taureauFicheRight table th, #taureauFicheRight table td {
	background-color: white;
	padding: 5px 6px;
}
#taureauFicheRight table th.head {
	padding: 0px 6px;
}
#taureauFicheRight table#production th.green, #taureauFicheRight table#production td.green {
	background-color: #E6E899;
}
#taureauFicheRight table#morpho td.graphPos, #taureauFicheRight table#morpho td.graphNeg {
	padding-left: 0;
	padding-right:0;
	margin-left: 0;
	margin-right:0;
}
#taureauFicheRight table#morpho th.head {
	background-color: #C9D200;
	line-height: 22px;
	padding-left: 11px;
}
#taureauFicheRight table#morpho tr {
	border-bottom: solid 1px #666;
}
#taureauFicheRight table#morpho td {
	border: 0;
	text-align: left;
	padding-top: 2px;
	padding-bottom:2px;
	font-size: 10px;
	border-bottom: solid 1px #666;
}
#taureauFicheRight table#morpho td.chiffre {
	text-align: right;
}
.graphNeg {
	width: 50px;
	background: url('/img/theme_bon/fond_table_taureau_neg.gif') no-repeat right top;
	padding:0;
	margin: 0;
}
.graphNeg75 {
	width: 65px;
	background: url('/img/theme_bon/fond_table_taureau_neg75.gif') no-repeat right top;
	padding-left:15px;
	margin: 0;
}
.graphNeg div {
	float: right;
	background-color: #C9D200;
}
.graphPos div {
	float: left;
	background-color: #C9D200;
	text-align: right;
}
.graphPos div img {
	vertical-align: middle;
	margin:0;
	padding: 0;
}
.graphPos {
	width: 100px;
	background: url('/img/theme_bon/fond_table_taureau_pos.gif') no-repeat left top;
	padding:0;
	margin: 0;
}
/*****************************************************/
/*USERS*/

/*Add*/
.niceForm {
	font-size: 12px;
	margin-left: 150px;
	margin-bottom: 20px;
	height: 100%;
}
.niceForm h2 {
	width: 450px;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
}
.niceForm h6 {
	background-color: white;
	border: solid 1px white;
	padding: 5px;
	background-color: #97D2D7;
	color: #0076A3;
	text-transform: uppercase;
	font-weight: bold;
	display: inline;
	position: relative;
		top: -18px;
}
.niceForm div.niceFormContainer {
	width: 450px;
	padding: 10px;
	border: solid 1px white;
	margin-bottom: 20px;
	background-color: #D7DBBB;
}
.niceForm div.niceFormContainer textarea {
	width: 430px;
}
.niceForm div.niceFormContainer a {
	color: #006F8D;
}
.niceForm div.niceFormContainer a:hover {
	text-decoration: underline;
}
.niceForm label {
	display: block;
}
#rightBox .submit-form {
	margin-top: 10px;
}
.optional {
	margin:5px 0px;
}
div.adresse {
/*	float: left;
	width: 45%;*/
/*	border: solid 1px #333;*/
	padding: 10px;
	margin: 0px auto;
	border-bottom: solid 1px black;
}
#exploit label, #eleveur label {
	display: inline;
	width: 50px;
}


