@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(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:#20799A url(/media/bg_site__085863400_0953_25092009.png) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	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;
}



#agencytools{border:3px solid #20799A;border-right:0px;-moz-border-radius: 1em;-webkit-border-radius: 1em;padding: 0px;background:white;}
#agencytools_header h3{background:transparent; color:#20799A;font-weight:bold; font-size:18px!important;}
#agencytools #agencytools_body{background:transparent;}
#agencytools #agencytools_content {background:transparent!important; }
#agencytools img{visibility:hidden;}
#agencytools li{display:none;}
#agencytools li:first-child, #agencytools li:nth-last-child(2), #agencytools li#li_css, #agencytools li#li_template{display:block!important;}
#agencytools li a{color:#20799A;}
#agencytools li:first-child a, #agencytools li:nth-last-child(2) a{color:#000;}
