/* CSS Document */
@import "questionnaires.css";
*{
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Myriad Pro, sans-serif;
	font-size:small;
	font-weight:normal;
}

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:left center;
}

h1 {
	background-position:left bottom;
	background-image:url(images1/iconeh1.gif);
	padding-left:35px;
	font-size:xx-large;
	margin-bottom:20px;
}

h2 {
	background-image:url(images1/iconeh2.gif);
	/*border-bottom:1px solid;*/
	font-size:large;
	margin-top:20px;
	margin-bottom:25px;
}

h3 {
	background-image:url(images1/iconeh3.gif);
	background-position:left top;
	/*border-bottom:1px solid;*/
	padding-bottom:10px;
	font-size:medium;
	margin-bottom:10px;
}

p.intro {
	background-image:url(images1/cadre.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-right:20px;
	padding-bottom:30px;
	text-indent:1em;
	text-align:justify;
	height:auto;
}

input.admin {
	width:190px;
}

#container {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(images1/ombre.gif);
	padding-left:20px;
	padding-right:20px;
	
	/*border-left:3px solid;
	border-right:3px solid;*/
	
}

	#introHeader {
	/*background-image:url(images1/introheader.gif);*/
	}

		#quickLinks {
			padding:10px;
			padding-top:10px;
			padding-bottom:10px;
			font-size:x-small;
			text-align:center
		}
		
			#quickLinks a {
				font-size:x-small;
			}
			
			#quickLinks a:hover {
				text-decoration:none;
			}
		
	#header {
		clear:both;
		height:200px;
		width:950px;
		margin-bottom:15px;
		background-color:#ffffff;
		/*
		border-bottom: 10px solid;
		border-top: 10px solid;
		border-bottom-color:#333333;
		border-top-color:#333333;
		*/
		
		background-image:url(images1/back_header.jpg);
		background-repeat:no-repeat; 
		background-position:right;
	}
	
	#nav {
		float:left;
		width:205px;
		padding-left:5px;
	}
	
		#nav ul {
			list-style-type:none;
		}
		
		#nav li {
			height:25px;
		}
		
		#nav li ul {
			display:none;
			background-color:#FFFFFF;
			border-style:solid;
			border-width:1px;
			border-color:#C7D09B;
			border-bottom-style:none;
		}
		
		#nav li ul {
			width:190px;
		}
		
		#nav li:hover>ul {
			display:block;
		}
		
		#nav li a {
			text-decoration:none;
			border-bottom:1px solid;
			display:block;
			line-height:25px;
			padding-left:10px;
			letter-spacing:2px;
		}
		
		#nav li a:hover {
			background-image:url(images1/rollover.gif);
			background-repeat:no-repeat;
			background-position:left;
		}
	
	#content {
		width:700px;
		float:right;
		padding-left:10px;
		margin-right:20px;
	}
	
		#content p {
			text-indent:1em;
			padding-top:5px;
			padding-bottom:20px;
			margin-right:10px;
		}
		
		#content ul {
			padding-top:5px;
			padding-bottom:20px;
			margin-right:10px;
		}
		
		#content li {
			list-style-position:inside;
			list-style-type:disc;
			padding-bottom:10px;
		}
		
		#content ul ul li {
			text-indent:1.5em;
			list-style-type:circle;
		}
	
	#footer {
		height:1.5em;
		clear:both;
		border-top: 1px solid;
		text-align:center;
	}
	
	#footer a {
		text-decoration:none;
	}
	
	#footer a:hover {
		text-decoration:underline;
	}
	
	.ss-form-container {
        width: 45em;
        background-color: #FFF;
        border: 1px solid #CCC;
        padding: 1em;
      }
      
      .g { color: #666; }
      .i { display: inline; }
      
      .ss-q-title {
        font-weight: bold;
      }
      
      .ss-form-desc {
        font: inherit;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        word-wrap: break-word;
        width: 99%;
        margin: 0;
      }
      
      .ss-q-help {
        color: #666;
      }
      
      .ss-form-entry {
        margin-bottom: 1.5em;
      }
      
      .ss-choices {
        list-style: none;
        margin: 0.5em 0 0 0;
        padding: 0;
      }
      
      
      
      .ss-powered-by {
        color: #666;
        margin: 0.2em;
      }
