/* CSS Document */

body{
	padding:0px; 
	margin:0px; 
	background:url(images/bg.gif) repeat-x #FFFFFF; 
	font:14px/17px Arial, 
	Helvetica, sans-serif; 
	color:#919191;
}
div, ul, h1, h2, h3, li, p, img, a{
	margin:0; 
	padding:0;
}
ul{
	list-style-type:none;
}

/*-----------------main pan---------*/
#mainPan{
	width:878px; 
	position:relative; 
	margin:0 auto;
}
/*-------------------header pan------*/
#headerPan{
	width:878px;
 	height:223px;
	}
/*----------------left pan--------*/
#leftPan{
	width:189px;
	height:223px;
	background:url(images/left_side.gif) no-repeat 0 0 #FFFFFF; color:#7F7F7F;
	float:left;
	}
#leftPan ul{
	width:100px;
	display:block;
	padding:80px 0 0 86px;
	font-size:0px;
	float:left;
	}
#leftPan ul li{
	float:left;
	display:block;
	}
#leftPan ul li a{
	height:20px;
	display:block;
	text-indent:-2222px;
	}
#leftPan ul li a.home{
	background:url(images/home_icon.gif) no-repeat 0 0; width:23px; margin:7px 0 0 8px;
	}
#leftPan ul li a.home:hover{
	background:url(images/home_icon_h.gif) no-repeat 0 0; width:23px;
	}
#leftPan ul li a.user{
	background:url(images/user.gif) no-repeat 0 0; width:23px; margin:9px 0 0 11px;
	}
#leftPan ul li a.user:hover{
	background:url(images/user_h.gif) no-repeat 0 0; width:23px;
	}
#leftPan ul li a.email{
	background:url(images/email.gif) no-repeat 0 0; width:23px; margin:12px 0 0 10px;
	}
#leftPan ul li a.email:hover{
	background:url(images/email_h.gif) no-repeat 0 0; width:23px;
	}
#leftPan ul.new{
	width:147px;
	display:block;
	padding:8px 0 0 32px;
	}
#leftPan ul.new li{
	display:block;
	height:14px;
	float:left;
	width:73px;
	}
#leftPan ul.new li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;	
	line-height:12px; 
	font-weight:bold;	
	text-decoration:none;
	color:#7F7F7F; 
	background-color:#FFFFFF; 
	width:18px; 
	display:block;	
	text-indent:0px; 
	margin:83px 0 0 22px;
}
#leftPan ul.new li a:hover{
	color:#FF7F00; 
	background-color:#FFFFFF;
	}
/*------------------header middle-----------------------*/
#middlePan{
	background:url(images/header_pic.jpg) no-repeat 33px 73px #FFFFFF; color:#333333;
	width:512px;
	height:223px;
	float:left;
}
#middlePan img{
	margin:13px 0 0 44px;
}
/*----------------right side------------*/
#right{
	width:176px;
	height:223px;
	float:left;
	background:url(images/right_side.gif) no-repeat 0 0;
}
#right ul{
	width:142px;
	display:block;
	float:left;
	padding:86px 0 0 6px;
}
#right ul li{
	display:block;
	height:25px;
}
#right ul li a{
	font:11px/12px Arial, Helvetica, sans-serif;
	color:#626262; background-color:#FFFFFF;
	text-decoration:none;
	margin:0 0 0 45px;
	display:block;
	text-transform:uppercase;
	color: red;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px 0 0 0px;
}
#right ul.solu{
	width:147px;
	display:block;
	padding:90px 0 0 2px;
}
#right ul.solu li{
	display:block;
	height:14px;
	float:left;
	width:70px;
	background:none;
	margin:0 0 0 2px;
}
#right ul.solu li a{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	background-color:#FFFFFF;
	font-size:11px;	
	line-height:12px; 
	font-weight:bold;	
	text-decoration:none; 
	color:#7F7F7F;
	width:18px;	
	display:block;	
	text-indent:0px; 
	margin:2px 0 0 8px; 
	text-transform:none;
}
#right ul.solu li a:hover{
	color:#FF7F00; 
	background-color:#FFFFFF;
}
/************************************************
*
*	body
*
************************************************/
#body1{
	width:878px;
}
/*----------------------left---------------*/
#body_leftbg{
	background:url(images/body_leftbg.gif) repeat-y right top;
	width:189px;
	float:left;
	height:520px;
}
#body_leftbg h2{
	height:31px; 
	width:150px;
	display:block;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:26px;
	font-weight:normal;
	color:#FF0000; 
	background-color:#FFFFFF;
	margin:24px 0 0 27px;
	text-align: right;
}
#body_leftbg h3{
	font:16px/18px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#1C1C9C; background-color:#FFFFFF;
	height:18px;
	margin: 13px 5px 10px 50px;
	display:block;
	text-align: right;
}
#body_leftbg h3 a{
	font:16px/18px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#1C1C9C; 
	background-color:#FFFFFF;
	height:18px;
	margin: 0 0 0 0px;
	display:block;
	text-align: right;
	width: 130px;
}	
#body_leftbg p{
	width:120px;
	margin:0 14px 0 63px;
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#6D6D6D; 
	background-color:#FFFFFF;
	text-align:right;
}
#body_leftbg a{
	width:100px;
	color:#538D00; 
	background-color:#FFFFFF;
	font:11px/17px Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	margin:4px 14px 0 80px;
	display:block;
	text-align: right;
	}
