html {
	background-color : #2e3c45;
	background-image : url(../images/background.jpg);
	background-repeat : repeat-x; }

body {
	background-color : #fff;
	background-image : url(../images/body_bg.gif);
	background-repeat : repeat-y; }
	
/* --- Branding --- */

div#branding {
	background-image : url(../images/fr/branding.gif);
	background-repeat : no-repeat; }

div#branding p {
	position : absolute;
	left : 270px;
	top : 44px; }

div#branding h1 a {
	display : block;
	width : 270px; 
	height : 267px; 
	text-indent : -9999px; }

/* --- Navigation --- */

/* nav supp */
ul#nav_supp {
	position : absolute;
	top : 0;
	left : 270px;
	margin : 0;
	width : 680px;
	height : 36px; }

ul#nav_supp li {
	position : absolute;
	display : inline; }
	
li#college {
	left : 0; }
li#zone {
	left : 187px; }
li#language {
	left : 310px; }
li#rss {
	left : 598px; }
	
/* nav main */

ul#nav_main {
	margin-left : 20px;
	padding : 0; }

ul#nav_main li {
	margin : 0;
	padding-bottom : 2px; 
	width : 230px;
	height : 26px; }

ul#nav_main li img {
	margin-bottom : -3px ; /* IE6 bug fix */
	padding: 0; }

/* nav sub */

ul#nav_sub {
	float : left;
	width : 220px;
	margin-top : 28px;
	padding : 0;
	background-color:#fff; }

ul#nav_sub li {
	margin : 0;
	padding-bottom : 2px; 
	width : 220px; }

ul#nav_sub li img {
	margin-bottom : -3px ; /* IE6 bug fix */
	padding : 0; }
	
/* --------- Content ---------*/

div#content_main {
	background-color : #f1f1ef; }

div#content_main p {
	 padding : 0 20px 20px 20px; }

div#content_supp {
	float : left;
	width : 250px;
	margin-top : 28px;
	padding : 0; }

div#content_supp img {
	display : block; /*allows the element to take auto margins*/ 
	margin : 0 auto; /*centers in compliant browsers*/ 
	text-align : center; /*centers in old versions of IE*/ }

div#content_text {
	width : 401px;
	margin-left : 250px;
	padding : 0; }

div#content_text_left {
	width : 401px;
	margin-left : 0;
	padding : 0; }
	
div#content_text_large {
	width : 600px;
	margin-left : 0;
	padding : 0;
}	

h2 {
	position : absolute;
	top : -9999px; }

div#content_main h3 {
	 padding : 0 0 10px 20px; }

div#content_main h4 {
	 padding : 0 0 0 20px; }

div#content_text h3 {
	 padding : 0 0 10px 0; }

div#content_text h4 {
	 padding : 0 0 0 0; }

div#content_text p {
	 padding: 0 0 15px 0; }

div#contact {
	width : 250px;
	height : 222px;
	margin-top : 44px;
	background-image:url(../images/joindre_supp_bg.jpg);
	background-repeat:no-repeat; }

div#contact p {
	padding-left : 30px; }

div#contact h4 {
	padding : 26px 0 15px 30px; }
	 
/* News Ticker */

div#newsticker_wrap {
	width : 671px;
	height : 26px; }

.tickercontainer { /* the outer div with the black border */
	width : 671px;
	height : 26px;
	margin : 0;
	padding : 0;
	overflow : hidden;
	background: #f1f1ef;
	background-image : url(../images/newsticker_bg.gif);
	background-repeat : no-repeat; }

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position : relative;
	left : 22px;
	top : 6px;
	width : 628px;
	overflow : hidden; }

ul.newsticker { /* that's your list */
	position : relative;
	left : 750px;
	margin : 0;
	padding : 0;
	font : normal 12px Arial, Helvetica, sans-serif;
	list-style-type : none; }

ul.newsticker li {
	float : left; /* important: display inline gives incorrect results when you check for elem's width */
	margin : 0;
	padding : 0;
	background : #fff; }

ul.newsticker a {
	white-space : nowrap;
	margin : 0 50px 0 0;
	padding : 0;
	color : #5c707c;
	font : bold 12px Arial, Helvetica, sans-serif; } 
	
ul.newsticker a:hover {
	color : #5c707c;
	text-decoration : none; } 

ul.newsticker span {
	margin : 0 10px 0 0; } 


/* News */
div#news_flash {
	float : left;
	margin : 0;
	padding : 0 0 0 30px;
	width : 267px; }

