@charset "utf-8";
/*
Theme Name: AdMobili
Theme URI: http://www.stonepower.fr/
Description: AdMobili, version WordPress.
Version: 1.0
Author: stonepower
Author URI: http://www.stonepower.fr/
Tags: custom header, fixed width, two columns
 
The CSS, XHTML and design is released under privacy policy
http://www.stonepower.fr/fr/mentions-legales.php
*/

/************************
	XHTML + USEFUL
*************************/

body {
	padding: 0;
	margin: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #4B5C73;
	background-color: #fff;
	text-align: center;
}
a {
	color: #4B5C73;
}
a:hover {}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	}
h1 {
	padding: 0 0 8px 0;
	font-size: 1.8em;
	font-weight: normal;
	}
h2 {
	padding: 2px 0 8px 0;
	font-size: 1.3em;
	}
h3, h4, h5, h6 {
	padding: 2px 0 10px 0;
	font-size: 1.1em;
	}
p {
	padding: 2px 0 8px 0;
	margin: 0;
	}
ul, ol, dl {
	padding-top: 2px;
	padding-bottom : 8px;
	margin-top: 0;
	margin-bottom: 0;
	}
form {
	padding: 0;
	margin: 0;
	}
object {
	border: none;
	}
object:focus {
	outline: none;
	}
img {
	border: none;
	text-decoration: none;
	}
img:focus {
	outline: none;
	}
abbr, acronym {
	border-bottom: 1px dotted #fff;
	cursor: help;
	}

/*
	USEFUL
---------------------------------------*/

.clear, div.clear {
	clear: both;
}

/************************
	INTERFACE
*************************/

div#wrap-all {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
div#banner {
	width: 950px;
	height: 147px;
	background: url(img/bg_banner.jpg) no-repeat 0 0;
}
div#banner img#imglinkhome {
	width: 150px;
	height: 140px;
	margin: 0 0 0 32px;
}
div#wrap-cols {
	width: 950px;
	background: url(img/bg_trame.gif) repeat-y 32px 0;
}
div#nav-site {
	width: 950px;
	padding: 14px 0 16px 201px;
}
div#col-L {
	width: 201px;
	float: left;
	display: inline;
}
div#sidebar {
	width: 150px;
	margin: 0 0 0 32px;
}
div#col-R {
	width: 749px;
	float: left;
	display: inline;
}
div#content {
	width: 717px;
}
div#footer {
	clear: both;
	width: 950px;
}

/**********************************
	NAVIGATION MASTERBOUTIQUE
***********************************/

ul#ul_nav-site {
	height: 26px;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#ul_nav-site li {
	display: inline;
	text-indent: -9999px;
}
ul#ul_nav-site li a {
	display: block;
	width: 117px;
	height: 26px;
	float: left;
	padding: 0;
	margin: 0 3px 0 0;
}
ul#ul_nav-site li a#n01 {
	background: url(img/nav/accueil.gif) 0 top;
}
ul#ul_nav-site li a#n01:hover, ul#ul_nav-site li a#n01.current {
	background: url(img/nav/accueil.gif) 0 bottom;
}
ul#ul_nav-site li a#n02 {
	background: url(img/nav/catalogue.gif) 0 top;
}
ul#ul_nav-site li a#n02:hover, ul#ul_nav-site li a#n02.current {
	background: url(img/nav/catalogue.gif) 0 bottom;
}
ul#ul_nav-site li a#n03 {
	background: url(img/nav/realisations.gif) 0 top;
}
ul#ul_nav-site li a#n03:hover, ul#ul_nav-site li a#n03.current {
	background: url(img/nav/realisations.gif) 0 bottom;
}
ul#ul_nav-site li a#n04 {
	background: url(img/nav/contact.gif) 0 top;
}
ul#ul_nav-site li a#n04:hover, ul#ul_nav-site li a#n04.current {
	background: url(img/nav/contact.gif) 0 bottom;
}
ul#ul_nav-site li a#n05 {
	background: url(img/nav/actublog.gif) 0 top;
}
ul#ul_nav-site li a#n05:hover, ul#ul_nav-site li a#n05.current {
	background: url(img/nav/actublog.gif) 0 bottom;
}
ul#ul_nav-site li a#n06 {
	background: url(img/nav/autres.gif) 0 top;
	margin-right: 0;
}
ul#ul_nav-site li a#n06:hover, ul#ul_nav-site li a#n06.current {
	background: url(img/nav/autres.gif) 0 bottom;
}

/**********************************
	CONTENT
***********************************/

/*
	BOUCLE WORDPRESS INDEX.PHP
----------------------------------------------------------------*/

div.post {
	padding: 0 0 24px 0;
}
div.post h2.ih2 {
	padding: 0 0 0 14px;
	background: url(img/puce.gif) no-repeat 0 3px;
	font-size: 1.2em;
	font-weight: bold;
	color: #5F7189;
}
div.post h2.ih2 a {
	color: #5F7189;
	text-decoration: none;
}
div.post div.post_meta {}
div.post div.post_meta p {
	padding: 4px 0 4px 4px;
	margin: 4px 0 12px 14px;
	font-size: 0.9em;
	background-color: #F6F4F6;
}
div.post div.post_content {
	padding: 0 0 0 14px;
}

div.post_nav {
	padding: 12px 0 24px 14px;
}
div.post_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
div.post_nav ul li.postnav_linext {
	display: inline;
}
div.post_nav ul li.postnav_linext a {
	display: block;
	padding: 2px 12px;
	float: left;
	color: #fff;
	background-color: #5F7189;
	text-decoration: none;
}
div.post_nav ul li.postnav_liprev {
	display: inline;
}
div.post_nav ul li.postnav_liprev a {
	display: block;
	padding: 2px 12px;
	float: right;
	color: #fff;
	background-color: #5F7189;
	text-decoration: none;
}

p#blogalert {
	font-weight: bold;
}

/**********************************
	SIDEBAR
***********************************/

ul.ul_sidebar {
	padding: 0;
	margin: 0;
	list-style: none;
}
/* archives */
ul.ul_sidebar li#archives {
	padding: 0 0 20px 0;
	background-color: #5F7189;
	margin: 0 0 50px 0;
}
ul.ul_sidebar li#archives h2 {
	padding: 0;
	margin: 0;
	line-height: normal;
}
ul.ul_sidebar li#archives ul {
	padding: 0 7px 0 14px;
	margin: 0;
	list-style: none;
}
ul.ul_sidebar li#archives ul li {
	padding: 0 0 5px 0;
}
ul.ul_sidebar li#archives ul li a {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
ul.ul_sidebar li#archives ul li:first-letter {
	text-transform: uppercase;
}
ul.ul_sidebar li#archives ul a:hover {
	text-decoration: underline;
}

/* search */
li#search h2 {
	padding: 0;
	margin: 0;
	line-height: normal;
}
form#searchform {
	text-align: center;
	margin-bottom: 50px;
}
form#searchform div {}
form#searchform input#s {
	width: 120px;
}
form#searchform input#searchsubmit {
	width: 128px;
	height: 27px;
	border: none;
	background: url(img/bt_lancer-la-recherche.gif) no-repeat 0 0;
	cursor: pointer;
}

/**********************************
	FOOTER
***********************************/

div#footer ul {
	padding: 12px 0 0 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
div#footer ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	display: inline;
}
div#footer ul li a {
	color: #999999;
	text-decoration: none;
}
div#footer ul li a:hover {
	text-decoration: underline;
}
div#footer p {
	text-align: center;
	padding: 0 0 38px 0;
	margin: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #4B5C73;
}

/* THE END */
