@charset utf-8;

/*-----------------------------------------------------------------------------
 [1. Body, column]
 */
html, body
{
    height:100%;
	padding:0;
	margin:0;
}

body
{
	background:#e9eaeb url(/images/topBG.jpg) no-repeat top center;
	text-align:center;
	min-width:1024px;
}

.col
{
	float:left;
	margin:0 0 2em;
}

.col.leftcol
{
	width:70%;
}


/*-----------------------------------------------------------------------------
 [2. Wrapper & background page]
 */
body#index #containerBG
{
	background:url(/images/index-mainBG.jpg) repeat-x bottom;
	/*padding:0 10px;*/
}

body#index #container
{
	width:1000px;
	margin:10px auto 0;
	text-align:left;
	padding:30px 0 35px;
}

body#inner #containerBG
{
	background:url(/images/inner-mainBG.jpg) repeat-x bottom;
	/*padding:0 10px;*/
}

body#inner #container
{
	width:1000px;
	margin:0 auto;
	text-align:left;
	padding:30px 0;
}


/*-----------------------------------------------------------------------------
 [3. Top (header, top menu, menu, button menu]
 */
#top
{
	width:1000px;
	margin:0 auto;
	text-align:left;
	position:relative;
	z-index:0;
}

ul#topNav
{
	padding:0;
	margin:0;
	list-style-type:none;
	position:absolute;
	z-index:1;
	right:0;
	top:45px;
	width:580px;
	text-align:right;
}

ul#topNav li
{
	padding:0;
	margin:0;
	list-style-type:none;
}

ul#topNav li,ul#topNav li a
{
	font-size:12px;
	color:#c6cccd;
	margin-right:5px;
	line-height:22px;
	display:inline;
	position:relative;
	z-index:0;
}

ul#topNav li a:hover
{
	color:#fff;
}

ul#topNav li.login a
{
	background:url(/images/ClientEntrer.gif);
	width:98px;
	display:inline-block;
	color:#fff;
	margin:0;
	text-align:center;
	text-decoration:none;
}

ul#topNav li#manager
{
	padding-left:20px;
	background:url(/images/manager.png) no-repeat 0 50%;
}

ul#topNav li#webmail
{
	padding-left:20px;
	background:url(/images/webmail.png) no-repeat 0 50%;
}

ul#menu
{
	width:950px;
	height:60px;
	background:url(/images/menu.png) no-repeat 0 0;
	margin:0;
	list-style:none;
	padding:0;
}

ul#menu li
{
	float:left;
	display:block;
	padding-right:1px;
	background:url(/images/menu-div.png) no-repeat right 0;
	margin-top:13px;
}

ul#menu li.first a
{
	margin-left:5px;
}

ul#menu li.first a span
{
	background:url(/images/menu2.png) no-repeat 0 -93px;
}

ul#menu li.first a:hover
{
	background:url(/images/menu2.png) no-repeat 0 -62px;
}

ul#menu li.home a
{
	width:49px;
	text-indent:-5999px;
	overflow:hidden;
	display:block;
	height:42px;
	padding:0;
	background:none;
}

ul#menu li.home
{
	background:none;
}

ul#menu li.home a:hover
{
	background:none;
}

ul#menu li
{
	height:31px;
}

ul#menu li a
{
	display:block;
	color:#CCC;
	line-height:31px;
	text-decoration:none;
	background:url(/images/menu2.png) no-repeat 100% 0;
}

ul#menu li a span
{
	display:block;
	padding:0 18px;
}

ul#menu li a:hover
{
	background:url(/images/menu2.png) no-repeat 0 -31px;
	color:#FFF;
}

ul#menu li a:hover span
{
	background:url(/images/menu2-right.png) no-repeat right 0;
}


/*-----------------------------------------------------------------------------
 [4. Login box]
 */
.login-window
{
	position:absolute;
	top:0;
	left:0;
	width:288px;
	height:209px;
	color:#EEE;
	z-index:1000;
}

.login-window-content
{
	width:220px;
	height:169px;
	background:url(/images/logIn-box.png) no-repeat;
	padding:40px 34px 0;
	color:#d9d8d8;
}

.hr
{
	height:1px;
	background:#454748;
	margin:12px 0;
	border:0 none;
}


/*-----------------------------------------------------------------------------
 [5. Footer, footer links, copyrights]
 */
#footer
{
	color:#c6cccd;
	width:1000px;
	margin:0 auto;
	position:relative;
	z-index:0;
	text-align:left;
	background:url(/images/footer.jpg) no-repeat center 0;
	min-height: 240px;
	overflow:hidden;
	padding:15px 0;
}

