html{font-size:100%;/* correction d'un bug IE si utilisation des tailles relatives ('em' au lieu de 'px')*/}
body{
	font-family: Verdana,sans-serif;
	font-size:10px;
	margin: 0 auto;
	background-color: #678187;
	text-align: center;
}
div { z-index: 1; }
p, table, td{color:black;font-family:verdana;font-size:10px;}
p {font-size: 9pt; margin: 5px 0; text-align: justify; display: block; width: 100%;}
input.text{font-family:verdana;height:16px;font-size:9px;border:1px solid #ABB0B2;}
a{color:black;font-family:Verdana;font-size:11px;text-decoration:none;}
/*a:hover{color:#333333;font-family:Verdana;font-size:11px;text-decoration:none;}*/
img {border:0px;}
ul {margin: 0; padding: 0; list-style-type: none;}
form{margin:0 !important;border:0;padding:0;}
iframe{
	margin:0;
	border:0;
	padding:0;
	overflow:hidden;
}
h1 {
	margin: 10px 0px 7px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #008AD2;
}
h2 {
	margin: 10px 0px 7px 0px;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	margin: 4px 0;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}
h4 {
	margin: 4px 0;
	font-size: 0.9em;
}


/* Message d'erreur */
p.Alerte {
	color: red;
	font-weight: bold;
	font-size: 1em;
}


/* Table pour afficher du contenu dans la zone principale de Dateka (Volet à gauche de acces_direct et corner) */
table.TableContenu {
	width: 100%;
}
.TableContenu td.Contenu {
	vertical-align: top;
}




/* DEBUT Iframe blocks/recherche_appareil.cfm */
iframe.appareil, iframe#RechercheAppareil {
	width: 240px;
	height: 240px;
	border: 0;
}
/* FIN Iframe blocks/recherche_appareil.cfm */
/* ---------------------------------------- */
div.conteneur, div#ContenuDateka {
	width: 991px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}


/* MENU DATEKA cat_sous_cat_tp */
div#menu {
	width: 100%;
	z-index: 10;
}
#menu_bar {
	height:40px;
	width:991px;
	margin: 0 auto;
}
div.conteneur_menu {
	width: 991px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(./ximg/back_tab.gif) repeat-x;
	height: 40px;
}
table.menutable {
	width: 100%;
	z-index: 1;
}
.label_acc {
	font-size:11px;
	font-weight:bold;
	padding-right:5px;
	width:145px;
	text-align: right;
}
/* FIN MENU DATEKA cat_sous_cat_tp */

div.conteneur{
	/*overflow:auto;*//* etendre le conteneur jusqu'en bas des contenus flottants */
	/*overflow:hidden;/* FF Linux / Mac ? */
}
/* ---------------------------------------- */
ul.menu,ul.menu li,ul.menu ul{
	border:0;
	margin:0;
	padding:0;
}
ul.menu,ul.menu ul{
	list-style-type:none;
	overflow:auto;/* force le flux qui suit le menu à revenir à la ligne (les <li> sont flottants) */
}
ul.menu li{
	float:left;
}
ul.menu li a{
	text-decoration:none;
}
/***** HEADER *****/
div#DatekaHeader {
	width: 991px;
	height: 124px;
	background: white;
	z-index: 20;
}
div#BlocHeaderDroite {
	float: right;
	width: 738px;
	height: 52px;
}

	/* DEBUT Logo Dateka */
	a#logo{
		float:left;
	}
	a#logo img{
		width:251px;
		height:124px;
	}
	/* FIN Logo Dateka */


	/* DEBUT Bloc Login */
	iframe#login{
		width:736px;
		height:39px;
	}
	/* FIN Bloc Login */


	/* DEBUT Annonce Header */
	div#annonce {
		height: 33px;
		overflow: hidden;
		width: 736px;
		background-color: white;
		font-size: 7pt;
		border-right: 2px solid white;
	}
	#annonce marquee {
		line-height: 33px;
	}
	/* FIN Annonce Header */


	/*** DEBUT En-tete Bas du Header ***/
	/*
		#entete_bas{
			height:52px;
			float:left;
			background-color:#8aaeb7;
			padding: 0;
			margin: 0;
		}*/
		/* DEBUT Bloc Mailing Header */
		form#mailing_list{
			width: 180px;
			height: 52px;
			border-right: 1px dotted #fff;
			float: left;
			margin: 0;
			line-height: 52px;
		}
		form#mailing_list input{
			margin:0;
			padding:0;
			border:1px solid #abb0b2;
			font-size:0.9em;
			height:16px;
		}
		form#mailing_list input.text {
			width:145px;
		}
		form#mailing_list input.submit {
			border: 0;
			background-color:#8aaeb7;
			color:#000;
			font-size: 11px;
			font-weight:bold;
		}
		/* FIN Bloc Mailing Header */


		/* DEBUT Iframe Panier */
		iframe#panier{
			width: 203px;
			height: 52px;
		}
		/* FIN Iframe Panier */
	/*** FIN En-tete Bas du Header ***/

