@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(publication_methods.css);
@import url(search.css);
@import url(board.css);
@import url(jquery.tabs.css);

/* COMMON STYLES */
/*reset d'un certain nombre de styles css par defaut*/

@font-face {
    font-family: 'Eurostile';
    src: url('lte50607-webfont.eot');
    src: url('lte50607-webfont.eot?iefix') format('eot'),
         url('lte50607-webfont.woff') format('woff'),
         url('lte50607-webfont.ttf') format('truetype'),
         url('lte50607-webfont.svg#webfont7iYkyRt4') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EurostileBold';
    src: url('lte50608-webfont.eot');
    src: url('lte50608-webfont.eot?#iefix') format('eot'),
         url('lte50608-webfont.woff') format('woff'),
         url('lte50608-webfont.ttf') format('truetype'),
         url('lte50608-webfont.svg#webfont9Yu8k3uZ') format('svg');
    font-weight: normal;
    font-style: normal;


}




* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
/*CSSEditor|structure,global|Zone extérieure|notext*/
body {
	background:#ebebeb url(/images/groupeamp/bg-body.jpg) repeat-x scroll top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:65%;
	line-height:160%;
	color:#323232;
}
/*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;
}
.presse-image  {
	float:left;

}


