@charset "iso-8859-1";

@import url(gallery.css);
@import url(_elements.css);
@import url(structure.css);
@import url(navigation_elements.css);
@import url(form.css);
@import url(boxes.css);
@import url(account.css);
@import url(catalog.css);
@import url(calendar.css);
@import url(publication_methods.css);
@import url(search.css);
@import url(board.css);
@import url(jquery.lightbox-0.5.css);

@font-face {
	font-family: 'AirstripFourRegular';
	src: url('airstrip-webfont.eot');
	src: local('?'), url('airstrip-webfont.woff') format('woff'), url('airstrip-webfont.ttf') format('truetype'), url('airstrip-webfont.svg#webfontmbEs5Al0') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* COMMON STYLES */
/*reset d'un certain nombre de styles css par defaut*/
* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
/*CSSEditor|structure,global|Zone extérieure|notext*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	line-height:160%;
	background:url(../../../../images/ccr/bg-body.png) repeat-x #e2e4ec;
}
/*CSSEditor|content,image|Apparence des images|notext*/
img {
	border:0;
	vertical-align: bottom;
}

.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}


/* Pour l'enquête */

.enquete #nested { display:none;}
.enquete #footer .communes { 
bottom:0;
height:305px;
left:685px;
position:absolute;
top:-255px;
width:310px;}
.enquete  #footer .logocc {
top:-184px;
} 

.enquete  .breadcrumb { display:none;}
.enquete  #contents { padding-top:15px;}


