html {
	font-size: 100%; /* Évite un bug d'IE 6-7. */
}
body {
	background: white;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em; /* À adapter pour la police choisie. */
	line-height: 1.4; /* À adapter au design. */
	margin: 0;
	padding: 0;
}

/* Typographie */
@font-face {
	font-family: 'KabelMdBTMedium';
	src: url('css/kabel_medium_bt-webfont.eot');
	src: local('Kabel Md BT'), local('KabelITCbyBTMedium'), url('css/kabel_medium_bt-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	color: #3984C4;
	font-family: KabelMdBTMedium;
	font-style: normal;
	font-weight: bold; /* Valeur par défaut. */
	line-height: 1.2;
	/*margin: 1em 0 .5em 0;  Rapproche le titre du texte en-dessous. */
}
h1 {
	background: url(../images/bg_h1.png) no-repeat 0 0;
	font-size: 1.85em;
	padding: 22px 0 0 30px;
	text-shadow: -2px -1px 2px #fff;
}
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.1em; }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #c00;
}
#main p {
	padding: 0 0 0 25px;
}
#main p.pbloc {
	background: url(../images/bg_pbloc.png) no-repeat 0 0;
	min-height: 80px;
}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 32px;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0; /* Marges plus faibles que par défaut. */
}

/* Liens */
a { color:#000000; text-decoration: underline; }
a:link { color: #000000; }
a:visited {
color: #339;
}
a:hover, a:focus, a:active { color: #bbc411; }
/* Pas de bordure pointillée ou halo lors du clic sur un lien */
a:active { outline: none; }
/* Pas de bordure autour des images dans les liens */
a img { border: none; }

/* Formulaires */
form, fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
input, button, select {
	vertical-align: middle; /* Solution pb. d'alignement. */
}
form {
	background: url(../images/bg_form.png) no-repeat center top;
	margin: 0 auto;
	padding: 25px 20px;
	width: 380px;
}
	form div {
		clear: both;
		min-height: 3em;
		overflow: auto;
	}
		form div.form_footer {
			padding: 1em 0;
			text-align: center;
		}
	form label {
		float: left;
		margin: 0 1em 0 0;
		padding: 0 0 0 15px;
		text-align: left;
		width: 150px;
	}
		form .required label {
			background: url(../images/required.png) no-repeat left;
		}
	form textarea {
		font: 1em/80% Verdana, Geneva, Arial, Helvetica, sans-serif;
		width: 95%;
	}
	form input, form textarea {
		background: url(../images/bg_input.jpg) repeat-x 0 0;
		border: 1px solid #c5c5c5;
		border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		padding: 2px;
	}
	form input.bouton {
		background: url(../images/bouton.png) no-repeat;
		border: none;
		color: #fff;
		height: 46px;
		padding: 0 0 12px;
		width: 124px;
		font-weight:bold;
	}
#main p.error {
	background: #FFAAAA url(../images/error.png) no-repeat 5px 50%;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	color: #C00;
	font-weight: bold;
	padding: .2em .5em .2em 25px;
}

#main p.confirm {
	background: #88cd19 url(../images/iconvalid.gif) no-repeat 5px 50%;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	color: #C00;
	font-weight: bold;
	padding: .2em .5em .2em 25px;
}

/* LAYOUT */
#wrapper, #footer {
	text-align: center;
}
#wrapper {
	background: url(../images/bg_top2.png) repeat-x top;
}
#footer {
	background: url(../images/bg_bottom.png) repeat-x top;
	min-height: 86px;
}
#header, #page, #footer-in {
	margin: 0 auto;
	text-align: left;
}
#header {
	/*background: url(../images/bg_header.png) no-repeat 50% 0;*/
	height: 163px;
	/*padding: 0 30px;*/
	position: relative;
	width: 982px;
}
#page {
	background: url(../images/bg_page.png) no-repeat 50% 0;
	min-height: 500px;
	padding: 42px 70px 2em;
	width: 925px;
}
.break {
	clear: both;
}
#footer-in {
	background: url(../images/bg_footer.png) no-repeat 50% 0;
	padding: 0 70px;
	width: 925px;
}
	#footer-content {
		overflow: auto;
		padding: 2.5em 0 0;
	}

