@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/espace-panelistes/entete_fond.jpg) center center no-repeat;
	
	}

		#main #entete #logo-netetudes {
			display: block;
			position: absolute;
			top: 20px;
			left: 60px;
		}
		#main #entete h1 {
			display: block;
			position: absolute;
			left: 545px;
			top: 20px;
			width: 200px;
			color:#ee811c;
			font-size:16px;
		}
		
		
		
		
	#main #content {
		
	
	}
		
		#main #sites-panelistes {
			width: 1115px;
			height: 381px;
			margin:50px auto;
			position: relative;
			background: url(../../images/espace-panelistes/fond_2new.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-avispanel {
				top: 170px;
				left: 75px;
				color: #fb6300;
			}
				#main #sites-panelistes #texte-avispanel a {
					color: #000;
				}		
			
			#main #sites-panelistes #texte-pipeul {
				top: 155px;
				left: 237px;
				width: 135px;
				color: #fff;
			}
				#main #sites-panelistes #texte-pipeul a {
					color: #fff;
					margin-top:4px;
				}	
				
				
			#main #sites-panelistes #texte-rdc {
				top: 235px;
				left: 395px;
				width: 135px;
				color: #fff;
			}
						
				
			#main #sites-panelistes #texte-tries {
				top: 160px;
				left: 565px;
				width: 140px;
				color: #fff;
				
			}
				#main #sites-panelistes #texte-tries a {
					color: #000;
					font-size:10px;
				}							

			#main #sites-panelistes #texte-odw {
				top: 220px;
				left: 765px;
				width: 140px;
				color: #fff;
				text-align: right;
				
			}
				#main #sites-panelistes #texte-odw a {
					color: #000;
					font-size:10px;
				}

			#main #sites-panelistes #texte-dcm {
				color: #FFFFFF;
				left: 920px;
				text-align: left;
				top: 160px;
				width: 140px;
			}
				#main #sites-panelistes #texte-dcm a {
					color: #fff;
					font-size:10px;
				}
				
				
				
			#main #sites-panelistes #bouton-avispanel {
				position: absolute;
				top: 270px;
				left: 80px;
			}

			#main #sites-panelistes #bouton-pipeul {
				position: absolute;
				top: 245px;
				left: 237px;
			}

			#main #sites-panelistes #bouton-rdc {
				position: absolute;
				top: 300px;
				left: 400px;
			}
						
			#main #sites-panelistes #bouton-tries {
				position: absolute;
				top: 293px;
				left: 580px;	
			}

			#main #sites-panelistes #bouton-odw {
				position: absolute;
				top: 328px;
				left: 760px;
			}
			
			#main #sites-panelistes #bouton-dcm {
				left: 940px;
				position: absolute;
				top: 280px;
			}
			
	#main #footer {
		text-align: center;	
		color: #000;
		font-weight: bold;
	}
	
		#main #footer a {
			color: #000;
			text-decoration: none;
		}
								
