@charset "UTF-8";
/* CSS Document */


/* ----------------------- LAYOUT ----------------------- */
body {
  background:#4a5060;
  margin:0;
  color:#888888;
  font-size:10px;
  font-family:verdana;
  line-height:18px;
}
#container {
  margin:0 auto;
  width:975px;
  background: #FFFFFF;
}
#header {/*corps*/
  background:#FFFFFF;
  padding:8px 11px 18px 11px;
  text-decoration:none;
}
#sidebar {
	background:#FFFFFF;
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 11px;
	line-height:14px;
}
#mainContent { 
	background:#FFFFFF;
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 25px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
a#mapLocalisation2 {
  padding:0 25px 0 3px;
  margin:-3px 0 0 0;
  position:absolute;
  text-align:left;
  background:url("images/map.gif") right top no-repeat;
}
.clear {
  clear:both;
}

/*----------------------- GENERAL --------------------------------*/
.input {
  font-family:Verdana; 
  font-size:10px; 
  color:#555555; 
  text-decoration:none; 
  background-color: #FCFCFC;	
  height:14px; 
  width:106px;
  border:1px solid #a9a9a9;
  padding:2px 0 0 4px;
}
.titre{
font-weight:bold;
}
#bloc_search {
  color:#888888;
  padding:2px 0 10px 15px;
  width:174px !important;
  height:194px !important;
  background:#ff3300;
}
p {
line-height:17px;
}
form {
  margin:0;
  padding:0;
}
h2 {
  font-size:16px;
  font-family:Tahoma;
  font-weight:bold;
  margin:0 0 8px 0;
  padding:0;
}
dl,dt,dd,ul,li {
  margin:0;
  padding:0;
}
li {
  list-style:none;
}
.horizontal_line {
  margin-bottom:5px;
  border-top:1px solid #dfdcda;
  background:url("/images/sites/barre_nav.jpg") 0 0 repeat-x #fcfcfc;
}
.textblue {
  color:#00adef;
}

.textBold {
	font-weight:bold;
}

a.textwhite {
  color:#FFF;
}

a.lienSouligne {
  text-decoration:underline;
}
a.lienSouligne:hover {
  text-decoration:none;
}

a.lienNonSouligne {
  text-decoration:none;
}
a.lienNonSouligne:hover {
  text-decoration:underline;
}
a.textgray {
  color:#888888; 
}

/*----------------------- TOP BAND --------------------------------*/
#top_band {
  padding:0 2px 0 0;
  height:65px !important;
  background:url("../images/logo.jpg") 3px 0 no-repeat;
}
.allign_right {
  text-align:right;
}