/* Navigation */
.navigation {
	margin: 0 auto;
	/*overflow: auto;*/
	text-align: center;
}
.navigation li {
	display: inline;
	/*float: left;*/
	list-style: none;
	text-align: center;
}
#menu-header {
	/*background: url(../images/bg_menu-header2.png) no-repeat 50% 0;*/
	margin-top: 0px;
}
#menu-header li {
	background: url(../images/bg_menu-header2.png) no-repeat 50% 0;
	padding: 10px 0 11px;
	margin-left: -5px;
}
	#menu-header li.accueil { background-position: 0 0; margin-left:-10px; }
	#menu-header li.contact { background-position: 100% 0; }
#menu-header li a {
	background: url(../images/bg_menu-header2.png) no-repeat 50% -2px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #000000;
	font-size: .85em;
	font-weight: bold;
	line-height: 36px;
	padding: 11px 12px 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
	#menu-header li.accueil a {
		background-position: 0 -2px;
		border-left: 0;
		padding-left: 2em;
	}
		#menu-header li.accueil a:hover, #accueil #menu-header li.accueil a { background-position: 0 -50px; text-shadow: 0 0 .3em #000; }
	#menu-header li.contact a {
		background-position: 100% -2px;
		border-right: 0;
		padding-right: 2em;
	}
		#menu-header li.contact a:hover, #contact #menu-header li.contact a { background-position: 100% -50px; text-shadow: 0 0 .3em #000; }

#services #menu-header li.services a,
#offres #menu-header li.offres a,
#references #menu-header li.references a,
#equipe #menu-header li.equipe a,
#menu-header li a:hover {
	background-position: 50% -50px;
	text-shadow: 0 0 .3em #000;
}
#accueil #menu-footer li.accueil a,
#services #menu-footer li.services a,
#offres #menu-footer li.offres a,
#references #menu-footer li.references a,
#equipe #menu-footer li.equipe a,
#contact #menu-footer li.contact a,
#menu-footer li a:hover { color: #c00; }

#menu-footer {
	background: url(../images/bg_menu-footer.png) no-repeat 50% 0;
	font: 80%/38px Arial, Helvetica, sans-serif;
	height: 38px;
	text-transform: uppercase;
}
	#menu-footer li a {
		color: #666;
		margin: 0 1em;
		text-decoration: none;
	}
		#menu-footer li a:hover {
			color: #c00;
		}

#login_box {
	background: url(../images/bg_login_access.png) repeat-x 50%;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	box-shadow: 0 0 5px #000000;
	-moz-box-shadow: 0 0 5px #000000;
	-webkit-box-shadow: 0 0 5px #000000;
	position: absolute;
	right: 60px;
	top: 0;
}
	#login_box a {
		background: url(../images/lock_go.png) no-repeat 5px 50%;
		color: #fff;
		font-size: 85%;
		font-weight: bold;
		height: 25px;
		line-height: 25px;
		padding: 0 10px 0 25px;
		text-decoration: none;
	}
		#login_box a:hover {
			color: #fd0;
		}

/* contenus */
#logo {
	padding: 0px 0 0 0px;
	background: url(../images/head-tunisiana.jpg) no-repeat 0 0;
	/*background-repeat:repeat-x;*/
	height:205px;
}
#baseline {
	color: #000000;
    font-family: KabelMdBTMedium;
    font-size: 2em;
    font-weight: bold;
    margin-left: 104px;
    position: absolute;
    /*right: 695px;*/
    text-transform: uppercase;
    top: 45px;
	left: 98px;
	text-shadow:#ffffff 0 0 0.2em;
	text-align:center;
}
#copyright {
	color: #666;
	font: 90%/1em Arial, Helvetica, sans-serif;
	float: left;
}
#validation { text-align: right; }
	#validation img {
		margin-left: 2em;
	}

