@charset "utf-8";

body {
	color: #222;
	background: #f6f6f6;
	font: normal 80% "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

a img {
  	border: 0;
}

html, body, ul, form, fieldset {
  	margin: 0;
  	padding: 0;
}

fieldset {
  	border: 0;
}

textarea {
  	font: inherit;
}

select {
	/*font-size:11px;*/
	font-size:90%;
	padding:0 0 0 4px;
}


input {
	font-size:90%;
}

hr {
	border:1px solid #ccc;;
	width:90%;
	margin:1em 0;
}

#print {
  	display:none;
}

/************************************************* Positionnement et alignement */

.left {
  	float: left;
}

.right {
  	float: right;
}

/************************************************* Typographie globale */

.content-right p, .content-right h1, .content-right h2, .content-right h3, .content-right h4, .content-right h5 {
	margin:0;
	padding:0;
}

.content-right h2 {
  	line-height: 1.7;
  	font-size: 1.7em;
  	letter-spacing:-1px;
	font-weight:normal;
	margin:0 12px 0 0;
	padding:0;
	color:#335FAE;
}

.content-right h3 {
  	line-height: 1.4;
  	font-size: 1.4em;
  	letter-spacing:-1px;
	color:#222;
	margin:8px 0;
}

.content-right h4 {
  	font-size: 1.1em;	
	font-weight:bold;
	color:#8DC303;
	border-bottom:1px solid #ccc;
	margin:6px 0;
}

.content-right h5 {
	font-size: 1em;
	margin: 1.5em 0 1em 0;
}

.content-right p, .content-right ul {
	line-height:150%;
	margin:0 0 1.3em 0;
}

a {
  	color: #8DC303;
  	text-decoration: none;
}

a:hover, a:focus, a:active {
  	text-decoration: underline;
}

.vert {
	color:#8DC303;
}

.violet {
	color:#5f026d;
}

.clearBoth {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/************************************************* Listes */

.content-right ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:1em 0;
}

.content-right ul li {
	background:transparent url(img/li-puce.png) no-repeat scroll left 7px;
	padding-left:10px;
}


/************************************************* Global */

#global {
	width: 1000px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 1000px;
	height: 159px;
	background:url(img/bg-header.jpg) top left no-repeat;
}

#header h1 {
	margin:0;
  	padding: 0;
}

#header h1 a {
	display:block;
	padding:7px 0 0 24px;
	width:112px;
	height:142px;
}

#content {
	width: 1000px;
	min-height: 593px;
	background-image: url(img/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#96cffd;
}

.content-left {
	float:left;
	width:200px;
	padding:0 0 0 24px;
}

.content-right {
	float:left;
	width:776px;
	padding:0 0 0 0;
}

/************************************************* Menu */

div#menu {
	position: absolute;
	right: 0;
	top:106px;
}

div#menu ul {
	margin:0 116px 0 0;
	padding: 0;
	list-style: none;
	height:43px;
}

div#menu ul li {
	float: left;
	display: inline;
	padding: 0 28px;
	margin:0 6px;
	border: solid 1px #9fd1e7;
	line-height:36px;
	height:41px;
	background:url(img/bg-menu-li.gif) top left repeat-x;
}

div#menu ul li a {
	color: #222;
	font-weight:normal;
	font-size:16px;
	text-decoration: none;

}

div#menu li.active a {
	font-weight:bold;
}

div#menu li.active {
	background:url(img/bg-menu-li-current.gif) top left repeat-x;
}
	
div#menu ul li a:hover {
	border-bottom: solid 6px white;
}

div#sous-menu {
	position: absolute;
	right: 0;
	top:0;
	color:#fff;
	background:url(img/bg-sous-menu.png) top left repeat-x;
}

div#sous-menu ul {
	margin:0;
	padding: 0;
	list-style: none;
	height:22px;
}

div#sous-menu ul li {
	float: left;
	display: inline;
	padding: 0 4px;
	margin:0 6px;
	line-height:22px;
	height:22px;
}

div#sous-menu ul li a {
	color: #222;
	font-weight:normal;
	color:#fff;
	font-size:10px;
	text-decoration: none;
}

div#sous-menu ul li a:hover {
	text-decoration:underline;
}

div#sous-menu li.active a {
	font-weight:bold;
}

ul#menu-gauche {
	width:180px;
	background-color:#fff;
	margin:0;
	padding:0;
}

ul#menu-gauche li {
	margin: 0;
	padding: 0;
	line-height:normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul#menu-gauche li a {
	margin: 0;
	padding: 0;
}

ul#menu-gauche li span {
	display:inline-block;
	width:168px;
	padding:0 0 0 12px;
	margin:0;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	background-color:#335fae;
}

