*{
	border:none;
	margin:0;
	padding:0;
}
.clear{
	clear:both;
}
a{
	text-decoration:none;
	border:none;
	color:#000000;
}
input, textarea{
	border:1px solid #864F46;
	width:300px;
}
select{
	width:300px;
}
input.radio{
	width:13px;
	height:13px;
}

h2{
	color:#000000;
	font-size:14px;
}
li{
	list-style:none;
}
/************************************************ Body - Global - Motif - Top : l'ariére plan du site *************************************************/
body{
	background-color:#e86f22;
	background-image:url(../images/bg_body.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:justify;
}
.global{
	background-image:url(../images/bg_top.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
.motif{
	background-image:url(../images/bg_all.png);
	background-repeat:repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_all.png", sizingMethod="scale");
}
.top{
	background-image:url(../images/bg_bande.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_bande.png", sizingMethod="scale");
	background-position:top;
	background-repeat:repeat-x;
}
/********************************************* Page - Header - Container - Footer : srtucture générale de la page *****************************************/
.top .page{
	width:990px;
	margin:auto;
}
.page .header{
	height:346px;
	width:980px;
	margin:auto;
	padding-top:30px;
}
.page .container{
	padding-bottom:17px;
}
.page .footer{
	background-image:url(../images/bg_footer.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_footer.png", sizingMethod="scale");
	height:109px;
	width:980px;
	margin:auto;
	padding-top:20px;
	text-align:center;
	font-size:10px;
	color:#f1d2be;
	margin-top:5px;
}

/********************************************************* Header : Logo + Menu ****************************************************************/
.header a.logo{
	display:block;
	background-image:url(../images/bg_logo.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_logo.png", sizingMethod="scale");
	width:374px;
	height:139px;
	float:left;
}

.header .menu{
	width:600px;
	float:right;
	height:23px;
	margin-top:58px;
	padding-top:17px;
}
.menu li{
	background-image:url(../images/bg_li_menu.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 9px;
	float:left;
	list-style:none;
}
.menu a{
	color:#858888;
	text-transform:uppercase;
	font-size:8pt;
}
.header .banner{
	margin-top:19px;
}

/******************************************* Container : structure du contenu de la page d'accueil **************************************************/
.container .center{
	width:653px;
	float:left;
	padding-top:18px;
}
.center h1{
	color:#7c3103;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:14px;
	margin-left:30px;
}
.center .txtAccueil{
	width:612px;
	margin-left:30px;
	border-left:3px solid #ecebeb;
	padding:0 0 0 8px;
	line-height:18px;
}
.txtAccueil span{
	color:#000000;
}
.txtAccueil h3{
	text-align:right;
	font-size:12px;
}
.center a.plus{
	background-image:url(../images/bg_plus.jpg);
	width:80px;
	height:19px;
	display:block;
	float:right;
	color:#FFFFFF;
	font-size:9px;
	margin:10px 10px 0 0;
	padding:0 0 0 0;
	text-align:center;
}
/*************************** Separator *********************/
.container .separator{
	background-image:url(../images/bg_sep_colone.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_sep_colone.png", sizingMethod="scale");
	width:3px;
	height:153px;
	float:left;
	margin:0 15px;
}
/************************ Colone right *********************/
.container .colRight{
	width:270px;
	float:left;
}
.colRight h1{
	background-image:url(../images/h1_sondage.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/h1_sondage.png", sizingMethod="scale");
	width:258px;
	height:28px;
	font-size:15px;
	padding:8px 0 0 12px;
	text-transform:uppercase;
}
.colRight .sondage{
	background-image:url(../images/bg_sondage.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_sondage.png", sizingMethod="scale");
	height:134px;
	padding:2px 9px 0 12px;
	color:#000000;
	font-size:10px;
}
.sondage form{
	padding-top:8px;
}
.sondage input{
	background:none;
	border:none;
}
.sondage input.radio{
	float:left;
	width:13px;
	height:13px;
	margin:0 0 5px 0;
	color:#0e8aaf;
}

.sondage a{
	display:block;
	float:left;
	margin:10px 0 0 6px;
	color:#909696;
	font-size:12px;
}
.sondage a:hover{
	color:#0e8aaf;
}

input.button{
	background:url(../images/bg_resultat.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_resultat.png", sizingMethod="scale");
	width:114px;
	height:25px;
	margin-left:5px;
	margin-top:2px;
	color:#909696;
	font-size:11px;
	.padding-top:5px;
	border:none;
}
input.button:hover{
	background:url(../images/bg_vote.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_vote.png", sizingMethod="scale");
	color:#ecebeb;
}
.colRight a.inscription{
	background-image:url(../images/bg_inscription.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_inscription.png", sizingMethod="scale");
	width:270px;
	height:99px;
	display:block;
	margin-top:10px;
}
/********************** Bandeau de la page d'accueil : offshoring - devis - attijari - Blog - skype *******************************/
.container .bandeau{
	background-image:url(../images/bg_bandeau_bas.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_bandeau_bas.png", sizingMethod="scale");
	background-position:bottom;
	background-repeat:no-repeat;
	width:958px;
	height:134px;
	padding-left:32px;
}
.bandeau a.offshoring{
	background-image:url(../images/bg_offshoring.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_offshoring.png", sizingMethod="scale");
	width:183px;
	height:112px;
	float:left;
	display:block;
	margin-top:1px;
}
.bandeau a.devis{
	background-image:url(../images/bg_devis.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_devis.png", sizingMethod="scale");
	width:183px;
	height:103px;
	float:left;
	display:block;
	margin-top:13px;
}
.colLeft a.deviPage{
	background-image:url(../images/img_devis.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_devis.png", sizingMethod="scale");
	width:222px;
	height:99px;
	display:block;
	margin-top:13px;
}
.bandeau div.blog{
	background-image:url(../images/bg_blog.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_blog.png", sizingMethod="scale");
	width:165px;
	height:65px;
	float:left;
	margin-top:14px;
	color:#575555;
	padding:35px 9px 2px 9px;
	text-align:left;
}
div.blog img{
	float:left;
	widows:76px;
	height:59px;
	margin-right:8px;
}
div.blog a{
	color:#cc6f24;
}
div.blog p{
	font-size:10px;
	font-weight:bold;
}
.bandeau div.reference{
	width:183px;
	height:101px;
	float:left;
	margin-top:14px;
	margin-left:2px;
}
div.reference a{
	width:60px;
	height:54px;
	margin:auto;
	display:block;
	margin-top:34px;
}
.bandeau div.support{
	background-image:url(../images/bg_support.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_skype.png", sizingMethod="scale");
	width:183px;
	height:99px;
	float:left;
	margin-top:14px;
}
div.support a.skype{
	background-image:url(../images/bg_skype.png);
	display:block;
	width:51px;
	height:50px;
	margin:5px 0 0 43px;
	float:left;
}

div.support a.viadeo{
	background-image:url(../images/bg_viadeo.png);
	display:block;
	width:51px;
	height:52px;
	float:left;
	margin:5px 0 0 21px;
}
div.support a.twitter{
	background-image:url(../images/bg_twiter.png);
	display:block;
	width:51px;
	height:49px;
	float:left;
	margin:-15px 0 0 8px;
}
div.support a.face{
	background-image:url(../images/bg_face.png);
	display:block;
	width:51px;
	height:52px;
	float:left;
	margin:-13px 13px 0 21px;
	position:relative;
	z-index:9999;
}
/******************************************* Container : structure du contenu des autre pages du site **************************************************/
.container .centerPage{
	width:705px;
	float:right;
	padding-top:18px;
	margin-right:12px;
}
.centerPage h1{
	color:#7c3103;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:14px;
}
.centerPage .txtPage{
	width:650px;
	margin-left:10px;
	padding:0 0 16px 0;
}

.centerPage a.plus{
	background-image:url(../images/bg_plus.jpg);
	width:80px;
	height:15px;
	display:block;
	float:right;
	color:#FFFFFF;
	font-size:9px;
	margin:20px 20px 3px 0;
	padding:4px 0 0 0;
	text-align:center;
}
.container .sepCenter{
	background-image:url(../images/sep-center.jpg);
	width:990px;
	height:3px;
	overflow:hidden;
	margin:18px 0 0 0 ;
}
/************************ Colonne left **************************/
.container .colLeft{
	width:224px;
	float:left;
	margin-left:24px;
}
.colLeft h1{
	background-image:url(../images/h1_left.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/h1_left.png", sizingMethod="scale");
	height:41px;
	width:205px;
	color:#ecebeb;
	font-size:13px;
	padding:10px 0 0 19px;
	text-transform:uppercase;
}
.colLeft .contLeft{
	background-image:url(../images/bg_left.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bg_left.png", sizingMethod="scale");
	padding-left:20px;
}
.contLeft li{
	list-style:none;
}
.contLeft a{
	background-image:url(../images/puce.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:3px 10px;
	color:#cc5b13;
	font-size:12px;
	display:block;
}
.contLeft  li a{
	background-image:url(../images/puce_lien.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#1186b5;
	margin-left:10px;
}
.contLeft  li ul{
	margin-left:10px;
}
.contLeft  li ul a{
	color:#000000;
}
.contLeft .lien{
	padding:5px 5px 5px 0;
}
.colLeft .basLeft{
	background-image:url(../images/bottom_left.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bottom_left.png", sizingMethod="scale");
	height:12px;
	width:224px;
}
/***************************************************************** Footer : bas de la page ****************************************************************/
.footer .menuBottom{
	width:650px;
	margin:auto;
}
.footer a{
	color:#ecebeb;
	font-size:10px;
}
.menuBottom a{
	background-image:url(../images/bg_a_bottom.jpg);
	background-position:right;
	background-repeat:no-repeat;
	display:block;
	float:left;
	padding:0 8px 0 4px;
	color:#ecebeb;
	font-size:10px;
}
.footer span{
	color:#ecebeb;
}
/************************************************************ page packs *******************************************************************/
.centerPage .blockPack{
	width:340px;
	margin-left:10px;
	float:left;
	margin-top:10px;
}
.checkbox{
	width:16px;
	height:16px;
	float:left;
	margin-top:45px;
}
.blockPack .presence{
	background-image:url(../images/pack_presence.png);
	display:block;
	width:180px;
	height:64px;
	float:left;
}
.blockPack .vitrine{
	background-image:url(../images/pack_vitrine.png);
	display:block;
	width:156px;
	height:64px;
	float:left;
}
.blockPack .catalogue{
	background-image:url(../images/pack_catalogue.png);
	display:block;
	width:198px;
	height:64px;
	float:left;
}
.blockPack .boutique{
	background-image:url(../images/pack_boutique.png);
	display:block;
	width:176px;
	height:64px;
	float:left;
}
.blockPack .boutiquePlus{
	background-image:url(../images/pack_boutique_plus.png);
	display:block;
	width:187px;
	height:64px;
	float:left;
}
.blockPack .surMesure{
	background-image:url(../images/pck_sur_mesure.png);
	display:block;
	width:208px;
	height:64px;
	float:left;
}
.blockPack .blog{
	background-image:url(../images/pack_blog.png);
	display:block;
	width:124px;
	height:64px;
	float:left;
}
.blockPack .cms{
	background-image:url(../images/pack_cms.png);
	display:block;
	width:178px;
	height:64px;
	float:left;
}
.blockPack .flash{
	background-image:url(../images/pack_flash.png);
	display:block;
	width:138px;
	height:64px;
	float:left;
}

.centerPage a.comparer{
	background-image:url(../images/bg_plus.jpg);
	width:90px;
	height:16px;
	display:block;
	float:right;
	color:#FFFFFF;
	font-size:9px;
	margin:55px 112px 0 0;
	padding:3px 0 0 0;
	text-align:center;
}

.centerPage table td{
	height:22px;
}
table strong{
	color:#000000;
}
div.img{
	float:left;
	width:112px;
	height:113px;
	margin:0 8px;
}
p.marge{
	padding-top:10px;
}
/************************************************************************************************************************/
.scroll-container {position:relative;}
.sortabledropitem {display:block;width:100%;height:36px;}
.sortabledropitem img {margin-right:5px;width:36px;height:36px;}
*html .sortabledropitem img {padding:0px;margin-right:5px;width:36px;height:36px;}
.draghandle {text-align:left;height:40px;width:210px;display:block;margin-top:-4px;}
.draghandle strong {text-align:left;margin-left:43px;}

.scroll-container {height:195px;overflow:hidden;}
.scroll-contents {position:relative;top:0px;left:0px;}
.scroll-handle {z-index:990;cursor:pointer;height:30px;width:10px;background-color:red;position:absolute;right:0;float:right;}
.scroll-container span{
	color:#FFFFFF;
}
.txtPage strong.b{
	color:#000000;
}
/*************************************************************************************************************************/
a.classic{
	background-image:url(../images/catalogue_classics.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/catalogue_classics.png", sizingMethod="scale");
	display:block;
	width:190px;
	height:190px;
	float:left;
}
a.recycles{
	background-image:url(../images/catalogue_recycles.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/catalogue_recycles.png", sizingMethod="scale");
	display:block;
	width:190px;
	height:190px;
	float:left;
	margin-left:38px;
}
a.innovants{
	background-image:url(../images/catalogue_innovants.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/catalogue_innovants.png", sizingMethod="scale");
	display:block;
	width:190px;
	height:190px;
	float:left;
	margin-left:38px;
}
div.bloc1Atous{
	background-image:url(../images/bloc1_atout.png);
	width:233px;
	height:154px;
	float:left;
}
div.bloc2Atous{
	background-image:url(../images/bloc2_atout.png);
	width:235px;
	height:154px;
	float:left;
}
div.bloc3Atous{
	background-image:url(../images/bloc3_atout.png);
	width:232px;
	height:154px;
	float:left;
}
div.bloc4Atous{
	background-image:url(../images/bloc4_atout.png);
	width:233px;
	height:162px;
	float:left;
}
div.bloc5Atous{
	background-image:url(../images/bloc5_atout.png);
	width:235px;
	height:162px;
	float:left;
}
div.bloc6Atous{
	background-image:url(../images/bloc6_atout.png);
	width:232px;
	height:162px;
	float:left;
}
h3.atout{
	color:#1186b5;
	text-align:center;
	height:27px;
	padding-top:8px;
	font-size:11px;
	text-transform:uppercase;
}
p.padding{
	padding:5px 10px;
	color:#8b8b8b;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}
.txtPage span{
	color:#000000;
}
p.italique{
	color:#000000;
	font-style:italic;
}
span{
	color:#000000;
	margin-bottom:5px;
}
