@charset "UTF-8";
/* CSS Document */

body{
background-color:#000000;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color:#E3E3E3;
}

/*---FONT---*/
p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

h1{font-size:24px; font-weight:normal;}
h2{font-size:16px; font-weight:normal;}

.blue{color:#5eb5d3}
.orange{color:#e34508}
.purple{color:#8a31ad}
.green{color:#70b72b}

.blue a{color:#5eb5d3}
.orange a{color:#e34508}
.purple a{color:#8a31ad}
.green a{color:#70b72b}

.blue a:hover{color:#b9f9ff}
.orange a:hover{color:#e38560}
.purple a:hover{color:#ce74f1}
.green a:hover{color:#bcf882}

/*---GLOBAL---*/

#page{
	width:850px;
	height:auto;
	margin:auto;
	padding:0px;
}

/*HEADER*/
#header{
	width:850px;
	height:45px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	float:left;
	/*padding-left:300px*/
}

#header a{
	color:#CCCCCC;
	text-decoration:none;
	float:left;
	margin-top:10px;
}

#header a:hover{
	color:#b9f9ff;
	text-decoration:none;
	float:left;
	margin-top:10px;
}


.head-separ{
	width:1px;
	height:38px;
	background-color:#999999;
	margin:0px 20px;
	float:left;
}

/*MAIN*/
#main{
	width:850px;
	height:435px;
	
	float:left; }
	
.mobility{
	background-image:url(../images/main-mobility.jpg);
	background-repeat:no-repeat;}
	
.security{
	background-image:url(../images/main-security.jpg);
	background-repeat:no-repeat;
}

.sharing{
	background-image:url(../images/main-sharing.jpg);
	background-repeat:no-repeat;
}

.simplicity{
	background-image:url(../images/main-simplicity.jpg);
	background-repeat:no-repeat;
}

.main-txt{
	width:375px;
	height:auto;
	margin: 115px 0px 0px 324px;
	display:block;
	position:absolute;
	color:#333333;
	padding:0px;
	font-size:14px;
	}
	
a.btn{
	width:455px;
	height:75px;
	margin: 315px 0px 0px 274px;
	background-image:url(../images/btn.png);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	position:absolute;
	cursor:pointer;
	float:left; 
}
a:hover.btn{
	background-position:bottom;
}


#texte{
	width:730px;
	height:auto;
	margin:0px 60px;
	float:left; 
}

.colonne-txt{
	width:220px;
	height: auto;
	float:left; 
	margin:0px 10px;
}

.txt{
	width:183px;
	height: auto;
	float:left;
}
.puces{
	width:32px;
	height:32px;
	float:left;
	margin: 10px 5px 0px 0px;
	}
#separ{
	background-color:#666;
	width:730px;
	height:1px;
	float:left;
}

/*---FOOTER---*/

#footer{
	width:850px;
	height:45px;
	margin-top:30px;
	padding-top:3px;
	text-align:center;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	float:left; 
}

#footer a{
	color:#CCCCCC;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

/*        Download process                    */
#downloadPopup p {
	margin: 0px;
	padding: 0px;
}
#downloadPopup {
	z-index: 1;
	position: fixed;
	width: 100%;
	margin-top: 100px;
	color: #666666;

}
#downloadPopupContent {
	background-image: url(../images/download/download.png);
	height: 225px;
	width: 258px;
	padding-top: 25px;
	padding-left: 70px;
	padding-right: 20px;
	margin: auto;
	padding-bottom: 0px;
}
#downloadPopupWait {
	text-align: center;
	height: 77px;
	font-size: 14px;
	vertical-align: top;
}

#downloadPopupButton {
	text-align: center;
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
}

#downloadPopupButton a{
	color: #5eb5d3;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
	height: 41px;
	padding-top: 20px;
}
#downloadPopupButton a:hover{
	text-decoration: underline;
}

#downloadPopupOtherDownload {
	height: 65px;
	text-align: center;
}
#downloadPopupProduct {
	color: #5eb5d3;
	display: block;
	padding: 8px 0px;
	font-size: 16px;
}
.spacer {
	clear: both;
}

