html{
    padding : 0;
    margin : 0;
}

body{
	background : #f2f5fb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

body.groupes{
    background: #FEC320 url(fond-groupes.png) repeat-x top;
}

body.individuels{
    background: #24b4f7 url(fond-individuels.png) repeat-x top;
}

a{
	color: #06469c;
}

a:hover{ 
	color: #ff6300; 
}

hr{
	clear:both;
	visibility:hidden;
}

h1{
  font-size: 1.4em;
  color : #C31010;
  margin: 1.5em 0em 10px 0.5em;
}

h1 a{
  color : #C31010;
}

h2{
	color: #FFF;
	background: #aa1c20 url(h2.jpg) repeat-x;
	font-size: 14px;
	margin: 0 12px 0 10px;
	padding: 4px;
}

h3{
	font-size: 12px;
	margin: 0;
}

h4{
	font-size: 14px;
}

h4 a{
	color: #C31010;
}

p {
  margin: 0.5em;
  line-height: 1.0em;
  color : #000;
  font-size:0.95em;
}

ul {
  font-size:0.95em;
}

ol{
  font-size:0.95em;
}

form{
	margin: 0;
	padding-top: 15px;
}

#conteneur{
	left: 50%;
	margin-left: -380px;
	min-height : 400px;
	position: absolute;
	width: 760px;
	/*background-color:#FF0000;*/
}

#header{
	background: url('header.png') top left no-repeat;
	height : 80px;
}

.groupes #header{
	background: url('header-groupes.png') top left no-repeat;
	height : 80px;
}

.individuels #header{
	background: url('header-individuels.png') top left no-repeat;
	height : 80px;
}

#header p{
	text-align:right;
	padding: 65px 15px 0 0;
	font-size: 10px;
}

#header a{
	color : #333;
}

.individuels #header a{
	color : #fff;
}

#indous{
	background: url('indous.jpg') top left no-repeat;
	font-size : 11px;
	height : 135px;
	line-height : 1em;
	margin: 0;
	margin-left: 10px;
	padding : 10px 17px 0 0;
}

#indous p{
	margin: 5px;
	text-align: right;
}

#indous img{
	border:0;
}

.dialog {
	color:#000;
	margin:0;
}

.dialog .hd .c,
.dialog .ft .c {
	font-size: 1px; /* ensure minimum height */
	height: 13px;
}

.dialog .ft .c {
	height: 24px;
}

.dialog .hd {
	background: transparent url(tl.jpg) no-repeat 0px 0px;
}

.dialog .hd .c {
	background: transparent url(tr.jpg) no-repeat right 0px;
}

.dialog .bd {
	background: transparent url(ml.jpg) repeat-y 0px 0px;
}

.dialog .bd .c {
	background: transparent url(mr.jpg) repeat-y right 0px;
}

.dialog .bd .c .s {
	margin: 0px 8px 0px 4px;
}

.dialog .ft {
	background: transparent url(bl.jpg) no-repeat 0px 0px;
}

.dialog .ft .c {
	background: transparent url(br.jpg) no-repeat right 0px;
}

/*--------------*/


.groupes .dialog .hd {
	background: transparent url(tl_g.gif) no-repeat 0px 0px;
}

.groupes .dialog .hd .c {
	background: transparent url(tr_g.gif) no-repeat right 0px;
}

.groupes .dialog .bd {
	background: transparent url(ml_g.gif) repeat-y 0px 0px;
}

.groupes .dialog .bd .c {
	background: transparent url(mr_g.gif) repeat-y right 0px;
}

.groupes .dialog .ft {
	background: transparent url(bl_g.gif) no-repeat 0px 0px;
}

.groupes .dialog .ft .c {
	background: transparent url(br_g.gif) no-repeat right 0px;
}

/* indiv */


.individuels .dialog .hd {
	background: transparent url(tl_i.gif) no-repeat 0px 0px;
}

.individuels .dialog .hd .c {
	background: transparent url(tr_i.gif) no-repeat right 0px;
}

.individuels .dialog .bd {
	background: transparent url(ml_i.gif) repeat-y 0px 0px;
}

.individuels .dialog .bd .c {
	background: transparent url(mr_i.gif) repeat-y right 0px;
}


.individuels .dialog .ft {
	background: transparent url(bl_i.gif) no-repeat 0px 0px;
}

.individuels .dialog .ft .c {
	background: transparent url(br_i.gif) no-repeat right 0px;
}

/* rouge*/

.dialogr {
	color: #000;
	margin: 0;
}

.dialogr .hd .c,
.dialogr .ft .c {
 font-size: 1px; /* ensure minimum height */
 height: 13px;
}

.dialogr .ft .c {
	height: 24px;
}

.individuels .dialogr .hd, .groupes .dialogr .hd {
	background: transparent url(tl_r.jpg) no-repeat 0px 0px;
}

.individuels .dialogr .hd .c, .groupes .dialogr .hd .c {
	background: transparent url(tr_r.jpg) no-repeat right 0px;
}

