@charset "utf-8";

*{
  margin:0;
  padding:0;
  font-size:11px;
  font-family:arial;
}

img{border:0px;}

body{
  background-image: url("../images/commun/background.gif");
  background-repeat: repeat-x;
}

#page{
  width:1015px;
  margin-left:auto;
  margin-right:auto;
}

.header_pad{

	background-image: url("../images/commun/header.png");
  background-repeat: no-repeat;
  width:1015px;
  height:175px;
  float:left;

	}

#header{
  padding-left: 47px;
  padding-right: 47px;
}

.content_pad{
	  background-image: url("../images/commun/body.png");
  background-repeat: repeat-y;
	width:1015px;
  float:left;
	}

#content{

  padding-left: 47px;
  padding-right: 47px;

}

.footer_pad{
  background-image: url("../images/commun/footer.png");
  background-repeat: no-repeat;
  width:1015px;
  height:79px;
  float:left;
}

#footer{
  padding-left: 47px;
  padding-right: 47px;
	}

/*------------------------------_______ HEADER _______------------------------------*/


/*------_header left_------*/

.header_left{
  float:left;
  }


.header_left .logo{
  float:left;
  padding-top:5px;

}

/*------_header center_------*/

.header_center{
  float:left;
  width:570px;
  }

.header_center h1{
  float:left;
  width:570px;
  color:#3b8bb8;
  font-size:21px;
  padding-left:10px;
  padding-top:50px;
}

.header_center h1 span{
  font-size: 15px;
}

.header_center ul{
  float:left;
  padding-left:5px;
  padding-top:42px;
  }

.header_center ul li{
  float:left;
  list-style-type: none;
  background-image: url("../images/commun/menu_off.png");
  background-repeat: no-repeat;
  width:151px;
  height:46px;
  margin-left:-4px;
  margin-right:-4px;
  text-align:center;
}

.header_center ul li:hover{
  background-image: url("../images/commun/menu_on.png");
}

.header_center ul li:hover a{
  color:#F27F22;
  display:block;
  font-size:15px;
  font-weight:bold;
  padding-top:14px;
  text-decoration:none;
}

.header_center ul li a{
  color:#706A6A;
  display:block;
  font-size:15px;
  font-weight:bold;
  padding-top:14px;
  text-decoration:none;
  }

.header_center ul li.active-trail{
	background-image: url("../images/commun/menu_on.png");
	}

.header_center ul li.active-trail a{
	color:#F27F22;
  display:block;
  font-size:15px;
  font-weight:bold;
  padding-top:14px;
  text-decoration:none;
	}

/*------_header right_------*/

.header_right{
    float:right;
    padding-top: 60px;
  }


/*------------------------------_______ CONTENT _______------------------------------*/


/*------_content home top------*/


.content_home_top{
  float:left;
  clear:both;
  width:921px;
  }

/*------_content home top left------*/

.content_home_top .content_home_top_left{
  float:left;
  width:300px;
   color : #666060;
   padding-bottom: 10px;
  }

.content_home_top .content_home_top_center
  {
    width : 295px;
  }

/*------_content slide show_------*/

#slideshow {
    position:relative;
    height:210px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/*------_content home top center------*/


.content_home_top_center{
  float:left;
  width:300px;
  padding-left: 10px;
}