#body_leftbg a:hover{
	text-decoration:none;
	color:#FF7F55;
	}
/*----------------body middle-------------*/
#body_middle{
	width:512px;
	background:url(images/middle_bg.gif) no-repeat bottom #fff;
	float:left; color:#919191;
	height:520px;
	}
#body_middle h2{
		
	height:30px;
	display:block;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:22px;
	font-weight:normal;
	color:#A68A33; 
	background-color:#FFFFFF; 
	margin:10px 0 0px 10px;
}
#body_middle p{
	width:470px;
	margin:20px 20px 0px 32px;
	font-size:14px;
	line-height:17px;
	text-align: justify;
	text-indent:10%;
	}
#body_middle strong{
	color: #FF7F00;
	}
#body_middle a{
	color:#538D00; 
	font:12px/17px Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	margin:0px 0px 0 0px;
}
#body_middle a:hover{
	text-decoration:underline;
}
#body_middle ul{
	width:480px;  
	margin:0px 0 0 14px;
}
#bottimg{
	background:url(images/bottimg.jpg) no-repeat #fff; 
	border-bottom:#B7B7B7 1px dashed; 
	border-top:#B7B7B7 1px dashed;
	height:65px; 
	margin:10px 0 0 17px; 
	font:14px/17px Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	width: 480px;
}
#body_middle ul li strong{
	color:#FFFF00; 
	padding-left:8px; 
	margin:0px 0px 0 30px;

}
#body_middle ul li span{
	height:45px; 
	display:block;
	width:440px; 
	float:left; 
	margin:4px 10px 0 20px;
	font:12px/13px Georgia, "Times New Roman", Times, serif; 
	text-align:center; 
	font-style:italic;
	color:#ffffff;
}	
#body_middle ul li a{
	margin:0px 0 0 10px; 
	font:11px/17px Arial, Helvetica, sans-serif; 
	display:block; 
	height:17px;
	font-weight:bold; 
	color:#A68A33; 
	background:url(images/more_bg.gif) no-repeat center ;
	text-decoration:none;  
	float:left; 
	width:105px; 
	padding-left:76px;
	}
#body_middle ul li a:hover{
	text-decoration:underline;
}
#body_middle ul li.li1{
	background:url(images/bottimg_2.jpg) no-repeat #fff; 
	border-bottom:#B7B7B7 1px dashed; 
	height:200px; 
	padding:0px 0 0 0px; 
	font:14px/17px Arial, Helvetica, sans-serif; 
	color:#6C6C6C;
}
#body_middle ul li.li1 strong{
	color:#FFFF00; 
	padding-left:8px; 
	}
#body_middle ul li.li1 span{
	width:440px; 
	height:45px; 
	display:block; 
	float:left; 
	margin:0px 10px 0 0px;
	font:12px/14px Georgia, "Times New Roman", Times, serif; 
	font-style:italic; 
	color:#ffffff; 
}	
#body_middle ul li.li1 a{
	margin:0px 0 0 10px;	
	font:11px/17px Arial, Helvetica, sans-serif; 
	display:block; 
	height:17px;
	font-weight:bold; 
	color:#A68A33; 
	background:url(images/more_bg.gif) no-repeat center #FFFFFF;
	text-decoration:none;  
	float:left; 
	width:105px; 
	padding-left:76px;
}
#body_middle ul li.li1 a:hover{
	text-decoration:underline;
}

