/*
Licensed under the Apache License, Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Bidouillé par l'équipe de Souterweb 2017

h2 : font-size: 10pt; font-weight: bold
body : background-image: url(../backsouterweb.gif).
LayoutGrid : width: 1010px;
*/

html,
body
{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

html
{
    font-size: 13px;
    line-height: 1.5;
}

body
{
    font-family: source-sans-pro, sans-serif; background-image: url(../backsouterweb.gif);
    color: #333;
    cursor: default;
}

code,
pre
{
    font-family: source-code-pro, monospace;
}

h1
{
    font-size: 1.675rem;
    font-weight: 300;
    font-style: normal;
}

h2
{
    font-size: 1.5rem;
    font-weight: 300;
    font-style: normal;
	font-size: 10pt; font-weight: bold
}

.LayoutGrid
{
    width: 1010px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.LayoutCenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.PanelFillExtraLight
{
    background-color: #fff;
}

.PanelDiffuseShadow
{
    box-shadow: 0 0 9px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 9px 1px -moz-rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,.2);
    zoom: 100%;
}

.init * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

:link{
    color: #225FD7;
    text-decoration: none;
}

:link:focus {
    outline: 2px solid rgba(34, 95, 215, 0.3);
    -moz-outline-radius: 3px;
}

:link:hover,
:link:focus {
    text-decoration: underline;
}

:link:active,
:link:hover {
    outline: 0;
}
