/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
@font-face {
    font-family: 'Univers-bold-cond';
    src: url('font/Univers-CondensedBold.otf.eot');
    src: url('font/universltstd-boldcn.eot?#iefix') format('embedded-opentype'),
         url('font/universltstd-boldcn.woff') format('woff'),
         url('font/universltstd-boldcn.ttf') format('truetype'),
         url('font/universltstd-boldcn.svg#universltstd-boldcn') format('svg');
    font-weight: bold;
    font-style: normal;
}

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic);*/

body {
	background:url(../img/fond.jpg) no-repeat;
	margin-top:40px;
	font-family:'Open Sans';
	color:#1a171b;
	font-size:12px;
}

h1, h2, h3, h4, h5, h6{
	font-family:'Univers-bold-cond', Arial;
	letter-spacing:0;
	font-weight:bold;
}
h1 {
	margin-top:45px;
	font-family:"Open Sans";
	font-weight:bold;
	font-size:24px;
	color:#FFFFFF;
}
a, a:link, a:visited, a:hover{
	color:#8d7ba4;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#header_ville{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:30px;
	background-color:#1a171b;
	box-shadow: 1px 1px 7px #555;
}
#header_ville a{
	position:absolute;
	top:2px;
}

#logo{
	position:relative;
	left:-80px;
}

/*-------------------------------------------------*
	CONTENUS
*-------------------------------------------------*/
.field-name-field-chapo {
	font-size:24px;
	color:#FFFFFF;
	line-height:1;
}
/*-------------------------------------------------*
	MENU
*-------------------------------------------------*/

.menu-block-1 > ul.menu {
	position:relative;
	top:53px;
	left:55px;
	margin:0;
	padding:0;
	display:block;
	height:32px;
	width:465px;
}
.menu-block-1 > ul.menu > li{
	list-style: none outside none;
	margin:0;
	padding:0;
	display:block;
	float:left;
	height:32px;
}
.menu-block-1 > ul.menu > li > a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent: -9999px;
}
.menu-mlid-237{
	width:51px;
}
.menu-mlid-403{
	width:117px;
}
.menu-mlid-415{
	width:162px;
}
.menu-mlid-594{
	width:135px;
}

.menu-mlid-237 > a{
	background:url(../img/menu_1_off.png) no-repeat;
}
.menu-mlid-403 > a{
	background:url(../img/menu_2_off.png) no-repeat;
}
.menu-mlid-415 > a{
	background:url(../img/menu_3_off.png) no-repeat;
}
.menu-mlid-594 > a{
	background:url(../img/menu_4_off.png) no-repeat;
}

.menu-mlid-237 > a.active, .menu-mlid-237 > a.active-trail, .menu-mlid-237 > a:hover{
	background:url(../img/menu_1_on.png) no-repeat;
}
.menu-mlid-403 > a.active, .menu-mlid-403 > a.active-trail, .menu-mlid-403 > a:hover{
	background:url(../img/menu_2_on.png) no-repeat;
}
.menu-mlid-415 > a.active, .menu-mlid-415 > a.active-trail, .menu-mlid-415 > a:hover{
	background:url(../img/menu_3_on.png) no-repeat;
}
.menu-mlid-594 > a.active, .menu-mlid-594 > a.active-trail, .menu-mlid-594 > a:hover{
	background:url(../img/menu_4_on.png) no-repeat;
}

/* submenu */
.menu-block-1 > ul  > li > ul.menu{

	position:absolute;
	z-index:1;
	left:0px;
	top:40px;
	width:465px;
	height:28px;
	
	background:#1a171b url(../img/fond_submenu.png) repeat-x;
	
	display:inline;
	text-align:center;
	margin:0;
	padding:0;
	border-radius:7px;
	 
}
li.expanded > ul.menu > li{
	list-style: none outside none;
	margin:0 5px 0 5px;
	padding:0;
	display:inline;
	line-height:28px;
}

li.expanded > ul.menu > li a{
	font-family:"Open Sans";
	font-style:italic;
	font-size:12px;
	color:#938b95;
}
li.expanded > ul.menu > li a:hover{
	color:#FFFFFF;
}
li.expanded > ul.menu > li a.active{
	color:#FFFFFF;
}
#pointeur_submenu{
	position:absolute;
	z-index:2;
	top:36px;
}
/*-------------------------------------------------*
	FOOTER
*-------------------------------------------------*/
#zone-footer{
	margin-top: 30px;
}
#region-footer-first .region-inner, #region-footer-second .region-inner{
	border-top : 1px dotted #767476;
	margin-top:20px;
}
#region-footer-first .field-content{
	float:left;
}

#region-footer-second{
	color:#666666;
	font-size:12px;
}
#region-footer-second ul{
	text-align:center;
	margin:20px 0 50px 0;
}
#region-footer-second a{
	color:#666666;
}
#region-footer-second li{
	display:inline;
	list-style:none;
	
}

.view-logos-footer .field-content{
	margin-right:10px;
}