#footerBG
{
	background:url(/images/footerBG.jpg) repeat-x top left #101214;
	border-top:1px solid #a6a6a6;
}

#footer a
{
	color:#88d146;
}

#footer a:hover
{
	color:#adff63;
}

#footer .copy p
{
	font-size:11px;
}

.footer-col
{
	float:left;
	width:240px;
	background:url(/images/footer-col.png) repeat-y right;
	min-height:240px;
	margin:0 5px;
}

.footer-col.last
{
	background:none;
}

.footer-col ul
{
	padding:0;
	margin:0;
	list-style:none;
	list-style-position:inside;
}

.footer-logo
{
	background:url(/images/logo-footer.png);
	width:40px;
	height:40px;
}


/*-----------------------------------------------------------------------------
 [6. Other]
 */
.alignright
{
	float:right;
}

.alignleft
{
	float:left;
}

.strong
{
	font-weight:bold;
}

.help
{
	border-bottom:1px dotted black;
	text-decoration:none;
	cursor:help;
}

.clear
{
	clear:both;
}

ul.square
{
	list-style-type:square;
}

ul.specs
{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	width:500px;
}

ul.specs li
{
	background:url(/images/dot.gif) repeat-x bottom;
	height:31px;
	line-height:31px;
}


/*-----------------------------------------------------------------------------
 [7. Separation bar]
 */
.sep
{
	height:73px;
	width:100%;
	background:url(/images/sep.png) no-repeat 50% 0;
}

.sep.mini
{
	width:550px;
}


/*-----------------------------------------------------------------------------
 [8. Icons]
 */
.work-red,.work-white
{
	width:26px;
	height:26px;
	text-align:center;
	font:normal 11px/26px Arial, Helvetica, sans-serif;
	display:inline-block;
}

.work-red
{
	background:url(/images/travaux-red.png) no-repeat;
	color:#fff;
}

.work-white
{
	background:url(/images/travaux-white.png) no-repeat;
	color:#000;
}

.new-red,.new-white
{
	width:104px;
	height:80px;
	display:block;
}

.new-red
{
	background:url(/images/nouveau-red.png) no-repeat;
}

.new-white
{
	background:url(/images/nouveau-white.png) no-repeat;
}

.ico-yes
{
	width:22px;
	height:22px;
	background:url(/images/ico-yes.png) no-repeat;
	display:block;
}

[class^="icon-"],
[class*=" icon-"]
{
	display:inline-block;
	width:14px;
	height:14px;
	*margin-right:.3em;
	line-height:14px;
	vertical-align:text-top;
	background-image:url("/images/glyphicons-halflings.png");
	background-position:14px 14px;
	background-repeat:no-repeat;
}

[class^="icon-"]:last-child,
[class*=" icon-"]:last-child
{
	*margin-left:0;
}

.icon-li
{
	margin-left:20px;
	margin-right:8px;
}

.icon-check
{
	background-position:-144px -72px;
}

.icon-ok
{
	background-position:-288px 0;
}

.icon-exclamation-sign
{
	background-position:0 -120px;
}


/*-----------------------------------------------------------------------------
 [9. Hint]
 */
.hint-wrapper
{
}

.hint-body
{
	background:#000;
	margin:auto;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow:rgba(0,0,0,0.5) 0 1px 3px;
	overflow:hidden;
}

.hint-body small
{
	font-size:.8em;
	color:#AAA;
	display:block;
	padding-bottom:4px;
}

.hint-content
{
	padding:7px 14px;
	color:#EEE;
	text-align:center;
}

.hint-corner
{
	width:0;
	height:0;
	margin:auto;
	border:4px solid #333;
	border-color:#000 transparent transparent;
	border-bottom-width:0;
}


/*-----------------------------------------------------------------------------
 [10. Sidebox]
 */
.sidebox
{
	width:256px;
	margin:0 0 1em;
	font-size:.9em;
	background:url(/images/sidebox-bottom.png) no-repeat 0 100%;
	padding-bottom:59px;
}

.sidebox .content
{
	background:url(/images/sidebox-content.png) repeat-y;
	padding:10px;
}

.sidebox .head
{
	height:59px;
	background:url(/images/sidebox-top.png) no-repeat 0 0;
}

.sidebox .head h2,.sidebox .head h3
{
	margin:0;
	height:36px;
	line-height:36px;
	color:#FFF;
	font-family:Economica;
	padding-left:10px;
	letter-spacing:normal;
}

