* { margin: 0px; padding: 0px; font-family: "Tahoma"; }

body, html { /*overflow: hidden;*/ }
body { text-align: center; }

.Clear { clear: both; }

#waiter {
  position: absolute;
  width: 420px;
  height: 185px;
  background: #000;
  z-index: 9999;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.helpButton {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  background: url(../images/help.png) top left no-repeat;
  text-decoration: none;
  cursor: help;
}
  .helpButton div {
    position: absolute;
    top: 8px;
    left: 8px;
    visibility: hidden;
    width: 200px;
    height: auto;
    margin-top: 1px;
    background: #d0e6f8;
    border: 2px solid #bbdbf5;
    padding: 3px;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    color: #000;
  }
  
#global {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	position: relative;
	width: 100%;
	height: 151px;
	background: url(../images/header.png) top left no-repeat;
}
	#header #hotlineMisc {
		position: absolute;
		top: 28px;
		right: 110px;
		text-align: right;
		font-family: "Arial";
		font-size: 14px;
		font-weight: bold;
	}
	#header #hotlineStatus {
		position: absolute;
		width: 40px;
		height: 60px;
		top: 21px;
		right: 44px;
	}
		#header #hotlineStatus.On { background: url(../images/hotlineOn.png) top left no-repeat; }
		#header #hotlineStatus.Off { background: url(../images/hotlineOff.png) top left no-repeat; }
	#header #hotlineJauge {
	 position: absolute;
	 width: 291px;
	 height: 22px;
	 bottom: 6px;
	 right: 35px;
	 background: url(../images/jaugex400.gif) top left no-repeat;
	}
  	#header #hotlineJauge #hotlineJaugeCursor {
  	 position: absolute;
  	 top: -4px;
  	 left: -6px;
  	 width: 9px;
  	 height: 18px;
  	 background: url(../images/hotlineCursor.gif) top left no-repeat;
  	}
  	 #header #hotlineJauge #hotlineJaugeCursor #hotlineJaugeText {
  	   display: block;
  	   position: absolute;
  	   top: -18px;
  	   left: -120px;
  	   padding: 2px;
  	   width: 150px;
  	   text-align: center;
  	   font-size: 11px;
  	   font-family: "Tahoma";
  	   color: #71b3e9;
  	   border: 1px solid #71b3e9;
  	   background: #fff;
  	 }

#content {
	width: 100%;
	height: 435px;
	overflow: hidden;
	background: url(../images/bg-content.png) top left repeat-y;
}