.content_home_top_center p{
  color:#706a6a;
  width:300px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.links{
  float:right;
  font-size: 10px;
  margin-right:3px;
  }

.links a{
  color:#4b97cb;
  font-size: 10px;
  text-decoration: none;
  }

.underline{
  text-decoration: underline;
  }

.secondary_links a{

  padding-left : 6px;
  margin-right :4px;
  background-image: url("../images/commun/pointille.jpg");
  background-repeat:no-repeat;
  background-position : 0px 6px;
}
.secondary_links .first a{

  padding-left : 0px;
  background-image: none;
  }
/*------_content home top right------*/


.content_home_top_right{
  float:right;
}

.orange_scrool_title{
  float:left;
  width: 300px
}

.orange_scrool_title img{
  float:left;
  vertical-align: middle;
  }

.orange_scrool_title h2{
  float:left;
  color:#706a6a;
  font-size: 18px;
  padding-left: 5px;
  font-weight: normal;
  }

/*------ opportunite ------*/

.opporto div{
	font-size: 12px;
	}



.opporto_title img{
  float : left;
  margin : 10px;
  }

 .opporto_title p{
   padding-top : 50px;
   color : #666060;
   font-size: 12px;
 }

 .opporto_title p strong{
	font-size: 12px;
 }


.content_scroll{
  background-image: url("../images/commun/back_scrool.jpg");
  background-repeat: no-repeat;
  width:293px;
  height:189px;
  float:left;
  clear:both;
  margin-top: 2px;
  }

.opporto{
  clear : both;
  padding-top : 25px;
  padding-bottom : 25px;
}

.tiret{
  height : 25px;
  background-image: url("../images/commun/pointille.jpg");
  background-repeat:repeat-x;
  background-position : 5px;
  clear:both;
}

.opporto ul, .opporto ul li{
  list-style-type : none;
}

.opporto .views-field-field-titre-value,
  .opporto .slash,
  .opporto .views-field-field-lieu-value,
  .opporto .views-field-field-contrat-value{
  color : #666060;
  font-weight: bold;
  font-size : 1.5em;
  clear:both;
}
.opporto .views-field-field-resum-cadre-value{
	color : #666060;
	}

.opporto .views-field-field-resum-exp-value{
  color : #56A4D2;
  font-weight: bold;
}

.opporto ul li span a{
	color : #56A4D2;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	}

.opporto .views-field-view-node{
  float : right;
  padding-top: 15px;
  }

.opportunite{
	position: relative;
	}

.opportunite .postuler{
	position: absolute;
	right: 25px;
	top: 25px;
	}

.opportunite *{
  color : #666060;
  line-height : 150%;
  font-size : 1.1em;
}

.opportunite h2 {
	font-size: 14px;
	font-weight: bold;
	color:#706a6a;
	padding-top: 15px;
	padding-bottom: 10px;
	}

.opportunite ul,.opportunite li{
  margin-left : 15px;
  }

/*------_content home top right  scroll------*/


#scroller {
  height:175px;
  width:275px;
}

a.jScrollArrowUp {
  background: url(../images/commun/up_scrool.jpg) no-repeat;
}

a.jScrollArrowDown {
  background: url(../images/commun/down_scrool.jpg) no-repeat;
}

.holder {
  float: left;
  margin: 10px;
}

.scroll-pane {
  width:2spx;
  height: 200px;
  overflow: auto;
  float: left;
  padding-left: 10px;
  width:260px;
}

.wide {
  width: 400px;
}

.super-wide {
  width: 700px;
}

.tall {
  height: 400px;
}

.jScrollPaneContainer {
  float:left;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top:7px;
  width:290px;
}

.jScrollPaneTrack {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url("../images/commun/scroll.jpg");
  background-repeat: no-repeat;
}
.jScrollPaneDrag {
  position: absolute;
  background-image:url("../images/commun/track.png");
  background-repeat:no-repeat;
  cursor: pointer;
  overflow: hidden;

}
.jScrollPaneDragTop {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.jScrollPaneDragBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
a.jScrollArrowUp {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  text-indent: -2000px;
  overflow: hidden;
  /*background-color: #666;*/
  height: 9px;
}

a.jScrollArrowDown {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  text-indent: -2000px;
  overflow: hidden;
  /*background-color: #666;*/
  height: 9px;
}



/*------_ content scroll_------*/


#scroller .views-field-view-node{
  margin-bottom:15px;
  }

#scroller  a {
  color:#706A6A;
  text-decoration: none;
  }

#scroller  a:hover {
  color:#000;
  text-decoration: underline;
  }

#scroller .views-field-field-titre-value, .views-field-field-titre-value,.views-field-field-contrat-value, .views-field-field-lieu-value,.slash{
    color:#f06b00;
  }

/*------_content home down------*/


.content_home_bottom{
  float:left;
  padding-top: 10px;
  padding-bottom: 10px;
  }


/*------_content home down left------*/

.content_home_bottom_left{
  float:left;
  }

.block_grey{
  float:left;
  margin-right: 5px;
  }

.block_grey .block_grey_title{
  width:200px;
  padding-bottom: 5px
  }

.block_grey_title img{
  margin-bottom:1px;
  float:left;
  margin-bottom:1px;
  padding-right:5px;
  padding-top:5px;
}

.block_grey .block_grey_title h3 a{
  display:inline;
  font-size: 16px;
  color:#706a6a;
  text-decoration: none;
  }