/* FCIQ TV */
div#fciq_tv {
	float : right;
	margin : 0;
	padding : 0;
	width : 374px; }

div#fciq_tv p {
	padding : 0; }

.clear {
	clear : both; }

div#fciq_tv h3 {
	padding : 19px 0 0 16px; }

/* Box */

div#box_left {
	float : left;
	margin-left : 30px;
	width : 264px;
	background-color: #dadad5;
	display: inline; /* IE fix */}

div#box_right {
	position : relative;
	float : right;
	margin-right : 8px;
	width : 349px;


	display: inline; /* IE fix */}
	
div#box_left p{
	padding : 10px 15px 15px 15px; }

div#box_right p {
	padding : 10px 27px 15px 15px; }

.house_spacer { float: right; }

/* Accordion */
div#accordion {
	margin : 0;
	width : 401px;
	position: relative;
}

div#accordion p {
	padding-left : 0; }
	
.block {
	position: relative; }

div#accordion h4 {
	margin: 0;
	padding : 0 0 6px 0; }
	
div#accordion h5 {
	padding-left : 0; }

div#accordion ul {
	list-style : disc;
	padding : 0 0 15px 15px; }
	
	
	
	/* Accordion Large*/
div#accordion_large {
	margin : 0;
	width : 551px;
	position: relative;
}

div#accordion_large p {
	padding-left : 0; }
	
.block {
	position: relative; }

div#accordion_large h4 {
	margin: 0;
	padding : 0 0 6px 0; }
	
div#accordion_large h5 {
	padding-left : 0; }

div#accordion_large ul {
	list-style : disc;
	padding : 0 0 15px 15px; }


/* Lists */
div#content_text ul {
	list-style : disc;
	padding : 0 0 15px 15px; }

ul.sondage {
	list-style : none;
	margin-left : 20px;
	margin-top : -10px;
	padding : 0 0 15px 0; }

ul.list {
	list-style : disc;
	margin-left : 20px;
	padding : 0 0 15px 35px; }

ul.pdf {
	margin : 0; 
	padding-bottom : 15px; }

ul.pdf li {
	list-style : none;
	margin-left : -18px;
	padding : 3px 0 6px 25px;
    background : transparent url(../images/logo_pdf.gif) no-repeat; }
	
ul.xls {
	margin : 0; 
	padding-bottom : 15px; }

ul.xls li {
	list-style : none;
	margin-left : -18px;
	padding : 3px 0 6px 25px;
    background : transparent url(../images/logo_xls.gif) no-repeat; }	
	
	
ul.pdf2 {
	margin : 0; 
	padding-bottom : 15px; }

ul.pdf2 li {
	list-style : none;

	padding : 3px 0 6px 25px;
    background : transparent url(../images/logo_pdf.gif) no-repeat; }

div#content_text_left ul.pdf li {
	margin-left : 18px; }

ol.list {
	margin-left : 20px;
	padding : 0 0 15px 15px; }

ul.chambres-immo li{
	list-style : none; }

ul.chambres-immo li.left {
	float : left;
	width : 325px; 
	list-style : none; }

/* --- Copyright --- */
div#copyright {
	width : 950px;
	height : 40px;
	margin-bottom : -15px; /* ie6 bug fix */
	background-image : url(../images/copyright_bg.gif);
	background-repeat : repeat-x; }

div#copyright p {
	padding-top : 25px;
	padding-bottom : 15px;
	text-align : center; }

/* --- Forms --- */

/* Survey */
div#survey {
	padding-top : 10px; }

fieldset {
	margin : 0;
	padding : 0; }

fieldset p {
	margin-bottom : 4px;
	padding : 0 0 4px 36px; 
	width : 190px; }

legend {
	text-indent : -9999px; }

fieldset ol {
	padding-left : 36px;
	list-style : none; }

fieldset li {
	padding-bottom : 8px; }

fieldset.submit {
	border-style : none; 
	margin-bottom : 8px;
	padding : 4px 20px 4px 0;
	text-align : right; }
	
/* Contact */

textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px; }

label.error { 
	float : none;
	color : red; 
	padding-left : 0; 
	vertical-align: top; }
	
p.clear { 
	clear: both; }

.submit { 
	margin-left : 0; }
