@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:90%;
	padding:0 0 0 4px;
}

input {
	font-size:90%;
}

hr {
	border:1px solid #ccc;;
	width:90%;
	margin:1em 0;
}

#print {
  	display:none;
}
/*
thead {
	color:#5F026D;
	font-size:11px;
	background-color:#f3f3f3;
}

thead td {
	padding:2px;
	border-bottom:1px solid white;
}

*/

.even {
	background:#f3f3f3 none repeat scroll 0 0;
}

.odd {
	background:#fff none repeat scroll 0 0;
}

/************************************************* 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:#c03;
}

.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:#5F026D;
	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: #c03;
  	text-decoration: none;
}

a:hover, a:focus, a:active {
  	text-decoration: underline;
}

.rouge {
	color:#c03;
}

.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;
}

/************************************************* bouton */

span.bt-form {
	background:transparent url(img/bt-form.png) no-repeat scroll 0 0;
	display:block;
	height:22px;
	font-size:110%;
	line-height:22px;
	margin:6px auto;
	text-align:center;
	width:124px;
}

span.bt-form input {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-weight:bold;
	line-height:22px;
}
span.bt-form:hover {
	background-position:0 -24px;
	text-decoration:none;
}


/************************************************* Global */

#global {
	width: 1000px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 1000px;
	height: 136px;
	background-color:#fafbfd;
}

#header h1 {
 	margin:0; 
  	padding: 0;
	height:100px;
}

#content {
	width: 1000px;
	min-height: 593px;
	background-image: url(img/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#fafbfd;
}

.content-home-left {
	float:left;
	width:661px;
	padding:20px 0 0 24px;
}

.content-home-right {
	float:right;
	margin:0 10px 0 0;
	padding:20px 0 0 0;
}

.content-left {
	float:left;
	width:200px;
	padding:20px 0 0 24px;
}

.content-right {
	float:left;
	width:776px;
	padding:20px 0 0 0;
}

/************************************************* Menu */

div#menu {
	background: #c03;
	position: absolute;
	right: 0;
	background:transparent url(img/bg-menu.gif) top left repeat-x;
	width:1000px;
}

div#menu ul {
	margin: 0 0 0 170px;
	padding: 0;
	list-style: none;
	height:36px;
	width:830px;
	background-color:#c03;
}

div#menu ul li {
	float: left;
	display: inline;
	padding: 0 16px;
	border-right: solid 3px white;
	line-height:36px;
	height:36px;
}

div#menu ul li a {
	color: white;
	font-size:16px;
	text-decoration: none;
}

div#menu li.active {
	font-weight:bold;
	background:url(img/bg-menu-li.png) top left repeat-x;
}
	
div#menu ul li a:hover {
	border-bottom: solid 6px white;
}

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:#c03;
}

ul#menu-gauche li a span {
	color:#c03;
	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:999px;
	background:url(img/bg-content-picto.png) top left no-repeat;
	height:445px;
	z-index:1;
	top:158px;
}

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:10;
}

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:10;
	right:5px;
	top:27px;
}

#bloc-label-bce ul {
  line-height:150%;
  margin-bottom:1.3em;
}

#bloc-label-bce ul {
  margin: 1em 0;
  list-style: none;
}

#bloc-label-bce ul li {
  padding-left: 20px;
  background: url(img/li-fle.gif) left 2px no-repeat;
}

#bloc-label-bce li ul {
	margin-top: .25em;
	margin-bottom: .5em;
}

#bloc-onglets ol {
	list-style-type:decimal;
	margin:0;
	padding:0 18px;
}

#bloc-onglets ol li { 
	color:#cf1141;
	font-size:18px;
	margin:2px 0;
}

#bloc-onglets ol li span { 
	color:#4a4948;
	font-weight:normal;
	font-size:12px;
}

#bloc-etape-etape {
	position:relative;
	float:left;
	overflow:hidden;
	padding:0 0 0 10px;
	width:651px;
	background:transparent url(img/bg-bloc-etape-etape.png) top left no-repeat;
	height:226px;
	z-index:10;
}

#bloc-etape-etape h2 {
  	line-height: 1.2;
  	font-size: 1.7em;
	font-weight:normal;
  	letter-spacing:-1px;
  	margin:3px 0 2px 16px;
  	padding: 0
}

#bloc-etape-etape h3 {
  	line-height: 1.2;
  	font-size: 1.4em;
	text-align:center;
	font-weight:normal;
  	letter-spacing:1px;
  	margin:2px 0;
  	padding: 0
}

#bloc-etape-etape #carrousel {
	width:600px;
	height:160px;
	background-color:#eee;
	margin:0 auto;
	overflow:hidden;
}

