/********************* Reset CSS *********************/
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,a,img { 
	margin:0;
	padding:0;
	border: 0;
	}

/****************** General Styles ******************/
body {
	background: #f5fbfd;
	font-family: "Myriad Set Pro","Lucida Grande","Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
	color: #444;
	}

h2 {
	line-height:28px; 
	color: #1f4687;
	padding-bottom: 15px; 
	}

h3 {
	margin: 20px 0 5px 0;
	font-size: 18px;
	}

p { 
	margin:10;
	font-weight: 200;
	font-size: 20px;
	font-style: normal;
	letter-spacing: .02rem;
	line-height: 1.7;
	}
	
ol, ul{ 
	padding-left: 25px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 200;
	}

a { 
	color: #003f8c;
	}

ul {
	list-style:none;
	list-style-position: inside;
	}

.img-responsive { 
    max-width: 100%;
    height: auto;
}

/*********************** Tag ***********************/
#tag {
	background: url(img/tag.png) no-repeat bottom left;
	position: absolute;
	top: 0px;
	left: 0;
	width: 102px;
	height: 102px;
	}
	
/*********************** Top ***********************/
div.top {
	background: #b4c7d9 url(img/header-bg.png) repeat;
	margin: 0;
	border-bottom: 1px solid #999;
	}
/********************** div.top version mobile **********************/
@media (max-width: 487px) {
	div.top {
		height: 650px;
		}
}
/******************** div.top Version ordinateur ********************/
@media (min-width: 487px) {
	div.top {
		height: 450px;
		}
}

/********************** Navbar **********************/
nav {
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	}
	
nav li {
	width: 220px;
	height: 83px;
	position: relative;
	display: inline-block;
	}

.navEffect {
	position: absolute;
	width: 220px;
	height: 103px;
	background: transparent url(img/navEffect.png) no-repeat top center;
	opacity: 0;
}

nav li:hover .navEffect {
	opacity: 1;
}

a.navElement {
	position: absolute;
	display: block;
	text-align: left;
	width: 220px;
	height: 103px;
	overflow: visible;
	text-decoration: none;
	}

span.navsubtext {
	display: block;
	font-size: 13px;
	line-height:1;
	font-weight:200;
	color: #666;
	}

a.navElement .navtext {
	display: block;
	font-size: 24px;
	line-height:1;
	margin-top: 48px;
	color: #000;
	}

#download .navElement {
	background: transparent url(img/download-nav.png) no-repeat 25px 44px;
	width: 148px;
	padding-left: 82px;
	}

#faq .navElement {
	background: transparent url(img/faq-nav.png) no-repeat 38px 38px;
	width: 138px;
	padding-left: 98px;
	}

#developers .navElement {
	background: transparent url(img/developers-nav.png) no-repeat 20px 44px;
	width: 143px;
	padding-left: 75px;
	}

/********************** Header version mobile **********************/
@media (max-width: 487px) {
header {
	text-align: center;
	}

header img{
	padding-top:62px;
	}

header h1 a {
	text-decoration:none;
	color:#000;
	font-size:55px;
	font-weight:200;
	
	}

header h2 a{
	text-decoration:none;
	font-size:21px;
	color:#666;
	font-weight:200;
	}
}	
/******************** Header Version ordinateur ********************/
@media (min-width: 487px) {
header {
	display:block; /* Firefox 3 needs it */
	width: 487px;
	height: 217px;
	margin: 0 auto -2px auto;
	}

header img{
	padding-top:62px;
	float: left;
	}

header h1 a {
	position: absolute;
	text-decoration:none;
	color:#000;
	font-size:55px;
	padding-top:121px;
	padding-left:15px;
	font-weight:200;
	
	}

header h2 a{
	position: absolute;
	text-decoration:none;
	font-size:21px;
	color:#666;
	padding-left:20px;
	padding-top:183px;
	font-weight:200;
	}
}

/******************** subheader ********************/
.subheader {
	max-width: 600px;
	margin: 25px auto;
	}

.subheader p {
	padding-bottom:0;
	padding-left: 50px;
	}

.subheader ul {
	margin-left: 25px;
	padding-left: 50px;
	}

.subheader ul li{
	margin-top: 4px;
	margin-bottom: 4px;
	}

/******************* Main content *******************/
.main {
	background:#fff;
	}
	
.content {
	max-width: 900px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	padding: 40px 40px 100px 40px;
	}

.main1 {
	background: #f7f7f7;
	}
	
.content1 {
	max-width: 900px;
	margin: 0 auto;
	background: #f7f7f7;
	text-align: left;
	padding: 40px 40px 100px 40px;
	}

div#content ul{
	margin: 10px auto 20px auto;
	text-align: left;

	}
	
div#content ul ul{
	list-style-type:square
	}
	
div#content li{
	padding-left: 40px;
	}

@media (min-width: 1200px) {
.left {
	float:left;
	margin-top: -20px;
	}
}

@media (min-width: 1200px) {
.right {
	float:right;
	}
}
.clearboth {
    clear: both;
}

.section1 {
    clear: both;
	background-color: #f7f7f7;
}

.image-left-universal {
	margin: 10px 3px 3px 0px;
	padding: 3px;
	float: left;
}

.image-left-flags {
	margin: 7px 3px 3px 0px;
	padding: 8px;
	float: left;
}

.xcode {
	line-height:60px; 
	padding-left: 78px;
	background: url(img/xcode.jpg) left no-repeat;
	}

.icone {
	line-height:60px; 
	padding-left: 78px;
	background: url(img/icone.jpg) left no-repeat;
	}

.content-faq {
	padding-left: 40px;
	}

.impact { 
	color:#8D380C;
	font-size:200%;
	}

.feedback{
	font-size:75%;
}

/********************* Footer *********************/
footer {
	display:block; /* Firefox 3 needs it */
	text-align: center;
	color: #656565;
	margin-top: 0px;
	padding-top:18px;
	padding-bottom: 15px;
	border-top: 1px solid #dfdfde;
	}

#footer-contact {
	margin: 0 auto;
	width: 90px;
	text-align: left;
	}

.contact {
	line-height:23px; 
	padding-left: 38px;
	padding-top: 10px;
	background: url(img/contact.png) left no-repeat;
	font-size:16px;
	}
	
.copyright {
	font-size:16px;
}

/* Coloriser le code LaTeX */	
.latex  {white-space: nowrap;border: 1px dotted #a0a0a0; font-family: 'Courier New', Courier, monospace; background-color: #f0f0f0; margin: 0; line-height: 110%; padding: 0;color: black;}
.latex .co1 {color: #FF0101;} /* commentaires */
.latex .sy0 {color: #00912C;} /* accolades */
.latex .re12 {color: #4133FF;} /* commandes */