@charset "utf-8";
@import url("links.css");
body {
	/*font-family: Verdana, Arial, Helvetica,sans-serif;*/
	background-color: #393939;
}

body,h2, h3 { margin: 0; padding:0;}


/*-----------------------------BODY-------------------------------------*/

/*----------------------------DIV----------------------------------------*/
/*#contenu {
	width:744px;
	margin-left:auto;
	margin-right:auto;
	/*border: 2px solid #81b71a;*/
}*/

#conteneur {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#header {
    background-color: #ffffff;
    height: auto;
    width: 100%;
    position: fixed;
    z-index: 99999;
    border: 2px solid #FFF00;
}

#textetop {
    background-color: #393939;
    margin-top: 320px;
    float: left;
    width: 100%;
    height: 300px;
    padding-bottom: 20px;
    }

#texteall {
    float: left;
    width: 100%;
    background-image: url(../img/bgbloc2_1860x1245.jpg);
    height: auto;
    padding-bottom: 20px;
}
#contenucenter {
    width: 900px;
    margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	text-align: center;
	/*border: 1px solid #41eb7d;*/

}



#img {
	width:744px;
	margin-left:auto;
	margin-right:auto;
}

#txt {
	width:744px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}


a:link {
	color: #009EE1;
}
a:visited {
	color: #009EE1;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #009EE1;
}

li {
	font-family: "brandon-grotesque";
	color: #71C5C6;
	font-size: medium;
    line-height: 110%;
    margin: 0 0 5px;
	
}


/*----------------------------TYPOS-------------------------------------*/
p {
	font-family: "brandon-grotesque";
	font-size: large;
	color: #FFFFFF;
	line-height: 140%;
    margin: 0 0 5px;
    /*font-weight: bold;*/
}

h1 {
	font-family: "brandon-grotesque";
	color: #FFFFFF;
    font-size: 0.70em;
    line-height: 140%;
    margin: 0 0 5px;    
}
h2 {
	font-family: "brandon-grotesque";
	color: #FFFFFF;
	font-size: x-large;
    line-height: 140%;
    margin: 0 0 5px;    
}