.individuels .dialogr .bd, .groupes .dialogr .bd  {
	background: transparent url(ml_r.jpg) repeat-y 0px 0px;
}

.individuels .dialogr .bd .c, .groupes .dialogr .bd .c {
	background:  url(mr_r.jpg) repeat-y right 0px;
}

.dialogr .bd .c .s {
	margin: 0px 4px 0px 4px;
	padding: 0 1em 1px 1em;
}

.individuels .dialogr .ft, .groupes .dialogr .ft  {
	background: transparent url(bl_r.jpg) no-repeat 0px 0px;
}

.individuels .dialogr .ft .c, .groupes .dialogr .ft .c {
	background: transparent url(br_r.jpg) no-repeat right 0px;
}


/* content-specific */


.deuxtiers{
	float: left;
	padding: 8px;
	width: 480px;
}

.untiers{
	float: left;
	width: 240px;
}

.full{
  padding: 8px;
  line-height: 1.4em;
}

.peton{
	color : #06469c;
	font-size: 10px;
	margin: 0 50px 0 0;
	text-align: right;
}

.vignette{
	margin: 5px 0 0 12px;
}

.demi{
	float: left;
	width: 235px;
}

.bplan{
	border: 1px solid #F90;
	color: #06469c;
	font-size: 11px;
	height: 130px;
	margin: 3px;
	padding: 2px;
}

#tabs{
	display: block;
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0;
}

#tabs li{
	float: left;
	margin: 0 5px 10px 0;
	text-align: center;
	font-size:1.2em;
}

#tabs a{
	background: #aa1c20 url(h2.jpg) repeat-x;
	border-bottom: 2px solid #aa1c20;
	color: #FFF;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

#tabs a:hover{
	background: #FFF;
	border-bottom: 2px solid #aa1c20;
	color: #aa1c20;
}

#tabs li.activelink a,#tabs li.activelink a:hover{
	background: #F90;
	color: #FFF;
}


#searchTabs p{
  color: #C31010;
  font-size: 0.9em;
  padding: 5px;
  text-align: justify;
}

#searchTabs { 
	float: left;  
	list-style-type: none; 
	margin: 0;
	padding: 0;
	width: 200px;
}	

#searchTabs li { 
	list-style-type: none; 
	margin: 0 .2em .25em 0px; 
	position: relative; 
}
	
#searchTabs a {
	border: 1px solid #f5e3d6; 
	background-color: #fff6f0;
	display: block;
	margin: 0;
	padding: .3em .35em;
	text-decoration:none;
}
	
#searchTabs li.active { 
	left: 1px; 
	margin-left: 0;
	margin-right: 0;
	position: relative; 
	z-index: 10;
}

#searchTabs li.active a { 
	background-color: #FEF5EC;
	border: solid #C31010; 
	border-width: 1px 0 1px 1px; 	 
	font-weight: bold;
	padding: .5em .35em;
}
	
* html #searchTabs li, * html #searchTabs a { height: 1%; }

#searchTabs a:hover { 
	border-color: #ff6300; 
}

#searchTabs li.active a:hover { 
	border-color: #fd9753; 
	color: #06469c; 
}	

.searchform{
  background: #FEF5EC;
  border : 1px solid #C31010;
  float:left;
  width: 260px;
}

.searchform div{
	padding-left: 10px;
	width: 100%;
}

#tunnel img{
	border: 0;
}

.indent {
	border-left: 1px solid #FAFAFA;
	font-size : 1.0em;
	padding-left: 2em;
}

.suite{
	font-weight: bold;
	text-align: right;
}

.date{
	color: #AA1C20;
	font-size : 10px;
	font-weight: bold;
	margin-top:-3px;
	text-align: right;
}

.note{
	font-size : 10px;
}

p.note{
	margin: 3px;
}

p.annonce{
  color : #C31010;
  font-size: 0.95em;
  line-height: 1.2em;
  margin: 3.5em 0.5em 1.5em;
  text-align: justify;
}

p.ann_afat{
  color : #C31010;
  font-size: 0.95em;
  line-height: 0.95em;
  margin: 2em 2.5em 0em 1.5em;
  text-align: justify;
}

div.ipanel select{
	border : 1px solid #C31010;
	color: #06469c;
}

div.ipanel input{
	background: #FFF;
	border : 1px solid #C31010;
	color: #06469c;
}

.tof img{
	border: 1px #06469C solid;
}

p.middle{
	margin: 2px 0;
	text-align: center;
}

.peeka p{
	font-size:10px;
	line-height: 12px;
}

.lef p{
	text-align: left;
}

.deuxtiers p{
	text-align:justify;
}


.v_resume{
  border: 1px solid #CCC;
  float:right;
  height: 90px;
  margin: 5px;
  overflow:hidden;
  width: 160px;
  line-height: 1.4em;
}

.v_resume p{
  line-height: 1.4em;
}
