* {
    margin: 0;
    padding: 0;
    outline: none;
}

html {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #475055;
}

html, body {
    height: 100%;
}

a {
    color: #E77403;
    border: none;
    text-decoration: none;
}

a:hover {
    color: #FD9502;
}

/* Taille du conteneur*/
div#wrapper {
    position: relative;
    min-width: 900px;
    width: 900px;
    margin: 0;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background: url(../images/background.jpg) repeat-y;
}

div#wrapper h1 {
    position: absolute;
    width: 886px;
    height: 52px;
    background: url(../images/header.jpg) no-repeat;
    top: 60px;
    left: 0;
    z-index:10;
	text-indent: -9999px;
}

div#wrapper h1 a{
	position: absolute;
    width: 886px;
    height: 52px;
	top:0;
	left:0;
	text-indent: -9999px;
}

#colonne_gauche {
    float: left;
    position: relative;
    min-height: 100px;
    width: 199px;
}

#colonne_gauche h2 {
    text-indent: -9999px;
}

#colonne_gauche #encarts {
    position: absolute;
    top: 380px;
    right: 10px;
    width: 141px;
    height: 380px;
}

#encart_contact, #encart_telephone, #encart_expert, #encart_formulaire, #encart_post_it {
	position:absolute;
	left:0;
	width: 141px;
    cursor: pointer;
	text-indent:-9999px;
}

#encart_contact {
	top:0;
    background: url(../images/btn_contact.png) no-repeat;
    height: 59px;
}

#encart_telephone {
	top:59px;
    background: url(../images/btn_telephone.png) no-repeat;
    height: 43px;
}

#encart_expert {
	top:102px;
	background: url(../images/btn_unexpert.png) no-repeat;
    height: 49px;
}

#encart_formulaire {
	top:151px;
    background: url(../images/btn_formulaire.png) no-repeat;
    height: 56px;
}

#encart_post_it{
	top:220px;
	background: url(../images/btn_postit.png) no-repeat;
    height: 67px;
}

#encart_contact:hover, #encart_telephone:hover, #encart_expert:hover, #encart_formulaire:hover, #encart_post_it:hover {
    background-position: 0 100%;
}

#colonne_droite {
    float: left;
    width: 687px;
    background: #ffffff;
}

#SmallMenu {
    width: 430px;
    height: 40px;
    margin: 0 auto;
    background: #d7d9d9;
    font-size: 12px;
}

#SmallMenu ul li {
    float: left;
    display: inline;
    list-style-type: none;
    color: #ffffff;
    line-height: 37px;
    font-weight: 700;
}

#SmallMenu ul li a {
    text-decoration: none;
    display: block;
    float: left;
}

#SmallMenu ul li a span {
    display: block;
    color: white;
    font-weight: 700;
    line-height: 30px;
    padding: 5px 15px 0 15px;
}

#SmallMenu ul li a:hover, #SmallMenu ul li a span:hover {
    color: #ffc000;
}

#fermeture_menu {
    position: absolute;
    background: url(../images/fermeture_menu.jpg) repeat-y;
    width: 8px;
    height: 23px;
    top: 140px;
    right: 14px;;
}

#separation {
    height: 2px;
    width: 637px;
    margin: 30px 0 0 50px;
    background: #b4b7b7;
}

div#contenu {
    position: relative;
    min-height: 400px;
    width: 637px;
    margin: 30px 0 0 50px;
    background: #ffffff;
    font-size: 11px;
}

div#contenu p {
    margin-left: 1px;
}

div#contenu h2 {
    margin: 15px 0 8px 0;
    font-size: 12px;
    color: #FFA405;
}

div#contenu ul {
    margin-left: 25px;
    padding-left: 12px;
    text-indent: -12px;
    list-style-position: inside;
}

div#contenu ul ul {
    margin-left: 15px;
    padding-left: 0;
    text-indent: 0;
    list-style-position: inside;
    list-style-type: none;
    line-height: normal;
}

#separation_liens {
    width: 637px;
    margin: 40px 0 5px 50px;
    height: 3px;
    background: #475055;
}

#lien {
    width: 637px;
    margin:0 0 10px 50px;
    font-size: 11px;
    text-align: center;
}

#lien a
{
	color:#475055;
}

#barre_jaune {
    position: absolute;
    top: 187px;
    left: 199px;
    background: #fcbe00;
    width: 186px;
    height: 6px;
}


#banniere_flash {
    position: absolute;
	top:160px;
    left: 50px;
    height: 162px;
	width:820px;
    margin-top: 30px;
}

#test
{
	 height: 192px;
}
.clear {
    clear: both;
}