﻿/* Général */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	color: #3e403d;
}

/* Liens */
a.green {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #069663;
}
a:link.green {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #069663;
}
a:visited.green {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #069663;
}
a:hover.green {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #5c5e5b;
}
a:active.green {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #5c5e5b;
}

a:link.Details {
	text-decoration: none;
	color: #069663;
	font-size: 12px;
	font-weight: bold;
}
a:visited.Details {
	text-decoration: none;
	color: #069663;
	font-size: 12px;
	font-weight: bold;
}
a:hover.Details {
	text-decoration: none;
	color: #069663;
	font-size: 12px;
	font-weight: bold;
}
a:active.Details {
	text-decoration: none;
	color: #069663;
	font-size: 12px;
	font-weight: bold;
}

a:link.Action {
	text-decoration: none;
	color: #069663;
}
a:visited.Action {
	text-decoration: none;
	color: #069663;
}
a:hover.Action {
	text-decoration: none;
	color: #069663;
}
a:active.Action {
	text-decoration: none;
	color: #069663;
}

a:link.Panier {
	text-decoration: none;
	color: #069663;
}
a:visited.Panier {
	text-decoration: none;
	color: #069663;
}
a:hover.Panier {
	text-decoration: underline;
	color: #069663;
}
a:active.Panier {
	text-decoration: none;
	color: #069663;
}

/* Styles de caractères */
span.Bold {
    font-weight: bold;
}
span.Italic {
    text-decoration: italic;
}
span.BoldItalic {
    font-weight: bold;
    text-decoration: italic;
}
span.Default12 {
    font-size: 12px;
}
span.Default12Bold {
    font-weight: bold;
    font-size: 12px;
}
span.Default12Italic {
    text-decoration: italic;
    font-size: 12px;
}
span.Default12BoldItalic {
    font-weight: bold;
    text-decoration: italic;
    font-size: 12px;
}
span.Default14 {
    font-size: 14px;
}
span.Default14Bold {
    font-weight: bold;
    font-size: 14px;
}
span.Default14Italic {
    text-decoration: italic;
    font-size: 14px;
}
span.Default14BoldItalic {
    font-weight: bold;
    text-decoration: italic;
    font-size: 14px;
}
span.Err {
    color: #FF0000;
}

/* Styles de caractères (vert) */
span.Green {
    color: #069663;
}
span.GreenBold {
    font-weight: bold;
    color: #069663;
}
span.GreenBoldItalic {
    font-weight: bold;
    text-decoration: italic;
    color: #069663;
}
span.Green12 {
   color: #069663;
   font-size: 12px;
}
span.Green12Bold {
    font-weight: bold;
    color: #069663;
    font-size: 12px;
}
span.Green12BoldItalic {
    font-weight: bold;
    text-decoration: italic;
    color: #069663;
    font-size: 12px;
}
span.Green14 {
   color: #069663;
   font-size: 14px;
}
span.Green14Bold {
    font-weight: bold;
    color: #069663;
    font-size: 14px;
}
span.Green14BoldItalic {
    font-weight: bold;
    text-decoration: italic;
    color: #069663;
    font-size: 14px;
}

/* Styles de paragraphes */
p.Centered {
    text-align: center;
}
p.Right {
    text-align: right;
}

/* Divers */
Div.Centered {
    margin-left: auto;
    margin-right: auto;
}
Div.Right {
    margin-left: auto;
    margin-right: 0px;
}
Div.TextCentered {
    text-align: center;
}
Div.TextRight {
    text-align: right;
}
Div.InfoBox {
    text-align: center;
    border: 1px solid #D02730;
    padding: 10px 5px 10px 5px;
    margin: 5px 0px 5px 0px;
    color: #D02730;
}
Div.Message {
    margin: 5px 5px 5px 5px;
}
Table.Centered {
    margin-left: auto;
    margin-right: auto;
}
Table.Right {
    margin-left: auto;
    margin-right: 0px;
}
Table.Top {
    vertical-align: top;
}
td.Top {
    vertical-align: top;
}
td.TopCentered {
    vertical-align: top;
    text-align: center;
}
td.TopRight {
    vertical-align: top;
    text-align: right;
}
td.Bottom {
    vertical-align: bottom;
}
td.BottomRight {
    vertical-align: bottom;
    text-align: right;
}
td.Centered {
    text-align: center;
}
td.Right {
    text-align: right;
}

/* Accueil */
.txtAccueil{
	font-size: small;
}

.txtAccueilTitreG {
	color: #069663;
	font-size: Medium;
	font-weight: bold;
}

.txtAccueilTexteG {
	color: #069663;
	font-size: Medium;
}

.txtAccueilTextePetitG {
	color: #069663;
	font-size: Small;
}

/* Conseil Éditorial */
.Conseil14 {
	color: #333;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
}
.Conseil14Bold {
	color: #333;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
    font-weight: bold;
}
.Conseil14Italic {
	color: #333;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
    font-style: italic;
}

/* Livrels */

.txtsmallblack {
	font-size: small;
	color: #000000;
}
.txtsmallerblack {
	font-size: 10px;
	color: #000000;
}
span.SetupStep {
	font-weight: bold;
}
span.AideTitre {
	font-size: 18px;
	color: #069663;
	text-decoration: underline;
}
p.SetupTitre {
	
}
p.SetupImprime {

}
p.SetupText1 {
	padding-left: 20px;
}
p.SetupText2 {
	padding-left: 40px;
}
p.SetupText3 {
	padding-left: 60px;
}
#DivAideMain {
	width: 700px;
}
#DivSetupMain {
	width: 678px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}
#DivSetupMainPrint {
	width: 678px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#DivAide {
	font-size: 13px;
	line-height: 18px;
	border: solid 1px #999;
	padding-left: 5px;
	padding-right: 5px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
#DivSetup {
	font-size: 13px;
	line-height: 18px;
	border: solid 1px #999;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}
#DivImprime {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	padding: 15px 15px 15px 15px;
}
#DivAideControls {
	text-align: center;
}
a:link.Aide {
	text-decoration: underline;
	color: #3e403d;
}
a:visited.Aide {
	text-decoration: underline;
	color: #3e403d;
}
a:hover.Aide {
	text-decoration: underline;
	color: #000000;
}
a:active.Aide {
	text-decoration: underline;
	color: #3e403d;
}
/* Fin Aide Livrels */