.chapeau {
	background: url(../images/bg_chapeau.jpg) no-repeat 0 0;
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	height: 115px;
	line-height: 200%;
	margin: 0 0 0 25px;
	padding: 10px 30px 30px 50px;
	width: 360px;
}

.bloc {
	float: left;
	margin: 0 2em 0 0;
	width: 45%;
}

/* page specific */
#accueil #page {  }
#accueil #entete {
	height: 300px;
	padding: 0 45% 0 0;
}
	#accueil #entete h1 {
		background: none;
		letter-spacing: -1px;
		line-height: 200%;
		padding: 0;
		text-shadow: none;
	}
	#accueil #entete p {
		line-height: 200%;
		margin: 2em;
	}
#global_service {
	border-spacing: 15px;
}
	#global_service .offre {
		background-color: #3984C4;
		background: -moz-radial-gradient(#388CE1, #1665B6);
		background-image: -webkit-gradient(radial,center center,10,center center,180,from(#388CE1),to(#1665B6));
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		box-shadow: 0 0 5px #000000;
		-moz-box-shadow: 0 0 5px #000000;
		-webkit-box-shadow: 0 0 5px #000000;
		color: #fff;
		padding: 0 .5em;
		vertical-align: top;
		width: 50%;
	}
		#global_service .offre h3 {
			color: #fff;
			text-align: center;
			text-shadow: 0 0 0.3em #000000;
		}
		.offre li {
			list-style-image: url(../images/puce3.png);
		}
.arguhome {
	background: url(../images/bg_arguhome.jpg) no-repeat right bottom;
	float: left;
	height: 240px;
	margin: 0 5px;
	padding: 0 1.95em 10px 0.95em;
	width: 260px;
}
	#main .arguhome h3 {
		color: #c00;
		font-size: 1.2em;
	}
	#main .arguhome p { padding: 0; }

#services .bloc h2 {
	background: url(../images/bg_h2_services.png) no-repeat;
	line-height: 60px;
	margin: 1em 0 -0.6em 0;
	padding: 0 0 0 75px;
}
#services .bloc#webdesign h2 { background-position: 0 0; }
#services .bloc#developpement h2 { background-position: 0 -60px; }
#services .bloc#referencement h2 { background-position: 0 -120px; }
#services .bloc#conseil h2 { background-position: 0 -180px; }
#services .bloc#soustraitance h2 { background-position: 0 -240px; }
#services .bloc h4 {
	background: url(../images/puce2.jpg) no-repeat left;
	color: #c00;
	font: bold 1em/80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: .2em 0 .2em 32px;
}
#equipe h2.who {
	background: url(../images/bg_who.jpg) no-repeat 50% 10px;
	padding: 0 0 28px;
	text-align: center;
	width: 280px;
}
.contactbloc {
	clear: left;
	height: 40px;
	margin: 1em 0;
}
	.contactbloc img {
		float: left;
		margin: 0 1em 0 0;
	}
	.contactbloc .label {
		font-weight: bold;
	}
#contact_form {
	margin-top: 2em;
}
	#contact_form textarea#message {
		height: 70px;
		margin-top: 1em;
	}

/* references slider */
#slidefolio .folio {
	padding: 2em 1em 0;
}
#slidefolio .folio-screenshot {
	background: url(../images/bg_folio.png) no-repeat center;
	float: left;
	height: 140px;
	padding: 10px 12px 20px;
	width: 397px;
}
#slidefolio .folio-description {
	margin-left: 420px;
	padding: 0 2em;
}
	#slidefolio .folio-description h3 {
		color: #c00;
		margin: 0 0 .5em;
	}
	#slidefolio .folio-description p {
		font: normal 100%/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
		padding: 0;
	}
	#slidefolio .folio-description .url a {
		color: #06c;
		font-weight: bold;
		text-decoration: none;
	}
	#slidefolio .folio-description ul {
		border-top: 1px dotted #c5c5c5;
		list-style-position: inside;
		margin: 0 2em 0 0;
		padding-top: .5em;
	}
		#slidefolio .folio-description li {
			list-style-image: url(../images/puce3.png);
		}
		

