@CHARSET "ISO-8859-1";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html{
	font-family : arial, sans-serif;
	color : #7f7f7f;
	font-size : 11px;
}

#main {
	
	width: 950px;
	margin: 0px auto;
	
	background: #fff;
		
}


	#main #entete {
		width: 783px;
		height: 123px;
		margin: 0px auto;
		position: relative;
		background: url(../../images/panellists-area/entete_fond.jpg) center center no-repeat;
	
	}

		#main #entete #logo-netetudes {
			display: block;
			position: absolute;
			top: 20px;
			left: 60px;
			font-size: 11px;
			font-weight: bold;
			color: #000;
			text-align: center;
			border: 0;
			text-decoration: none;
		}
			#main #entete #logo-netetudes span {
				text-decoration: underline;
			}
		
		#main #entete h1 {
			display: block;
			position: absolute;
			left: 545px;
			top: 20px;
			width: 200px;
			color:#ee811c;
			font-size:16px;
		}
		
		
		
		
	#main #content {
		
	
	}
		
		#main #sites-panelistes {
			width: 931px;
			height: 381px;
			margin:50px auto;
			position: relative;
			background: url(../../images/panellists-area/fond_2.jpg) top left no-repeat;
		}
		
			/*    Styles pour chaque site  */
			
			#main #sites-panelistes  p {
				position: absolute;
				width: 120px;
			}
				#main #sites-panelistes p a {
					display: block;
					margin-top: 7px;
					text-decoration: none;
					font-weight: bold;
				}			
				#main #sites-panelistes #texte-avispanel p a:hover {
					text-decoration: underline;
				}					
						

			#main #sites-panelistes #texte-surveyfriends {
				top: 155px;
				left: 320px;
				width: 135px;
				color: #fff;
			}
				#main #sites-panelistes #texte-surveyfriends a {
					color: #fff;
					margin-top:4px;
				}	
				
				

			#main #sites-panelistes #texte-tries {
				top: 155px;
				left: 495px;
				width: 140px;
				color: #fff;
				
			}
				#main #sites-panelistes #texte-tries a {
					color: #000;
					font-size:10px;
				}							


			#main #sites-panelistes #bouton-surveyfriends {
				position: absolute;
				top: 255px;
				left: 330px;
			}


			#main #sites-panelistes #bouton-tries {
				position: absolute;
				top: 285px;
				left: 510px;	
			}

	#main #footer {
		text-align: center;	
		color: #000;
		font-weight: bold;
	}
	
		#main #footer a {
			color: #000;
			text-decoration: none;
		}
								