@charset "UTF-8";

body { 
    margin: 0;
    padding: 0; 
    /*background-color:#E6E6E6;*/
    background-image: url(img/bg3.png);
}

img {
    border: 0;
}

#construction{
    background:url(img/construction2.png) no-repeat right top;
    margin: -10px 0px 0px 0px;
    height: 105px;
    width: 69px;
    float: right;
    z-index: 800;
}

#main {
    width: auto;
    margin: 100px 0px 0px 0px;
    background-image: url(img/bg250.png);
    background-repeat: repeat-x;
    background-position: bottom;
    
}

#contenu{
    width: 1024px;
    height: auto;
    border: none;
    background-image: url(img/connectin10b.png);
    background-repeat: no-repeat;
    background-position: top;
}



/* Footer 1er plan*/
#frontDiv {
	background-image: url(images/footer_test.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 0;
}

#footer{
	width:100%;
	min-width:999px;
	background:#fff;
	float:left;
	margin:20px 0 0 0;
	border-top:0px dashed #333;
}

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

#footer a:hover{
	color: #4b3100;
	border:none;
}

#footer p{
	color: #84775f;
	font-size:13px;
	line-height:20px;
}

#footer_content{
	width: 990px;
	margin: 0 auto;
}

.left_footer{
	/*border: 2px dashed #000;*/
	float:left;
	width:150px;
	margin:10px 20px 0 20px;
}

.med_footer{
	float:left;
	margin:10px;
	padding:0 10px;
	width:400px;
	/*border-left:2px dotted #84775f;*/
	/*border: 2px dashed #ccc;*/
	display:inline;
}

.right_footer{	
	/*border: 2px dashed #000;*/
	float:right;
	width:200px;
	margin:10px 20px 0 20px;
}

