@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);
@import url(contextualisation.css);
@import url(langue.css);
@import url(style_ie.css);




/* -------------------------------------------------- */
/* COMMON STYLES                                      */
/* reset d'un certain nombre de styles css par defaut */
/* -------------------------------------------------- */

* {
    text-decoration: none;
    font-style: normal;
    outline: 0px;
    padding: 0px;
    border: 0px;
    margin: 0px;
}



body {
    font-family: Arial, Helvetica, sans-serif;
    background: white;
    line-height:150%;
    font-size: 12px;
    color: #52575A;
}

img {
    vertical-align: bottom;
    border: 0px;
}

.clear {
    visibility: hidden;
    line-height: 0px;
    padding: 0px;
    border: 0px;
    margin: 0px;
    height: 0px;
    clear: both;
}



/*******************************************/
/*             Agency Tools                */
/*******************************************/

#agencytools{border:3px solid #00A0D1;border-right:0px;-moz-border-radius: 1em;-webkit-border-radius: 1em;padding: 0px;background:white;}
#agencytools_header h3{background:transparent; color:#00A0D1;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:#00A0D1;}
#agencytools li:first-child a, #agencytools li:nth-last-child(2) a{color:#000;}



/*************************************************/
/*     Lettre du mois Recommander a un ami       */
/*************************************************/

.news_du_mois #banner,
.news_du_mois .breadcrumb,
.news_du_mois #rightbar,
.news_du_mois #footer{display:none;}

.news_du_mois #text{padding-top:80px;}

.news_du_mois #contents .boxrecommend{
	position:absolute;
	top:0px;
	left:0px;
	width:720px;
	background:none;
	border: 1px solid #72797F;
margin:0px 135px;
}

.news_du_mois #contents .boxrecommend .row{
	width:40%;
	margin:0px;
	padding:0px;
	clear:none;
	float:left;
}

.news_du_mois #contents .boxrecommend .submit{margin-top:-15px;}