.block_grey .block_grey_title h3 a:hover{
  text-decoration: underline;
  }

.block_grey .block_grey_bg{
  background-image: url("../images/commun/block_grey.jpg");
  background-repeat:no-repeat;
  width:200px;
  height:213px;
  float:left;
  clear:both;
  position: relative;
}

.block_grey .block_grey_bg_img{
  margin:12px;
  }

.block_grey .block_grey_bg_txt{
  margin:10px;
  }


.block_grey .block_grey_bg_txt a{
  text-decoration:none;
  color:#868686;
  }

.block_grey .block_grey_bg_txt a:hover{
  text-decoration:underline;
  color:#868686;
  }

.block_grey .block_grey_bg .link_blue{
  padding-top: 0px;
  padding-right: 10px;
  color:#4B97CB;
position: absolute;
bottom:12px;
right:5px;
  }


/*------_content home down right------*/

.content_home_bottom_right{
  float:left;
  padding-left:7px;
  }

.block_orange{
  float:left;
  width:293px;
  padding-top: 6px;
  }

.block_orange_content_top{
  float:left;
  width:272px;
  }

.block_orange_title{
  float:left;
  width:293px;
}

.block_orange_title	img{
  float:left;
  vertical-align:middle;
}

.block_orange_title	h2{
  color:#706A6A;
  float:left;
  font-size:18px;
  padding-left:5px;
  font-weight: normal;
}

.block_orange_content{
  float:left;
  margin-top:4px;
  background-image: url("../images/commun/block_orange.jpg");
  background-repeat: no-repeat;
  height:211px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  width:277px;
  }

.block_orange_content p{
  color:#a0a0a0;
  width:250px;
  }

.block_orange_content p:hover{
	color:#F06B00;
	text-decoration: underline;
	}

 .block_orange_content .link_blue,  .block_orange_content .link_blue a:visited {
   float : right;
   color:#4B97CB;
 }

.block_orange_content_bottom{
  float:left;
  clear:both;
  padding-top: 20px;
  width:272px;
  }

.block_orange_content_bottom_left{
  float:left;
  }

.block_orange_content_bottom_right{
  float:left;
  width:185px;
  }

.block_orange_content_bottom_right ul {
  padding-left: 10px;
  }

.block_orange_content_bottom_right ul li{
  list-style-type: none;
  padding-top: 2px;
  padding-bottom:2px;
  border-top:1px dashed #706a6a;

}
.block_orange_content_bottom_right ul li a{
  color:#706a6a;
  text-decoration: none;
}

.block_orange .link_blue{
  padding-top: 5px;
  }

/*------------------------------_______ FOOTER _______------------------------------*/

#footer ul{
  padding-top: 12px;
  padding-left: 5px;
  float:left;
  }

#footer ul li{
  list-style-type: none;
  float: left;
  }

#footer ul li a{
  text-decoration: none;
  color:#2d2d2d;
  }

#footer ul li a:hover{
    color:#3b8bb8;
}

#footer .tiret{
  padding-left: 5px;
  padding-right: 5px;
  }

#footer ul li .active{
      color:#3b8bb8;
  }

#footer .groupe{
  float:right;
  }

#footer .brocelia{
  float: right;
  clear: both;
  width:215px;
  padding-top:25px;
  }

#footer .brocelia a{
  font-size: 9px;
  font-family: verdana;
  color:#4d4d4d;
  text-decoration: none;
  }


/*------------------------------_______ INTERNE 2.1  _______------------------------------*/


/*------_MENU_------*/

/*
.header_center ul li.active-trail{
  background-image: url("../images/commun/menu_on.png");
  background-repeat: no-repeat;
  width:151px;
  height:46px;
  text-align:center;
}

.header_center ul li.active-trail a{
  color:#f27f22;
  font-weight: bold;
  text-decoration: none;
    padding-top:14px;
   display: block;
  font-size: 15px;
  }*/


ul.menu {
  list-style-position:inside;
  list-style : none;
  }

.block ul {
  padding: 0;
  }

ul.menu li {
  list-style : none;
  margin: 0
  }



.menu .expanded.active-trail .menu  .expanded a {
  color:#F27F22;
}
.menu .expanded.active-trail .menu .menu  a {
  color:#7A7474;
}

.menu .expanded.active-trail li{
  background-image:none;
  height:auto;
  padding-left:2px;
  padding-top:0px;

  }

