@charset "UTF-8";
/* CSS Document */

body{
	background-color:#280F01;
	background-image: url(/images/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	}
	
a:link {
    color: #290C01;
}
a:visited {
    color: #290C01;
}
a:hover {
    color:#290C01;
}
a:active {
    color: #290C01;
}

body, td, th {
    color: #290C01;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px;
}

h1{
	color: #290C01;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 18px;
	}
h2{
	color: #290C01;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 15px;
	}	
	
.asterix {
	color: #F00;
}

#conteneur {
    height: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1000px;
    z-index: 0;
}
#header {
    background-image: url(/images/header.jpg);
    height: 178px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1000px;
}

#content{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1000px;
    z-index: 1;
}

.tableau{
	margin-left : 100px;
	text-align:justify;
	}

#texte_contact {
    height: 199px;
    left: 435px;
    position: absolute;
    top: 90px;
    width: 198px;
    z-index: 1000;
}

#footer {
    background-image: url(/images/footer.jpg);
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1000px;
}

.footer{
	color:#f4efd7;	
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 10px;
	text-align:center;
	top:10px;
	}
.blanc {
	color: #FFF;
}