#footer {
  position: relative;
	width: 100%;
	height: 72px;
	text-align: center;
	background: url(../images/footer.png) top left no-repeat;
}
  #footer #horaires {
    position: absolute;
    width: 930px;
    top: 8px;
    left: 50%;
    padding: 5px;
    margin-left: -470px;
    background: #71b3e9;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
  }

	#content #left {
		float: left;
		width: 460px;
		margin-left: 35px;
	}
	
		#content #left .leftOnglet {
			width: 458px;
			height: auto;
			border: 1px solid #71b3e9;
			margin-bottom: 10px;
		}
			#content #left .leftOnglet .topLeftOnglet {
				width: 458px;
				height: 35px;
				background: url(../images/onglet-left.png) top left no-repeat;
				cursor: pointer;
			}
				#content #left .leftOnglet .topLeftOnglet h1, #oodrive h1 {
					font-family: "Arial";
					font-size: 16px;
					font-weight: bold;
					color: #fff;
					text-align: left;
					text-indent: 75px;
					text-decoration: none;
					line-height: 35px;
				}
			
			#content #left .leftOnglet .bottomLeftOnglet {
				width: 458px;
				height: 0px;
				border-top: 1px solid #71b3e9;
				overflow: scroll;
				overflow-x: hidden;
			}
			
				#content #left .leftOnglet .bottomLeftOnglet .contentLeftOnglet {
					width: 95%;
					margin: 2% auto;
				}
				
					#content #left .leftOnglet .bottomLeftOnglet .contentLeftOnglet p {
						font-family: "Arial";
						font-size: 12px;
						text-align: justify;
						/*text-indent: 25px;*/
						margin-bottom: 10px;
					}
	
	#content #right {
		float: right;
		width: 460px;
		margin-right: 35px;
	}
	
		#content #right .rightOnglet {
			width: 458px;
			height: 35px;
			border: 1px solid #71b3e9;
			border-bottom: 0;
			background: url(../images/onglet-right.png) top left no-repeat;
			/*cursor: pointer;*/
			text-decoration: none;
		}
			#content #right .rightOnglet h1 {
				font-family: "Arial";
				font-size: 16px;
				font-weight: bold;
				color: #fff;
				text-align: right;
				padding-right: 75px;
				text-decoration: none;
				line-height: 35px;
			}
		
		#content #right #rightContent {
		  position: relative;
			width: 438px;
			height: 342px;
			padding: 10px;
			padding-top: 30px;
			border: 1px solid #71b3e9;
			overflow: auto;
			overflow-x: hidden;
		}
		  
		  #connectionForm {
		    margin-left: 225px !important;
		    margin-top: 85px !important;
		  }
		  
		  #content #right #rightContent #hello {
		    width: 100%;
		    /*background: #71b3e9;*/
		    border-bottom: 1px dashed #71b3e9;
		    color: #71b3e9;
		    font-size: 12px;
		    font-weight: bold;
		    text-align: center;
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 5px 0px;
		  }
		  #content #right #rightContent #hello a#logout {
		    font-size: 10px;
        font-weight: normal;
        margin-left: 20px;
        text-decoration: none;
        color: #7fc6ff;
		  }
		  #content #right #rightContent #hello a#logout:hover {
		    text-decoration: underline;
		    color: #71b3e9;
		  }
			
			#content #right #rightContent h2 {
				font-family: "Arial";
				font-size: 14px;
				color: #71b3e9;
				margin-bottom: 8px;
			}
			#content #right #rightContent label {
				float: left;
				width: 200px;
				line-height: 16px;
				font-family: "Arial";
				font-size: 11px;
			}
			#content #right #rightContent label.radioLbl {
				float: none;
				width: auto;
				margin-right: 5px;
			}
			#content #right #rightContent label.large {
				display: block;
				float: none;
				margin-top: 10px;
				width: auto;
				text-align: center;
			}
			#content #right #rightContent input[type=text], #content #right #rightContent select {
				margin-bottom: 5px;
				font-family: "Arial";
				font-size: 11px;
			}
			#content #right #rightContent input[type=text] { height: 16px; width: 231px; }
			#content #right #rightContent select { height: 18px; width: 235px; }
			#content #right #rightContent p.Center {
				text-align: center;
				margin-top: 15px;
			}
			#content #right #rightContent input.follow {
        position: absolute;
        bottom: 0px;
        background: #71b3e9;
        width: 160px;
        padding: 5px 0px;
        color: #fff;
        font-weight: bold;
        font-size: 11px;
        border: none;
        text-align: center;
        cursor: pointer;
			}
			#content #right #rightContent input.follow:disabled {
        background: #eee;
        color: #ddd;
      }
			#content #right #rightContent input.next { right: 0px; }
			#content #right #rightContent input.last { left: 0px; }
			#content #right #rightContent input.send { right: 0px; }
			#content #right #rightContent input.new {
        width: 200px;
        left: 50%;
        margin-left: -100px;
      }
			#content #right #rightContent #rightWaitUp {
        display: none;
        position: absolute;
        width: 150px;
        left: 50%;
        bottom: 5px;
        margin-left: -75px;
        color: #71b3e9;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
			}
      #content #right #rightContent #myWysiButtons {
				width: 415px;
				height: 34px;
				clear: both;
				border: 1px solid #71b3e9;
				border-bottom: 0;
				background: #91aac3;
				text-align: center;
			}
			#content #right #rightContent #myWysiButtons input[type=button].wysiBtn {
				width: 32px;
				height: 34px;
				border: 0;
				cursor: pointer;
			}
			#content #right #rightContent #myWysi, #content #right #rightContent #myWysi2 {
				width: 415px;
				height: 70px;
				margin-bottom: 15px;
				border: 1px solid #71b3e9;
				cursor: text;
			}
			#content #right #rightContent input#fileBtn { width: 218px; }
		
		  #content #right #rightContent .uploadIframe {
        border: 0px;
        width: 100%;
        height: 50px;
      }
      /*.ie6wysi { height: 100px; width: 205px; margin-bottom: 15px; }*/
      #content #right #rightContent textarea.ie6wysi {
			  width: 185px;
			  height: 160px;
			  border: 0px;
			  padding: 10px;
			}
		