.menu .expanded.active-trail a{
  border-bottom:1px solid #7A7474;
  color:#7A7474;
  font-size:16px;
  font-weight:normal;
  padding-bottom:2px;
  list-style-image:none;
  padding-left:10px;
  width:170px;
  display : block;
  position: relative;
  text-decoration: none;
  float:left;
  margin-bottom: 3px;
  }

.menu .active-trail{
	list-style-image:none;
	}


.menu .leaf first a{
	list-style-image:none;
	font-size: 15px;
	}


.menu .menu .first {
  margin-top : 10px;
  }

.menu .menu .menu .first {
  margin-top : 0px;
  }


.menu ul.menu{
  display :list-item;
  padding-left:10px;
  width:170px;
  }

.menu .expanded.active-trail .menu a{
  border-bottom:none;
  font-weight:normal;
  padding-bottom:0px;
  padding-left:0px;

  font-size:12px;
  text-decoration:none;
  }

.menu .expanded.active-trail .menu a:hover{
  color:#F27F22;
  }

.menu li.collapsed	{
  display : none;
  }

.expanded li.collapsed {
  display :list-item;
  padding-top : 0.1em;
  }

.menu .expanded.active-trail .menu a.active {
  color:#F27F22;
  text-decoration:underline;
}


/*------_ARIANE_------*/

.ariane{
  float:left;
  width: 100%;
  }

.ariane ul li{
  float:left;
  list-style-type: none;
  }

.ariane ul li a{
  font-size: 10px;
  color:#7a7474;
  }

.ariane .spacer{
  padding-left: 3px;
  padding-right: 3px;
  font-size: 10px;
  color:#7a7474;
}

.ariane ul li.on a{
  text-decoration: none;
}

/*------_COL_CONTENT_------*/

#col_content{
  float:left;
  padding-top: 15px;
  padding-bottom: 30px;
  }

/*------_COL_LEFT_------*/

#col_left{
  float:left;
  width:192px;
  }

.left_block_grey{
  background-image: url("../images/interne_2_1/block_grey_1.gif");
  background-repeat:no-repeat;
  width:188px;
  height:142px;
  padding-left: 4px;
  padding-top: 5px;
  float: left;
  }

.left_block_grey_title h2{
  color:#7a7474;
  font-size: 16px;
  border-bottom:1px solid #7a7474;
  padding-bottom: 2px;
  width:170px;
  padding-left: 10px;
  font-weight: normal;
}


.left_block_grey_content ul{
  padding-top: 15px;
  display:block;
  width:170px;
  padding-left: 10px;
  }

.left_block_grey_content ul li{
  list-style-type: none;
  padding-bottom: 5px;
  }

.left_block_grey_content ul li a{
  color:#7a7474;
  font-size:12px;
  text-decoration: none;
  }

.left_block_grey_content ul li a:hover{
  color:#f27f22;
  }
.left_block_grey_content ul li a.on{
  color:#f27f22;
  }

.block_orange_mini{
  float: left;
  margin-top: 10px;
  }

.block_orange_mini_title h2{
  font-size: 18px;
  color:#f06b00;
  font-weight: normal;
  }

.block_orange_mini_content{
  background-image: url("../images/interne_2_1/block_orange_mini.jpg");
  background-repeat: no-repeat;
  width:191px;
  height:99px;
  }

.block_orange_mini_content p{
  color:#a0a0a0;
  font-size: 12px;
  padding-top: 15px;
  padding-left: 10px;
  width:140px;
  }

.block_orange_mini_content .link_blue{
  padding-right:10px;
  padding-top:5px;
  }

.block_orange_mini_content ul{
  padding-top: 2px;
  padding-left: 10px;
  }

.block_orange_mini_content ul li{
  list-style-type: none;
  border-bottom: 1px dashed #706A6A;
  padding-top: 2px;
  padding-bottom:3px;
  padding-top:3px;
  width:170px;

  }

.block_orange_mini_content ul li a{
  color:#a0a0a0;
  text-decoration: none;
  }

.block_orange_mini_content ul li img {
  padding-right: 5px;
  vertical-align:bottom;
  }

#mini-panel-OurDifference .image_1{
  background-image: url("../images/commun/1.jpg");
    background-repeat: no-repeat;
    padding-left : 22px;
    padding-bottom : 4px;
  }

