@charset "iso-8859-1";
@import url(structure.css);
@import url(_elements.css);
@import url(navigation_elements.css);
@import url(boxes.css);
@import url(catalog.css);
@import url(form.css);
@import url(publication_methods.css);
/* COMMON STYLES */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:70%;
}
img {
	border:0;
	vertical-align: bottom;
}
.clear {
	clear: both;
}
div.clear{
 font-size:1px; 
 height:1px;
 background:#fff;
 width:400px;
 visibility: visible;
 margin:0 auto; padding:0;
}

body.homepage .colleft{
 width:61%;
}
body.homepage .colleft img{
 margin:3px 6px 0 0;
}
body.homepage .colright{
 width:37%;
}
#teasePart{
 background:url(/images/maquette_accueil_30.jpg) no-repeat;
 padding:4px;
 height:100px;
 color:#fff;
 width:169px;
}
#contents #teasePart h4{
 margin:3px 40px 8px 40px;
 color:#fff; font-size:1.1em;
}
#contents #teasePart a{
 color:#fff!important;
}