/*
 * corner
 */
img.corner {
    position: absolute;
    background-color:#FFFFFF;
}
img.corner.top {
    top: -1px;
}

img.corner.right {
    right: -1px;
}
img.corner.bottom {
    bottom: -1px;
}
img.corner.left {
    left: -1px;
}
 
div.cadre {
    position:relative;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}
 
/*
 * Mosaique
 */
div.mosaic {
    position:relative;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

div.mosaic div.contenuGauche {
    float:left;
    width: 140px;
}

div.mosaic div.contenuPrincipal {
    float:left;
    width: 670px;
}

div.mosaic div.contenuDroite {
    float:left;
    width: 140px;
}

div.mosaic div.fiche {
    float: left;
    height: 110px;
    width: 312px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #CCCCCC;
    overflow:hidden;
}

div.mosaic div.ficheProduct {
    float: left;
    height: 240px;
    width: 200px;
    margin: 5px;
    border: 1px solid #CCCCCC;
}

div.mosaic div.fiche div.visuel {
    float: left;
    height: 100%;
    width: 110px;	
    background-color: white;
}

div.mosaic div.fiche div.visuelProduct {
    float: left;
    height: 100%;
    width: 100px;	
    background-color: white;
}

div.mosaic div.fiche div.visuel img {
/*
    height: 50px;
    width: 50px;
*/
    margin-left: 5px;
    margin-top: 5px;
}

div.mosaic div.fiche div.editorial {
    float: left;
    height: 100%;
    width: 201px;
    border-left: 1px solid #CCCCCC;
    background-image: url(gradient.jpg);
    background-repeat: repeat-x;
}

div.mosaic h3 {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0px;
    padding: 5px;
}

div.mosaic h4 {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    padding-bottom: 3px;
}


div.mosaic h3 a {
    color: #FFFFFF;
}
div.mosaic h3 a:visited {
    color: #FFFFFF;
}

div.mosaic p {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*
 * Liste avancee non mosaique
 */
div.search {
    position:relative;
    height: 59px;
    width: 650px;
    margin: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0px;
}

div.search div.visuel {
    float: left;
    height: 100%;
    width: 70px;
    _width: 69px;
}

div.search div.visuel img {
    margin: 5px;
}

div.search div.editorial {
    float: left;
    height: 100%;
    width: 550px;
    border-left: none;
    background-image: none;
}

div.search p {
    margin: 0px;
    padding: 0px;
}

div.search h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 3px;
    padding: 0px;
}


/*
 * ProductList
 */
div.productList {
}

div.productList table {
    border-collapse:collapse;
    width: 100%;
}
div.productList tr {
    padding: 0px;
    margin: 0px;
}
div.productList td {
    padding: 0px;
    margin: 0px;
}

div.productList thead td {
    font-weight: bold;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
div.productList thead td.productCount {
    text-align: left;
}
div.productList thead {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}

div.productList tr.product.odd {
    background-color: #FFFFFF;
}
div.productList tr.product.even {
    background-color: #DDDDDD;
}
div.productList td.reference {
    text-align: left;
    font-weight: bold;
    width: 80px;
}
div.productList td.visuel {
    text-align: center;
    padding: 1px;
    width: 80px
}
div.productList td.label {
}
div.productList td.nouveau {
    width: 40px;
    padding-left: 5px;
    padding-right: 5px;
}

/*
 * navigationRapide
 */
div.navigationRapide {
    padding-left: 30px;
}

/*
 * assistant
 */
div.assistant {
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
}

div.assistant h2 {
    padding: 0px;
    margin: 0px;
    color: #808080;
}
/*
 * login form
 */
 #loginForm input.email{
 	border:1px solid #c7c2c2;
 	background-image:url(../images/email.gif);
 	background-repeat:no-repeat;
 	background-position:left middle;
 }
 #loginForm input.email_rempli{
 	border:1px solid #c7c2c2;
 	background:#ffffff;
 }
 #loginForm input.password{
 	border:1px solid #c7c2c2;
 	background-image:url(../images/password.gif);
 	background-repeat:no-repeat;
 	background-position:left middle;
 }
 #loginForm input.password_rempli{
 	border:1px solid #c7c2c2;
 	background:#ffffff;
 }
 #loginForm input.bouton{
 	background:none;
 	border:0px;
 	width:20px;
 	height:20px;
 	background-image:url(../images/ok.gif);
 	background-position:left bottom;
 	background-repeat:no-repeat;
 }
div.resume.separator {
    height:5px;
    width:950px;
}

 
div.centralBox {
	width: 500px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}

div.centralBox h1 {
	text-align: center;
}

div.centralBox p {
	font-weight: bold;
	color: #FF0000;
    text-align: center;
}

div.centralBox table {
    margin-left: auto;
    margin-right: auto;
}
table#table_data_user {
	background-color:#EFEFEF;
	border:1px solid #DDDDDD;
}
table#table_data_user td{
	padding:5px;
	border:none;
	margin:0px;
}
table#table_data_user .titre_group_fields td{
	background-color:#78AAD6;
	padding:5px;
	color:#FFFFFF;
	font-weight:bolder;
	font-size:120%;
	font-variant:small-caps;
}
table#table_data_user tr.odd td{
	background-color:#dedede;
}
table#table_data_user .data_user_help{
	color:#666666;
	font-style: italic ;
}