/*------------------------right----------------------*/
#right_bg{
	width:176px;
	float:left;
	height:520px;
	background:url(images/right_bg.gif) repeat-y left;
	}
#right_bgText{
	width:166px;
	float:left;
	height:320px;
	margin:0px 0px 0px 30px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:14px;	
	line-height:18px; 
	font-weight:bold; 
	color:#FFAA00;	
	text-align: justify;
	}	
#right_bgText strong{
	color:#FF0000;	
	text-align: justify;
	}
#right_bgText img{
	margin: 0 0 0 30px;
	}		
#right_bg h2{
	height:31px; 
	background-color:#FFFFFF;
	display:block; 
	width:100px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:22px;	
	line-height:26px; 
	font-weight:normal; 
	color:#FF0000; 
	margin:25px 10px 0px 30px;
}
#right_bg h3{
	font:22px/19px Arial, Helvetica, sans-serif;
	color:#FF7F55; 
	background-color:#FFFFFF;
	height:22px;
	margin: 13px 0 0px 35px;
	display:block;
	font-weight:normal;
	width: 100px;
	text-align: center;
	}
#right_bg h1{
	background-color:#FF7F00;
	height:12px;
	margin: 13px 0 0px 18px;
	}	
#right_bg h4{
	font:17px/12px Arial, Helvetica, sans-serif;
	color:#1C1C9C; 
	background-color:#FFFFFF;
	height:22px;
	margin: 13px 0 0px 32px;
	display:block;
	font-weight:normal;
	width: 155px;
	text-align: center;
	font-weight:bold;
	}
#www{
	font:12px/12px Arial, Helvetica, sans-serif;
	color:#FF7F55; 
	height:68px;
	margin: 5px 0 0px 10px;
	font-weight:normal;
	width: 180px;
	text-align: center;
	}
#wwwDomaine{
	font:12px/12px Arial, Helvetica, sans-serif;
	color:#FF7F55; 
	height:68px;
	margin: 5px 0px 0px 0px;
	font-weight:normal;
	width: 80px;
	
	}	
#right_bg ul{
	width:175px;
	display:block;
	font-size:0px;
	margin:10px 0 0 25px;
	}
#right_bg ul li{
	display:block;
	width:175px;
	height:22px;
	background:url(images/arrow.gif) no-repeat 0 8px; 
	padding:0 0 0 12px;
	}
#right_bg ul li a{
	font:14px/24px Arial, Helvetica, sans-serif;
	color:#6D6D6D; 
	background-color:#FFFFFF;
	text-decoration:underline;
	}
#right_bg ul li a:hover{
	text-decoration:underline;
	color:#E20D38;
	}
/*----------------------project-----------*/
#project{
	width:100%;
	height:132px;
	margin:0 auto 0 auto;
	float:left;
	background:url(images/project_bg.gif) repeat-x #FFFFFF; color:#A68A33;
	}
#project h2{
	width:218px;
	margin:24px auto 0 auto;
	display:block;
	background:url(images/project_h2.gif) no-repeat #FFFFFF;
	font:27px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#A68A33;
	height:30px;
	font-weight:normal;
	padding-left:116px;
	}
#project ul{
	width:320px;
	height:43px;
	display:block;
	margin:0 auto 0 auto;
	background-color:#FFFFFF; 
	color:#362900;
	padding:7px 0 0 14px;
	}
#project ul li{
	display:block;
	float:left;
	margin-right:3px;
	}
#project ul.next{
	height:28px; 
	width:224px; 
	display:block; 
	margin:0 auto 0 auto;  
	padding:0 0 0 0; 
	font-size:0px;
	}
#project ul.next li{
	display:block;
	float:left;
	font:10px/17px Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
#project ul.next a{
	color:#362900; 
	margin:0 4px 0 4px;	
	text-decoration:none; 
	background-color:#FFFFFF;
	}
#project ul.next a:hover{
	color:#A68A33; 
	background-color:#FFFFFF;
	}
/*------------------------footer---------------*/
#footer{
	width:100%;
	height:163px;
	margin:0 auto 0 auto;
	background:url(images/footer_bg.gif) repeat-x #979797;
	float:left;
	color:#FFFFFF;
	font:11px/18px Arial, Helvetica, sans-serif;
	}
#footer ul{
	width:495px;
	margin:41px auto 0 auto;
	display:block;
	font-size:0px;
	height:20px;
	}
#footer ul li{
	display:block;
	float:left;
	height:16px;
	font:13px/16px Arial, Helvetica, sans-serif;
	}