h1#left1 { background: url(../images/titles/left1.png) top left no-repeat; }
h1#left2 { background: url(../images/titles/left2.png) top left no-repeat; }
h1#left3 { background: url(../images/titles/left3.png) top left no-repeat; }
h1#left4 { background: url(../images/titles/left4.png) top left no-repeat; }
h1#left5 { background: url(../images/titles/left5.png) top left no-repeat; }
h1#left6 { background: url(../images/titles/left6.png) top left no-repeat; }
h1#left7 { background: url(../images/titles/left7.png) top left no-repeat; color: #cc0000 !important; }
h1#right1 { background: url(../images/titles/right1.png) top right no-repeat; }

/* Fiches pratiques */
#contentFp { font-size: 12px; }
#contentFp .fichePratique {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
  #contentFp .fichePratique .titleFP {
    display: block;
    background: #71b3e9;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    padding: 5px;
    padding-right: 20px;
  }
  #contentFp .fichePratique .descFP {
    text-align: justify;
  }
  #contentFp .fichePratique a.downloadFP {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 16px;
    height: 16px;
    background: url(../images/disk.png) top left no-repeat;
    text-decoration: none;
  }

#popupContentFp h2 {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  margin-bottom: 15px;
}
#popupContentFp img {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
  border: 10px double #eee;
}
#popupContentFp p { font-size: 12px; text-align: justify; margin: 0px 20px; }

/* News */
#contentNews { font-size: 12px; }
#contentNewsLetter { font-size: 12px; }
.newsLine {
  border-bottom: 1px solid #ddd;
  padding: 2px 0px;
}
.newsLine.important { color: #009900; /*background: #eee;*/ }
.newsLine.recent { color: #000099; background: #eee; }
  .newsLine span.desc {
    border-left: 1px solid #ddd;
    display: block;
    width: 265px;
    padding-left: 20px;
    float: right;
  }
  .newsLine span.date {
    display: block;
    width: 125px;
    font-weight: bold;
    float: left;
    text-align: left;
  }
  .newsLine span.link {
    display: block;
    width: 100%;
    font-weight: normal;
    text-align: left;
    font-size: 11px;
  }
    .newsLine span.link a { color: #7ab7ea; }
#contentNews a#newsArchives {
  display: block;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  color: #71B3E9;
}
#contentNews a#newsArchives:hover { text-decoration: underline; }

#popup {
  position: absolute;
  border: 10px solid #eee;
  background: #fff;
  top: 50%;
  left: 50%;
  z-index: 100;
}
  #popup .popupContent {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 280px;
    overflow: scroll;
    overflow-x: hidden;
    text-align: left;
  }
  #popup h1 {
    font-family: "Arial";
		font-size: 16px;
		color: #71b3e9;
		text-align: center;
  }
  #popup a#closeButton {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/close.gif) top left no-repeat;
    text-decoration: none;
  }
  #popup a#closeButton:hover { text-decoration: underline; }

span.required { margin-left: 2px; color : #990000; }