#mini-panel-OurDifference .image_2{
  background-image: url("../images/commun/2.jpg");
    background-repeat: no-repeat;
    padding-left : 22px;
    padding-bottom : 4px;
  }

#mini-panel-OurDifference .image_3{
  background-image: url("../images/commun/3.jpg");
    background-repeat: no-repeat;
    padding-left : 22px;
    padding-bottom : 4px;
  }
#mini-panel-OurDifference{
  padding-bottom : 15px;
  }

/*------_COL_RIGHT_------*/

/*------_COL_RIGHT HEAD_------*/

#col_right{
  float:left;
  padding-left: 15px;
  width:700px;
  }

.col_right_head{
  width:700px;
  border-bottom:1px solid #f06b00;
  padding-bottom: 5px;
  }

.col_right_head h2{
  color:#f27f22;
  font-size: 18px;
  font-weight: normal;
  }

.outils{
  float:right;
  }


.tooltip{
    position:absolute;
    z-index:999;
    left:-9999px;
    padding:2px;
    border:1px solid #f06b00;
}

.tooltip p{
    margin:0;
    padding:0;
    color:#f06b00;
    font-size: 9px;
}

.col_right_content{
  float:left;
  width:700px;
  }

.col_right_content .para{
  float:left;
  clear:both;
  padding-top: 15px;
  padding-bottom: 25px;
  width:700px;
  }

.col_right_content p{
  color: #7a7474;
  font-size: 12px;
  line-height:18px;
  }

.col_right_content h3{
  font-size: 14px;
  display:block;
  font-weight: bold;
  color: #7a7474;
  padding-bottom: 25px
  }

.col_right_content h3 img{
  margin-right: 5px;
  }

.col_right_content .txt_img{
  float:left;
  padding-bottom: 5px;
  padding-right: 10px;
  }

.link_blue a:hover{
  color:#10588a;
  }

/*------ "en savoir plus"------*/

ul.links li{
  padding:0;
  }

.block	.link_blue
{
 float : right;
}

/*------ "content général"------*/

#col_right .content p
{
  color: #7a7474;
  font-size: 12px;
  line-height:18px;
  margin: 12px 0px;
}
#col_right .content h2
{
  display:list-item;
  list-style-image:url("../images/commun/puce_titre.jpg");
  list-style-position:inside;
  color: #7A7474;
  font-size: 14px;
  margin: 0px;
  padding-top: 0px;
  min-height:20px;
  padding-left: 5px;
}

#col_right .content h2 strong{
	font-size: 14px;
	}


#col_right .content
{
  margin-top : 10px;
}

/* gestion du titre pour home_bas*/

.content .block_grey_title
{
  display : none;
}

.block_grey .content .block_grey_title
{
  display : block;
}

#col_right .block_grey_bg_txt p{
  color:#868686;
  font-size : 11px;
  line-height:14px;
  }

#col_right .block_grey_bg_txt a {
  color:#868686;
  text-decoration : none;
}

.block_grey .block_grey_bg_txt p{
  color:#868686;
  font-size : 11px;
  line-height:14px;
  }


.inline-left img{
  float : left;
  margin-right : 10px;
  padding-top: 0px;
  }
  
h2 img{
  margin-right : 10px;
  padding-top: 0px;
  }
  
p img{
  margin-right : 10px;
  padding-top: 0px;
  }

ol li{
  margin-left : 25px;
  color:#7A7474;
}
#home_joinUs a span
{
  color:#706A6A;
  font-size: 11px;
}
/*------------------------------_______ FORM _______------------------------------*/
.form-item label
{
  font-weight:bold;
  display : block;
  float : left;
    font-weight: normal;
  color:#7A7474;
  width : 150px;
}

#edit-submitted-ville-wrapper
{
  display : block;
  float : right;
  margin-top : 0;
  margin-right : 120px;
  }

#edit-submitted-email-wrapper
{
  display : block;
  float : right;
  margin-top : 0;
  margin-right : 120px;
  clear : right;
}

#edit-submit{
  float : right;
  margin-top : 0;
  margin-right : 120px;
	}

#edit-submitted-code-postal-wrapper
{
  display : block;
  clear : left;
}


.Nous_rejoindre .form-item label{
	float:none;
}

#edit-submitted-telephone-wrapper
{
  float : left;
  display : block;
  clear : left;
  margin-top : 0;
}



