@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	margin-bottom:20px;
}

img {
	border:0px;
}

#contenant {
	width:993px;
	margin: auto;
}

#header {
	padding-top:20px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #fff;
	position:absolute;
	width:993px;
	margin:auto;
}

#footer {
	clear:both; 
	padding-top:30px;
	margin:auto;
	width:993px;
}
#menu {
	width: 993px;
}

#submenu {
	/*margin:auto;*/
	width: 993px;
	height: 34px;
	background-image:url(../images/bg_submenuInner.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom: 5px;
}

#content {
	width: 993px;
	/*margin: auto;*/
	padding-bottom:20px;
}

#content2 {
	width: 993px;
	margin: auto;
	margin-top:10px;
	padding-bottom:20px;
}

#contentInner {
	width: 960px;
	clear:both;
	margin: auto;
}

#contentServer {
	width: 973px;
	clear:both;
	padding-bottom:20px;
	padding-left:20px;
}

#contentInner ul {
	margin:0px;
	padding:10px;
	padding-top:0px;
	padding-left:20px;
}

#contentInner li {
	list-style:url(/images/bullet.gif);
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom:5px;

}

#contentServer li {
        list-style:url(/images/bullet.gif);
        font-size:12px;
        font-family:Arial, Helvetica, sans-serif;
        color: #666666;
        margin-bottom:5px;
}

#contentServer ul {
	margin:0px;
	padding:10px;
	padding-top:0px;
	padding-left:20px;
}


#grayBox {
	background-color: #e5e5e5;
	padding: 20px;
}


/* BOITE INFO ACCUEUIL */ 

#boxInfoHome1 {
	width: 197px;
	height: 255px;
	border-style: solid;
	border-color: #989898;
	border-left-width:1px;
	border-bottom-width:1px;
	border-right-width: 0px;
	border-top-width: 0px;
	float:left;
	background-image:url(../images/infoBox/homebg_dedicatedserver.jpg);
	background-position:topeft;
	background-repeat:no-repeat;
}

#boxInfoHome2 {
	width: 197px;
	height: 255px;
	border-style: solid;
	border-color: #989898;
	border-left-width:0px;
	border-bottom-width:1px;
	border-right-width: 0px;
	border-top-width: 0px;
	margin-left:5px;
	float:left;
	background-image:url(../images/infoBox/homebg_webhosting.jpg);
	background-position:topeft;
	background-repeat:no-repeat;	
}

#boxInfoHome3 {
	width: 197px;
	height: 255px;
	border-style: solid;
	border-color: #989898;
	border-left-width:0px;
	border-bottom-width:1px;
	border-right-width: 1px;
	border-top-width: 0px;
	margin-left:5px;
	float:left;
	background-image:url(../images/infoBox/homebg_onlinebackup.jpg);
	background-position:topeft;
	background-repeat:no-repeat;	
}

#boxForfait {
	float:left;
	width: 230px;
	height: auto;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#e5e5e5;
	margin-left: 5px;
	margin-top:10px;
}

#infoBoxSetup {
	border-bottom-width:1px;
}
/* FORM */

form {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
}

form input[type="text"]{
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	border:1px;
	width: 100%;
}

/*
form select {
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	border:1px;
	width: 100%;
}
*/

form textarea{
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	border:1px;
	width: 100%;
}