#footer ul li a{
	margin:0 10px 0 10px; 
	text-decoration:none;	
	color:#FFFF00; 
}
#footer ul li a:hover{
	text-decoration:none;
	color:#FFFFFF;
	}
#footer ul.ad{
	width:435px; 
	margin:17px auto 0 auto; 
	display:block; 
	height:16px;
	text-align: center;
	}
#footer ul.ad li{
	display:block;	
	float:left;	
	margin:0px 0 0 0; 
	height:15px;
	}
#footer ul.ad li.li1{
	display:block;	
	float:left;	
	margin:0px 0 0 0; 
	border-right:none; 
	height:15px;
}
#footer ul.ad li a.add{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;	
	text-decoration:none; 
	width: 400px;
	font-weight:bold;
	margin:0 10px 0 10px; 
	
	display:block;
}
#footer ul.ad li a.add:hover{
	text-decoration:none;
}
#footer ul.ad li a.add span{
	color:#FFDB5D; 
	text-transform:uppercase;
}
#footer p{
	width:203px; 
	margin:0 auto 0 auto;
	display:block;
	color: #FFFF00;
}
#footer p.lk {
	margin:0 auto; 
	text-align:center;
}
#footer p.lk a {
	color:#FFFFFF; 
	text-decoration:underline;
	
	
}
#footer p a:hover {	
	color:#F6F6A1;
}
#footerHide {
	text-decoration:none;	
	color:#333366; 
}
#footerHide a{
	text-decoration:none;	
	color:#333366; 
}
#footerHide a:hover{
	text-decoration:none;
	color:#333366;
	}
/*************************************************************
*
*                      Hosting
*
***************************************************************/

#packMicro{
	background:url(images/microBg.jpg) no-repeat #fff; 
	height:205px; 
	width: 136px;
	color:#6C6C6C;
	float: left;
	margin: 40px 0 0 80px;
}
#plusInfo {
	height:30px; 
	width: 50px;
	background: transparent;
	margin: 20px 0 0 55px;
}
#plusInfo a{
	height:30px; 
	width: 50px;
	background: transparent;
}
#packDiscription{
	height:50px; 
	width: 125px;
	background: transparent;
	margin: 55px 0 0 5px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
}
#packDiscription strong{
    color: #FF0000;
   	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:12px;
   
}
#packMini{
	background:url(images/miniBg.jpg) no-repeat #fff; 
	height:205px; 
	width: 136px;
	color:#6C6C6C;
	float: right;
	margin: 40px 80px 0 0px;
}
#packMacro{
	background:url(images/macroBg.jpg) no-repeat #fff; 
	height:205px; 
	width: 136px;
	color:#6C6C6C;
	float: left;
	margin: 40px 0 0 80px;
}
#packMega{
	background:url(images/megaBg.jpg) no-repeat #fff; 
	height:205px; 
	width: 136px;
	color:#6C6C6C;
	float: right;
	margin: 40px 80px 0 0px;
}
#packMicroRight{
	background:url(images/microBg.jpg) no-repeat #fff; 
	height:205px; 
	width: 136px;
	color:#6C6C6C;
	float: left;
	margin: 40px 0 0 40px;
}

/************************************************
*
*	ID  PACK_FEATURES
*
************************************************/

#pack_features {
font-family: tahoma;
font-size: 11px;
}

#pack_features table.header {
background-color: #EF6108;
}

#pack_features td.lcorner {
background: url(/pix/box/features_orange_lcorner.gif) no-repeat;
width: 5px;
height: 5px;
margin: 0px;
padding: 0px;
}

#pack_features td.rcorner {
background: url(/pix/box/features_orange_rcorner.gif) no-repeat;
width: 5px;
height: 5px;
margin: 0px;
padding: 0px;
}

#pack_features td.separator {
background: url(/pix/box/features_orange_separator.gif);
height: 1px;
margin: 0px;
padding: 0px;
}

#pack_features tr.main {
background-color: #FDE7DA;
}

#pack_features td.value {
text-align: center;
}
/************************************************
*
*	850
*
************************************************/

/*--------middle-------------*/
#body_middle850{
	width:512px;
	background:url(images/middle_bg.gif) no-repeat bottom #fff;
	float:left; color:#919191;
	height:850px;
	}
#body_middle850 h2{
	height:30px;
	display:block;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:22px;
	font-weight:normal;
	color:#A68A33; 
	background-color:#FFFFFF; 
	margin:10px 0 0px 10px;
}
#body_middle850 p{
	width:470px;
	margin:20px 20px 0px 32px;
	font-size:14px;
	line-height:17px;
	text-align: justify;
	}
