/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET MEYER */

html {
	height: 100%;
}

body {
	position: relative;
	margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
	font-family: Calibri;
	font-size: 24px;
	background-color: silver;
	min-height: 100%;
}

#reseaux_boutons {
	position: fixed;
	display: block;
	height: 20px;
	bottom: 15px;
	right: 30px;
	margin: 0 auto;
}

#bouton_twitter {
	margin: 0;
	padding: 0;
	float: right;
}

#bouton_facebook {
	margin: 0;
	padding: 0;
	height: 20px;
	float: right;
	margin-left: 15px;
}

#drapeaux {
	position: fixed;
	display: block;
	height: 20px;
	top: 20px;
	left: 30px;
}

#drapeau_france {
	margin: 0;
	padding: 0;
	float: left;
	height: 20px;
}

#drapeau_angleterre {
	width: 30px;
	margin-left: 5px;
	padding: 0;
	float: left;
}

#Chargement_page {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #1d1d1d;
	z-index: 100;
	text-align: center;
}

#chargement {
	position: relative;
	color: white;
	font-size: 30px;
}
/* Général */
.inner_container {
	margin: 0 auto;
    position: relative;
    width: 960px;
    z-index: 50;
}

.page_template {
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 645px;
	min-width: 1024px;
    position: relative;
    width: 100%;
	overflow: hidden;
}

.title_slide {
	display: block;
	height: 70px;
	padding-top: 116px;
	padding-bottom: 30px;
}

.text_ident {
	display: inline-block;
	text-indent: 40px;
}

.white {
	color: white;
}

.yellow {
	color: #ffa340;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.uppercase {
	text-transform: uppercase;
	font-size: 22px;
}	
/* Fin général */

#title_app {
	text-align: center;
	margin-top: 50px;
	font-size: 30px;
	color: black;
	border: 1px solid gray;
}

#icone_android {
	display: block;
	margin : 0 auto;
	height: 82px;
	width: 76px;
	margin-top: 100px;
}


#icone_app_android a {
	width: 120px;
	display: block;
	margin: 0 auto;
	margin-top: 100px;
}

#icone_ios {
	display: block;
	margin : 0 auto;
	height: 80px;
	width: 48px;
	margin-top: 102px;
}

#icone_app_ios a {
	width: 120px;
	display: block;
	margin: 0 auto;
	margin-top: 100px;
}

#tex_dowload {
	text-align : center;
	display: block-inline;
	margin-top: 5px;
	font-size: 12px;
	font-style: italic;
	color: gray;
}

#text {
	text-align : center;
	display: block-inline;
	margin-top: 20px;
	font-size: 16px;
	padding-left: 25px;
	padding-right: 25px;
}

#content {
	margin: 0 auto;
    position: relative;
    width: 960px;
    z-index: 50;
}

#android_part {
	display: block;
	width: 480px;
	float: left;
}

#ios_part {
	display: block;
	width: 479px;
	float: left;
}

#separation {
	display: block;
	width: 1px;
	background-color: gray;
	height: 375px;
	float: left;
	margin-top: 125px;
}