.sidebox p
{
	margin:0 0 1em;
}

.sidebox ul
{
	margin:0 0 1em;
	padding:0;
	list-style:none;
}

.sidebox li
{
	padding-left:10px;
	background:url(/images/puce.png) no-repeat 0 50%;
	border-bottom:1px dotted #aeafb0;
	line-height:2em;
}

.sidebox li a
{
	font-weight:700;
	color:#3d454c;
	font-size:1em;
}

.sidebox li a:hover
{
	color:#436a8d;
}

.sidebox.sidebox2
{
	background:url(/images/sidebox2.png) no-repeat 0 0;
	padding:0;
	margin:0 0 2em;
}

.sidebox.sidebox2 .content
{
	background:none;
}

.sidebox.sidebox2 .head
{
	height:30px;
	line-height:30px;
	background:none;
}

.sidebox.sidebox2 .head h2,.sidebox.sidebox2 .head h3
{
	height:30px;
	line-height:30px;
}

.sidebox2 .btn
{
	width:90%;
	margin:0 auto;
	text-align:center;
}


/*-----------------------------------------------------------------------------
 [11. Box]
 */
.box
{
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:0 0 2em;
}

.box.title
{
	background:url(/images/caption.png) repeat-x top #141414;
	margin:0 auto 2em;
	color:#CCC;
	padding:10px;
	overflow:hidden;
}

.box.title h2
{
	font-family:Economica;
	color:#FFF;
	letter-spacing:0;
}

.box.title h2 span
{
	color:#dae8ff;
	/*color:#3c8ea7;*/
	letter-spacing:0;
}

.box.title p
{
}

.box.black
{
	background:#000;
	color:#CCC;
}

.box .content
{
	padding:10px;
}

.box h2
{
	font-family:Economica;
	letter-spacing:normal;
}

.box.black h2
{
	color:#FFF;
}


/*-----------------------------------------------------------------------------
 [12. Box2 (spécial page Contact)]
 */
.box2
{
	margin:0 0 1.6em;
	padding:0;
	box-shadow:0 3px 3px rgba(0,0,0,0.2);
	width:48%;
}