#body_middle850 strong{
	color: #FF7F00;
	}
#body_middle850 a{
	width:72px;
	color:#538D00; 
	font:12px/17px Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	margin:0px 0px 0 0px;
	
}
#body_middle850 a:hover{
	text-decoration:underline;
}
#body_middle850 ul{
	width:480px;  
	margin:0px 0 0 14px;
}
#bottimg{
	background:url(images/bottimg.jpg) no-repeat #fff; 
	border-bottom:#B7B7B7 1px dashed; 
	border-top:#B7B7B7 1px dashed;
	height:65px; 
	margin:10px 0 0 20px; 
	font:14px/17px Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	width: 480px;
}
#body_middle850 ul li strong{
	color:#FFFF00; 
	padding-left:8px; 
	margin:0px 0px 0 30px;
}
#body_middle850 ul li span{
	height:45px; 
	display:block;
	width:440px; 
	float:left; 
	margin:4px 10px 0 20px;
	font:12px/13px Georgia, "Times New Roman", Times, serif; 
	text-align:center; 
	font-style:italic;
	color:#ffffff;
}	
#body_middle850 ul li a{
	margin:0px 0 0 10px; 
	font:11px/17px Arial, Helvetica, sans-serif; 
	display:block; 
	height:17px;
	font-weight:bold; 
	color:#A68A33; 
	background:url(images/more_bg.gif) no-repeat center ;
	text-decoration:none;  
	float:left; 
	width:105px; 
	padding-left:76px;
	}
#body_middle850 ul li a:hover{
	text-decoration:underline;
}
#body_middle850 ul li.li1{
	background:url(images/bottimg_2.jpg) no-repeat #fff; 
	border-bottom:#B7B7B7 1px dashed; 
	height:200px; 
	padding:0px 0 0 0px; 
	font:14px/17px Arial, Helvetica, sans-serif; 
	color:#6C6C6C;
}
#body_middle850 ul li.li1 strong{
	color:#FFFF00; 
	padding-left:8px; 
	}
#body_middle850 ul li.li1 span{
	width:440px; 
	height:45px; 
	display:block; 
	float:left; 
	margin:0px 10px 0 0px;
	font:12px/14px Georgia, "Times New Roman", Times, serif; 
	font-style:italic; 
	color:#ffffff; 
}	
#body_middle850 ul li.li1 a{
	margin:0px 0 0 10px;	
	font:11px/17px Arial, Helvetica, sans-serif; 
	display:block; 
	height:17px;
	font-weight:bold; 
	color:#A68A33; 
	background:url(images/more_bg.gif) no-repeat center #FFFFFF;
	text-decoration:none;  
	float:left; 
	width:105px; 
	padding-left:76px;
}
#body_middle850 ul li.li1 a:hover{
	text-decoration:underline;
}
/*******************LEFT******************/
#body_leftbg850{
	background:url(images/body_leftbg.gif) repeat-y right top;
	width:189px;
	float:left;
	height:850px;
}
#body_leftbg850 h2{
	height:31px; 
	width:150px;
	display:block;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:26px;
	font-weight:normal;
	color:#FF0000; 
	background-color:#FFFFFF;
	margin:24px 0 0 27px;
	text-align: right;
}
#body_leftbg850 h3{
	font:16px/18px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#1C1C9C; background-color:#FFFFFF;
	height:18px;
	margin: 13px 5px 10px 50px;
	display:block;
	text-align: right;
}
#body_leftbg850 h3 a{
	font:16px/18px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#1C1C9C; 
	background-color:#FFFFFF;
	height:18px;
	margin: 0 0 0 0px;
	display:block;
	text-align: right;
	width: 130px;
}	
#body_leftbg850 p{
	width:120px;
	margin:0 14px 0 63px;
	font:14px/18px Arial, Helvetica, sans-serif;
	color:#6D6D6D; 
	background-color:#FFFFFF;
	text-align:right;
}
#body_leftbg850 a{
	width:100px;
	color:#538D00; 
	background-color:#FFFFFF;
	font:11px/17px Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	margin:4px 14px 0 80px;
	display:block;
	text-align: right;
	}
#body_leftbg850 a:hover{
	text-decoration:none;
	color:#FF7F55;
	}
