/* Balises qui définissent des tableaux à angles arrondis (ici page principale) */
A:link { 
	color: #00c;
	text-decoration:none;
}

A:visited { 
	color: #00c;
	text-decoration:none;
}
 
A:Hover { 
	color: #060;
	text-decoration:underline;
}

td { font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.Custtxtfield 
{
font-family:  Arial, Helvetica, sans-serif; 
font-size: 11px;
font-weight: bold;
	background-color: #FFFFFF;
	border: #333333;
	border-style: groove;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}

.Custsubmitbtn {
	font-family : Arial, Helvetica, sans-serif;
	color : #283F48;
	font-size : 10px;
	background : url(images/icon_button.gif) repeat-x;
	cursor:hand;
}

.Adminsubmitbtn { 
color: #000000; 
font-weight: bolder; 
font-size: 11px; 
font-family: Arial, arial; 
background: #f7f7ff url(images/bkgadmbtn.gif); 
border: solid 1px #444 
}
 
 
.Custtxtfielddropdown
{
font-family:  Arial, Helvetica, sans-serif; 
font-size: 11px;
font-weight: bold
}


/*  banners */
.text_size9
{
    FONT-SIZE: 9pt;
    COLOR: black;
    LINE-HEIGHT: normal;
    TEXT-DECORATION: none
}
.fieldbox
{
    BORDER-RIGHT: #666666 1px solid;
    BORDER-TOP: #666666 1px solid;
    FONT-SIZE: 11px;
    BACKGROUND: #ffffff;
    BORDER-LEFT: #666666 1px solid;
    COLOR: #333333;
    BORDER-BOTTOM: #666666 1px solid;
    FONT-FAMILY: sans-serif, Verdana, Helvetica, Arial
}
.color_formborder
{
    BACKGROUND-COLOR: lightgrey
}
.color_formheader
{
    BACKGROUND-COLOR: #dddddd
}
.color_formfields
{
    BACKGROUND-COLOR: #f5f5f5
}
.color_formfieldsalt
{
    BACKGROUND-COLOR: #f0f0f0
}
.color_formresponse
{
    BACKGROUND-COLOR: white
}
.hdrproductwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}


/* BOX d'affichage pour les différents modules */

.module_table {
width:100%;
border:0;
background-color:#dddddd;
padding:0;
border-spacing:1;
}

.module_td_titre {
background-color:#666699;
color:#ffffff;
}

.module_td_content {
background-color:#f9f9f9;
 }
 
/* BOX d'affichage pour produits */
.prod_table {
width:150;
border:solid 1px #eeeeee;
background-color:#eeeeee;
padding:0;
border-spacing:0;
}

.prod_td_titre {
background-color:#F9F9F9;
color:#ffffff;
}

.prod_td_content {
background-color:#ffffff;
text-align:center;
 }
 
.prod_td_footer {
background-color:#eeeeee;
text-align:center;
 }
 
