@charset "utf-8";
body {
    font: 72% Arial; /*69% Standard*/
    color: black;
	background-color: #fff;
	text-align:center;
	/*line-height:20px;*/
}


/*TEXTE*/
h1 { color:#e53176; font:bold 1.2em Arial; border-bottom:0.04em solid #1361b6; height:2em;}
h2 { color:#e53176; font:bold 1.1em Arial; }
h3 { color:#000; font:bold 1.0em Arial; border-top:1px solid #ccc; background-color:#EBEBEB; padding:4px; width:143px;}
h4 { color:#e53176; font:bold 1.0em Arial;}
h5 { color:#e53176; font:bold 1.0em Arial;}


strong, b { font-weight:bold;}
a { color:#e53176; text-decoration:underline;}

input { font-size:0.8em; font-weight:normal; color:#555;}

#backheader {
	clear:both;
	padding:0; margin:0;
	text-align:left;
	width:100%;
	height:100px;
	background-color:#e53176;
	position:absolute; left:0; top:100px;
	z-index:-1;
}
#intro {
    text-align:right;
	float:right;
	height:250px;
	position:absolute; right:15px; top:20px;
	z-index:2;
}
.intropic
{
	border:1px solid #e53176;
	margin-left:15px;
}
#wrapper {
	clear:both;
	text-align:left;
	width:775px;
	margin-left:auto; margin-right:auto;
	padding-top:250px;
}
#menu {
	clear:both;
	padding:0; margin:0;
	text-align:center;
	width:280px;
	height:30px;
	font:bold 1.2em Arial;
	color:#e53176;
	position:absolute; left:15px; top:70px;
	z-index:3;
}
#menu a {
	color:#e53176;
	text-decoration:none;
}

/*FOOTER*/
#footer {
	padding-top:5px; margin-top:20px;
	width:100%;
	height:19px;
	background-color:#EBEBEB;
	border-bottom:1px solid #ccc;
	position:fixed; left:0; bottom:0;
	z-index:5;
	font-size: 0.9em;
	color:#333;
	clear:both;
	background-color:#EBEBEB;
	border-top:1px solid #ccc;
}
#footer a { color:#333; text-decoration:none; }