ul#menu-gauche li a span {
	color:#335fae;
	font-weight:normal;
	font-size:15px;
	margin:6px 0;
	padding:0;
	background-color:#fff;
	cursor:pointer;
}

ul#menu-gauche li ul {
	display:none;
	color:#f0f;
	margin:10px 0 12px 12px;
	background-color:#fff;
}
ul#menu-gauche li ul li {
	margin:0;
	padding:0 0 0 12px;
}

ul#menu-gauche li ul li a {	
	color:#c03;
	font-weight:normal;
	background-color:#fff;
	font-size:11px;
	margin:0;
	padding:0;
	width:auto;
}

#menu-gauche ul li.active {
	background:url(img/li-menu-gauche.gif) 2px 4px no-repeat;
}

#menu-gauche ul li.active a {
	font-weight:bold;
}

/************************************************* content bloc */

.bg-picto {
	position:absolute;
	width:482px;
	background:url(img/bg-content-picto.png) top left no-repeat;
	height:143px;
	z-index:1;
	top:440px;
}

div.span-search {
	position:absolute;
	background:url(img/bg-div-input.png) top right no-repeat;
	padding-right:18px;
	height:34px;
	line-height:34px;
	clear:both;
	width:200px;
	margin-bottom:14px;
	top:60px; 
	right:18px;
	z-index:98;
}

input.search {
	border:none;
	height:28px;
	padding-top:6px;
	text-indent:18px;
	display:block;
	font-size:15px;
	color:#666666;
	width:100%;
	background:url(img/bg-input.png) top left no-repeat;
}

.intuitive-search {
	width:200px;
	background:white none repeat scroll 0 0;
	border:1px solid #222;
	cursor:default;
	font-size:13px;
	line-height:17px;
	margin:0;
	position:absolute;
	z-index:99;
	right:5px;
	top:27px;
}

#bloc-anim {
	float:left;
	width:954px;
	padding:0;
	margin:0 23px;
}

#bloc-onglets {
	position:relative;
	float:left;
	padding:0;
	margin:10px 0 0 23px;
	width:618px;
	background:transparent url(img/bg-bloc-onglets.png) bottom left no-repeat;
	height:260px;
	z-index:10;
}

#bloc-reportage {
	float:left;
	position:relative;
	overflow:hidden;
	padding:12px;
	width:292px;
	background:transparent url(img/bg-bloc-reportage.png) top left no-repeat;
	height:241px;
	margin:10px 0 0 24px;
}

#bloc-reportage h3 {
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:1.2;
	margin:0;
	padding:0;
}

#bloc-reportage #nouveau {
	width:84px;
	height:75px;
	position:absolute;
	top:0;
	right:4px;
}

#bloc-reportage #video {
	margin:10px 0 0 0;
	text-align:center;	
}

#bloc-reportage p {
	font-size:10px;
}

#bloc-dernier {
	float:left;
	width:954px;
	padding:0;
	margin:20px 23px 42px 23px;
	height:147px;
	background:transparent url(img/bg-bloc-dernier.png) top left no-repeat;
}

#bloc-dernier #infos {
	width:220px;
	float:left;
	padding:10px;
	margin:0 40px 0 0;
}

#bloc-dernier #a-la-une {
	width:260px;
	float:left;
	margin:0 0 0 40px;
	padding:10px;
}

#bloc-dernier #a-la-une h3 {
	margin:2px 0;
	padding:0;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

#bloc-dernier #nos-specialistes {
	width:300px;
	float:left;
	padding:10px;
	margin:0 0 0 20px;
}

#bloc-dernier #nos-specialistes h3 {
	margin:2px 0;
	padding:0;
	color:#67cc02;
	font-size:18px;
	font-weight:bold;
}

#bloc-menu-gauche .top {
	background:url(img/bg-bloc-menu-gauche-top.png) top left no-repeat;
	height:14px;
}

#bloc-menu-gauche .center {
	background:url(img/bg-bloc-menu-gauche-center.png) top left repeat-y;
	min-height:200px;
	padding:0 10px;
}

#bloc-menu-gauche .bot {
	background:url(img/bg-bloc-menu-gauche-bot.png) top left no-repeat;
	height:18px;
}

#bloc-contenu .top {
	background:url(img/bg-bloc-contenu-top.png) top left no-repeat;
	height:20px;
}

#bloc-contenu .center {
	background:url(img/bg-bloc-contenu-center.png) top left repeat-y;
	padding:0 90px 40px 50px;
	margin:0;
	width:636px;
	min-height:450px;
}

