/*----------------------------------------------------------------------------
NORMANDIE
----------------------------------------------------------------------------*/


/*  PAGE  / / / /  / / / /  / / / /  / / / / */
#outer-wrapper {
	border-top: 5px solid #37A0DA;
}

/*  TITRE  / / / /  / / / /  / / / /  / / / / */
#surveyinfo h1 {
	border-bottom: 10px solid #1D5E94;
	color: #555555;
}


/*  ENCART sur l'accueil  / / / /  / / / /  / / / /  / / / / */
.welcomenote p > big {
	background: #37A0DA;
	color: white;
}


/*  GROUPE / Question parts  / / / /  / / / /  / / / /  / / / / */
#group-wrapper {
	background: #F7F1E8;
}
/* Titre*/
#group-wrapper h3.groupname {
	border-bottom: 2px solid #37A0DA;
	color: #1D5E94 !important;
}

/*  QUESTION  / / / /  / / / /  / / / /  / / / /  / / / / */
div.questiontext {

}


/*  FIN QUESTIONNAIRE  / / / /  / / / /  / / / /  / / / /  / / / / */
#group-wrapper .boilerplate  {
	background: #34B1E1;
	color: #DDDDDD !important;
}
#group-wrapper .boilerplate div.questiontext {
	color: white !important;
	text-shadow: 1px 1px 1px #555;
}



/*  FOOT HER  / / / /  / / / /  / / / /  / / / / */
#footer-wrapper {
	background: #fff;
	border-top: 2px solid #AAA;
	border-bottom: 10px solid #555555;
}
a:hover.nt { background-color : #F2CA18; }

/*Copyright
.footer1 span.org2 { display: none; }
.footer1 span.org:before { 
	display: inline-block;
	content: 'Nouveaux territoires';
	position: absolute;
	padding-left: 5px;
	width: 50%;
	height: 20px;
}
*/

/*  PAGE DE FIN / / / /  / / / /  / / / /  / / / / */
#completed #about {
  color: #FFF;
  background: #F0F0F0;
}




