﻿html, body, form
{
    margin: 0;
    padding: 0;
    height: 100%;
}
*,p,h1,h2,h3,h4,h5,ol,ul,fieldset  { margin:0; padding:0; }
body
{
    font: normal 90% Arial, "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
    background:#041a2c url(/Images/BodyBck.gif) repeat-x top left;
    color:#DDDDDD;
}



input, textarea 
{
    margin:1px;
    padding:0px;
}

a img { border-style: none;
    border-color: inherit;
    border-width: 0;
}

hr
{
   color: #CCCCCC;
   background-color:#CCCCCC;
   height:1px;
   border:0;
}

* html #Container 
{
    height:100%;
}

#Container {
    width:950px;
    margin:0 auto;
}

#Header {

}

#MainContent {
    background:url(/Images/BackContent.png) no-repeat bottom right;
}

.ContentBox {
    margin:auto;
}

#MainMenu {
    border-top:solid 1px #d7d7d7;
    border-bottom:solid 1px #d7d7d7;
}

#Footer {
    border-top:solid 1px #d7d7d7;
    padding-top:5px;
    text-align:center;
    font-size:0.8em;
    clear:both;
}

#Footer a 
{
    color:#FFFFFF;
    text-decoration:none;
}

#Footer a:hover
{
    color:#4ea7d2;
    text-decoration:none;
}

/***************************/
/*    TYPO                 */
/***************************/

p 
{
    margin-top:0.2em;
    margin-bottom:0.4em;
    line-height:1.3em;
    font-size:1em;
}

h1
{
    font-size:1.4em;
    font-weight:normal;
    text-transform:uppercase;
    color:#FFFFFF;
    margin: 10px 0 12px 0;
    padding: 0px 0 0 0;
    text-indent:10px;
}

h2 {
  color: #FFFFFF;
  text-transform:uppercase;
  margin: 6px 0 8px 0;
  padding: 0px 0 0 0;
  line-height: 1.4;
  font-size: 1.3em;
  font-weight:normal;
}

h3 {
  color : #4ea7d2;
  font-size: 1.2em;
  font-weight: normal;
  margin: 10px 0 5px 0;
  padding: 10px 0 0 0;
}

h4 {
	font-size: 1.1em;
	margin: 1.5em 0 0.8em 0;
}

h5 {
	font-size: 1em;
	margin: 1.5em 0 1em 0;
}

a 
{
    color:#4ea7d2;
    text-decoration:none;
}

a:hover
{
    color:#08aff0;
    text-decoration:none;
}

ul, li
{
    margin:0; padding:0;
    list-style-image:url(/Images/Puce.gif);
    list-style-position:inside;
}

em, .italic
{
    font-style:italic;
}

small, .small
{
    font-size:0.8em;
}

.alternative {
    color:#999999;
}

.Error {
    font-size:0.7em;
    display:block;
}

.lowercase {
    text-transform:none;
}

/******************************/
/****** FORMULAIRE ************/
/******************************/

table.Formulaire {
    
}

table.Formulaire th {
    text-align:right;
    color:#999999;
    font-size:0.8em;
    font-weight:normal;
    vertical-align:top;
    line-height:22px;
}

table.Formulaire td {
    vertical-align:top;
}

table.Formulaire input, table.Formulaire textarea {
    width:280px;
}

.Title {
    margin:0;
    text-transform:none;
    font-weight:bold;
}

.SubTitle {
  margin:-2px 0 0 0;
  padding: 0px 0 14px 0;
  font-size:1em;
}

.PTitle {
  color : #4ea7d2;

}

/*SCROLLER*/

#SlideBar 
{
    position:relative;
    width:96%;
    height:180px;
    margin:auto;
    /*margin-top:10px;
    margin-bottom:10px;*/
}
#SlideBar .bar_left, .bar_right
{
    position:absolute;
    width:23px;
    height:100%;
    top:0px;
    cursor:pointer;
    z-index:2;
}
#SlideBar .bar_left
{
    left:-19px;
    background:url(/Images/fl_left.gif) no-repeat;
    background-position:left;
}
#SlideBar .bar_right 
{
    right:-19px;
    background:url(/Images/fl_right.gif) no-repeat;
    background-position:right;
}
#SlideBar .bar 
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    overflow:hidden;
    height:180px;
    /*border-top:1px #0074a9 solid;
    border-bottom:1px #0074a9 solid;
    background-color:#FFFFFF;*/
}

#SlideBarContent table 
{
    height:100%;
}

#SlideBarContent td div
{
    position:relative;
    width:100%;
    height:100%;
    cursor:pointer;

}

#SlideBarContent img 
{
    height:180px;
    /*margin-left:5px;
    margin-right:5px;*/
    border:none;
}

#SlideBarContent span
{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding-bottom:2px;
	padding-top:2px;
    cursor:pointer;
    font-size:14px;
    /*background-image:url(/Images/Opacity70.png);*/
    background-color:#666;
    text-align:center;
    font-weight:bold;
    color:#FFF;/*color:#0074a9;*/
    border-left:solid 1px #CCC;
}