@import url(gallery.css);
@import url(elements.css);
@import url(structure.css);
@import url(navigationElements.css);
@import url(form.css);
@import url(boxes.css);
@import url(account.css);
@import url(catalog.css);
@import url(publicationMethods.css);
@import url(search.css);
@import url(board.css);
@import url(ads.css);
@import url(directory.css);
@import url(community.css);
/*---------------------
INITIALISATION DES STYLES
------------------------*/
*
{
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#contents
{
}
/*--------------
ZONE EXTERIEURE
-----------------*/
BODY
{
/*Image de l'arrière-plan de la page*/
	background: #ffffff url(/media/fondlestriples__015926700_0753_22102011.jpg) repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
}
/*---------------
APPARENCE DES IMAGES
-----------------*/
IMG
{
	border: 0;
	vertical-align: bottom;
}
.appellez img
{
	/*+placement:shift -50px -8px;*/
	position: relative;
	left: -40px;
}
.charriot img
{
	/*+placement:shift -50px -42px;*/
	position: relative;
	left: -32px;
}
/*--------------
CALAGE DES BLOCS
-----------------*/
.clear
{
	border: 0;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	padding:2px;
}