.td_mail {
	padding-left:5px;
	height: 35px;
}

.td_mail a {
	color:#cc3300;
	text-decoration:none;
}

.td_mail a:hover {
	color:#bbc411;
	text-decoration:none;
}


/***********************************/
.listing {
	border:1px solid  #999999;
	-moz-border-radius: 10px 10px 0 0; 
	-webkit-border-radius: 10px 10px 0 0; 
	border-radius: 10px 10px 0 0;         
	-webkit-border-top-left-radius: 10px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 10px; /* pour Chrome */ 
	behavior: url(PIE.htc);
	margin-top:25px;
	width: 905px;
}



.arrond_gauche {
	background-color: #bbc40e;
	-moz-border-radius: 10px 0 0 0; 
	-webkit-border-radius: 10px 0 0 0; 
	border-radius: 10px 0 0 0;         
	-webkit-border-top-left-radius: 10px; /* pour Chrome */ 
	behavior: url(PIE.htc);
	color:#FFFFFF;
}


.arrond_droite {
	background-color: #bbc40e;
	-moz-border-radius: 0 10px 0 0; 
	-webkit-border-radius: 0 10px 0 0; 
	border-radius: 0 10px 0 0;         
	-webkit-border-top-right-radius: 10px; /* pour Chrome */ 
	behavior: url(PIE.htc);
	color:#FFFFFF;
}

.bg {
	background:#ECECEC;
	font-weight:bold;
}

.bgNonPaye {
	background:#FEC7CB;
	font-weight:bold;
}

.tr_survol {
	background-color:  #D8D8D8;
	font-weight:bold;
}

.bg_blanc {
	background-color: #FFFFFF;
	font-weight:bold;
}

.th_menu {
	background-color: #bbc40e;
	color:#FFFFFF;
}
.classone  {
		background:#ffcc99;
		font-weight:bold;
}



.div_phone {
	margin-top:40px;
}

.tab_phone {
	font-family:Arial, Helvetica, sans-serif;
	width:323px;
	background-color:#000000;
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius:10px 10px 10px 10px0; 
	border-radius: 10px 10px 10px 10px;
	-webkit-border-bottom-left-radius: 10px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 10px; /* pour Chrome */
	-webkit-border-top-left-radius: 10px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 10px; /* pour Chrome */ 
}

.td_phone {
	height:55px;
	color:#FFFFFF;
	font-size:3em;
	text-align:center;
	width:33%;
}

.td_phone_hover {
	background-color:#71d537;
	height:55px;
	color:#000000;
	font-size:3em;
	text-align:center;
	width:33%;
}

.td_input {
	background: url(../images/bg_call.png) repeat-x;
	height:69px;
	color:#FFFFFF;
	font-size:3em;
	text-align:center;
}

.input_call {
	width:298;
	background:none;
	color:#FFFFFF;
	border:0px;
	height:69px;
	font-size:58px;
	text-align:center;
	width:100%;
}

.input_call hover {
	border:0px;
}

.input_call focus {
	border:0px;
}

.input_call active {
	border:0px;
}

.head_top {
	height:11px;
}

.head_phone {
	/*background: url(../images/head_tel.png);*/
	background-color:#c1cacd;
	height:19px;
	color:#0000;
	font-size:12px;
	text-align:center;
}

.deconnection_bar {
	float:right;
	margin: 15px 23px 1px 1px;
	background-color: #ffcc99;
	-moz-border-radius: 10px 0 10px 0; 
	-webkit-border-radius: 10px 0 10px 0; 
	border-radius: 10px 0 10px 0;         
	-webkit-border-top-left-radius: 10px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 10px; /* pour Chrome */ 
	height:26px;
	padding: 10px 7px 6px 10px;
}

.btn_search {
    background: url("../images/call.png") no-repeat scroll center top transparent;
    border: medium none;
    color: #FFFFFF;
    height: 48px;
    padding: 0 0 12px;
    width: 95px;
}

.filtre {
	margin-top:20px;
	width:455px;
	height:141px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	background-color:#CCCCCC;
	border:1px solid #000000;
	padding-left:10px;
	background-color:#cbd540;
 	 box-shadow:#888888 4px 3px 7px;
}