#bloc-label-bce {
	position:relative;
	float:left;
	overflow:hidden;
	padding:10px;
	width:180px;
	font-size:0.9em;
	line-height:14px;
	background:transparent url(img/bg-bloc-label-bce.png) top left no-repeat;
	height:244px;
	z-index:10;
}

#bloc-label-bce h3, #bloc-selection h3 {
  	line-height: 1.2;
  	font-size: 1.1em;
	font-weight:bold;
  	letter-spacing:-1px;
  	margin: 6px 0;
  	padding: 0;
}

#bloc-onglets {
	position:relative;
	float:left;
	overflow:hidden;
	padding:0;
	margin:0 0 0 29px;
	width:431px;
	background:transparent url(img/bg-bloc-onglets.png) top left no-repeat;
	height:252px;
	z-index:10;
}

#bloc-selection {
	position:relative;
	float:left;
	overflow:hidden;
	padding:10px;
	width:252px;
	background:transparent url(img/bg-bloc-selection.png) top left no-repeat;
	height:453px;
	z-index:10;
}

#bloc-selection #departement {
	width:245px;
	overflow:scroll;
	height:248px;
}

#bloc-selection #departement_select {
	width:200px;
	font-size:11px;
	padding:0 0 0 10px;
}

#bloc-selection .annonce {
	float:left;
	font-size:0.8em;
	margin:2px;
	padding:1px;
	width:220px;
}

#bloc-selection .annonce a {
	color:#222;
}

#bloc-selection div.annonce:hover {
	background-color:#eee;
}

#bloc-selection .agence-adresse {
	display:none;
	position:absolute;
	right:10px;
	text-align:left;
	top:10px;
	font-size:10px;
}

#bloc-selection #cdf {
	margin:0 auto;
	width:250px;
	height:118px;
	position:relative;
	background:url(img/carte-de-france.png) 30px 0 no-repeat;
}

#bloc-menu-gauche, #bloc-contenu {
	
}

#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;
}

#bloc-contenu .bot {
	background:url(img/bg-bloc-contenu-bot.png) top left repeat-y;
	height:30px;
}

#bloc-contenu .fil-ariane a {
	color:#CC0033;
	font-size:11px;
	margin:0 0 10px 0;
}

#bloc-contenu .center .bloc-recherche {
	width:95%;
	padding:5px 5px 5px 5px;
	margin:6px 0 10px 0;
	background-color:#f3f3f3;
	border:1px solid #bbb;
}

.bloc-recherche thead {
	color:#5F026D;
	font-size:11px;
	background-color:#f3f3f3;
}

.bloc-recherche thead td {
	font-weight:bold;
	padding:2px;
	border-bottom:1px solid white;
}

#bloc-contenu .center .bloc-annonce {
	margin:6px 0 10px 0;
}

.agence-adresse-grand {
	width:97%;	
	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;
}

#active {
	font-size: 14px;
	font-weight: bold;
	/*letter-spacing:-1px;
	text-align: left;*/
	color:#6a6763;
	text-decoration: none;
	padding:0px 2px 0px 0px;

}

#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: 410px;
	height: 200px;
	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: 410px;
}
		
.stripViewer .panelContainer .panel .wrapper {
	padding: 10px;
}
	
.stripNav ul {
	list-style: none;
	background:url(img/bg-onglets-ul.png) top left repeat-x;
	height:33px;
	width:424px;
}
		
.stripNav ul li {
	float:left;
	width:136px;
	height:33px;
	background:none;
}
		
.stripNav a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	letter-spacing:-1px;
	text-align: left;
	line-height: 32px;
	color:#6a6763;
	text-decoration: none;
	padding:0 10px;
	width:116px;
	height:33px;
}

.stripNav li a.current {
	color:#5f026d;
	width:116px;
	background:url(img/bg-onglet-a.png) top left repeat-x;
	height:33px;
}

.stripNavL {
	display:none;
}
		
.stripNavR {
	display:none;
}

/************************************************* Footer */

#footer {
	position:relative;
 	width:1000px; 
 	background-color:white;
	height:200px;
}

#imdeo {
	position:absolute;
	right:0;
	width:57px;
	margin:10px;
	height:21px;

}

#footer-menu {
	display:block; 
	font-size:10px;
	margin:0 auto;
	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:#636363; 
	line-height:30px;
}

#footer-menu h4 { 
	padding:0;
	margin:0 0 4px 0;
}

#footer-menu h4 a, #footer-menu h4 span { 
	color:#c03; 
	font-size:14px; 
	font-weight:bold; 
	margin-bottom:15px;
}

#footer-menu .footer-bloc {
	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;
	}

