@charset "utf-8";
/* CSS Document */

body {
	background:#ffffff;
	background-image:url(images/fond.jpg);
	background-position: 50% bottom;
	background-repeat:no-repeat;
	background-attachment: fixed;
	margin-top:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#FFF;
}

#titrelangue {
	position:absolute;
	top: 50%;
	margin-top:-218px;
	left: 50%;
	margin-left:-400px;
	z-index:2;
}

#mainlangue {
	position:absolute;
	top: 50%;
	margin-top:-222px;
	left: 50%;
	margin-left:-400px;
	z-index:1;
}

#titre {
	position:absolute;
	top: 10px;
	left:10px;
}

#mainframe {
	position:absolute;
	background:url(images/cadre.jpg);
	background-repeat:no-repeat;
	background-position:top;
	top: 65px;
	left: 50%;
	margin-left:-400px;
	z-index:1;
	width: 800px;
	height:444px;
}

#content {
	position:absolute;
	top: 0px;
	left: 155px;
	z-index:1;
	width: 645px;
}

#sommaire {
	position:absolute;
	top: 75px;
	left: 50%;
	margin-left:-400px;
	z-index:2;
}

#indexcentre {
	top:50%;
	width:90%;
	position:absolute;
	margin-top:-150px;
	margin-left:90px;
}

#contactscentre {
	top:50%;
	width:90%;
	position:absolute;
	margin-top:-150px;
	margin-left:90px;
}

a:link,a:active,a:visited {
	text-decoration: none;
	}	 
a:hover { 
	text-decoration: underline;
	} 
a:link,a:visited {
	color:#5672b2;
	}
	
.bleu {
	color:#5672b2;
}

.titre {
	color:#5672b2;
	text-align: center;
	}
	
.titreagenda {
	color:#5672b2;
	text-align: center;
	font-size:16px;
}

.forumtextpetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

.textbleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#5672b2;
}