#bloc-contenu .bot {
	background:url(img/bg-bloc-contenu-bot.png) top left repeat-y;
	height:30px;
}

#bloc-contenu .fil-ariane a {
	color:#335FAE;
	font-size:11px;
	margin:0 0 10px 0;
}





.agence-adresse-grand {
	width:92%;	
	height:95%;
	padding:5px 5px 5px 5px;
	display:block;
	position:absolute;
	/*left:350px;*/
	text-align:left;
	top:10px;
	font-size:11px;
	background-color:#f3f3f3;
	border:1px solid #bbb;
}

#cdf-grand {
/*	width:300px;
	height:307px;*/
	position:relative;
	/*background:url(img/cdf-grand.jpg) 0 0 no-repeat;*/
}









/************************************************* Onglets */
		
.stripViewer {
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 600px;
	height: 227px;
	clear: both;
}
		
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
		
.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 604px;
}
		
.stripViewer .panelContainer .panel .wrapper {
	padding: 10px;
}
	
.stripNav ul {
	list-style: none;
	height:34px;
	width:610px;
}
		
.stripNav ul li {
	float:left;
	width:152px;
	height:34px;
}
		
.stripNav a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	letter-spacing:-1px;
	text-align: left;
	line-height: 32px;
	color:#6b6a6a;
	text-decoration: none;
	padding:0 10px;
	width:132px;
	height:33px;
	background:transparent url(img/bg-onglet-a.png) top left repeat-x;
}

.stripNav li a.current {
	color:#222;
	width:132px;
	background:transparent url(img/bg-onglet-a-current.png) top left repeat-x;
	height:34px;
}

.stripNavL {
	display:none;
}
		
.stripNavR {
	display:none;
}

/************************************************* Footer */

#footer {
	position:relative;
 	width:1000px; 
 	background-color:#ffffff;
	height:auto;
}

#footer2 {
	position:absolute;
 	width:1000px; 
 	background-color:#ffffff;
	min-height:50px;
}

#imdeo {
	position:absolute;
	right:0;
	width:57px;
	margin:10px;
	height:21px;

}

#footer-menu {
	display:block; 
	font-size:10px;
	margin:0 auto;
	min-height:140px; 
	overflow:hidden;
}

#footer-end {
	font-size:10px;
	line-height:15px;
	text-align:center;
	margin:0 60px auto;
	height:60px;
}

#footer-end p {
	margin:0;
	padding:0;
}

#footer-menu li { 
	line-height:15px;
	list-style:none;
}

#footer-menu a { 
	color:#222; 
}

#footer-menu a:hover{
	background-image:url(img/dot-grey.gif); 
	text-decoration:none; 
	background-repeat:repeat-x; 
	background-position:bottom;
}
#footer-menu h1 {
	color:#8dc303; 
	line-height:30px;
}

#footer-menu h4 { 
	padding:0;
	margin:0 0 4px 0;
}

#footer-menu h4 a, #footer-menu h4 span { 
	color:#8dc303; 
	font-size:14px; 
	font-weight:bold; 
	margin-bottom:15px;
}

#footer-menu .footer-bloc {
	min-height:140px;
	float:left; 
	width:160px;
	padding:0 0 20px 14px;
	margin:14px 0 0 0;
}

#footer-menu .footer-bloc .inner { 
	padding:0 30px 20px 10px;
}

/***************************************************
 Pour le div de resultat de la recherche intuitive 
 ***************************************************/


#ajaxsearch-div-result{
	top:89px;
	z-index:10;
}


.contextDiv {
	display:none;
	border:1px solid #f3f3f3;
	padding:2px;
	color: #f3f3f3;
	font-family: arial, helvetica, sans-serif;
	left:897px;
	font-size: 11px; 
	text-decoration: none;
	position:absolute;
	width:206px;
	background:#fff;
}
.contextDiv ul,
.contextDiv li {
	margin:0;
	padding:0 2px 0px 2px;
	list-style:none;
}

.ville {
	margin:-13px 0 0 -10px;
	padding:0;
	font-size:11px;
	}

.ville a{
	color:#000;
	text-decoration:none ! important;
	font-weight:bold ! important;
	}

.legende_carte {
	padding:20px 20px 0 0;
	width:300px;
	}
	
* html .table_carte {
	margin-top:20px;
	}


.agence-adresse-grand {
	width:200px;
	padding:10px;
	display:block;
	position:absolute;
	text-align:left;
	top:10px;
	font-size:11px;
	background-color:#f3f3f3;
	border:1px solid #bbb;
}

#cdf-grand {
	width:300px;
	height:307px;
	position:relative;
	/*background:url(img/cdf-grand.jpg) 0 0 no-repeat;*/
}
