@charset "iso-8859-1";
/* CSS Document */

html, body
{ background-color: #ffffff;
	 font-family: 'Red Hat Display', sans-serif;
	font-size:1em;
	margin:0;
    padding:0;
	height:100%;

}

#megawrapper
{
height:100%;
width: 100%;
    border-collapse: collapse;
    text-align: center;
}

#megawrapper-td {
    height: 100%;
    padding: 0;
    vertical-align: middle;
}

#wrapper {
text-align: justify;
width: 800px;
margin: 0 auto;
}



#astuce
{
width: 550px;
padding-left: 130px;
	clear: left;
	text-align: center;
	height: 100px;
}

p
{

}

.center
{
text-align: center;
}


.gras
 {
 color: #000;
 font-weight:bold;
     }

h1
{
	font: .10em Trebuchet MS, Arial, sans-serif;
	color: #BF0603;
	line-height: 2em;
	text-align: center ;
}

h2
{
display: inline;
}

h3
{
	color: #BF0603;
	line-height: 1.5em;
}

.menu
{
	text-align:center;
	}
	

.signature
{
text-align: right;
font-style:italic;
line-height: 2em;
}


a:link {
	color:#000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline overline;
		color: #F00;
}