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

#texte-apropos {
	color: #000c68;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
}

#credits {
	position: absolute;
	width: 670px;
	height: 350px;
	left: 16px;
	top: 2px;
	overflow: auto;
	padding-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	padding-left: 6px;
	text-decoration:none;
	padding-right: 6px;
	z-index: 2;
}

#credits a:link {
color: #001095;
text-decoration: none;
}

#credits a:hover {
color: #001095;
text-decoration: none;
}

#credits a:visited {
color: #001095;
text-decoration: none;
}

#credits a#selected:link {
color: #001095;
text-decoration: none;
}

#credits a#selected:visited {
color: #001095;
text-decoration: none;
}
 
#credits a#selected:hover {
color: #001095;
text-decoration: none;
}


#credits h3 {
	color:#001095;
	font-size: 11px;
	text-decoration: underline;
}


/* partie pour le formulaire "trouve ton profile"*/


#contenant-form {
	background-color: #fff;
	width: 840px;
	height: 640px;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 	
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #b9b9b9;
	text-align: center;
}

#texte-sections-form {
	text-align: center;
	background-color: #c8d7ee;
	width: 820px;
	height: 406px;
	position: relative;
	left: 10px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	margin-bottom: 26px;
	margin-top: 20px;
	color: #000000;
	font: 12px/14px Verdana, "Lucida Grande", Lucida, sans-serif;
	overflow: auto;
}


#credits-form {
	position: absolute;
	width: 800px;
	height: 400px;
	left: 8px;
	top: 2px;
	overflow: auto;
	padding-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	padding-left: 4px;
	text-decoration:none;
	padding-right: 4px;
	z-index: 2;
}

#texte-apropos-form {
	left: 30px;
	padding: 0px;
}

#calculette {
	font: 10px/14px Verdana, sans-serif;
	text-align: right;
	color: #333;
	width: 248px;
	padding-top: 6px;
}

#reponses {
	position: absolute;
	color: #040064;
	width: 200px;
	padding-top: 6px;
}	

#reponses a {
	text-decoration: none;
	color: #040064;
}	

#reponses ul {
	list-style: none;
	display: block;
	padding:0;
	margin:0;	
}

#rep-cachee1 {
	color: #008300;
}

#rep-cachee2 {
	color: #0000cc;
}

#rep-cachee3 {
	color: #ff33cc;
}

#rep-cachee4 {
	color: #ff0000;
}

#rep-cachee5 {
	color: #ff7e00;
}

#rep-cachee1 span {
	display: none;
	text-decoration: none;
}

#rep-cachee2 span {
	display: none;
	text-decoration: none;
}

#rep-cachee3 span {
	display: none;
	text-decoration: none;
}

#rep-cachee4 span {
	display: none;
	text-decoration: none;
}

#rep-cachee5 span {
	display: none;
	text-decoration: none;
}
#rep-cachee1:hover span {
	display: block;
	position: absolute; 
	top: 4px; 
	left: 180px; 
	width: 324px;
	height: 68px;
	margin: 4px; 
	z-index: 100;
	color: #008300; 
	font: 10px Verdana, sans-serif; 
	text-align: justify;
	background-color: #ffffff;
	padding: 6px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	overflow: hidden;
}

#rep-cachee2:hover span {
	display: block;
	position: absolute; 
	top: 4px; 
	left: 180px; 
	width: 324px;
	height: 56px;
	margin: 4px; 
	z-index: 100;
	color: #0000cc; 
	font: 10px Verdana, sans-serif; 
	text-align: justify;
	background-color: #fff;
	padding: 6px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	overflow: hidden;
}

#rep-cachee3:hover span {
	display: block;
	position: absolute; 
	top: 4px; 
	left: 180px; 
	width: 324px;
	height: 68px;
	margin: 4px; 
	z-index: 100;
	color: #ff33cc; 
	font: 10px Verdana, sans-serif; 
	text-align: justify;
	background-color: #fff;
	padding: 6px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	overflow: hidden;
}

#rep-cachee4:hover span {
	display: block;
	position: absolute; 
	top: 4px; 
	left: 180px; 
	width: 324px;
	height: 82px;
	margin: 4px; 
	z-index: 100;
	color: #ff0000; 
	font: 10px Verdana, sans-serif; 
	text-align: justify;
	background-color: #ffffff;
	padding: 6px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	overflow: hidden;
}

#rep-cachee5:hover span {
	display: block;
	position: absolute; 
	top: 4px; 
	left: 180px; 
	width: 324px;
	height: 82px;
	margin: 4px; 
	z-index: 100;
	color: #ff7e00; 
	font: 10px Verdana, sans-serif; 
	text-align: justify;
	background-color: #fff;
	padding: 6px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	overflow: hidden;
}
   
   

