/* Cascaded Style Sheet released by S.A.RL. Novacrea */

html, body, table {
	font-size: 12px;
    font-weight: normal;
	line-height: 24px;
	color: #000;
	font-family: "Trebuchet MS", "URW Gothic L", sans-serif;
	border-collapse: collapse;
}

body {
    background: #FFF url(../images/body.jpg) -139px 0 repeat-x;
    text-align: center;
}

/* Je définis toutes les marges à zéro pour éviter les marges automatiques */
* {
	margin: 0;
	padding: 0;
}

h1 a {
}

h2 {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #666;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    color: #B30325;
    background: transparent url(../images/fade.png) 0 0 repeat;
}

h3 {
    border: 1px solid #B30325;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    font-weight: normal;
	background: transparent url(../images/fade.png) 0 0 repeat;
}

h4 {
    position: absolute;
    top: -14px;
    left: 10px;
    padding: 0 5px;
    border: 1px solid #666;
    font-size: 18px;
    font-weight: normal;
    color: #E9DDC5;
    background-color: #B30325;
    white-space: nowrap;
}

p {margin-bottom: 5px}

a {
    color: #B30325;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}


textarea {display: block}

/* *Suppression de la bordure autour d'un lien lors du clic */
*:focus {outline: 0;}

/* J'empeche la bordure automatique des images dans les liens */
img {border: 0}
td img {margin-top: 7px;}

/* Mise en forme des messages d'avertissement */
.error, .success, .warning, .information {
    padding: 12px 12px 12px 56px;
    list-style: none;
}
.error {
    color: #D40000;
    background: transparent url(../images/error.png) 12px center no-repeat;
}
.success {
    color: green;
    background: transparent url(../images/tick.png) 12px center no-repeat;
}
.warning {
    color: orange;
    background: transparent url(../images/warning.png) 12px center no-repeat;
}
.information {
    color: blue;
    background: transparent url(../images/info.png) 12px center no-repeat;
}

.errors li {
    float: left;
    list-style: none;
    padding-left: 20px;
    color: #D40000;
    font-weight: normal;
    background: transparent url(../images/mandatory.png) 2px center no-repeat;
}

.optional:after {
    font-style: italic;
    content:" (optionel)";
}
#inscription_adhesion-label label:after {content: ""}

/* Mise en forme rapide */
.right {text-align: right}
.center {text-align: center}
.left {text-align: left}
.justify {text-align: justify}
.italic {font-style: italic}
.bold {font-weight: bold}
.underline {text-decoration: underline}
.float_left {
    float: left;
    margin-right: 10px;
}
.float_right {
    float: right;
    margin-left: 10px;
}
.clear {clear: both}
.red {color: #B30325}
.col60 {width: 60px}

tr.mineur {background-color: #E9DDC5}
td.greybg {background-color: #DDD}

td.enfants {
    background-color: #B30325;
    color: #E9DDFCC;
}

div.paragraph, p.paragraph {
    padding: 10px;
    border: 1px solid #666;
    text-align: justify;
    background: transparent url(../images/fade.png) 0 0 repeat;
}
div.paragraph:first-letter, div.paragraph p:first-letter, p.paragraph:first-letter {
    padding: 0 1px 0 10px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: Georgia, sans-serif;
}

div.newsList {
    position: relative;
    margin-top: 20px;
    z-index: 0;
    padding: 20px 10px 15px 10px;
    border: 1px solid #666;
    background: transparent url(../images/fade.png) 0 0 repeat;
}
em.newsDate {font-size: 10px}
p.newsBody {
    margin : 0;
    padding: 0;
    border: 0;
    background-image: none;
}
blockquote.newsUpdate {
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    padding: 0 3px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    font-size: 10px;
    line-height: 16px;
}

div.message {
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #666;
    background: transparent url(../images/fade.png) 0 0 repeat;
}
div.message p {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 32px;
    background-image: none;
}

div.inscription_navigation {
    margin-bottom: 10px;
    text-align: center;
    height: 24px;
}
div.inscription_navigation ul {
    float: right;
    width: 100%;
}
div.inscription_navigation li {
    margin: 0;
    float: right;
    list-style: none;
}

.mot_de_passe_editer,
.inscription_ajouter,
.inscription_continuer,
.inscription_payer,
.inscription_recapituler,
.inscription_revenir {
    padding: 0 3px 0 19px;
    border: 1px solid #666;
    height: 24px;
    color: #000;
    background-color: #E9DDC5;
    background-position: 3px center;
    background-repeat: no-repeat;
    cursor: pointer;
}
a.inscription_continuer,
a.inscription_payer,
a.inscription_recapituler {
    padding-left: 22px;
    border: 0;
}
.mot_de_passe_editer {background-image: url(../images/edit.png)}
.inscription_ajouter {background-image: url(../images/add.png)}
.inscription_continuer {background-image: url(../images/tick.png)}
.inscription_payer {background-image: url(../images/creditcards.png)}
.inscription_recapituler {background-image: url(../images/recap.png)}
.inscription_revenir {background-image: url(../images/undo.png)}

div.gsmsc-controls {display: none;}