web/static/res/css/style_1024.css
author ymh <ymh.work@gmail.com>
Mon, 11 Feb 2013 11:42:36 +0100
changeset 131 dc236500a75c
parent 124 8d2376eb825c
permissions -rw-r--r--
Added tag V01.24 for changeset 1403b7d2f405
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     1
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     2
/*	Summary					*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     3
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     4
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     5
/*	1- Mentions	*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
     6
/*	2- Reset	*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
     7
/*	3- Base styles	*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     8
/*	5- Video	*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
     9
/*	6- Controls 	*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    10
/*	7- Sidebar	*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    11
/*	8- Contact	*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    12
/*	9- Footer	*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    13
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    14
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    15
/*	1- Mentions									*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    16
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    17
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    18
/* @client : The End	*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    19
/* @date : octobre 2012	*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    20
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    21
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    22
/*	2- Reset									*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    23
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    24
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    25
html,body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,button,textarea,select,figure,p,blockquote,th,td {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    26
	margin:0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    27
	padding:0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    28
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    29
/* 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using  `em` units */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    30
/* 2. Prevents iOS text size adjust after orientation change, without disabling user zoom.*/ 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    31
html {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    32
	font-size: 100%; /* 1 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    33
	-webkit-text-size-adjust: 100%; /* 2 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    34
	-ms-text-size-adjust: 100%; /* 2 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    35
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    36
h1,h2,h3,h4,h5,h6 {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    37
	font-size: 100%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    38
	font-weight: normal;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    39
	font-style: normal;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    40
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    41
a,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    42
a:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    43
a:visited,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    44
a:active,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    45
a:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    46
a:focus  {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    47
	text-decoration: none;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
    48
}
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    49
li {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    50
	list-style: none;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    51
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    52
textarea, table, td, th, code, pre {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    53
	word-wrap: break-word;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    54
	white-space: pre-wrap; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    55
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    56
table {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    57
	border-spacing: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    58
	border-collapse: collapse; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    59
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    60
caption, th {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    61
	text-align: left;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    62
} 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    63
/* 1. Corrects alignment displayed oddly in IE 6/7 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    64
legend {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    65
	color: #000;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    66
	*margin-left: -7px; /* 1 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    67
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    68
blockquote:before, blockquote:after, q:before, q:after {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    69
	content: '';
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    70
	content: none;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    71
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    72
label, input[type="submit"], input[type="button"], button {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    73
	cursor: pointer;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    74
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    75
input, button, select {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    76
	vertical-align: middle;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    77
	font-size: 100%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    78
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    79
/* 1. Removes default vertical scrollbar in IE 6/7/8/9 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    80
/* 2. Improves readability and alignment in all browsers */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    81
/* 2. Allow only vertical resizing of textareas */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    82
textarea {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    83
    overflow: auto; /* 1 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    84
    vertical-align: top; /* 2 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    85
    resize: vertical; /* 3 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    86
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    87
fieldset, img, button {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    88
	border: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    89
}
106
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 93
diff changeset
    90
img, table, td, blockquote, code, pre, textarea, input, object /*, video */ {
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    91
	max-width: 100%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    92
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    93
/* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    94
audio, canvas, video {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    95
    display: inline-block;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    96
    *display: inline;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    97
    *zoom: 1;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    98
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
    99
/* Prevents `sub` and `sup` affecting `line-height` in all browsers */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   100
sub,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   101
sup {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   102
    font-size: 75%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   103
    line-height: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   104
    position: relative;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   105
    vertical-align: baseline;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   106
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   107
sup {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   108
    top: -0.5em;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   109
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   110
sub {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   111
    bottom: -0.25em;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   112
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   113
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   114
/* HTML5 - Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   115
header, footer, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, figure, figcaption, time, dialog {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   116
	display: block;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   117
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   118
dl,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   119
menu,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   120
ol,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   121
ul {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   122
    margin: 1em 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   123
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   124
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   125
/*	3- Base styles								*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   126
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   127
@font-face {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   128
    font-family: "arial_blackregular";
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   129
    src: url('../font/arial_black-webfont.eot');
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   130
    src: url('../font/arial_black-webfont.eot?#iefix') format('embedded-opentype'),
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   131
         url('../font/arial_black-webfont.woff') format('woff'),
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   132
         url('../font/arial_black-webfont.ttf') format('truetype'),
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   133
         url('../font/arial_black-webfont.svg#arial_blackregular') format('svg');
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   134
    font-weight: normal;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   135
    font-style: normal;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   136
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   137
@font-face {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   138
    font-family: "arialbold";
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   139
    src: url('../font/arial_bold-webfont.eot');
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   140
    src: url('../font/arial_bold-webfont.eot?#iefix') format('embedded-opentype'),
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   141
         url('../font/arial_bold-webfont.woff') format('woff'),
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   142
         url('../font/arial_bold-webfont.ttf') format('truetype'),
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   143
         url('../font/arial_bold-webfont.svg#arialbold') format('svg');
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   144
    font-weight: normal;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   145
    font-style: normal;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   146
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   147
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   148
@font-face {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   149
    font-family: "arialregular";
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   150
    src: url('../font/arial-webfont.eot');
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   151
    src: url('../font/arial-webfont.eot?#iefix') format('embedded-opentype'),
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   152
         url('../font/arial-webfont.woff') format('woff'),
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   153
         url('../font/arial-webfont.ttf') format('truetype')
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   154
         url('../font/arial-webfont.svg#arialregular') format('svg');
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   155
    font-weight: normal;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   156
    font-style: normal;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   157
} 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   158
html {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   159
	overflow: hidden;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   160
	/* reset de metanav France */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   161
	padding-top: 0 !important;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   162
	background-position: 0 0 !important;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   163
}
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   164
body {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   165
	background-color: #000000; 
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   166
	font-size: 1em;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   167
	line-height: 1;	
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   168
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   169
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   170
#content h1 {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   171
	margin: 1em 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   172
	font-family:   "Arial Black", "arial_blackregular", sans-serif;  
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   173
	font-size: 43px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   174
	color: #ffffff;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   175
	text-transform: uppercase;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   176
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   177
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   178
#content h2 {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   179
	margin: 1em 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   180
	font-family: Helvetica, Arial,"arialregular", sans-serif;  
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   181
	font-size: 24px;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   182
	color: #9b9a9a;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   183
	text-transform: uppercase;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   184
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   185
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   186
#content h3 {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   187
	margin: 1em 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   188
	font-family: "Arial Black", "arial_blackregular", sans-serif;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   189
	font-size: 18px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   190
	color: #ffffff;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   191
	text-transform: uppercase;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   192
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   193
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   194
#content h4 {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   195
	margin: 1em 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   196
	font-family: "Arial Bold", "arialbold", sans-serif;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   197
	font-size: 14px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   198
	color: #ffffff;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   199
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   200
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   201
h5 {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   202
	margin: 1em 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   203
	font-family: Helvetica, Arial,"arialregular", sans-serif;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   204
	font-size: 16px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   205
	color: #ffffff;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   206
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   207
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   208
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   209
#content p,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   210
#content pre {
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   211
    margin: 1em 0;
124
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
   212
    font-family: Helvetica, Arial, "arialregular", sans-serif; 
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   213
    font-size: 14px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   214
 /*   font-size: 0.875em; 14px/16px*/
37
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 36
diff changeset
   215
    color: #ffffff;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   216
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   217
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   218
b,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   219
strong,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   220
.bold  {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   221
    font-weight: bold;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   222
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   223
/* if the image is too large to div it decreases image */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   224
footer img,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   225
#bottom img,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   226
#content #bgimage {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   227
	min-width: 100%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   228
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   229
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   230
/* Clearfix: contain floats For modern browsers */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   231
/* 1. The space content is one way to avoid an Opera bug when the `contenteditable` attribute is included anywhere else in the document.
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   232
 *    Otherwise it causes space to appear at the top and bottom of elements that receive the `clearfix` class */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   233
/* 2. The use of `table` rather than `block` is only necessary if using `:before` to contain the top-margins of child elements */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   234
.clearfix:before,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   235
.clearfix:after {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   236
    content: " "; /* 1 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   237
    display: table; /* 2 */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   238
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   239
.clearfix:after {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   240
    clear: both;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   241
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   242
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   243
.box_transparance {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   244
	opacity :1;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   245
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   246
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   247
#content .uppercase{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   248
	text-transform:uppercase;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   249
	}	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   250
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   251
.txt_hidden {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   252
	text-indent: -9999em;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   253
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   254
a.link_img,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   255
a.link_img:link,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   256
a.link_img:visited,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   257
a.link_img:active {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   258
	opacity: 0.586;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   259
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   260
a.link_img:hover,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   261
a.link_img:focus {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   262
	opacity: 1;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   263
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   264
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   265
.floatL {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   266
	float: left;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   267
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   268
.floatR {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   269
	float: right;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   270
}
42
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
   271
	
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   272
#content .big_link {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   273
	font-family: "Arial Black", "arial_blackregular", sans-serif;  
37
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 36
diff changeset
   274
	font-size: 21px;
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 36
diff changeset
   275
	text-align: center;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   276
	margin: 14px 0 16px 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   277
	text-transform: uppercase;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   278
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   279
.metanav {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   280
	z-index: 1000;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   281
	position: fixed !important;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   282
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   283
.text_lowercase {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   284
	text-transform: none;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   285
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   286
#content .marginBottom {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   287
	margin-bottom: 40px ;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   288
}
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   289
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   290
/*	site takes all the space of the browser		*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   291
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   292
html, body {	
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   293
	height: 100%;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   294
	width: 100%;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   295
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   296
#content{
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   297
	width: 100%; /* a changer pour 100% et tester le footer*/ 
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   298
	min-height: 100%;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   299
	position: absolute;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   300
	top: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   301
	bottom: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   302
	left: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   303
	right: 0;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   304
	margin: 0 auto;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   305
	padding-top: 28px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   306
	-webkit-box-sizing: border-box;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   307
	-moz-box-sizing: border-box;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   308
	box-sizing: border-box; 
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   309
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   310
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   311
/*	exception index : width: 98%; margin left and margin right have 1% */
106
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 93
diff changeset
   312
#content.smallMargin {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   313
	width: 98%; /* le footer adapte sa largeur */ 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   314
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   315
#content.hugeMargin {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   316
	width: 76.5625%; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   317
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   318
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   319
/*	exception index for footer position:absolute; */
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   320
#content #content_top {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   321
	height: 100%;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   322
	margin-top: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   323
	margin-bottom: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   324
	padding-bottom: 70px; /*  height of <footer> + some margin */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   325
	-webkit-box-sizing: border-box;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   326
	-moz-box-sizing: border-box;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   327
	box-sizing: border-box; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   328
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   329
footer {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   330
	position: absolute; /* ou position fixe pas de differance ??? */
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   331
	bottom: 0; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   332
	left: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   333
	width: 100%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   334
	
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   335
	height: 66px; /*  height of <footer>  */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   336
	padding: 0 0 20px 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   337
	-webkit-box-sizing: border-box;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   338
	-moz-box-sizing: border-box;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   339
	box-sizing: border-box; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   340
} 
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   341
37
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 36
diff changeset
   342
#content.full_screen {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   343
/*	width: 100%; */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   344
	height: 100%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   345
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   346
.full_hightScreen {
38
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   347
	height: 100%;
37
1f10a9688c1b interchoix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 36
diff changeset
   348
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   349
.pointer {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   350
	cursor: pointer;
42
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
   351
}
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   352
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   353
/*	A block centered vertically in a container class="container_vcentering" of fixed height	*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   354
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   355
.container_vcentering {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   356
  text-align: center; /* centrage horizontal */
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   357
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   358
.box_vcentering {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   359
  vertical-align: middle;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   360
  display: inline-block;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   361
  line-height: 1; /* on rétablit le line-height */
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   362
  text-align: center;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   363
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   364
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   365
/*	elements takes the full height of "content_top"	*/
38
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   366
/*----------------------------------------------*/
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   367
.strut {
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   368
    display:inline-block;
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   369
    vertical-align:middle;
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   370
    height:100%;
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   371
}
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   372
.fullScreen_vcentering {
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   373
    margin: auto;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   374
    display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   375
    vertical-align: middle;
38
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   376
    width: 100%;
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   377
    padding: 0;
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   378
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   379
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   380
/*	if video is too small .fullScreen_vcentering enlarges	*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   381
/*----------------------------------------------*/
42
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
   382
.fullScreen_vcentering #video,
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
   383
.fullScreen_vcentering  video {
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
   384
	max-width: 100%;
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
   385
	height: auto;
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
   386
}
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
   387
38
cdbb56b876c9 mosaic effect loops
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 37
diff changeset
   388
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   389
/*	5- Main	HP	index.html	*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   390
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   391
section a,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   392
section a:link,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   393
section a:visited,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   394
section a:active {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   395
	color: #ffffff;
106
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 93
diff changeset
   396
}
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   397
section a:hover,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   398
section a:focus {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   399
	color: #bfbfbf;
106
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 93
diff changeset
   400
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   401
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   402
#title_hp {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   403
	text-align : left;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   404
	padding: 11px 0 11px 0;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   405
	margin-left: -53px; /* decalage du titre à gauche 53px */ 
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   406
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   407
#title_hp h1 {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   408
    margin: 1px 0 5px 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   409
    padding-left: 40px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   410
    font-size: 43px;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   411
	letter-spacing: 1px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   412
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   413
#title_hp h2 {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   414
    margin: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   415
    padding-left: 35px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   416
	text-shadow: #000000 0 0 0px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   417
	font-weight: lighter;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   418
	letter-spacing: 1px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   419
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   420
#title_hp .h2_exeption {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   421
    padding-left: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   422
   	font-size: 25px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   423
	letter-spacing: 1px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   424
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   425
#main {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   426
	display: block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   427
	width: 100%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   428
	position: relative;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   429
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   430
#bottom a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   431
	color: #ffffff;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   432
	-webkit-transition: all 0.3s ease-in-out;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   433
    -moz-transition: all 0.3s ease-in-out;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   434
    -o-transition: all 0.3s ease-in-out;    
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   435
    transition: all 0.3s ease-in-out;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   436
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   437
#bottom a:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   438
#bottom a:focus {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   439
	color: #9b9a9a;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   440
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   441
#bd_noir {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   442
	position: absolute;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   443
	z-index: 111;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   444
	width: 100%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   445
	height: 100%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   446
	top: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   447
	bottom: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   448
	left: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   449
	right: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   450
	opacity: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   451
	background-color: #000000;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   452
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   453
#mosaic {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   454
	position: relative;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   455
	display: block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   456
	z-index: 1;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   457
	margin: 0 auto;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   458
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   459
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   460
/*	Footer HP				*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   461
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   462
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   463
footer a,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   464
footer a:link,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   465
footer a:visited,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   466
footer a:active {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   467
	color: #bfbfbf;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   468
	-webkit-transition: all 0.3s ease-in-out;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   469
    -moz-transition: all 0.3s ease-in-out;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   470
    -o-transition: all 0.3s ease-in-out;    
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   471
    transition: all 0.3s ease-in-out;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   472
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   473
footer a:hover,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   474
footer a:focus {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   475
	color: #ffffff;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   476
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   477
footer ul {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   478
	margin: 0;
124
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
   479
	
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   480
	font-family: Arial, "arialregular", Helvetica, sans-serif; 
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   481
	font-size: 9px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   482
	color: #b9b9b9;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   483
	text-transform: uppercase;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   484
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   485
footer ul li{
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   486
	display: inline;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   487
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   488
footer ul li a{
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   489
	display: inline-block;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   490
}
124
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
   491
footer .logo_partners {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
   492
	margin-bottom: 12px; 
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   493
	padding-right: 22px;
124
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
   494
}	
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   495
footer .logo_partners li a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   496
	margin-top: 10px; 	
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   497
	height: 28px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   498
	line-height: 28px;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   499
	text-align: bottom;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   500
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   501
footer .logo_partners li a img {
124
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
   502
	vertical-align: bottom;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   503
	opacity: 1;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   504
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   505
footer .logo_partners li a:hover img,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   506
footer .logo_partners li a:focus img {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   507
	opacity: 0.7;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   508
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   509
footer .logo_partners li:first-child li a{
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   510
	width: 39px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   511
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   512
footer .logo_partners li:first-child li+li a{
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   513
	width: 40px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   514
	padding-left: 18px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   515
}
124
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
   516
footer .logo_partners+.logo_partners li ul li a{
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   517
	width: 42px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   518
}
124
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
   519
footer .logo_partners+.logo_partners li ul li+li a{
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   520
	width: 62px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   521
	padding-left: 16px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   522
}
124
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
   523
footer .logo_partners+.logo_partners li ul li+li+li a{
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   524
	width: 56px;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   525
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   526
footer .logo_partners .logo_bg a,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   527
footer .logo_partners .logo_bg a:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   528
footer .logo_partners .logo_bg a:visited,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   529
footer .logo_partners .logo_bg a:active {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   530
	background: transparent url(../img/footer/fInter.png) no-repeat top left;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   531
	background-position: 0 0;	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   532
	cursor: pointer;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   533
	-webkit-transition: none;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   534
    -moz-transition: none;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   535
    -o-transition: none;    
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   536
    transition: none;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   537
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   538
footer .logo_partners ul:first-child .logo_bg a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   539
    width: 28px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   540
    height: 28px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   541
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   542
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   543
footer .logo_partners .logo_bg a:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   544
footer .logo_partners .logo_bg a:focus {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   545
	background-position: 0 -28px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   546
}
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   547
footer #socialMedia {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   548
	margin-top: 24px; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   549
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   550
footer #socialMedia li a{
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   551
	display: inline-block;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   552
	vertical-align: middle;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   553
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   554
footer #socialMedia .socialLogo a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   555
	width: 19px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   556
	height: 19px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   557
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   558
footer #socialMedia li+li {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   559
	padding-left: 22px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   560
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   561
footer #socialMedia li a img {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   562
	opacity: 1;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   563
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   564
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   565
footer #socialMedia li a:hover img,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   566
footer #socialMedia li a:focus img {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   567
	opacity: 0.7;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   568
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   569
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   570
footer #socialMedia li.license a img {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   571
	opacity: 0.7;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   572
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   573
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   574
footer #socialMedia li.license a:hover img,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   575
footer #socialMedia li.license a:focus img {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   576
	opacity: 1;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   577
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   578
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   579
/*	PopUP			*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   580
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   581
#blanket {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   582
	background-color: #000000;
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   583
	opacity: 0.88;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   584
	position:absolute;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   585
	z-index: 500;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   586
	top:28px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   587
	bottom:0px;	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   588
	right:0px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   589
	left:0px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   590
	width: 100%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   591
	height: 100%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   592
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   593
#popUpDiv {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   594
	position: absolute;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   595
	width: 71.875%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   596
	height: 63.59%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   597
	z-index: 501;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   598
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   599
#popUpTitle {
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   600
	position: relative;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   601
	text-align: center;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   602
	margin: 0.7em 0 1.4em 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   603
} 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   604
#popUpTxtScroll {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   605
	overflow: auto;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   606
	height: 85%; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   607
}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   608
#popUpDiv h2{
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   609
	display: inline-block;
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   610
	margin: 0 1.5em 0 0.5em;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   611
	font-family: "Arial Black", "arial_blackregular", sans-serif;  
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   612
	color: #ffffff;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   613
	line-height: 1.2;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   614
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   615
#popUpDiv h4{
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   616
	font-family: "Arial Black", "arial_blackregular", sans-serif;  
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   617
	margin: 1.1em 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   618
	color: #acacac;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   619
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   620
#popUpDiv p{
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   621
	line-height: 1.5;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   622
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   623
#popUpDiv p:first-child,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   624
#popUpDiv p:last-child {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   625
	margin-top: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   626
	margin-bottom: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   627
}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   628
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   629
#popUpTxtScroll .gris {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   630
	color: #9b9a9a;;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   631
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   632
#popUpTxtScroll p,
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   633
#popUpTxtScroll h3 {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   634
	margin-right: 7%; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   635
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   636
#popUpClose {
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   637
	position: absolute;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   638
	top : 0;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   639
	right: 0;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   640
	width: 14px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   641
	height: 14px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   642
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   643
a#popUpClose,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   644
a#popUpClose:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   645
a#popUpClose:visited,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   646
a#popUpClose:active {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   647
	opacity: 0.5;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   648
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   649
a#popUpClose:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   650
a#popUpClose:focus {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   651
	opacity: 1;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   652
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   653
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   654
/*	6- Page inter-choice			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   655
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   656
#content .big_txt p{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   657
	font-family: "Arial Black", "arial_blackregular", sans-serif;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   658
	font-size: 51px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   659
	text-align: center;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   660
	text-transform: uppercase;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   661
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   662
#inter_choice .big_txt p{
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   663
	/* margin: 2.1372em 0; 109px 0*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   664
	margin: 1.9372em 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   665
	line-height: 1.2;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   666
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   667
#inter_choice .big_txt p:first-child, 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   668
#choice .big_txt p:first-child, {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   669
	margin-top: 1.2156em; /* 62px */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   670
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   671
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   672
/*	6- Page choice / Transition			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   673
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   674
#choice .big_txt p{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   675
	margin: 0.4901em 0; /*25px 0;*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   676
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   677
#bg_mosaic,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   678
#bg_img {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   679
	z-index: 5;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   680
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   681
#transition .big_txt p{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   682
	margin: 0.3529em 0; /*18px 0;*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   683
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   684
#transition .big_txt p.margin_exeption{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   685
	margin: 0.9215em 0; /*47px 0;*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   686
}
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   687
#transition .big_txt p.margin_exeptionTop {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   688
		margin-top: 0.9215em;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   689
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   690
#transition .big_txt p.margin_exeptionBottom {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   691
	margin-bottom: 0.9215em;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   692
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   693
.positionAbs {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   694
	position: absolute;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   695
	top: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   696
	bottom: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   697
	left: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   698
	right: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   699
	z-index: 6;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   700
	padding-top: 28px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   701
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   702
.blue a,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   703
.blue a:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   704
.blue a:visited,
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   705
.blue a:active,
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   706
.blue a:focus {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   707
	color: #010cfe;	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   708
	-webkit-transition: color 0.6s linear;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   709
    -moz-transition: color 0.6s linear;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   710
    -o-transition: color 0.6s linear;    
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   711
    transition: color 0.6s linear;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   712
}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   713
.blue a:hover {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   714
	color: #ffffff;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   715
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   716
.whiteN a,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   717
.whiteN a:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   718
.whiteN a:visited,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   719
.whiteN a:active {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   720
	color:  #ffffff;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   721
	-webkit-transition: color 0.6s linear;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   722
    -moz-transition: color 0.6s linear;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   723
    -o-transition: color 0.6s linear;    
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   724
    transition: color 0.6s linear;	
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   725
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   726
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   727
.red a,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   728
.red a:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   729
.red a:visited,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   730
.red a:active {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   731
	color:  #fe0000;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   732
	-webkit-transition: color 0.6s linear;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   733
    -moz-transition: color 0.6s linear;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   734
    -o-transition: color 0.6s linear;    
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   735
    transition: color 0.6s linear;	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   736
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   737
.whiteN a:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   738
.whiteN a:focus,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   739
.red a:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   740
.red a:focus {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   741
	color: #000000;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   742
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   743
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   744
/*	7- Page Transition			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   745
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   746
#theEnd {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   747
	position: absolute;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   748
	top: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   749
	bottom: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   750
	left: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   751
	right: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   752
	background-color: #000000;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   753
	z-index: 11;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   754
	text-align: center;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   755
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   756
#theEnd h1 {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   757
	font-size: 80px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   758
	text-align: center;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   759
	display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   760
	vertical-align: middle;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   761
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   762
.display {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   763
	display: none;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   764
  }
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   765
.white a,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   766
.white a:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   767
.white a:visited,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   768
.white a:active {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   769
	color:  #ffffff;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   770
	-webkit-transition: color 0.6s linear;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   771
    -moz-transition: color 0.6s linear;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   772
    -o-transition: color 0.6s linear;    
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   773
    transition: color 0.6s linear;	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   774
} 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   775
.white a:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   776
.white a:focus {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   777
	color: #2d2d2a;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   778
}	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   779
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   780
/*	9- Partage			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   781
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   782
#title_sp h1 {  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   783
	margin: 1em 0 0.3617em 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   784
	font-size: 47px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   785
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   786
#bottom #socialMedia {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   787
	margin-top: 24px; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   788
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   789
#bottom #socialMedia li{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   790
	display: inline;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   791
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   792
#bottom #socialMedia li a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   793
	display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   794
	vertical-align: middle;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   795
	width: 28px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   796
	height: 28px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   797
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   798
#bottom #socialMedia li a:hover img, 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   799
#bottom #socialMedia li a:focus img {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   800
	opacity: 0.7;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   801
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   802
#bottom #socialMedia li+li {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   803
	padding-left: 44px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   804
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   805
#imgMiddle img{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   806
	margin: 0 auto;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   807
	display: block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   808
}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   809
.boxReturn {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   810
	position: absolute;
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   811
	height: 20px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   812
	width: 18px;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   813
	top: 28px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   814
	left: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   815
	padding: 25px 18px;
124
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
   816
	z-index: 499;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   817
}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   818
.btnReturn {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   819
	background: transparent url(../img/btn_return.png) no-repeat top left;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   820
    width: 18px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   821
    height: 20px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   822
    text-indent: -9999em;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   823
    vertical-align: top;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   824
}
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   825
.btnReturn:hover,
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   826
.btnReturn:focus {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   827
    background-position: 0 -20px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
   828
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   829
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   830
/*	Credit			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   831
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   832
#credit {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   833
	text-align: center;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   834
	margin : 25px 0; 
124
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
   835
	overflow: auto;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
   836
	height: 95%; 
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   837
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   838
.overflow {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   839
	overflow-y: scroll;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   840
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   841
#credit .gris {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   842
	color: #9b9a9a;;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   843
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   844
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   845
/*	Menu sous-niveau - Bonus			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   846
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   847
#menuBonus p{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   848
	font-size: 80px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   849
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   850
#menuBonus .big_txt p{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   851
	margin: 0.9215em 0; /*47px 0;*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   852
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   853
#content .big_txt p.margin_huge {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   854
	margin: 2.4em 0 0.3529em 0; /*47px 0;*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   855
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   856
#content p.black{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   857
	color: #000000;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   858
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   859
/*	Portraits sous-niveau - Bonus			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   860
#content .small_txt p{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   861
	font-family: "Arial Black", "arial_blackregular", sans-serif;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   862
	font-size: 24px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   863
	line-height: 1.2;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   864
	text-align: center;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   865
	text-transform: uppercase;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   866
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   867
.col_big {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   868
	width: 45%; 	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   869
	/*width: 33.333333%; */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   870
	display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   871
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   872
.col_middle {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   873
	width: 30%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   874
	display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   875
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   876
.col_small {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   877
	width: 25%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   878
	display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   879
}
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   880
#intPortrait p a {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   881
	cursor: pointer;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
   882
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   883
#intPortrait .white a:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   884
#intPortrait .white a:hover {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   885
	color: #7e7878;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   886
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   887
#playerAudio p {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   888
	display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   889
	margin: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   890
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   891
#playerAudio p.time {
124
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
   892
	font-family: Arial, Helvetica, "arialregular", sans-serif;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   893
	font-size: 11px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   894
	margin-right: 30px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   895
}	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   896
.boxAudio {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   897
	text-align: left; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   898
	display: block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   899
	width: 670px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   900
	margin: 0 auto;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   901
/*	margin: 3% auto;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   902
	margin: 1.8% 0;*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   903
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   904
.boxAudio p{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   905
	vertical-align: middle;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   906
}	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   907
#playerAudio p.gris {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   908
	color: #B9B9B9;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   909
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   910
#playerAudio .big_txt p+p{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   911
	margin: 0.24505em 0; /*25px 0;*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   912
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   913
.hidden {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   914
	display: none; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   915
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   916
audio {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   917
	display: none; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   918
	width: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   919
	height: 0
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   920
}
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   921
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   922
/*	Video 			*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   923
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   924
video.small_video, 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   925
#video.small_video video{
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
   926
	min-width: 100%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
   927
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   928
#main video {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   929
	margin: 0 auto;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   930
	display: block;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   931
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   932
#topEmpty,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   933
#bottomEmpty {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   934
	display: block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   935
/*	min-height: 40px; */
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   936
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   937
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   938
/*	Video Controls				*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   939
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   940
#controlContainer{
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   941
overflow: hidden;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   942
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   943
#controlbar {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   944
    position: absolute;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   945
	bottom: 0px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   946
	/* bottom: -50px; */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   947
    left: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   948
    right: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   949
    height: 66px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   950
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   951
#controlbarPlay {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   952
    position: absolute;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   953
	bottom: 0px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   954
    left: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   955
    right: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   956
    height: 50px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   957
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   958
#controlbar .container_hcentering {
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   959
	margin: 0 auto;
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
   960
	width: 580px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   961
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   962
#controlbarPlay .container_hcentering {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   963
	margin: 0 auto;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   964
	width: 20px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   965
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   966
#controlbarPlay {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   967
    position: absolute;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   968
	bottom: 0px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   969
    left: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   970
    right: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   971
    height: 50px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   972
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   973
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   974
#progressContainer {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   975
	width: 240px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   976
	display: inline-block;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   977
	vertical-align: top;
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
   978
	height: 38px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   979
	margin: 0 25px; 	
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   980
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   981
.progress_bar {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   982
	height: 5px;
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
   983
	margin-top: 8px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   984
	border-radius: 2px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   985
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   986
#progressBar {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   987
	position: relative;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   988
	z-index: 1;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   989
	width: 240px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   990
	background-color: #777777;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   991
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   992
#progress {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   993
	position: absolute;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   994
	z-index: 2;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   995
	top: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   996
	left: 0;
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
   997
	margin: 0;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
   998
	width: 0; /* to change with JS */
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
   999
	background-color: #ffffff;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1000
}
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1001
#stateBar {
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1002
	position: absolute;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1003
	z-index: 3;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1004
	top: -6px;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1005
	left: 0; /* to change with JS */
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1006
	
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1007
	width: 16px; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1008
	height: 16px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1009
	background-color: #000000;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1010
	border-radius: 2px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1011
	border: 2px solid #777777;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1012
	-moz-box-shadow: 0 0 5px 3px #000000;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1013
	-webkit-box-shadow: 0 0 5px 3px #000000;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1014
	box-shadow: 0 0 5px 3px #000000;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1015
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1016
footer #progressTime{
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1017
	margin: 10px 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1018
	width: 240px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1019
	font-size: 11px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1020
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1021
#content .txt_white {
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1022
	color: #ffffff;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1023
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1024
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1025
.btn {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1026
	background: transparent url(../img/footer/controls.png) no-repeat top left;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1027
	text-indent: -99999px;  
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1028
	cursor: pointer;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1029
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1030
#btnSDHD {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1031
    background-position: 0 -12px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1032
    width: 55px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1033
    height: 12px;	
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1034
} 
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1035
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1036
#btnSDHD:hover,
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1037
#btnSDHD:focus {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1038
    background-position: 0 -24px !important;	
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1039
}  
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1040
#btnBck,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1041
#btnBck:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1042
#btnBck:visited,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1043
#btnBck:active {
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1044
    background-position: -55px 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1045
    width: 16px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1046
    height: 16px;
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1047
    margin-right: 30px; 
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1048
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1049
#btnBck:hover,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1050
#btnBck:focus {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1051
    background-position: -55px -16px;   
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1052
}
46
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1053
#btnPlayPause {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1054
	background-position: -77px 0;	
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1055
	width: 16px; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1056
	height: 18px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1057
    margin-right: 30px; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 45
diff changeset
  1058
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1059
#controlbarPlay #btnPlayPause{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1060
    margin-right: 0; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1061
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1062
.btnPlayPause {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1063
	background: transparent url(../img/footer/controlPlayPause.png) no-repeat top left;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1064
	text-indent: -99999px;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1065
	cursor: pointer;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1066
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1067
	background-position: 0 0;	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1068
	width: 24px; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1069
	height: 30px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1070
    margin-right: 10px; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1071
    text-align: left;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1072
}
106
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 93
diff changeset
  1073
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1074
#btnFwd,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1075
#btnFwd:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1076
#btnFwd:visited,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1077
#btnFwd:active {
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1078
    background-position: -93px 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1079
    width: 16px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1080
    height: 16px;  
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1081
    margin-right: 30px; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1082
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1083
#btnFwd:hover,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1084
#btnFwd:focus {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1085
    background-position: -93px -16px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1086
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1087
#btnInfo {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1088
    background-position: -109px 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1089
    width: 21px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1090
    height: 21px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1091
    margin-right: 30px; 
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1092
    padding-bottom: 1px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1093
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1094
#btnInfo:hover,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1095
#btnInfo:focus {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1096
    background-position: -109px -21px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1097
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1098
#btnChoice {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1099
    background-position: -130px 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1100
    width: 21px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1101
    height: 21px;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1102
    padding-bottom: 1px;
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1103
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1104
#btnChoice:hover,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1105
#btnChoice:focus {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1106
    background-position: -130px -21px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1107
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1108
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1109
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1110
/*	NIV2- Video Page			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1111
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1112
.link_prev{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1113
	display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1114
	width: 17px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1115
	height: 20px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1116
    margin-left: 6px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1117
	vertical-align: baseline;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1118
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1119
#title_vp {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1120
	padding: 19px 0 5px 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1121
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1122
#title_vp h1{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1123
    display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1124
    margin-left: 12px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1125
    font-size: 27px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1126
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1127
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1128
/*		NIV2- Video 			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1129
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1130
.float_sequence {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1131
	white-space: nowrap;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1132
	overflow: hidden;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1133
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1134
.float_sequence ul{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1135
	margin: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1136
	padding: 7px 36px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1137
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1138
.float_sequence  li {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1139
	display: inline;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1140
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1141
.float_sequence  li a {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1142
	display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1143
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1144
#title_sequence {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1145
	width: 100%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1146
	margin-bottom: 9px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1147
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1148
	font-family: "Arial Black", "arial_blackregular", sans-serif;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1149
	font-size: 16px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1150
	color: #777777;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1151
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1152
#title_sequence a,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1153
#title_sequence a:link,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1154
#title_sequence a:visited,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1155
#title_sequence a:active{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1156
	font-family: "Arial Black", "arial_blackregular", sans-serif;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1157
	font-size: 16px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1158
	color: #777777;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1159
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1160
#title_sequence a:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1161
#title_sequence a:focus {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1162
	color: #ffffff;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1163
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1164
#title_sequence .here a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1165
	color: #ffffff;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1166
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1167
#tag_container {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1168
	margin: 9px 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1169
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1170
#tag_sequence {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1171
	width: 78%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1172
	float: left;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1173
	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1174
	font-family: "Arial Bold", "arialbold", sans-serif;  
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1175
	font-size: 13px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1176
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1177
#tag_sequence ul {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1178
	padding: 7px 6px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1179
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1180
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1181
/*	NIV2- Search/Tag 			*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1182
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1183
input {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1184
	font-family: Arial,"arialregular", sans-serif; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1185
	font-size: 13px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1186
	color: #000000;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1187
	-webkit-box-sizing: border-box;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1188
	-moz-box-sizing: border-box;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1189
	box-sizing: border-box; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1190
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1191
input[name="tag"],
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1192
input[name="search"] {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1193
	width: 158px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1194
	height: 24px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1195
	background-color: #808080;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1196
	border: none;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1197
	border-radius: 7px 0 0 7px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1198
	margin-right: 5px; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1199
	padding:0 8px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1200
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1201
input[type="submit"] {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1202
	width: 33px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1203
	height: 24px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1204
	background-color: #636363;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1205
	border: none;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1206
	font-family: "Arial Bold", "arialbold", sans-serif; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1207
	font-weight: bold;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1208
	font-size: 15px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1209
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1210
input[type="submit"]:hover,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1211
input[type="submit"]:focus{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1212
	background-color: #ffffff;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1213
}
106
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 93
diff changeset
  1214
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1215
#form_tag,
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1216
#form_search {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1217
	float: right;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1218
	margin-left: 13px; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1219
}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1220
/*----------------------------------------------*/
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1221
/*	NIV2- HP level2			*/
36
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1222
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1223
#header_hpn2 {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1224
	margin: 25px 0 9px 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1225
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1226
#btnMenu {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1227
	float:left;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1228
	padding: 0 18px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1229
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1230
#table_tag {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1231
	position: relative;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1232
	height: 100%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1233
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1234
#arrowTop,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1235
#arrowBottom {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1236
	width: 11px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1237
	height: 7px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1238
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1239
#arrowLeft,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1240
#arrowRight {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1241
	width: 7px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1242
	height: 11px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1243
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1244
#arrowTop{
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1245
	position: absolute;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1246
	top:0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1247
	left: 50%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1248
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1249
#arrowBottom{
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1250
	position: absolute;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1251
	bottom:0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1252
	left: 50%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1253
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1254
#arrowLeft {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1255
	position: absolute;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1256
	top:50%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1257
	left: 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1258
}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1259
#arrowRight{
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1260
	position: absolute;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1261
	top:50%;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents:
diff changeset
  1262
	right: 0;
42
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
  1263
}
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
  1264
/*----------------------------------------------*/
106
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 93
diff changeset
  1265
/* Resize for screen (max-width: 900px)	and smartphone	*/
42
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
  1266
/*----------------------------------------------*/
106
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 93
diff changeset
  1267
/* la taille du texte (plus petit) */
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1268
@media only screen and (max-width: 900px) {
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1269
	#inter_choice .big_txt p,
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1270
	#choice .big_txt p,
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1271
	#transitionTxt .big_txt p,
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1272
	#menuBonus .big_txt p,
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1273
	#playerAudio .big_txt p + p {
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1274
		font-size: 39px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1275
	}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1276
	#content .small_txt p {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1277
		font-size: 19px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1278
	}
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1279
	.boxAudio {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1280
		width: 540px;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1281
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1282
}	
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1283
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1284
@media only screen and (max-width: 700px) {
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1285
	#inter_choice .big_txt p,
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1286
	#choice .big_txt p,
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1287
	#transitionTxt .big_txt p,
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1288
	#menuBonus .big_txt p,
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1289
	#playerAudio .big_txt p + p {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1290
		font-size: 28px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1291
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1292
	#theEnd h1 {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1293
		font-size: 50px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1294
	}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1295
	#content .small_txt p {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1296
		font-size: 12px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1297
	}
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1298
	.btnPlayPause {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1299
		-webkit-transform: scale(0.5);
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1300
		-moz-transform: scale(0.5);
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1301
		-o-transform: scale(0.5);
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1302
		transform: scale(0.5);
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1303
	    margin-right: 0; 
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1304
	}
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1305
	.boxAudio {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1306
		width: 400px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1307
	}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1308
}	
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1309
@media only screen and (max-width: 756px) {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1310
		
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1311
	footer {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1312
		height: 120px; /*  height of <footer>  */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1313
	}
42
01415303372e écran choix
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 38
diff changeset
  1314
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1315
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1316
@media only screen and (max-width: 480px) {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1317
	#choice .big_txt p,
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1318
	#transitionTxt .big_txt p,
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1319
	#menuBonus .big_txt p,
106
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 93
diff changeset
  1320
	#playerAudio .big_txt p + p {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1321
		font-size: 22px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1322
	}
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1323
	#inter_choice .big_txt p {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1324
		font-size: 18px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1325
	}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1326
	#theEnd h1 {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1327
		font-size: 40px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1328
	}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1329
	#content .small_txt p {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1330
		font-size: 10px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1331
	}
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1332
	.boxAudio {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1333
		width: 340px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1334
	}
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1335
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1336
	/* la taille du texte (plus petit) */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1337
	footer ul {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1338
		font-size: 8px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1339
	}
124
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
  1340
	
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1341
	/* la taille des icones (plus petites) */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1342
	footer .logo_partners li a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1343
		height: 25px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1344
		line-height: 25px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1345
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1346
	footer .logo_partners li:first-child li a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1347
		width: 35px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1348
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1349
	footer .logo_partners li:first-child li+li a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1350
		width: 36px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1351
		padding-left: 15px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1352
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1353
	footer .logo_partners li+li li a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1354
		width: 39px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1355
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1356
	footer .logo_partners li+li li+li a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1357
		width: 56px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1358
		padding-left: 13px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1359
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1360
	footer .logo_partners li+li li+li+li a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1361
		width: 50px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1362
		padding-left: 13px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1363
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1364
	footer #socialMedia .socialLogo a{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1365
		width: 18px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1366
		height: 18px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1367
	}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1368
	#content h2 {
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1369
		font-size: 20px;
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1370
	}
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1371
	#content h3 {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1372
		font-size: 14px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1373
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1374
	#content p,
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1375
	#content h4 {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1376
		font-size: 12px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1377
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1378
	/* changement de la taille de titre */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1379
	#title_hp {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1380
		padding: 0; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1381
		margin-left: -20px ; /* decalage du titre à gauche 32 / 53px */ 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1382
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1383
	#title_hp h1 {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1384
    	margin: 1px 0 5px 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1385
    	padding-left: 1.142857em; /* 32px 40px / -20% */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1386
    	font-size: 28px; /* 43px  */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1387
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1388
	#title_hp h2 {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1389
    	padding-left: 2em; /* 30px 35px / -20% */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1390
    	font-size: 15px; /* 24px */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1391
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1392
	#title_hp .h2_exeption {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1393
   		font-size: 16px; /* 25px / -20% */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1394
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1395
	#content .big_link {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1396
		font-size: 16px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1397
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1398
	#popUpClose {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1399
		width: 10px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1400
		height: 10px;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1401
	}
93
7c37aaa2a8ae netoyage update du rep static
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 80
diff changeset
  1402
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1403
}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1404
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1405
/*----------------------------------------------*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1406
/* Resize for smartphone	*/
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1407
/*----------------------------------------------*/
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1408
	body#mobilhp {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1409
		height: 100%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1410
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1411
	#mobilhp  #content{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1412
		padding: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1413
		width: 90%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1414
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1415
	#mobilhp  #content_top{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1416
		padding: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1417
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1418
	#mobilhp  header{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1419
		height: 27%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1420
		text-align: center; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1421
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1422
	#mobilhp  #bottom{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1423
		height: 43%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1424
		text-align: center;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1425
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1426
	#mobilhp  footer {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1427
		height: 30%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1428
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1429
	/* pas de padding pour le dernier elem */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1430
	#mobilhp footer .logo_partners > li:last-child {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1431
		padding-right: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1432
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1433
	/* un nouveau elem sur mobile*/
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1434
	#mobilhp #txt_phone {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1435
		font-family: "Arial Black", "arial_blackregular", sans-serif;  
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1436
		text-align: left;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1437
		text-transform: uppercase;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1438
		font-size: 14px; /* 43px  */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1439
		line-height: 1.1;
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1440
		color: #ffffff;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1441
		margin: 1em 0;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1442
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1443
	/* changement de la taille de titre */
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1444
	#mobilhp #title_hp {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1445
		padding: 0; 
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1446
   		display: inline-block;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1447
    	vertical-align: bottom;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1448
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1449
	#mobilhp #blanket {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1450
		top: 0;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1451
	}
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1452
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1453
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1454
@media only screen and (orientation: landscape) {
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1455
	#mobilhp  header {
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1456
		height: 36%;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1457
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1458
	#mobilhp  #bottom {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1459
		height: 26%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1460
	}
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1461
	#mobilhp  footer {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1462
		height: 38%;
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1463
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1464
	#mobilhp #content{
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1465
		width: 98%;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1466
	}
124
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
  1467
	/* changement de la taille de titre */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
  1468
	#mobilhp #title_hp {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
  1469
		padding: 0; 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
  1470
		margin-left: -20px ; /* decalage du titre à gauche 32 / 53px */ 
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
  1471
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
  1472
	#mobilhp #title_hp h1 {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
  1473
		margin: 1px 0 5px 0;
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
  1474
		padding-left: 1.142857em; /* 32px 40px / -20% */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
  1475
   		font-size: 28px; /* 43px  */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
  1476
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
  1477
	#mobilhp #title_hp h2 {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
  1478
  		padding-left: 2em; /* 30px 35px / -20% */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
  1479
   		font-size: 15px; /* 24px */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
  1480
	}
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
  1481
	#mobilhp #title_hp .h2_exeption {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
  1482
  		font-size: 16px; /* 25px / -20% */
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 113
diff changeset
  1483
	}
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1484
	#mobilhp footer .logo_partners > li:last-child {
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1485
		padding-right: 22px;
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1486
	}
80
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1487
	#mobilhp footer #socialMedia {
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 78
diff changeset
  1488
		margin-top: 0; 
78
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1489
	}
8c3f0b94d056 big commit after problems
Edwin Razafimahatratra <edwin@robotalismsoft.com>
parents: 47
diff changeset
  1490
}