/* le style des element du texte: les liens, la police, la couleur et la taille du texte*/

body {
	background: url(../images/motif_etoiles.png) repeat scroll 0% 0% transparent;
	font-family: Marvel, helvetica, arial, sans-serif, Geneva, Verdana;
	font-size: 18px;
	}

a {
	color: #3973AC;
	font-weight: bold;
}

h1 {
    text-align:center;
	color: #69C;
	font-size: 2.5em;
	padding-bottom:0px;
}
h2 {
    text-align:center;
	color: #69C;
	font-size: 1.7em;
	padding-top: 0px;
	padding-bottom:5px;
}
.fond {
	border-style: solid;
    border-color: rgba(255, 255, 255, 0.3);
    border-width: 7px;
}
.banniere {
	background-color: #fff;
	background-position: center;	
	background-size: cover;
	height:110px;
}
.main {
	background-color: #EEE;
    color: #333;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	height: auto;
}
.txt {
	color:rgb(42, 42, 42);
	font-weight: bold;
	margin-left: 50px;
	margin-right: 50px;
}
.footer {
	color: #fff;
	font-size: 13px;
	margin-left: 15px;
}