#wrap {
    width: 700px; 
    margin:0 auto;
}

body {
    min-width:700px;
}

#banner {
    height: 106px;
    width: 700px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 0px;
    border-style: solid;
}

#menu {
    width: 700px;
    margin-top: 1px;
    height: 20px;
    background: gold;
    line-height: 20px;
    border: 1px;
    border-style: solid;
}

#menu ul {
    margin: 0;
    padding-left: 20px;
    list-style-type: none;
    font-family: Sans-Serif;
    font-size: 12px;
}

#first {
    border: 0px;
    border-left: 1px;
    border-right: 1px;
    border-style: solid;
}

.others  {
    border: 0px;
    border-right: 1px;
    border-style: solid;
}

#menu li {
    display: inline;
    padding-top: 3px;
    padding-bottom: 3px;
}

#menu a {
    font-weight: normal;
    text-decoration: none;
    color: black;
    padding-left: 17px;
    padding-right: 17px;
} 

#menu a:link, #menu a:active, #menu a:visited {
    color: #000000;
}

#menu a:hover {
    text-decoration: underline;
}

#main {
    float: left;
    width: 500px;
    background: #ffffff;
    font-family: Sans-Serif;
    font-size: 14px;
    color: black;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
}


#bar {
    float: right;
    width: 150px;
    border: 1px;
    border-style: solid;
    padding: 5px;
    font-family: Sans-Serif;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
}

#bar a:hover {
    font-weight: bold;
}

#bottom-nav {
    width: 700px;
    background-image: url(../images/line.gif);
    height: 40px;
    font-family: Sans-Serif;
    font-size: 12px;
    color: #C3471B;
    text-align: right;
    clear: both;
}

a:link {
    text-decoration: none;
    color: #C3471B;
    font-weight:normal;
}

a:visited {
    text-decoration: none;
    color: #C3471B;
    font-weight:normal;
}

a:active {
    text-decoration: none;
    color: #C3471B;
    font-weight:normal;
}

a:hover {
    color: #C3471B;
    text-decoration: underline;
}

a img {
    border: 0px;
}

table.coordonnees td {
  padding: 10px;
}

table.professionels td {
    width: 250px;
    padding-bottom: 10px; 
}

table.professionels img {
    border: 1px solid #C3471B;
}

input, select, textarea {  
    border: 1px;
    border-style: solid;
    background-color:white;
    font-family: Sans-Serif;
    font-size: 8pt;
    font-weight: normal;
}

ul.square {
  list-style-type: square;
  color: #C3471B;
}

ul.square li span { color: black; }

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.underline { text-decoration: underline }