.fieldContener form {
    margin: 0;
    padding: 0px;
    width: 100%;
}
.fieldContener ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fieldContener li {
    padding: 0;
    margin: 0 0 20px 20px;
}
.fieldContener hr {
    margin-top: 20px;
    height: 1px;
}
.fieldContener label {
    color: #3B608D;
    font-weight: bold;
    display: block;
}
.fieldContener input {
    color: #3B608D;
    margin: 4px 0 4px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    width: 160px;
}
.fieldContener input[type="text"], input[type="password"] {
    border: 1px groove;
}
.fieldContener input[type="submit"] {
    margin: 0 0 5px 200px;
}
.fieldContener p {
    color: #3B608D;
    margin: 0;
}

.supportImg {
    border: 1px solid gray;
    border-left: 5px solid #3366CC;
    width: 773px;
    text-align:center
}

/* accueil */
.welcome_message
{
    width: 370px;
    line-height: 19px;
    font-weight: bold;
}
.presentation
{
    padding-left: 70px;
    width: 300px;
    line-height: 19px;
    padding-bottom: 10px;
}
.p_colors
{
    background: url(../images/home/iconColors.png) no-repeat;
}
.p_ajax
{
    background: url(../images/home/iconAJAX.png) no-repeat;
}
.demo_shoutbox
{
    width: 170px;
    height: 460px;
    /*background: url(../images/home/example.png) no-repeat;*/
    float: left;
    margin: 0 10px 10px 0;
}
.demo_shoutbox iframe
{
    margin: 10px;
    background-color: transparent;
	-moz-box-shadow: 0px 0px 10px #ddd;
	-webkit-box-shadow: 0px 0px 10px #ddd;
	box-shadow: 0px 0px 10px #ddd;
	border: 1px solid #bbb;
}
.links a
{
    padding: 3px;
    display: block;
    color: #999999;
    text-decoration: none;
    border-bottom: 1px solid #999999;
}
.links a:first-child
{
    border-top: 1px solid #999999;
}
.links a:hover
{
    color: #666666;
}

.sidebar_features
{
    width: 190px;
    line-height: 19px;
    float: right;
}
.list_features
{
    list-style: none;
    color: #666666;
    margin-bottom:15px;
    margin-top:15px;
}
.list_features li
{
    padding-left: 0;
}

