@charset "iso-8859-1";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
@import url(gallery.css);
@import url(_elements_2021.css);
@import url(structure_2021.css);
@import url(navigation_elements_2021.css);
@import url(form.css);
@import url(boxes_2021.css);
@import url(account.css);
@import url(catalog.css);
@import url(calendar.css);
@import url(publication_methods_2021.css);
@import url(search.css);
@import url(board.css);

/* COMMON STYLES */
/*reset d'un certain nombre de styles css par defaut*/
* {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight:300;
	font-family: Roboto, Verdana, Arial, Helvetica, sans-serif;
	transition:all 0.3s;
}
/*CSSEditor|structure,global|Zone extérieure|notext*/
body {
	background:transparent url(/media/body__029751000_1021_01022013.jpg) center top no-repeat;
	font-family: Roboto, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:160%;
	font-weight:300;
}
html{
	background:transparent url(/media/html__003459100_1021_01022013.jpg) center top repeat;
}
/*CSSEditor|content,image|Apparence des images|notext*/
img {
	border:0;
	vertical-align: bottom;
	max-width:100%;
}

.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}

.b{font-weight:bold !important}
.c{text-align:center !important}
.l{text-align:left !important}
.r{text-align:right !important}
.j{text-align:justify !important}
.u{text-decoration:underline !important}
.fl{float:left !important}
.fr{float:right !important}
.w25{width:25%;box-sizing:border-box;}
.w50{width:50%;box-sizing:border-box;}
.w33{width:33%;box-sizing:border-box;}
.w75{width:75%;box-sizing:border-box;}
.mAuto{margin:5px auto;}
.m0Auto{margin:0px auto;}
.hide_pc{display:none;}
@media (max-width:1210px){
	.page{width:970px;}
	
	/* Navigation */
	#nested .first_level li{padding:0 20px;}
}
@media (min-width:980px) and (max-width:1210px){
		/* Navigation */
	#nested .first_level li{padding:0 0px;}
	#nested .first_level li a{padding: 6px 10px 15px;padding:6px 15px 15px;}
}
@media (max-width:980px){
	.hide_pc{display:inherit;}
	.page{width:750px;}
	iframe{max-width:99%;margin:herit 0.5%;}	
}
@media (max-width:760px){
	img{max-width:100%!important;float:none;height: auto; width: auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
	.page{width:100%;padding:0 10px;box-sizing:border-box;}
	h1,.breadcrumb{margin-left:0px;}
	h1{font-size:2em;}
	.textAndImages .intext_right,.textAndImages .intext_left{float:none!important;text-align:center;}
	table{max-width:100%;overflow:scroll;}
	.colleft,.colright{float:none;margin:5px auto;width:100%;}
	ul{margin-left:5px;}
	ul li{padding-left:0px;}
	
	img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {max-width: 100%;}
	textarea, table, td, th, code, pre, samp {word-wrap: break-word;-webkit-hyphens: auto;-moz-hyphens: auto;hyphens: auto;}
	code, pre, samp {white-space: pre-wrap;}
}