#edit-submitted-disponibilite-wrapper
{
  clear : both;
}
.description
{
  text-size : 0.6em;
  float:right;
  margin-right:120px;
}
textarea
{
  clear : both;
}

h2.pane-title
{
  display : none;
}
#col_right .content h2.pane-title
{
  display : none;
}

.client{
  border-bottom:1px dotted #a0a0a0;
  }

.client p {
  clear:both;
  }

.partenariat ul li{
	list-style-image: url("../images/commun/puce_orange.jpg");
	color:#7A7474;
  }

.partenariat ul{
	padding-left: 75px;
  }

.partenariat a {
	font-size: 12px;
	color:#7A7474;
	font-weight: bold;
	}

.expertise ul li{
	list-style-image: url("../images/commun/puce_orange.jpg");
	color:#7A7474;
	}

.expertise ul{
	padding-left: 75px;
  }

.opporto ul, .opporto ul li span{
	font-size: 14px;
	}

.block .link_blue a{
	color:#4B97CB;
	font-size:10px;
	}

.link_blue a{
	color:#4B97CB;
	font-size:10px;
	}

.link_blue a span{
	color:#4B97CB;
	font-size:10px;

	}

/* MENU LEFT */

	.header_menu{
		background-image: url("../images/commun/header_menu.jpg");
		width:192px;
		height:8px;
		clear: both;
	}

.menu .active-trail{
  background-image:url(../images/commun/content_menu.jpg);
  background-color:#eeeeee;
  background-repeat:no-repeat;
  padding-left:4px;
  padding-top:5px;
  border-left:1px solid #DCDCDC;
  border-right:1px solid #DCDCDC;
  float:left;
  width:180px;
	overflow: hidden;
}

.menu .active-trail .menu .active-trail{
	background-color: transparent;
	border: none;
	min-height: 0;
	}

	.footer_menu{
		background-image: url("../images/commun/footer_menu.jpg");
		width:192px;
		height:12px;
		clear: both;
	}


/* MENU LEFT */

.opportunite a{
	color:#4B97CB;
	font-size:11px;
	text-decoration:none;
	font-weight: bold;
	}

.item-list .pager li a{
	color:#4B97CB;
	font-size:11px;

	font-weight: bold;
}

/* CONTACT
_____________________________________________ */

.contact h3{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color:#706a6a;
}

.tel{
	background-image:url(../images/commun/tel.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	float:right;
	height:19px;
	margin-top:-50px;
	padding-left:23px;
	padding-right:350px;
	width:150px;
	}

.fax{
	background-image:url(../images/commun/fax.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	clear:right;
	float:right;
	height:19px;
	margin-top:-29px;
	padding-left:23px;
	padding-right:350px;
	width:150px;
	}

.Nous_contacter .webform-client-form fieldset{
	border:none;
}

.Nous_contacter .webform-client-form legend{
	display:none;
}

.Nous_contacter .webform-component-textfield{
	float:left;
	width:330px;
	}

.Nous_contacter .webform-client-form .form-item label{
	width:90px;
	}

.Nous_contacter .webform-component-textarea{
	clear:both;
	}

.Nous_contacter .webform-client-form .webform-component-textarea label{
	width:350px;
	padding-top: 20px;
	padding-bottom: 20px;
	}

.Nous_contacter .resizable-textarea {
	width:470px;
	float:left;
	}

.content_home_top_center{
	position: relative;
	}

.content_home_top_center .link_blue{
	color:#4B97CB;
	padding-right:10px;
	padding-top:0;
	position:absolute;
	right:0px;
	width:77px;
	height:15px;
	}

.content_home_top_center .link_blue a{
	text-decoration: underline;
	}

.panels-flexible-row-1-6-inside{
	padding-bottom: 10px;
	}


.no_menu #block-menu-primary-links{
	display:none;
	}

.opporto a .field-content:hover{
	text-decoration:underline;
	}
.opporto a {
	text-decoration:none;
	}


.item-list ul li {
		margin:0px;
	}


/*nous contactez*/

.Nous_contacter form{
	border:1px solid #d1cfcf;
	float:left;
	}

.Nous_contacter form textarea{
	float:left;
	}


.Nous_contacter form #edit-submit{
	float:right;
	margin-right:0;
	margin-top:-47px;
	padding-bottom:5px;
	padding-right:120px;
	}

#scroller a:hover .views-field-field-titre-value{
	text-decoration: underline;
	color:#f06b00;
	}


