*   {
    color: #4F6B6C;
    font-family: Arial, Helvetica, Verdana, trebuchet MS, sans-serif;
    font-size:12px;
    margin:0pt;
    padding:0pt;
}

body	{
	background: #FFFFFF url(../Images/fond.jpg) repeat-x scroll left top;
}

ul, ol {
    margin-left: 30px;
    text-align: justify;
}

h1, h1 *      {
        color: #1353A0;
        border-bottom: 1px solid #8ABAFF;
        font-size: 14px;
        font-weight: bolder;
        letter-spacing: 2px;
        margin: 0 0 1em 0;
        padding: 0 0 3px 0;
}

h2      {
        color: #1353A0;
        border-bottom: 1px solid #8ABAFF;
        font-size: 12px;
        font-weight: bolder;
        font-style: italic;
        letter-spacing: 2px;
        text-indent: 15px;
        margin: 0 0 1em 0;
        padding: 0 0 3px 0;
}
h3      {
        color: #1353A0;
	text-decoration:underline;
        font-size: 10px;
        font-weight: bolder;
        font-style: italic;
        letter-spacing: 2px;
        text-indent: 15px;
        margin: 0 0 1em 0;
        padding: 0 0 3px 0;
}

h4      {
        color: #1353A0;
	text-decoration:underline;
        font-size: 10px;
        font-weight: bolder;
        font-style: italic;
        letter-spacing: 1.5px;
        text-indent: 15px;
        margin: 0 0 1em 0;
        padding: 0 0 3px 0;
}

a   {
    text-decoration:underline;
    color: #1353A0;
    cursor: pointer;
}

p {
    text-align: justify;
    margin-left: 15px;
    margin-right: 15px;
}

.style1 {
    font-size: 11px;
    text-align: justify;
    margin-left: 15px;
    margin-right: 15px;
}
.style0 {
    font-size: 13px;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: underline;
    font-weight: bolder;
    font-style: italic ;
}
.styleT {
    color: #2288ff;
    font-size: 14px;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: underline;
    font-weight: bolder;
    font-style: italic ;
}
.styleI {
    vertical-align: middle;
    border:  thin;
    border-bottom-width: thin;
    border-bottom-style: dashed;
    border-top-style: solid;
    border-top-width: thin;
    height: 50px;
}
.styleId {
    vertical-align: top;
    padding: 3px;
}


td {
    vertical-align: top;
}
tdc {
    vertical-align: middle;
    align="center";
}

dt {
    margin-left: 20px;
    margin-bottom: 5px;
}

img {
    border: 0;
}

.loupe a {
    color: #1353A0;
    font-size: 13px;
}

.loupe:hover {
    color: #FF9515;
}

.loupe {
    display: block;
    width: 100%;
    height: 25px;
    padding: 2px 0 0 30px;
    background-image: url(../Images/Icone_Loupe.gif);
    background-repeat: no-repeat;
}
.loupe:hover {
    background-image: url(../Images/Icone_Glow_Loupe.gif);
    background-repeat: no-repeat;
}

.demo a {
    color: #1353A0;
    font-size: 13px;
}

.demo:hover {
    color: #FF9515;
}

.demo {
    display: block;
    width: 100%;
    height: 25px;
    padding: 2px 0 0 30px;
    background-image: url(../Images/Icone_Demo_small.gif);
    background-repeat: no-repeat;
}
.demo:hover {
    background-image: url(../Images/Icone_Glow_Demo_small.gif);
    background-repeat: no-repeat;
}

#Main {
    background-color: #fff;
    position: relative;
    top:5px;
    width: 990px;
    height: auto;
    padding: 120px 5px 5px 5px;
    margin-left: auto;
    margin-right: auto;
}

#CoinGauche {
	background-image: url(../Images/coinGauche.jpg);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	left:0;
	top:0;
}

#CoinDroite {
	background-image: url(../Images/coinDroite.jpg);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	right:0;
	top:0;
}

#Banniere {
	background-image: url(../Images/Banniere.jpg);
	background-repeat: no-repeat;
	width: 840px;
	height: 60px;
	position: absolute;
	left: 155px;
	top: 10px;
}

#Logo {
	background-image: url(../Images/logo.jpg);
    position: absolute;
    width: 120px;
    height: 80px;
    top: 15px;
    left: 5px;
}


#MenuTop {
    position: absolute;
    top: 75px;
    left: 155px;
    height: 20px;
    border-bottom: #8ABAFF solid 1px;
    width: 840px;
}

#MenuTop li {
    list-style-type: none;
}

#MenuTop .topgch {
    float: left;
    margin-right: 25px;
}

#MenuTop .topdrt {
    float: right;
    margin-left: 25px;
}

#MenuTop a {
    font-weight: bolder;
    font-size: small;
    text-decoration: none;
}

#MenuTop a:hover {
    color: #FF9515;
}


#Centre {
    margin: 0 10px 0 10px;
    min-height: 400px;
}

#Footer {
    font-size: smaller;
    margin: 40px 50px 0 50px;
    text-align: center
}

#Footer a {
    font-size: smaller;
    color: #000;
}