/* -----------------------------------------
   CSS GENERAL
----------------------------------------- */

body
{
	background-color: #f2f3f4 !important;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
	/*font-size: 13px;*/
    line-height: 18px;
    margin: 0;
}

/* -----------------------------------------
   	 		HEADER -- BANNIERE
----------------------------------------- */

#Text_Header p {
	
	text-align : right;
	color : white;
	margin-top : 50px;
	margin-right : 25px;
	text-transform: uppercase;
	font-family: "OpenSansSemiBold";
	font-size : 2em;

}


/* -----------------------------------------
   	 		MENU PRINCIPAL
----------------------------------------- */

#Menu_Header {
	
	text-align : right;
	margin-right : 10px;
	padding-top : 3px;

}

#Menu_Header li{
	
	display : inline;
	color : white;
	line-height : 16px;
}

#Menu_Header li img{

	vertical-align : middle;
}

#Menu_Header a {
	
	color : #D2D1D0;
}

#Menu_Header a:hover {
	
	text-decoration : none;
	color : #5A98E5;

}

#Menu_Header a > img {
	
	margin-right : 3px;
}


/* -----------------------------------------
   SURCLASS MENU BOOTSTRAP
----------------------------------------- */

.nav 
{
	padding-left:0px;	
}


.navbar-inner .menuImg 
{
	display:list-item;
	position:absolute;
	float:left;	
	margin-top:4px;	
	vertical-align:middle;
}

.navbar 
{
	padding-left:0px !important;
}

.navbar-inner{
	
	padding-left : 2px;
	border-radius : 3px;

}

.navbar .nav > li {

	text-align : center;
}

.navbar .nav > li > a {
	
	color : white;
	width : 75px;

}

.navbar .nav > li > a:hover {
	
	color : #BEBEBE;
	background-color: #222;
}

#Menu .navbar .divider-vertical { 

	margin: 0 0 0 0;
	height:34px !important;
	
}

#Menu .navbar .nav > li > a { 

	padding: 10px 20px 11px; 

}

#Menu .dropdown-menu {
	
padding-left: 2px;
background-color: white;
background-color: rgba(255,255,255,0.9);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ddffffff', endColorstr='#ddffffff')"

}

#Menu .dropdown-menu a { 

	color: black;
	border-bottom: 1px solid #E6E6D8;

 }

#Menu .search-query {
 	
 	width : 160px;
 	height : 16px;
 	margin-top : 2px;

 }

#Menu .dropdown-menu .ulDropDown {

 	list-style-type: none;
	margin: 0 0 0 0;
	margin-top : 5px;

 }

#Menu .dropdown-menu .ulDropDown li { 

 	background: url("../images/navlist_arrow.png") no-repeat scroll 0 10px transparent;
	text-align: left ;
	margin: 0 5px 0 5px;
	margin-bottom : 5px;

}

#Menu .dropdown-menu .ulDropDown a { 

	white-space: normal ;

}

#Menu .dropdown-menu .ulDropDown a:hover { 

		background-color: transparent;
		color : #5A98E5;
}

#Menu .dropdown-menu .ulDropDown li.last a { 

	border-bottom:none ;
	margin-bottom : 2px;
}

/* Drop Down Solo Colonne */
 #Menu .dropdown-menu li {
  	
 	background: url("../images/navlist_arrow.png") no-repeat scroll 0 10px transparent;
	text-align: left ;
	margin: 0 5px 0 5px;
	margin-bottom : 5px;
	
  }

/* Drop Down Solo Colonne */
 #Menu .dropdown-menu li.first {
 
	margin-top : 5px;
	
  }

 /* Drop Down Solo Colonne */
 #Menu .dropdown-menu li.last a {
  	
	 border-bottom : 0px;
	 margin-bottom : 2px;
	
  }

  /* Drop Down Solo Colonne */
 #Menu .dropdown-menu  a:hover {

  	 	background-color: transparent;
		color : #5A98E5;
		
  }


/* -----------------------------------------
   CSS SLIDER SUR TOUTES LES PAGES SAUF HOME
----------------------------------------- */

.CadreHeader {
	
	width : 940px;
	height : 220px;
	background: url(../images/bandeau/cadre-img-header-220.png);
	position : relative;
	margin-bottom :30px;

}

.imageHeader {
	
	width : 910px;
	height : 140px;
	position : absolute;
	left : 15px;
	top : 14px;
	
}

.fil_Arianne {
	
	position : absolute;
	bottom : -5px;
	left : 20px;
	font-size : 0.8em;
	

	
}
/* -----------------------------------------
   CSS CORPS
----------------------------------------- */

#Content {
	
	background-color : white;
	/*min-height : 500px;*/
	margin-bottom : 30px;

}


/* -----------------------------------------
   Page FOOTER
----------------------------------------- */

#Footer .span2 {
	
	width : 180px;
	margin-left : 10px;
}

#Footer .row{
	
text-align : left;
margin-top : 30px;
margin-bottom : 10px;

}

#Footer .ContentFooter {
	
	margin-left : 20px;

}

#Footer .ContentFooter a{
	
	color : #AFBFD6;
}

#Barre_Transition_Slider {
	
	background-image:url(../images/footer/separation-footer.png);
	background-repeat:repeat-x;
	width : 100%;

}

#Footer .rowFooterLast {
	
	margin-top : 0px;
}

/* Pour le Logo de Corim dans le Footer */
#Footer .rowFooterLast .span6  .ContentFooter img{

	vertical-align : middle;

}

#Footer .rowFooterLast {
	
	margin-bottom : 0px;
	padding-bottom : 10px;
}

#Footer .ContentFooter img {

	vertical-align : middle;
	margin-bottom : 3px;
		
}


