/* STYLES DE BASE */


/**
 * @author Idir MEZINE
 * @copyright 2013
 */


/*
body{
	color:red; Valable pour tous les navigateurs
	color :green\9;/* IE8
	*color :yellow;/* IE7
	_color :orange;OU ?color :orange;/* IE6
}

Seulement pour IE7
*:first-child+html [selector]{
	background:red;
}
 
Seulement pour IE6
* html [selector]{
	background:red;
}
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
foo,
headr,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
var,
video,
xmp {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 100%;
    vertical-align: baseline;
    /*background:transparent;*/
}

html,
body {
    height: 100%;
}

html {
    font-family: sans-serif;
    overflow-y: no-display;
    overflow-y: auto;
    font-size: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    width: 100%;
    line-height: 1;
    background-color: #fff;
}


/* Plugin FB Customer Chat */

article,
aside,
details,
figcaption,
figure,
foo,
headr,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

dfn {
    font-style: italic;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    quotes: none;
}

blockquote {
    margin: 1em 2.5em;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

sub,
sup,
small {
    font-size: 0.75em;
}

sup,
sub {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

code {
    background-color: #eee;
    border-radius: 3px;
    font-family: courier, monospace;
    padding: 0 3px;
}

svg {
    /*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
    overflow: hidden;
}

.chromeframe {
    width: 300px;
    padding: 10px;
    background-color: #ff9;
    text-align: center;
    position: fixed;
    right: 0;
    z-index: 100;
}


/* Lors de la selection du texte */

::-moz-selection {
    background: #CC3333;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #CC3333;
    text-shadow: none;
    color: #fff;
}


/* Titres */

h1,
h2,
h3,
h4,
h5,
h6 {
    /* margin:1em 0 .5em;Rapproche le titre du texte. */
    line-height: 1.2;
    font-weight: bold;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}


/* Listes */

ul,
ol {
    padding: 0;
    /*list-style:none;*/
    margin: .75em 0 .75em 2em;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    /*
  For IE6 + IE7:

  "display:list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
    display: list-item;
}


/* Paragraphes */

p {
    margin: .75em 0;
    /* Marges plus faibles que par défaut. */
    line-height: 1.4em;
}

address {
    margin: .75em 0;
    font-style: normal;
}


/* Ligne horizontale */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 0;
    border: 0;
    margin: 1em 0;
    padding: 0;
    clear: both;
    border-top: 2px solid #e5e5e5;
}


/* Eléments Text de type block */

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
    margin-bottom: 1.25em;
}


/* Liens */

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
}

:focus,
a:hover,
a:active {
    outline: none;
}


/* Divers éléments de type inline */

img {
    border: none;
    font-size: 0;
    color: transparent;
    vertical-align: middle;
    /*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
    -ms-interpolation-mode: bicubic;
}

em {
    font-style: italic;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 0.85em;
}


/* Tableaux */

table {
    border-spacing: 0;
    border-collapse: collapse;
    border-collapse: separate;
}

th,
td,
caption {
    font-weight: normal;
    vertical-align: top;
    /*text-align:left;*/
}

.table {
    width: 100%;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}

.table tr {
    height: auto;
}

.table td,
.table th {
    padding: 0;
    border: none;
    text-align: center;
    vertical-align: middle;
}


/* Formulaires */

form,
fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -0.4375em;
}

button,
input {
    line-height: normal;
}

button[disabled],
input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

input,
button,
select,
textarea {
    margin: 0;
    padding: 0 0.4em;
    font-size: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-top: 1px solid #C0C0C0;
}

textarea {
    resize: vertical;
    vertical-align: top;
    overflow: auto;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}


/* Pré-remplissage des champs */

.placeholder {
    color: #999;
}


/* Label */

label {
    color: #666;
    text-shadow: 0 1px 0 #fff;
}

video {
    width: 100% !important;
    height: auto !important;
}

embed,
object,
video,
iframe {
    max-width: 100%;
}


/* Les flash */

.swf {
    position: relative;
    z-index: 0;
}