body.custom {
	background: #f1f4e2 url('images/bg.jpg') repeat-x;
}

.custom #header {
        margin-top:44px;
        padding-bottom: 6px;
}

.custom #page {
        background: url('images/bg.jpg') repeat-x;
	margin-top: 0px;
}

/* MENU TOP */
.custom ul.menu_top {
	padding-top: 3px;
}
.custom ul.menu_top li {
	display:inline;
	font-size: 12px;
	margin-right: 5px;
	padding-left: 5px;
	border-left: 1px white solid;
}
.custom ul.menu_top li a {
	color:white;
	text-decoration: underline;
}
.custom ul.menu_top li a:hover {
	color:yellow;
	text-decoration: none;
}
.custom ul.menu_top li.first {
	border-left:none;
}
.custom ul.menu_top li.vfirst {
	display:none;
}


/* HEADER */
.custom #header {
        padding-top:0;
        padding-bottom:16px;
		background: white;
}

.custom #header .bouton {
	width: 300px;
	height: 60px;
	background: url('images/feature_bouton.png') no-repeat;
        float:right;
        margin-top: 10px;
        margin-right: -3px;
}

.custom #header .bouton:hover {
	background-position: 0 -60px;
}

.custom #header .bouton h3, .custom #header .bouton p {
	display:none;
}





/* MENU */
.custom ul.menu  {
        margin-top: 10px;
        border:none; 
        background: #f1f4e2;
}

.custom ul.menu li {
		border:none;
}

.custom ul.menu li a {
        text-transform: none;
		letter-spacing: normal;
        border:none;
		border-right: 1px #999999 solid;
		font-weight: bold;
		padding: 0.5em 0.6em 0.5em 0.6em;
}
.custom ul.menu li.tab-2 a { /* supprimer la bordure sur le dernier lien */
        border:none;
}


/* FEATURE BOX */

.custom #feature_box {
	width: 987px;
        height: 264px;
        background: url('images/bg-featurebox.png') no-repeat;
	margin-top: 10px;
	margin-left: -8px;
}

.custom #feature_box p.phrase_principale {
	color: white;
        float:right;
        margin-right:60px;
        -margin-right:35px; /* Hack IE6 */
        margin-top:15px;
        margin-bottom:0;
        padding-bottom:0;
        font-family: Arial, Sans-serif;
        font-size: 28px;
}

.custom #feature_box .bouton {
	width: 300px;
	height: 60px;
	background: url('images/feature_bouton.png') no-repeat;
        clear:both;
        float:right;
        margin-top: 25px;
        margin-right: 33px;
}

.custom #feature_box .bouton:hover {
	background-position: 0 -60px;
}

.custom #feature_box .bouton h3, .custom #feature_box .bouton p {
	display:none;
}


/* DEWSLIDER */
.custom #dewslider {
	margin-left:5px;
	padding-top:3px;
}

/* IMAGES DES LIENS AU MILIEU DE LA LIGNE */
.custom .sidebar_list a img {
	vertical-align:middle;
}

/* bouton recrutement */
.custom .sidebar_list a.recrutement {
	display:block;
	width:200px;
	height:50px;
	background: url('http://www.maisons-logiconfor.fr/wp-content/themes/thesis_16b/custom/images/bouton-recrutement.jpg') no-repeat;
}
.custom .sidebar_list a.recrutement:hover {
	background-position: 0 -50px;
}
.custom .sidebar_list a.recrutement span {
	display:none;
}

/* CONTENT BOX */
.custom #multimedia_box {
	padding:0.8em;
}
.custom .custom_box {
	background:transparent url(images/kraft-texture.gif) repeat scroll 0 0;
}

/* CONTENT ROUND BOX */
.custom #content_box{
		background: white;
}
.custom #bg_content_top {
        margin-top: 10px;
		width: 972px;
		height: 14px;
		background: url('images/bg_content_top.png') no-repeat;
}
.custom #bg_content_bottom {
	width: 972px;
	height: 14px;
	background: url('images/bg_content_bottom.png') no-repeat;
}

/* FIL D'ARIANE */
.custom .breadcrumb {
margin-left: 20px;
}


/* BORDURE EN DESSOUS H2 */
.custom h2 {
border-bottom: 1px solid #999999;
padding-bottom: 5px;
}

/* IMAGES DU CATALOGUE */
.custom .bandbox img {
	float:left;
	margin-right: 20px;
}
.custom .bandbox img.retour {
	clear:both;
	float:left;
}
.custom .bandbox hr {
	clear:both;
	margin-top: 20px;
}
.custom img.frame {
	background: url('images/kraft-texture.gif');
	padding: 0.7em;
	border: none;
}
.custom table.comparatif_prix {
	font-size: 10px;
}

/* TABLEAU DU CATALOGUE */
.custom  table tbody tr.row0 td {
  background-color: #E0E9EF;
}

.custom  table tbody tr.row1 td {
  background-color: #F5F5F5;
}

/* TEASERS SUPPRIMER LA DATE */
.teaser_date {
	display:none;
}



/* RELATIONS PRESSE */


.custom .prev_next {
	display:none;
}

/* PIED DE PAGE */
.custom #pied_de_page {
	margin-top: 40px;
	background: url('images/pied_de_page_texture.png') repeat-x bottom;
}

.custom #arbres {
	width: 471px;
	height: 133px;
	background: url('images/arbres.png') no-repeat;
}

/* FOOTER */
.custom #footer_outer {
color: white;
font-size: 12px;
background: #34373f url('images/bg-footer.gif') repeat-x;
}


/* DIVERS POUR PRESENTER COMME UN CMS */

/* pour enlever les archive info */
#archive_info {
	display:none;
}

/* pour enlever infos d'archives */
.custom .headline_meta {
	display:none;
}

/* Enlever les liens vers les commentaires */
.custom .to_comments {
	display:none;
}

/* Enlever "comments on this entry are closed" */
.custom .comments_closed {
	display:none;
}

