html {
    color: #333;
    font-size: 14px;
    font-family: Arial;
    background: #4168A8;   
}

input, textarea, select {
    color: #333;
    font-size: 14px;
    font-family: Arial;
    background: #AACCE9;
    margin-bottom: 10px;       
}

legend {
    display: none;
}

label {
    display:block;
}

a {
    color: #4168A8;
}

a:hover {
    font-weight:bold;
}

p {
    margin-bottom: 10px;
}

strong {
    font-weight: bold;
}

h1, h2, h3 {
    text-align: center;
    color: #FF0033;
    font-weight: bold;
    text-decoration: underline;
    font-family: Georgia;
    font-size: 26px;
    margin-bottom: 10px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

#header {
    width: 940px;
    margin: auto;    
}

#menu a {
    display: block;
    width: 195px;
    height: 35px;
    padding-right: 25px;
    padding-left: 20px;
    padding-top: 15px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin-bottom: 5px;
    background: url(../images/menu.png);
}

#menu a.devis {
    background: url(../images/menu_devis.png);    
}

#menu a:hover {
    background: url(../images/menu_hover.png);     
}

#menu a.active {
    background: url(../images/menu_hover.png);    
}

#main {
    background: url(../images/header.png) repeat-x #AACCE9;
}

#container-main {
    background: url(../images/content.png);    
}

#menu {
    width: 260px;
    float: left;
}

#content {
    width: 660px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

#content ul {
    margin-left: 20px;
    margin-bottom: 14px;
}
#content li {
    list-style:square;
}

#footer {
    font-size: 10px;
    color: #FFC900;
    background: #4168A8;
    text-align: center;
    border-top: 2px solid #FFC200;
    padding-bottom: 10px;
}

#footer-content, #container-content {
    width: 980px;
    margin: auto;
}

#footer-content span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

#footer ul {
    float: left;
    width: 163px;
    padding-left: 12px;
    padding-right: 12px;
    border-left: 1px solid #FFC200;
    height: 95px;
}

#footer a.active {
    text-decoration: underline;
    color: #AACCE9;
    font-weight: bold;    
}

#first {
    margin-left: 20px;
}

#last {
    border-right: 1px solid #FFC200;
}


#footer a {
    color: #EFEFEF;
    text-decoration: none;
}

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


.clear {
    clear:both;
}

.center {
    text-align: center;
}

.float {
    float: left;
    margin-right: 10px;
}

.rues {
    margin-bottom: 15px;
}

.rues li {
    display: inline;
    font-size: 10px;
    font-family: Verdana;
}

.float50 {
    float:left;
    width: 50%;
}

.float33 {
    float:left;
    width: 33%;    
}