.box2 .head
{
	background:url(/images/caption.png) repeat-x top #141414;
	height:33px;
	line-height:33px;
	color:#FFF;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}

.box2 .head h3
{
	text-align:center;
	color:#fff;
	line-height:33px;
}

.box2 .content
{
	overflow:hidden;
	padding:10px;
	background:url(/images/shadow.png) #FFF repeat-y left;
}

.box2 .btn
{
	width:95%;
	text-align:center;
}


/*-----------------------------------------------------------------------------
 [13. Spécial page d'accueil]
 */
#welcome
{
	float:left;
	width:600px;
	text-align:justify;
}

#welcome p
{
	margin:0;
	padding:0 0 15px;
}

#welcome .welcometitle
{
	border-left:2px solid #78bc38;
	padding-left:9px;
}

#welcome h1.welcometitle
{
	line-height:26px;
	color:#72B436;
	font-size:38px;
	font-weight:700;
	text-transform:uppercase;
}

#welcome h2.welcometitle
{
	margin-bottom:9px;
	font-family:Economica, arial;
	letter-spacing:0;
}

#liveHelp
{
	float:right;
	width:325px;
	height:400px;
	background:url(/images/index-infoBG.png) no-repeat;
	color:#d9d8d8;
	position:relative;
	z-index:0;
}

#liveHelp #phone
{
	position:absolute;
	z-index:1;
	top:30px;
	left:100px;
	color:#d9d8d8;
}

#liveHelp #phone h1
{
	line-height:24px;
}

#liveHelp #chat
{
	position:absolute;
	z-index:1;
	top:100px;
	left:100px;
	color:#d9d8d8;
}

#search
{
	color:#d9d8d8;
	position:absolute;
	z-index:1;
	top:225px;
	left:30px;
	width:264px;
	line-height:normal;
}

.search-link
{
	font-size:10px;
	color:#88d146;
	background:url(/images/bullet.gif) no-repeat right center;
	padding-right:7px;
	text-align:right;
}

.search-link:hover
{
	color:#fff;
}

ul#index-domainSearch
{
	margin:10px 0;
	padding:0;
	list-style-type:none;
}

ul#index-domainSearch li
{
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:left;
	color:#d9d8d8;
	width:33%;
	display:block;
	float:left;
}


/*-----------------------------------------------------------------------------
 [14. Inner page (spécial page produits)]
 */
#rightBar
{
	float:left;
	width:700px;
	overflow:hidden;
}

#leftBar
{
	width:255px;
	float:left;
	position:relative;
	padding-right:30px;
	position:relative;
	z-index:0;
	overflow:hidden;
}

#leftBar .title
{
	font:normal 24px/42px Arial, Helvetica, sans-serif;
	color:#71B434;
	background:url(/images/leftBar-title-bg.gif) repeat-x;
	text-indent:10px;
}


/*-----------------------------------------------------------------------------
 [15. LinkList (spécial page produits)]
 */
ul.linkList
{
	padding:0;
	margin:0;
	list-style-type:none;
	position:relative;
	z-index:1;
	width:255px;
	padding-bottom:10px;
}

ul.linkList li
{
	padding:0;
	margin:0;
	list-style-type:none;
	background:url(/images/dot.gif) repeat-x bottom;
	height:31px;
	line-height:31px;
}

ul.linkList li a
{
	font-size:14px;
	color:#45505d;
	height:31px;
	line-height:31px;
	margin-top:-1px;
	text-decoration:none;
	display:block;
	text-indent:10px;
	_margin-top:0;
}

ul.linkList li a:hover
{
	color:#fff;
	text-decoration:underline;
	text-indent:20px;
	background:url(/images/sideBar-linkHover.gif) no-repeat left center;
	position:relative;
	_position:absolute;
	z-index:2;
	width:267px;
}

ul.linkList li a.active
{
	text-indent:20px;
}

ul.linkList li span
{
	float:right;
	margin-right:15px;
	font-size:12px;
}


/*-----------------------------------------------------------------------------
 [16. Colored box (spécial page produits)]
 */
.box-white
{
	background:#fff url(/images/box-white.jpg) repeat-x bottom;
}

.box-green
{
	background:#71b434 url(/images/box-green.jpg) repeat-x bottom;
}

.box-blue
{
	background:#3c8ea7 url(/images/box-blue.jpg) repeat-x bottom;
}

ul.box-green li a,ul.box-blue li a
{
	color:#fff;
}

ul.box-green li
{
	background:url(/images/dot-green.gif) repeat-x bottom;
}

ul.box-blue li
{
	background:url(/images/dot-blue.gif) repeat-x bottom;
}


/*-----------------------------------------------------------------------------
 [17. Footbox (spécial page d'accueil)]
 */
.footbox.last
{
	margin-right:0;
}

.footbox
{
	margin:0 33px 1.6em 0;
	padding-bottom:40px;
	width:310px;
	float:left;
}

.footbox .content
{
	background:#FFF;
	padding:10px;
}

.footbox .head
{
	height:60px;
	background:url(/images/footbox.png) no-repeat 0 0;
}

.footbox .head h3
{
	padding-top:17px;
	color:#FFF;
	padding-left:60px;
	line-height:33px;
	height:33px;
}

#footbox-tw.footbox .head
{
	background-position:0 -60px;
}

#footbox-forum.footbox .head
{
	background-position:0 -120px;
}

.footbox ul
{
	margin:0 0 1em;
	padding:0;
	list-style:none;
}

.footbox li
{
	padding:2px 0 2px 10px;
	background:url(/images/puce.png) no-repeat 0 50%;
	border-bottom:1px dotted #aeafb0;
}

.footbox li a
{
	font-weight:700;
	color:#3d454c;
	font-size:1em;
}

.footbox li a:hover
{
	color:#436a8d;
}



/*-----------------------------------------------------------------------------
 [18. Spécial page Domaines]
 */
#reserver-domaine
{
	width:85%;
}

#reserver-domaine ul
{
	list-style:none;
	margin:0;
	padding:0;
}

#reserver-domaine .btn
{
	width:150px;
	margin:0 0 .3em;
	border:none;
}


/*-----------------------------------------------------------------------------
 [19. Spécial page Zimbra]
 */
#zimbra
{
	background:url(/images/zimbra.jpg) no-repeat 50% 0 #031c26;
	height:340px;
	border-bottom:1px solid #EEE;
}

#zimbra .content
{
	width:1000px;
	margin:0 auto;
	position:relative;
	height:340px;
}

#zimbra .zimbra-prix
{
	position:absolute;
	top:124px;
	left:62px;
	font-size:18px;
	color:#FFF;
	text-align:right;
}

#zimbra .zimbra-prix strong
{
	font-weight:700;
	color:#adf669;
	font-size:30px;
}

#zimbra .zimbra-prix small
{
	display:block;
	font-size:13px;
	color:#CCC;
}