/************RIGHT********************/
#right_bg850{
	width:176px;
	float:left;
	height:850px;
	background:url(images/right_bg.gif) repeat-y left;
	}
#right_bg850Text{
	width:166px;
	float:left;
	height:320px;
	margin:0px 0px 0px 30px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:14px;	
	line-height:18px; 
	font-weight:bold; 
	color:#FFAA00;	
	text-align: justify;
	}	
#right_bg850Text strong{
	color:#FF0000;	
	text-align: justify;
	}		
#right_bg850 h2{
	height:31px; 
	background-color:#FFFFFF;
	display:block; 
	width:100px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:22px;	
	line-height:26px; 
	font-weight:normal; 
	color:#FF0000; 
	margin:25px 10px 0px 30px;
}
#right_bg850 h3{
	font:22px/19px Arial, Helvetica, sans-serif;
	color:#FF7F55; 
	background-color:#FFFFFF;
	height:22px;
	margin: 13px 0 0px 35px;
	display:block;
	font-weight:normal;
	width: 100px;
	text-align: center;
	}
#right_bg850 h1{
	background-color:#FF7F00;
	height:12px;
	margin: 13px 0 0px 18px;
	}	
#right_bg850 h4{
	font:17px/12px Arial, Helvetica, sans-serif;
	color:#1C1C9C; 
	background-color:#FFFFFF;
	height:22px;
	margin: 13px 0 0px 32px;
	display:block;
	font-weight:normal;
	width: 155px;
	text-align: center;
	font-weight:bold;
	}
#www{
	font:12px/12px Arial, Helvetica, sans-serif;
	color:#FF7F55; 
	height:68px;
	margin: 5px 0 0px 10px;
	font-weight:normal;
	width: 180px;
	text-align: center;
	}
#right_bg850 ul{
	width:150px;
	display:block;
	font-size:0px;
	margin:10px 0 0 25px;
	}
#right_bg850 ul li{
	display:block;
	height:24px;
	background:url(images/arrow.gif) no-repeat 0 8px; padding:0 0 0 12px;
	}
#right_bg850 ul li a{
	font:14px/24px Arial, Helvetica, sans-serif;
	color:#6D6D6D; background-color:#FFFFFF;
	text-decoration:underline;
	}
#right_bg850 ul li a:hover{
	text-decoration:none;
	}
/************************************************
*
*	COMPARER
*
************************************************/
.text {
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 11px;
	color: #606060;
}
.text_tab {
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 14px;
	color: #2626D0;
}
.red {
	color: #CC0000;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;

}
.red-1 {
	color: #CC0000;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;

}
.bleu {
	color: #6600FF;   
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 14px; 
}
.barre_gris {
	height: 21px;
	color: #FFF;
	font-weight: bold;
	background: #585858;
	width:90%;
}
.barre_commander {
	height: 21px;
	color: #FFF;
	font-weight: bold;
	background: #00FF00;
	width:90%;
}
.barre_offres {
	height: 21px;
	color: #ffffff;
	font-weight: bold;
	background: #FF2A55;
	font-size: 12px;
	width:90%;
}
.barre_services {
	height: 21px;
	color: #000000;
	font-weight: bold;
	background: #FFD4AA;
	font-size: 12px;
	width:90%;
}
/************************************************
*
*	DESIGN
*
************************************************/
#designCadre{
	background:url(images/whatSite.gif) no-repeat 0 0px; 
	width: 470px;
	border-style:solid;
	border-width:5px;
	border-color:#162C60 ;
	margin:0px 0px 0 19px; 
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#6C6C6C;
	text-align: justify;
}
#designCadre p{
	margin:0 0 0 140px;
	width: 310px;
	font-weight: bold;
}
#designCadre strong{
	margin:0 0 0 140px;
	width: 310px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color:#F39E1F;
	font-weight: bold;
}
#designCadre a{
	margin:0 0 0 140px;
	width: 310px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color:#F39E1F;
	font-weight: bold;
}
#designCadre a:hover {
	color:#4848F2;
	text-decoration: none;
}
#designCadre2{
	background:url(images/whyMakinnovation.gif) no-repeat 0 0px; 
	width: 470px;
	border-style:solid;
	border-width:5px;
	border-color:#162C60 ;
	margin:0px 0px 0 19px; 
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#6C6C6C;
	text-align: justify;
}
#designCadre2 p{
	margin:0 0 0 140px;
	width: 310px;
	font-weight: bold;
}
#designCadre2 strong{
	margin:0 0 0 140px;
	width: 310px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color:#F39E1F;
	font-weight: bold;
}
#designCadre2 a {
	margin:0 0 0 140px;
	width: 310px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color:#F39E1F;
	font-weight: bold;
	text-decoration: none;
}
#designCadre2 a:hover {
	color:#4848F2;
	text-decoration: none;
}
#designCadre3{
	background:url(images/whatLogo.gif) no-repeat 0 0px; 
	width: 470px;
	border-style:solid;
	border-width:5px;
	border-color:#162C60 ;
	margin:0px 0px 0 19px; 
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#6C6C6C;
	text-align: justify;
}
#designCadre3 p{
	margin:0 0 0 140px;
	width: 310px;
	font-weight: bold;
}
#designCadre3 strong{
	margin:0 0 0 140px;
	width: 310px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color:#F39E1F;
	font-weight: bold;
}
#designCadre3 a{
	margin:0 0 0 140px;
	width: 310px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color:#F39E1F;
	font-weight: bold;
}
#designCadre3 a:hover {
	color:#4848F2;
	text-decoration: none;
}
#designentete{
	width: 470px;
	margin:0px 0px 0 19px; 
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#244EF8;
	text-align: justify;
	font-weight: bolder;
	text-indent:10%;
}
#designentete img{
	margin:0px 0px 0 140px; 
}
/********************************************************
*
*                         WHOIS
*
*********************************************************/
.sbtn    {
	background-image: url(images/button.gif);
	border: 1px solid #000033;
	height: 22px;
	width: 82px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-position: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	width: 82px;
	background-image: url(images/button.gif);
}

