﻿        .FirstColumn
        {
            width: 100px;
        }
        .ThirdColumn
        {
            width: 100px;
        }
        .Main
        {
            color:Black;
            background-color:#FFFFFF;
	        font-weight:100;
	        font-family: Verdana;
	        font-size: 11px;
	        text-align:justify;
	        width:900px;
        }
        .BlankRow
        {
            border-top-color: #dcdcdc;
            border-top-style:solid;
            border-top-width:1px;
            height:10px;
            width:600px;
        }
        .MyTable
        {
            border: 0px;
            border-spacing: 0px;
			border-collapse:collapse;
			border-color:#e9d2e9;
        }
        .BorderTop
        {
            height: 5px;
            background-image:url('Ressources_Standard/TileT.gif');
        }
        .BorderTopLeft
        {
            height: 38px;
            width: 34px;
            background-image:url('Ressources_Standard/CornerTL.gif');
        }
        .BorderTopRight
        {
            height: 38px;
            width: 34px;
            background-image:url('Ressources_Standard/CornerTR.gif');
        }
        .BorderLeft
        {
            width: 5px;
            width: 34px;
            background-image:url('Ressources_Standard/TileL.gif');
        }
        .BorderRight
        {
            width: 5px;
            width: 34px;
            background-image:url('Ressources_Standard/TileR.gif');
        }
        .BorderBottom
        {
            height: 5px;
            background-image:url('Ressources_Standard/TileB.gif');
        }
        .BorderBottomLeft
        {
            height: 38px;
            width: 34px;
            background-image:url('Ressources_Standard/CornerBL.gif');
        }
        .BorderBottomRight
        {
            height: 38px;
            width: 34px;
            background-image:url('Ressources_Standard/CornerBR.gif');
        }
        .BorderLeftLogo
        {
        }
        .BorderRightLogo
        {
        }                   
        .MyTr
        {
            height: 50px;
        }
        .StyleLabelTable 
        {
            width: 70px;
        }
        .StyleTitle
        {
            font-size:large;
        }
        .StyleLabelQuestion
        {
            font-size:small;
        }
        .BodyForm
        {
            background-color:#ebebeb;
            margin-top:0;
            margin-bottom:0;
            height:100%;
        }
        .tdQuestion
        {
            width:400px;
            vertical-align:top;
            font-size:small;
        }
        .tdReponse
        {
            vertical-align:top;
            font-size:small;
        }
        .Form
        {
        }
        #Content
        {
            height:100%;
        }
        .Logo
        {
            height:50px;
        }
        .Image
        {
            height:140px;
            background-image:url('surveylogo.jpg');
            background-repeat:no-repeat;
            background-position:top center;
        }
        .ImageCustom
        {
            max-width:900px;
            max-height:200px;
            _width: expression((this.offsetWidth>=this.offsetHeight) ? Math.min(parseInt(this.offsetWidth), 900 ) : true); 
            _height: expression((this.offsetHeight>this.offsetWidth) ? Math.min(parseInt(this.offsetHeight), 200 ) : true);
        }
        .TexteLibre
        {
            width:500px;
        }
        .styleCoord
        {
            width:300px;
        }
        .headerCoord
        {
            width:70px;
            font-size:small;
        }
        .tdEnTeteSection
        {
        }