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

body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background-color:#FCEE1F;
}

a:link {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}

.trame  {
	margin: 0 auto;
	witdth:auto;	
	position:absolute;
	z-index:-5;	
}

.trame img  {	
	witdth:auto;	
}

img  {
	border:none;	
}

p  {
	margin: 60px 0 0 0;
	padding:0;
	font-size:11px;
}

.maj{
	text-transform:uppercase;
}


.logo  {
	margin: 0 auto;
	witdth:600px;	
	position:relative;
	z-index:1;	
	top:200px;
}
