@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);

/* 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 {
	background:url(/images/backgroundMOS.jpg) #000807 no-repeat center 30px; /*#020202;*/

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	line-height:160%;
/*overflow: hidden;*/
overflow-x:hidden;
}
/*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;
}


/*Évènements*/
.event .breadcrumb a:visited{
color:#fff;
text-decoration:none;
margin-left:0px;
}
.event a{
margin-left:15px;
text-decoration:underline;
}
.event a:hover{
color:#fff;
text-decoration:none;
}
.event a:visited{
color:#0DB4A1;
}
.event .boxshorcuttools a{
margin-left:-17px
}

.event .boxshorcuttools .active{
font-weight:bold;
}
.event .boxshorcuttools a:hover{
text-decoration:none;
color:#fff;
}
.event .boxshorcuttools ul{
margin:-25px 0 0 0;
	}
.event .boxshorcuttools li{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:12px 0 0 20px;
padding:0;
}

.event .boxshorcuttools .LinkIn{
color:#000;
text-decoration:none;
	}
.event #nested .first_level a span {
margin-left:-15px;
}

/*GOOGLE MAPS*/
.gmnoprint{
font-size:1.2em;
color:#000;
text-position:center;
}
