body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

A {color:#022C5A; text-decoration:none;}
A:hover {color:#92092E; text-decoration:underline;font-size:12px}

.borderRound {
	-moz-border-radius-bottomleft:1em;
	-moz-border-radius-bottomright:1em;
	-moz-border-radius-topleft:1em;
	-moz-border-radius-topright:1em;
	padding-left:0.15em;
}

.borderMiRound {
	-moz-border-radius-bottomright:1em;
	-moz-border-radius-topleft:1em;
	padding-left:0.15em;
}

.button {
	color: #ffffff;
	background-color: #222222;
	font-weight: bold;
	border-color: red;
	-moz-border-radius-bottomleft:1em;
	-moz-border-radius-bottomright:1em;
	-moz-border-radius-topleft:1em;
	-moz-border-radius-topright:1em;
	padding-left:0.15em;
}

.button:hover {
	color: #D3002B;
	background-color: #FFFFFF;
	font-weight: bold;
	border-color: red;
}

.lienFooter:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.lienFooter:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.lienFooter:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.lienFooter:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.espaceFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.nouvelleInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.texteLogin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.lienMuscles:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.lienMuscles:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.lienMuscles:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D3002B;
	text-decoration: none;
}
.lienMuscles:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.texteCourant {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 5px;
}
.sousTitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
.titre {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.lienFormulaire:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #D3002B;
	text-decoration: none;
}
.lienFormulaire:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #D3002B;
	text-decoration: none;
}
.lienFormulaire:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #D3002B;
	text-decoration: underline;
}
.lienFormulaire:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #D3002B;
	text-decoration: none;
}

/* DIV BLEU */
.groupWrapper
{
	width: 270px;
	float: left;
	margin-left:35%;
	margin-right: 1%;
	min-height: 150px;
}
.groupWrapperMedium
{
	width: 500px;
	float: left;
	margin-left:25%;
	min-height: 150px;
}
.groupWrapperLarge
{
	width: 650px;
	float: left;
	margin-right: 1%;
	min-height: 150px;
}
.serializer
{
	clear: both;
}
.groupItem
{
	margin-bottom: 20px;
}
.groupItem .itemHeader
{
	line-height: 20px;
	/*
	background:url(../images/head.jpg)  no-repeat;
	background-color: #dfdfe8;
	*/
	background-color: #993333;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	color: #000;
	padding: 0 10px;
	font-weight: bold;
	font-size: 16px;
	height: 20px;
	position: relative;
}
.groupItem .itemHeader a
{
	position: relative;
	right: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.sortHelper
{
	border: 3px dashed #666;
	width: auto !important;
}
.groupWrapper p
{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.itemContent
{
	border:1px solid #bbbbbb;
	/* background-color:#EEEEEE; */
	/* background-color:#EECCCC; */
	background-color:#FFFFFF;
}

/* Bon de commande */
.bon_titre {
	position: relative;
	left:30px;
	top:30px;
	width:800px;
	height:50px;
	background-color:#FFFFFF;
	font-size: 20px;
	color: #000000;
}
.bon_entete {
	position: relative;
	left:30px;
	top:30px;
	width:800px;
	height:180px;
	background-color:#DDDDDD;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}
.bon_adresse {
	float:left;
	margin-left:10px;
	margin-top:15px;
	width:360px;
	height:150px;
	background-color:#EEEEEE;
}
.bon_adresse_droite {
	float:left;
	margin-left:40px;
	margin-top:15px;
	width:360px;
	height:150px;
	background-color:#EEEEEE;
}
.bon_corp {
	clear:left;
	margin-left:30px;
	margin-top:45px;
	width:800px;
	background-color:#EEEEEE;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

.titreTabProduit {
	background-color:#993333;
	color:#FFFFFF;
	font-weight: bold;
}
.trTabProduit1 {
	background-color:#FFFFFF;
}
.trTabProduit1:hover {
    background-color:#99AAAA;
}
.trTabProduit2 {
	background-color:#EECCCC;
}
.trTabProduit2:hover {
    background-color:#99AAAA;
}

.divPilote {
	clear:left;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:30px;
	width:800px;
	height:25px;
	background-color:#DDDDDD;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

/* INFO BULLE */
.infobulle1 {
	position:absolute;
	visibility:hidden;
	margin-left:270px;
	margin-top:-80px;
	height:100px;
	width:300px;
	background-color:#EECCCC;
	border-top:1px solid #993333;
	border-left:1px solid #993333;
	border-right:1px solid #993333;
	border-bottom:1px solid #993333;
}
.infobulle2 {
	position:absolute;
	visibility:hidden;
	margin-left:420px;
	margin-top:-80px;
	height:100px;
	width:300px;
	background-color:#EECCCC;
	border-top:1px solid #993333;
	border-left:1px solid #993333;
	border-right:1px solid #993333;
	border-bottom:1px solid #993333;
}
.infobulle3 {
	position:absolute;
	visibility:hidden;
	margin-left:160px;
	margin-top:-80px;
	height:100px;
	width:300px;
	background-color:#EECCCC;
	border-top:1px solid #993333;
	border-left:1px solid #993333;
	border-right:1px solid #993333;
	border-bottom:1px solid #993333;
}
.infobulle4 {
	position:absolute;
	visibility:hidden;
	margin-left:220px;
	margin-top:-160px;
	height:100px;
	width:300px;
	background-color:#EECCCC;
	border-top:1px solid #993333;
	border-left:1px solid #993333;
	border-right:1px solid #993333;
	border-bottom:1px solid #993333;
}
.infobulle5 {
	position:absolute;
	visibility:hidden;
	margin-left:320px;
	margin-top:-160px;
	height:100px;
	width:300px;
	background-color:#EECCCC;
	border-top:1px solid #993333;
	border-left:1px solid #993333;
	border-right:1px solid #993333;
	border-bottom:1px solid #993333;
}
.infobulleMessage {
	position:absolute;
	visibility:hidden;
	margin-left:220px;
	margin-top:110px;
	height:200px;
	width:400px;
	background-color:#EECCCC;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
}