/*
table.BlocHeader_Entete {
	table-layout: fixed;
	width: 736px;
	height: 50px;
	margin: 0;
}
.BlocHeader_Entete tr.BlocHeader_LigneEntete {
	height: 52px;
}
.BlocHeader_Entete td {
	text-align: left;
	vertical-align: top;
}
td.BlocHeader_Recherche {
	width: 351px;
	background-color: #f60 !important;
}
td.BlocHeader_Mailing {
	width:181px;
	background-color: #8aaeb7;
	text-align:center;
	vertical-align: middle;
}
td.BlocHeader_Panier {
	width: 204px;
	height: 52px !important;
	background-color: #8aaeb7;
}
*/

#HeaderLigneBas {
	position: relative;
	height: 52px;
	background-color: white;
	padding: 0;
	margin: 0;
}
#HeaderRecherche {
	position: absolute;
	top: 0;
	left: 0;
	width: 351px;
	background-color: #f60 !important;
	height: 52px;
	z-index: 20;
}
#HeaderMailing {
	position: absolute;
	top: 0;
	left: 352px;
	width: 181px;
	background-color: #8aaeb7;
	height: 52px;
	overflow: hidden;
}
#HeaderMailing p {
	display: inline;
	margin: 16px 0 0 4px;
	vertical-align: middle;
}
#HeaderPanier {
	position: absolute;
	left: 533px;
	height: 52px;
	background-color: #8aaeb7;
	width: 203px;
}


/*-------------------------------------------------------------------------------------------------------*/
/* DEBUT Zone de contenu Dateka (contenu principal + Footer) */

/* VERSION TABLE */
table#ContenuDateka {
	width: 991px;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0 auto;
	border-right: 2px solid white;
	overflow: hidden;
}
#EspaceGauche, #EspaceDroite, #VoletGauche, #VoletDroite {
	vertical-align: top;
	text-align: left;
}
td#EspaceGauche {
	width: 25px;
	background-color: white;
}
td#EspaceDroite {
	width: 20px;
	background-color: white;
}
td#VoletGauche {
	width: 770px;
	background-color: white;
}
td#VoletDroite {
	width: 176px;
	background-color: #c4bcb5;
	vertical-align: top;
}
div#EspaceDroiteBordure {
	display: block;
	background-color: white;
	width: 176px;
	height: 26px;
}
td#VoletDroite_Promo {
	vertical-align: bottom;
	text-align: center;
	background-color: #c4bcb5;
	padding-bottom: 10px;
	min-height: 22px;
}
div#ContenuPrincipal {
	/*width: 764px;*/
	width: 770px;
	overflow: hidden;
	margin: 0;
	z-index: 0 !important;
}

/* Barre de navigation en haut du contenu principal de chaque page */
#nav_comp {
	padding-top:5px;
	padding-bottom:5px;
	height:25px;
}


/*
div#ContenuDateka {
	background: #c4bcb5 url(../ximg/corner_fond.png) top right repeat-y;
	overflow: auto;
	border-right: 2px solid white;
}
div#VoletGauche {
	float: left;
	width: 813px;
	background-color: white;
	overflow: hidden;
}
div#VoletGauche_FF {
	float: left;
	width: 795px;
	background-color: white;
	padding-right: 20px;
	overflow: visible;
}
div#ContenuPrincipal {
	width: 788px;
	position: relative;
	left: 26px;
	padding-right: 26px;
	height: 630px;
	min-height: 630px !important;
	overflow: visible !important;
}
div#VoletDroite {
	float: right;
	width: 176px;
	position: relative;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border-top: 26px solid white;
	overflow: hidden;
}

div#PromoDroite {
	position: absolute;
	bottom: 0;
	right: 0;
}
*/
/* FIN Zone de contenu Dateka (contenu principal + Footer) */
/*-------------------------------------------------------------------------------------------------------*/





/* ---------------------------------------- */




/* ---------------------------------------- */
/* DEBUT header/recherche.cfm */
form#recherche {
	margin: 0 !important;
	padding: 0 !important;
	display: block;
	width: 351px;
	height: 52px;
}

#recherche label {
	float: left;
	color: white;
	font-weight: bold;
	clear: left;
	margin-right: 3px;
}
#recherche table.BlocRecherche {
	background:#FF6600;
	height: 40px;
	position: relative;
	top: 12px;
	width:349px;
	table-layout: fixed;
}
.BlocRecherche td.RechercheLabel {
	vertical-align: middle;
	padding: 0;
}
.BlocRecherche td.RechercheCombo {
	width: 120px;
	vertical-align: middle;
	padding: 0;
}
.BlocRecherche td.RechercheOK {
	width: 22px;
	vertical-align: middle;
	text-align: center;
	padding: 0;
}
.BlocRecherche td.RechercheAvancee {
	text-align: right;
	vertical-align: middle;
	height: 20px;
}
.BlocRecherche .RechercheAvancee a {
	color: white;
	text-decoration: underline;
	margin-right: 4px;
}


