body {
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 14px;
    margin: 0 auto;
}

fieldset {
    border: 0px;
}

#page {
    width: 1000px;
    margin: 0 auto;
}

#content {
    width: 100%;
}

#nouvelle td {
    vertical-align: top;
}

.showDot {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 30px;
}

.red {
    color: red;
}

table td ul {
    list-style-type: disc;
    list-style-position: inside;
}

#nouvelle ol {
    list-style-position: inside;
}

a {
    color: #1a94a3;
}

#logo {
    display: block;
    background: url('../images/Logo_TT.png') no-repeat;
    width: 540px;
    height: 193px;
    clear: both;
    behavior: url('/css/iepngfix.htc');
}

#logo span {
    display: none;
}

h3 {
   margin-top: 0;
    font-size: 24px;
}

ul {
    list-style-type: none;
}

#accueil  ul {
    margin-top: 160px;
}

#accueil ul li {
    margin-bottom: 40px;
}

li span {
    display: none;
}

#login {
    display: block;
    background: url('/images/Bt_SeConnecterBig_off.gif') no-repeat;
    width: 241px;
    height: 68px;
}
#login:hover {
    background: url('/images/Bt_SeConnecterBig_on.gif')
}

#trial {
    display: block;
    background: url('/images/Bt_Essai_off.gif') no-repeat;
    width: 241px;
    height: 68px;
}
#trial:hover {
    background: url('/images/Bt_Essai_on.gif')
}

#video {
    width: 640px;
    height: 360px;
    border: #CDCDCD 3px solid;
    float: right;
    margin: 65px 50px 35px 0;
    font-size: 12px;
}

#video p {
    padding-top: 5px;
}

#left {
    width: 450px;
    margin-right: 20px;
    margin-top: 10px;
    float: left;
}

#left img {
    float: left;
}

#left p {
    margin-bottom: 30px;
}

#right {
    padding-left: 10px;
    padding-right: 10px;
}

#accueil #right {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;	
    width: 450px;
    float: left;
}

#right img {
    float: left;
    padding-right: 10px;
    padding-bottom: 5px;
}

#right p {
    margin-top: 10px;
    padding-bottom: 10px;
}

#right p span {
    font-size: 18px;
    color: #f79109;
}

#footer {
    width: 1000px;
    min-height: 80px;
    background: url('/images/Pixel_Degrade_bas.gif') repeat-x;
    padding-top: 10px;
    padding-bottom: 50px;
    margin: 0 auto;
}

#footer div {
    margin-left: 40px;
    width: 450px;
}

#footer div span {
    font-size: 18px;
    color: #f79109;
}

#footer div img {
    vertical-align: middle;
    margin-right: 10px;
}

#credit {
    width: 1000px;
    text-align: center;
    font-size: 12px;
    margin: 15px 0 15px 0;
}

#credit img {
    vertical-align: middle;
    margin-right: 10px;
}

.contentBlocBlanc {
    background-color: #FFF;
    width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.contentBlocBlanc table td {
    padding: 5px;
}

#configuration h2 {
    padding: 0;
}

.contentBlocBlanc .alignRight {
    float: right;
}

#presentation p {
    padding: 0px 0 0px 0;    
}
#presentation h3 {
    padding: 20px 0 5px 0;    
}
#presentation li {
    padding: 5px 0 5px 0;    
}
