
body
{
   width: 840px;
   height: 100%;
   top: 0%;
   bottom: 0%;
   margin: auto; 
   background-color: white;
   border-style: inline;
   font-size: 13px;
   font-family: 'Trebuchet MS', Tahoma, Verdana, 'Times New Roman', Times, serif;
   color: #000;
   font: 11px, Tahoma;
}

body a img
{
	border:none;
}


/* L'en-tête */

#header
{
   width: 100%;
   height: 150px;
   margin-top:10px;
   margin-bottom: 0px;
}

#header .flag
{
	top:10px;
	margin-top:15px;
	margin-right:2px;
	margin-left:150px;
	position:absolute;
	float:right;
}

#header .adsense
{
	
	text-align:center;
}

#header a img
{
	border:none;
}

/* Barre de Download */

#download
{
	border: 1px solid #55a4ff;
	text-align:center;
	background:#097dff;
	color:#fff;
	width:100%;
	height:40px;
}


#download .bouton
{
	border: 2px solid #097dff;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
}

/* Le corps du texte  après DL */

#corps
{
	border: 1px solid #f9b5d4 ;
	text-align:left;
	width:100%;
	padding-bottom:10px;
}

#corps h2
{
	font:bold, 16px, Tahoma,serif;
	background-color:#ec1475;
	color: #fff;
	/*padding-top:0px;*/
	text-indent:10px;
}

#corps p
{
	padding-left:10px;
	line-height:16px;
	
}

#corps a
{
	color: #097dff;
}

#corps a:hover
{
	color: #0066d0;
}

#corps a:visited
{
	color: #0066d0;
}

#corps .down
{
	font-weight:bold;	
}

#corps a img
{
	border:none;
}



/* Bas de page */

#footer
{
	padding-top:10px;
	text-align:center;
	color: #a2a2a4;
}

#footer a
{
	color: #a2a2a4;
}

#footer a:hover
{
	color: #7a7a7b;
}