#recherche input.TexteRecherche {
	float: left;
	font-family:verdana;
	width:130px;
	height:16px;
	font-size:9px;
	border:1px solid #ABB0B2;
}
/* FIN header/recherche.cfm */
/* ---------------------------------------- */

/* ---------------------------------------- */


/*------------------ FOOTER --------------------*/
/* Mailing List Footer */
form#mailing_list_pied {
	margin: 0;
	padding: 0;
	height: 22px;
}

#FooterInfos {
	height: 22px;
	background-color:#c4bcb5;
	font-size:10px;
	overflow: hidden;
	line-height: 22px;
}
#FooterInfos span{
	float:left;
	font-size:10px;
	vertical-align: middle;
}
#FooterInfos span img{
	vertical-align: middle;
	margin-top: 1px;
}
#FooterInfos form {
	margin:0;
	padding:0;
	float:right;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	overflow: hidden;
}
#FooterInfos form input.text{
	width:143px;
	height:16px;
	border:1px solid #abb0b2;
	font-size:10px;
	font-weight: normal;
	margin: 2px 4px;
}
#FooterInfos form input.submit{
	border:0;
	padding:0;
	margin:0;
	background-color:#c4bcb5;
	color:#000;
	font-size:10px;
	font-weight:bold;
	margin-right:3px;
	cursor: pointer;
}
/* ---------------------------------------- */

#FooterLiens {
	text-align: center;
	margin: 0 auto;
	/*border-top: 2px solid white;*/
	/*border-bottom: 2px solid white;*/
	background-color: #f60;
	height: 18px;
	width: 100%;
	overflow: hidden;
}
#FooterLiens div.FooterLiensListe {
	width: 991px;
	text-align: right;
}
#FooterLiens ul{
	float: right;
/*	margin-bottom: 2px;*/
	/*height: 16px;*/
	/*
	position: relative;
	bottom: 0;
	*/
}
#FooterLiens ul li{
	background:url(./ximg/pied_sep.png) bottom left no-repeat;
	font-weight:bold;
	color:#000;
	padding:0 8px;
	line-height:18px;
	overflow: hidden;
	vertical-align: bottom;
}
#FooterLiens ul li.premier{
	background:none;
}
#FooterLiens ul li.dernier {
	padding-right: 0;
}
#FooterLiens ul li a{
	color:#fff;
	font-size:11px;
}
#FooterLiens ul li a:hover{
	color:#000;
}


/* Ligne de séparation entre FooterInfos et FooterLiens */
/* Voir sur
   http://blog.alsacreations.com/2004/11/27/92-supprimer-les-marges-de-la-balise-hr-sous-ie
   pour + d'infos */
hr.Footer {
	display: block;
	width: 100%;
	height: 2px;
	color: white;
	background-color: white;
	margin: 0;
	_margin: -7px 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}
/* ---------------------------------------- */

#corner{
	border:0;
	margin:0;
	padding:0;
	list-style-type:none;
	float:right;
	width: 100%;
	display:inline;
	/*margin-bottom:200px;*/
}
#corner li{
	float:left;
	border:0;
	margin:0;
	padding:0;
	background:url(./ximg/corner.png) top left no-repeat #f60;
	border-bottom:2px solid #fff;
	width: 100%;
}
#corner li.dernier{
	border-bottom:0;
}
#corner li span{
	color:#fff;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:1.7em;
	padding-left:18px;
	line-height:31px;
	letter-spacing: 1px;
}
#corner ul{
	border:0;
	margin:0;
	padding:0;
	list-style-type:none;
	width: 100%;
	border-top:1px solid #fff;
	background:url(./ximg/corner_bas.png) bottom left no-repeat #c4bcb5;
	padding-bottom:48px;
}
#corner li.dernier ul{
	background-image:none;
	padding-bottom:0;
}
#corner li li{
	float:none;
	border:0;
	margin:0;
	padding:0;
	padding-left:5px;
	background:none;
	background-color:#c4bcb5;
	border-bottom:1px solid #fff;
}
#corner li li a{
	line-height:13px;
	display:block;
	border:0;
	margin:0;
	padding:0;
	padding:4px 29px 3px 18px;
	background:url(./ximg/corner_fleche.png) center left no-repeat #c4bcb5;
	text-decoration:none;
	color:#000;
}
#corner li li a:hover{
	color:#333;
}

/* Article 27 sur page de login, compte_perso, ... */
table.Article27 {
	display: block;
	width: 100%;
	margin: 40px 0 !important;
}

div#sMenu, div#sMenuTP {z-index: 10000;}