@charset "iso-8859-1";

@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;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
/*CSSEditor|structure,global|Zone extérieure|notext*/
body {
	background:#00418D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:160%;
}
/*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;
}
.annuaire img{float: right; margin-top:0px;}
.annuaire a:hover{color:#000;}


.first_level{margin: 0 0 0 22px;}
.first_level li a:hover{}
.first_level a:hover{text-decoration: none; font-weight: bold;}


.second_level {margin:0 0 0 5px;}
.second_level a:hover{text-decoration: none;}

.third_level {margin:5px 0 5px 1px;}
.third_level a:hover{text-decoration: none;}




