.borderdark {
        border: 1px solid #666666;
        background-color: #F7F7F7;
}
td {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #666666;
}
a:active,a:link,a:visited {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #666666;
        text-decoration: none;
}
a:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #666666;
        text-decoration: underline;
}
input,textarea,select {
        border: #d6e1ec 1px solid;
        font-size: 10px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background-color: #eff4fa;
}
body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000000;
        text-decoration: none;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        background-image: url(images/background.gif);
        background-repeat: repeat;
}
.ligne1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #333333;
        text-decoration: none;
        width: 400px;
        border-width: 1px;
        border-top-style: Aucune;
        border-right-style: Aucune;
        border-bottom-style: solid;
        border-left-style: Aucune;
        border-color: #666666;
        text-indent: 20px;
        clear: Aucune;
        float: left;
        font-weight: bold;
}
.ligne2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333333;
        text-decoration: none;
        width: 300px;
        border-width: 1px;
        border-top-style: Aucune;
        border-right-style: Aucune;
        border-bottom-style: solid;
        border-left-style: Aucune;
        border-color: #666666;
        clear: Aucune;
        float: left;
        font-weight: bold;
}
.bullehaut {
	background-image: url(./images/bulle-ht.gif);
	height:20px;
}
.bullebody {
	padding-top:0px -10px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:20px;
	background-image: url(./images/bulle-body.gif);
	background-repeat: repeat;
}
.bulledroite {
	text-align:right;
	background-image: url(./images/bulle-dte.gif);
	background-repeat: no-repeat;
	height:37px;
	padding-top:20px;
	padding-right:90px;
}
.bullegauche {
	text-align:left;
	background-image: url(./images/bulle-gche.gif);
	background-repeat: no-repeat;
	height:37px;
	padding-top:20px;
	padding-left:90px;
}
.bulleadroite {
	float:right;
	width:450px;
}
.bulleagauche {
	float:left;
	width:450px;
}