@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:#fff url(/images/charte/bg-page.jpg) repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:65%;
	line-height:150%;
}
/*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;
}


*html img,
* html .png{
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/media/transparent__026854300_1320_18072009.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);
}




/* Ajouts Alex */

/*aspect des tableaux*/
.table-altern {
background-color: #ddeeff;
}

/*marges autour des images*/
#main img {
margin: 5px 15px;
}

div .breadcrumb {
position: relative;
bottom: 11px;
}

/*texte intro sous le diapo de la page d'accueil*/
.accueil div.simpleText div.structured_text_semantique_text div.code_html {
margin: 0px 15px;}
.accueil div.simpleText div.structured_text_semantique_text div.code_html p {
max-width: 390px;}

/*Désactivation des boîtes bleues inutiles*/
#view_more {
display:none;}
#infos {
display:none;}

/*repositionnement du contenu du spot GoogleMap*/
#gMapWindowContent {
position:relative;
top:-12px;
}

/*suppression de la ligne "date de publication" dans les actus*/
div.news_event div.date {
display:none;
}
