* {
    font-family:verdana,arial,sans-serif;
    font-size:10px;
}

form { margin:0; padding:0; }

body {
	background: #000000 url(/images/global/fond.png) repeat-x;
    background-attachment:fixed;
    background-position:bottom;
	margin: 0px;
}

ul {
    margin:0;
    padding:0;
}

ul li {
    margin:0 0 5px 15px;
    text-align:justify;
    padding:0;
}

#container {
	background-color: #ffffff;
    padding:7px;
	width: 766px;
    margin:auto;
}

#fond {
    background-color:#ff0000;
    border:1px solid black;
}

#entete {
    border:1px solid #000000;
    margin-bottom:7px;
    background:url(/images/global/creation_de_site_internet.jpg) no-repeat;
    width:764px;
    height:130px;
    display:block;
}

#entete:hover {
  background:url(/images/global/creation_de_site_internet_on.jpg) no-repeat;
}

#corps {
    padding:7px;
    margin-left:190px;
    border-left:1px solid black;
    background-color:#ffffff;
}

#navcontainer {
    height:18px;
    border:1px solid #000000;
    border-left:0;
    border-bottom:0px;
    background:#ffffff url(/images/global/btn.png) repeat-x;
}

#navcontainer ul {
    margin:0;
    list-style-type: none;
    text-align: center;
    padding:0;
}

#navcontainer ul li {
    display: inline;
    font-size:14px;
    text-align:center;
}

#navcontainer ul li a {
    margin:0;
    padding:2px 0 0 0;
    text-decoration: none;
    color: #000000;
    width:152px;
    height:16px;
    float:left;
    font-size:12px;
    border-left:1px solid black;
    font-weight:800;
    font-family:arial;
    background:url(/images/global/btn.png) repeat-x;
}

#navcontainer ul li a:hover {
  background:url(/images/global/btnon.png) repeat-x;
}

#navcontainer a.actif, #navcontainer a.actif:hover {
    color: #000000;
    background:#cccccc url(/images/global/btnactif.png) repeat-x;
}

#colonne {
    float:left;
    width:190px;
    margin:0px;
    padding:0px;
}

#colonne .boite {
    margin:10px 0 0 10px;
}

#pied {
    clear:both;
    margin:0;
    height:15px;
    border-top:1px solid #000000;
    background:#d2d2d2 url(/images/global/btn.png) repeat-x;
}

#pied ul {
    margin: 0;
    list-style-type: none;
    text-align: center;
    padding:0;
}

#pied ul li {
    display: inline;
    font-size:.6em;
    text-align:center;
}

#pied ul li a {
    vertical-align:middle;
    text-decoration: none;
    color: #000000;
    width:152px;
    height:15px;
    float:right;
    border-left:1px solid black;
    font-weight:800;
}

#pied ul li a:hover {
    color: #000000;
    background:#ffffff url(/images/global/btnon.png) repeat-x;
}

.floatright {
float:right;
}

.floatleft {
float:left;
}

#clear {
clear:both;
visibility:hidden
}