.filtre form {
	background:none;
	margin: 0;
	padding:0;
	width: auto;
}

.filtre form input {
	background: #ece9d8;
	border: 1px solid #C5C5C5;
    border-radius: 3px 3px 3px 3px;
    font-weight: bold;
    padding: 2px;
}

.titlePOPUP {
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
}

.ctn_pop {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	margin-top:22px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
}

.ctn_pop form {
	background:none;
	margin: 0;
	padding:0;
	width: auto;
}

.ctn_pop input {
	background: #ece9d8;
	border: 1px solid #C5C5C5;
    border-radius: 3px 3px 3px 3px;
    font-weight: bold;
    padding: 2px;
}

.err_stock {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#bb161a;
	font-weight:bold;
	background-color:#ffcc99;
	border:1px solid #bb161a;
	width:312px;
	text-align:center;
}

.tab_pop {
	width:350px;
}

.stock_orange{
	color:#fb7922;
}

.stock_rouge{
	color:#bbc411;
}

.stock_red{
	color: #CC0000;
}

.stock_vert{
	color:#67a01c;
}

.etat_orange {
	color:#f07e33;
}

.etat_vert {
	color: #339900;
}

.etat_rouge {
	color: #CC0000;
}

.etat_bleu {
	color: #3366CC;
}

.div_client {
	width:36%;
	margin:auto;
	margin-top:6px;
	text-align:center;
	font-size:15px;
	background-color:#f6c913;
	color:#000000;
	font-weight:bold;
	border:#330099;
}
.div_panier {
	float:right;
	width:309px;
}
.div_panier_content {
	border: 1px solid #3366CC;
    float: right;
    margin-bottom: 5px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
}
.img_panier {
	display:inline;
}

.text_panier {
	margin-left: 41px;
    margin-top: -29px;
}

.text_panier a {
	text-decoration:none;
	color: #000000;
}

.text_panier a:hover {
	text-decoration: none;
	color: #000000;
}

.div_btn_sup {
	float:right;
}


.btn_pan {
	margin-top:14px;
	width:100%;
	text-align:center;
}

.btn_pan a {
	text-decoration:none;
}

.btn_pan a:hover {
	text-decoration:none;
}

.btn_pan input {
    background: url("../images/bg_InputSearch.png") repeat-x scroll 0 -8px #FFFFFF;
    border: 2px solid #bbc40e;
    border-radius: 4px 4px 4px 4px;
    margin-top: 3px;
    padding: 4px;
    width: 250px;
	font-weight:bold;
}

.btn_pan input:hover {
    border: 1px solid #2f80bb;
    border-radius: 4px 4px 4px 4px;
    margin-top: 3px;
    padding: 4px;
    width: 250px;
}

.btn_pan #btn_pan_Vider {
    border: 2px solid  #bbc411;
}

.btn_pan #btn_pan_Vider:hover {
    border: 1px solid #ff0000;
}

.btn_pan #btn_pan_Valider {
    border: 2px solid  #659e1b;
}

.btn_pan #btn_pan_Valider:hover {
    border: 1px solid #b8da40;
}

.div_caisse {
  background-color:#cbd540;
  box-shadow:#888888 4px 3px 7px;
  color:#FFFFFF;
  font-size:16px;
  font-weight:bold;
  line-height:23px;
  margin:23px auto 15px;
  padding:20px;
  text-align:center;
  text-shadow:#000000 0 0 0.2em;
  width:57%;
}

.dette {
	font-size:16px;
	font-weight:bold;
	text-shadow:#000000 0 0 0.2em;
}

.dette a {
	color:#000000;
	text-decoration:none;
}

.stocklim{
	color:#cc0000;
	
}


.createur {
	margin-top:1px;
	margin-right:auto;
	color:#FF3300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	text-align:center;
}

.bnk {
	font-size:1.3em;
	border:1px solid #999999;
	margin-top:13px;
	width:50%;
	margin-left:auto;
	margin-right:auto;
}


