@charset "utf-8";
/* CSS Document */

/**************************************/
/*******LES COULEURS DIET AVENUE******/
.colorDiet {
	color:#96BF0D;
}

.colorSport {
	color:#F29400;
}

.colorEsthe {
	color:#BD007B;
}

/**************************************/
/*******LES CLIENTS ET PROSPECTS*******/
.client,
.prospect {
	color:#404040;
	font-size: 11px;
	font-weight: bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

.prenom {
	color:#BD007B;
	font-size: 11px;
	font-weight: bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

.login {
	color:#404040;
	font-size: 11px;
	font-weight: bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}


/*****************************************/
/*****LES IMAGES AVEC BORD MARG2 DE 2*****/
.imgDiet {
	border:2px solid #96BF0D; 
	padding:2px;
}

.imgSport {
	border:2px solid #F29400; 
	padding:2px;
}

.imgEsthe {
	border:2px solid #BD007B; 
	padding:2px;
} 	
/*****************************************/


* {
	border:none;
}

body {
	background-color:#847F83;
}

img {
	border:none;
}

.hidden {
	display: none;
}

.site {
	margin: 0px auto;
	width: 973px;
}

.fGauche {
	float:left;
}

.fDroit {
	float:right;
}


.boldizer {
	font-weight:bold; 
}

.arialDix {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
}


.actuSpacer {
	margin: 0px auto;
	background-color:#CDCDCD;
	background-position:center;
	height:1px;
	width:167px;
	margin-bottom:20px;
	margin-top:20px;
}

/* ============
   == Header ==
   ============ */

.header .logoHome {
	float:left;
	height:95px;
}

.header .texteHaut {
	text-align:right;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	color: #DFDFDF;
	background-color:#847F83;
}

.header .baseLine {
	width:378px;
	float:left;
	height:95px;
}	

.header .clientSpace {
	width:254px;
	height:95px;
	float:left;
	text-align:left;
}


.header .clientSpaceHaut {
	background-image:url(/images/home_header-02.gif);
	background-position:top;
	background-repeat:no-repeat;
	vertical-align:bottom;
	width:254px;
	height:58px;
	text-align:left;
	position:relative;
}

.header .clientSpaceHaut div {
	position:relative; 
	top:20px;
}

.header .inputClientSpace {
	color:#96BF0D;
	font-family:Arial, Verdanan, Helvetica, sans-serif;
	font-size:10px;
	background-color:#5D5D5D;
	width:111px;
	height:15px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	vertical-align:top;
	border:none;
}

.header .inputClientSpace2 {
	vertical-align:top;
	color:#96BF0D;
	font-family:Arial, Verdanan, Helvetica, sans-serif;
	font-size:10px;
	background-color:#5D5D5D;
	width:88px;
	height:15px;
	border:0;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;

}

.header .clientSpaceBas {
	background-image:url(/images/home_header-03.gif);
	background-repeat:no-repeat;
	width:254px;
	height:37px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
}

.header .clientSpaceBas .link {
position:relative;
	color:#999999;
	left:2px;
	top:7px;
	text-decoration:none;
}

.header .clientSpaceBas .link2 {
position:relative;
	color:#999999;
	left:62px;
	top:7px;
	text-decoration:none;
}

.header .headerPanier {
	float:left;
	background-image:url(/images/home_header_panier.jpg);
	background-repeat:no-repeat;
	width:170px;
	height:95px;
}

.header .headerPanier div {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#F29400;
	position:relative;
	top:40px;
	left:20px;
	line-height:18px;
	width:130px;
}


/* ==========
   == Menu ==
   ========== */

.homeMenu {
	position: relative;
}

.homeMenu div.menuBlock {
	float:left;	
}

.homeMenu div.ssmenuBlock {
	clear:both;
}

.homeMenu div.menuBlock table {
	width:818px;
	height:38px;
}

.homeMenu div.ssmenuBlock table {
	width:973px;
	height:24px;
	
}

.homeMenu div.menuBlock td.menu,
.homeMenu div.menuBlock td.spacer,
.homeMenu div.ssmenuBlock td.sub_menu,
.homeMenu div.ssmenuBlock td.sub_spacer {
	background: #bd007b url(/images/nav_fond-sup.gif) 0 0 repeat-x;
	text-align:center;
	vertical-align: middle;
	cursor: pointer;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
}

.homeMenu div.ssmenuBlock td.sub_menu,
.homeMenu div.ssmenuBlock td.sub_spacer {
	background: #9B9B9B url(/images/nav_fond_ssm.gif) 0 0 repeat-x;
}

.homeMenu div.ssmenuBlock td {
	border-bottom: 2px solid #8B8B8B;
	border-top: 2px solid #626262;
}

.homeMenu div.menuBlock td.spacer {
	background : #bd007b url(/images/nav_sep-sup.gif) 0 0 no-repeat;
	width:3px;
}

.homeMenu div.menuBlock td.sub_spacer {
	background :#9B9B9B url(/images/nav_sep_ssm.gif) 0 0 no-repeat;
	width:1px;
}

.homeMenu div.menuBlock td.menu a,
.homeMenu div.ssmenuBlock td.sub_menu a {
	color: #fff;
	text-decoration: none;
}

.homeMenu div.menuBlock td.menu:hover {
	background-color: #CE118C;
	background-image: none;
}

.homeMenu div.ssmenuBlock td.sub_menu:hover {
	background-color: #ACACAC;
	background-image: none;
}

.homeMenu div.menuBlock td.menuHighlight,
.homeMenu div.menuBlock td.menuHighlight:hover,
.homeMenu div.ssmenuBlock td.sub_menuHighlight,
.homeMenu div.ssmenuBlock td.sub_menuHighlight:hover {
	background-color: #626262;
	background-image: none;
}


/*** search space ***/
.homeMenu .searchSpace {
	float:right;
	width:155px;
	height:38px;
	background-color:#A6046E;
	background-image:url(/images/home_menu_recherche_vide.gif);
	background-repeat:no-repeat;
	background-position:top;
} 

.homeMenu .searchSpace .search {
	position:absolute;
	top:8px;
	left:20px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	height:17px;
	margin:0;
	padding:0;
}

.homeMenu .searchSpace .btOk {
	position:absolute;
	top:8px;
	right:8px;
	width:17px;
	height:17px;
	vertical-align:middle;
	margin:0;
	padding:0;
}

/* ============
   == Footer ==
   ============ */
.footer {
	float:left;
	background-color:#000000;
	width:973px;
	height:36px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#DFDFDF;
	font-size:10px;
}   
   
.footer #menu {
	height:36px;
	padding-left:20px;
	letter-spacing:0.5px;
	line-height:36px;
	vertical-align:middle;
	text-align:center;
}

a.item {
	color: white;
	text-decoration:none;
}

.footer #menu .separator {
	padding-left:1em;
	padding-right:1em;
}

 a.item:hover {
	text-decoration:underline;
}

.link, .cursor {
	cursor:pointer;
}

table .hover {
	background-color:#EEBFDE;
}