form {
	margin: auto;
	margin-top:20px;
	margin-bottom:20px;
}

.dtable2{
	border:1px solid #ccc;
	border-collapse:collapse;
}

.dtable{

}

.dtable th  {
    padding:5px;
	background-color: #FFAA00;
	color:#fff;
}

.dtable2 th  {
    padding:5px;
	background-color: #FFAA2A;
    color:#fff;
}

.dtable td{
	padding:5px;
    border:1px solid #CCC;
}

.avalable {
	/**background-color: #8CB78C;**/
	color:#0C8C0C;
}

.notavalable {
	/**background-color: #FF7F55;**/
	color:#CE2424;
}

.dtable2 td{

	
}


.tr2 {
    background-color:#F1F1F1
}

input {
    color: #555;
}
#domaineResultat{
	color:#630E0E; 
	font-size:12px; 
	font-weight:bold; 
	background-color: transparent;
	
}
#domaineResultat a{
	color:#630E0E; 
	font-size:12px; 
	font-weight:bold; 
	background-color: transparent;
}
#domaineResultat a:visited{
	color:#630E0E; 
	font-size:12px; 
	font-weight:bold; 
}
#domaineResultat a:hover{
	color:#630E0E; 
	font-size:12px; 
	font-weight:bold; 
}
#title{
	color:#2E58D8; 
	font-size:15px; 
	font-weight:bold; 
	text-align:center; 
	font-weight:bold; 
}
#title a{
	color:#2E58D8; 
	font-size:15px; 
	font-weight:bold; 
}
#title a:visited{
	color:#0000FF; 
	font-size:15px; 
	font-weight:bold; 
}
#title a:hover{
	color:#2FAF2F; 
	font-size:15px; 
	font-weight:bold; 
}
/***********************************************************
*
*                  Commande Webdesign
*
************************************************************/
.asterix { 
		color: #FF0000;
		font-size: 22px;
} 

INPUT {  color: #000;
		 font-size: 11px; 
		 font-family: "trebuchet ms", helvetica, arial, sans-serif; 
		 background-color: #EEEEEE;
}
SELECT { color: #000;
		 font-size: 11px; 
		 font-family: "trebuchet ms", helvetica, arial, sans-serif; 
		 background-color: #EEEEEE;
}
TEXTAREA { 
			color: #000; 
			font-size: 11px; 
			font-family: "trebuchet ms", helvetica, arial, sans-serif; 
			background-color:#EEEEEE;
}
.txterror { 
			color: #FF0000; 
			font-size: 11px; 
			font-family: "trebuchet ms", helvetica, arial, sans	serif; 
}
.txterrorRemplir { 
			color: #FFFFFF; 
			font-size: 11px; 
			font-family: "trebuchet ms", helvetica, arial, sans	serif; 
			background-color: #FF0000;
			display: block;
}
.txtform { 
			color: black; 
			font-size: 12px; 
			font-family: "trebuchet ms", helvetica, arial, sans-serif;
}
.txtmessage { 
			color: #0000FF; 
			font-size: 12px; 
			font-family: "trebuchet ms", helvetica, arial, sans-serif;
}
#listErruer {
text-align: left;	
margin-left: 20px;
}
/**************************************************************
*
*	Lightbox
*
**************************************************************/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}