#scroller a:hover .views-field-field-lieu-value{
	text-decoration: underline;
	color:#f06b00;
	}

#scroller a:hover .views-field-field-contrat-value{
	text-decoration: underline;
	color:#f06b00;
}

#scroller a:hover .slash{
text-decoration: underline;
	color:#f06b00;
}


#scroller a:hover .views-field-field-lieu-value{
	text-decoration: underline;
	color:#f06b00;
	}




.link_blue a:hover span{

color:#10588A
}


.block_orange_content_bottom_right ul li a:hover span{
	text-decoration: underline;
	color:#f06b00;
	}

#home_joinUs a:hover span {
color:#f06b00;
	}

.cursor{
	cursor: pointer;
	position: relative;
	z-index: 100;
	}

.cursor_2{
	cursor: pointer;
	position: relative;
	z-index: 1000000000000000000000000;
	}


.cursor_2:hover{
	cursor: pointer;
}

.views-field-view-node a{
		color:#56A4D2;
		text-decoration: underline;
		font-size: 11px;
}

.views-field-view-node a:hover
	{
	color:#10588A;
	font-size: 11px;
	}

.Partenariats strong{
	font-size: 12px;
	}

.panel-pane{
	float:left;
	}

.pane-content{
	float:left;
	}

.panels-flexible-row-1-13-middle {
		float:left;
	}

.panels-flexible-column-1-12-middle{
	float:left;
	}

.block_grey{
	margin-right:0px;
}

.panels-flexible-column-1-1{
	width:620px;
	}

.panels-flexible-column-1-3{
	width:302px;
	float:right;
	}

.panel-flexible{
	width:927px;
	}

.Nous_rejoindre #edit-submitted-ville-wrapper
{
  float : right;
  margin-top : 0;
  padding-right : 250px;
  margin-right:0;
  }

.Nous_rejoindre #edit-submitted-email-wrapper {
  float : right;
  margin-top : 0;
  padding-right : 250px;
  margin-right:0;
}

.Nous_rejoindre .description {
	 padding-right : 280px;
	  margin-right : 0px;
	}

.Nous_rejoindre #edit-submit{
	margin-right: 30px;
	}

.Nous_contacter .form-item{
	margin-bottom:0;
	}

.Nous_contacter hr{
	margin-bottom:10px;
}

.Nous_contacter form #edit-submit{
	padding:0px;
	margin-right: 120px;
	}
	
/*------------------------------_______ tellafriend _______------------------------------*/

	
#tellafriend-page .form-item .description 
{
	display : none;
}

#tellafriend-page
{
	padding-top : 20px;
}
	
#tellafriend-page #edit-tellafriend-personal-wrapper
{
	padding-top : 10px;
}
	
#tellafriend-page .form-text 
{
	width:200px;
}

#tellafriend-page .grippie
{
	display:none;
}
#tellafriend-page strong
{
	clear:left;
	display:block;
}

#tellafriend-page #edit-tellafriend-copy-wrapper
{
	float:left;
}

/*------------------------------_______ overwrite tittle _______------------------------------*/


.field-field-overwritetitle{
	display:none;
	}
	
/*------------------------------_______ site map _______------------------------------*/
	
.Plan_de_site table{
	margin : 20px 30px 70px 0px;
	width : 285px;
}
.Plan_de_site td{
	padding : 10px;
}
.Plan_de_site ul{
	margin-left : 55px;
}
.Plan_de_site li{
	list-style-image: url("../images/planSite/puce.png");
	line-height : 150%;
}
.Plan_de_site a{
	font-size: 1.3em;
}

.Plan_de_site a{
	color : #F29C20;
	 text-decoration:none;
}
.Plan_de_site a:hover{
	color : #F29C20;
	 text-decoration: underline;
}
.Plan_de_site .haut{
  background-image: url("../images/planSite/map_haut.png");
  background-repeat: no-repeat;
  background-position: top left;
}
.Plan_de_site .bas{
  background-image: url("../images/planSite/map_bas.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}
.Plan_de_site .spacer{
  background-image: url("../images/planSite/map_spacer.png");
  background-repeat: no-repeat;
	padding : 0px 0px;
	height:10px;
}


.Nous_contacter .rteleft{
padding-left : 25px;
}
.Nous_contacter h3{
margin : 25px 0px 0px 25px;
}
.Nous_contacter .grippie
{
	display:none;
}