﻿/**************************BODY********************************************/
BODY 
{	
	background-color:#db1e1d;	
	margin:0px;
	padding-top: 10px;	
	text-align: center;
	font-family:Verdana;
	font-size:10pt;
	color:#646464;
}

a img 
{
	border: none;
}

a
{
	text-decoration:none;
}

/**************************TITLE Hx********************************************/	
	
H1
{	
	color:#bcd24e;
	font-size:19pt;
	font-weight:bold;
	letter-spacing:0em;
}

H2
{	
	color:#bcd24e;
}

H3
{	
	color:#d91e1b;
	font-size:15pt;
}

/**************************WRAPPER********************************************/
		
#wrapper
{
    padding:0px;
	width:996px;
	/*centering the page : mozilla*/
	margin: 0 auto;	
	background-image: url(  'Images/kidessentials/middle.jpg' );
	background-repeat: repeat-y; 
}

/**************************HEADER********************************************/

#header
{	
	/*-----------------------Obligatoire pour la homepage--------------------*/
	/*-----------------------est redéfini dans page.css--------------------*/
	display:none;
	
}

/**************************CONTENT********************************************/


#content H1
{	
	margin-top:0px;
}

#content H1
{	
	margin-bottom:10px;
}

.tooltip
{
	display:none;
	background:white;
	border:solid 1px black;
	padding:5px;
	width:100px;
}

.tooltipSource
{
	background-color:Yellow;
}

.bgModal
{
	filter:alpha(opacity=50);
	background:black;
	opacity:0.5;
}

/**************************LEGAL********************************************/


.legal
{
	font-size:7pt;
}


/**************************FOOTER********************************************/

#footer
{
	background-color: #DB1E1D;
	padding-right: 20px;
	display:block;

	padding-bottom:2px;
	
}

.footer-note 
{
    text-align: left;
    margin-top:10px;
    color: white;
    font-size:7pt;
}

#footer-link
{
	color: white;
	margin-top:10px;
	    text-align: left;
}

#footer-link a:active
{
	color: white;
}
#footer-link a:visited
{
	color: white;
}
#footer-link a
{
	color: white;
	text-decoration: none;
}

.footnote
{
	font-size:7pt;
}



#surveyBox {
	display:none;
	visibility: hidden;	
	color:#646363;
	border: solid 1px #5EACDC;
	background: #FFFFFF;
	width: 350px;
	height: 470px;
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -250px;
	padding:10px;
	z-index:10;
}