.photos {
	padding: 3px;
	border: 1px solid #fff;
}

a:hover .photos {
	border: 1px solid #999;
}

.lightboxDesc a {
	color: #999999;
	text-decoration: none;
}

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

#lbPrevLink, #lbNextLink {
	display: block;
	width: 63px;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	float: left;
	background: transparent url(images/prevlabel.gif) no-repeat left;
	
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat left;
}

#lbNextLink {
	float: right;
	background: transparent url(images/nextlabel.gif) no-repeat right;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat right;
}

#lbControls {
	display: block;
	height: 32px;
}


/**********************************/


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 0px 0px 0px 0px;
}

#lbCaption, #lbNumber, #lbDescription {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


.lightboxDesc {
	display: none;
}

/**************************************************************
*
*	Portfolio
*
**************************************************************/
.box
{
position: relative;
border: dashed 1px #dadada;
margin-top: 15px;
background: #FFFFE9;
color: #AAB165;
}

.box_inner
{
border: solid 1px #fff;
padding: 15px;
background: #FFFFE9;
color: inherit;
}

.captioned_image
{
position: relative;
padding-bottom: 15px;
float: left;
margin-right: 17px;
}

.captioned_image div
{
position: absolute;
font-size: 9px;
bottom: 0px;
left: 0px;
}
#portfolio {
font-size: 11px;
color: #9F1F4A;
}
#boxh2 {
background: #FFFFE9;
color: #6C7425;
font-weight: normal;
font-size: 16px;
margin-bottom: 15px;
}
/**************************************************************
*
*	Pagination
*
**************************************************************/
.pagination {
font:12px Arial, Helvetica, sans-serif;
margin:40px 0;
text-align:center
}

.pagination a {
background:#fff;
border:1px solid #06c;
color:#06c;
margin:2px;
padding:.2em .4em;
text-decoration:none
}

.pagination a:hover {
background:#fff;
border:1px solid #bd88fe;
color:#bd88fe
}

.pagination span.inactive {
background:#fff;
border:1px solid #f0f0ff;
color:#f0f0ff;
margin:2px;
padding:.2em .4em
}

.pagination span.active {
background:#f4ebff;
border:1px solid #bd88fe;
color:#bd88fe;
font-weight:700;
margin:2px;
padding:.2em .4em
}
/**************************************************************
*
*	Offres
*
**************************************************************/
.boxOffres
{
position: relative;
border: dashed 1px #dadada;
margin-top: 15px;
background: #15EAEA;
color: #AAB165;
}

.box_innerOffres
{
border: solid 1px #fff;
padding: 15px;
background: #FFFFE9;
color: inherit;
}

.captioned_imageOffres
{
position: relative;
padding-bottom: 15px;
float: left;
margin-right: 17px;
border-color: #BB3C3C;
border-width: 2px;
}

.captioned_imageOffres div
{
position: absolute;
font-size: 9px;
bottom: 0px;
left: 0px;
border-color: #BB3C3C;
border-width: 2px;
}
#offres {
font-size: 11px;
color: #9F1F4A;
}
#boxh2Offres {
background: #FFFFE9;
color: #6C7425;
font-weight: normal;
font-size: 16px;
margin-bottom: 15px;
}
/**************************************************************
*
*Solutions
*
***************************************************************/
#pSolutions {
	margin-left: 5px;
}
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #0CB2F0;
	font: 50px/40px Georgia, Times, serif;
}
#tabsolutions {
	margin: 5px;
	padding-right: 15px;
	color: #4D4D78;
	border-style:solid;
	border-width:3px;
	border-color:#162C60; 
	text-align: justify;
}
#tabsolutionsImg {
	margin: 5px;
	padding-right: 15px;
	color: #4D4D78;
	border-style:solid;
	border-width:3px;
	border-color:#FFD400; 
	text-align: justify;
}
#titleSolutions{
	color:#EBC041; 
	font-size:15px; 
	font-weight:bold; 
	margin-left: 40px; 
	font-weight:bold; 
}
#pSolutionsLi{
	padding-right: 25px;
}