/*  
Theme Name: belle et bien
Theme URI: http://alpeshosting.com/
Description: Theme pour le site de Belle et bien chez soi
Version: 1.0
Author: Stéphane Torregrosa
Author URI: 

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	padding: 13px 0 25px 0;
	background-color: #252525;
}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	color:#ffffff;
	}

a:link, a:visited {
	color: #1676b9;
	text-decoration:none;
	}

a:hover, a:active {
	color:#FFF;
	text-decoration:none;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.80em;
	padding:3px 6px;
	color:#979797;
	font-style: italic;
	}

img, a:link img, a:visited img {
	border:0;
	padding:0;
	margin:0;
	}
	

/* Structure */
#page {
	width:847px;
	margin: auto;
	font-size:0.7em;
	/*background:url(fond_page-transparent.png) repeat-y;*/
	padding: 5px 25px 5px 23px;
	}

#top {
	width: 847px;
	height: 235px;
	padding-top: 181px;
	background:url(images/fond_hd.jpg) no-repeat;
	}

#services {
	width: 223px;
	height: 230px;
	float:left;
	}
	
.menu_service {
	width: 223px;
	height: 230px;
	float: left bottom;
		}

.rubrique1 {
	height: 25px;
	padding-top: 5px;
	padding-left: 10px;
	background:url(images/services_02.png) no-repeat;
	}
.rubrique2 {
	height: 25px;
	padding-top: 5px;
	padding-left: 10px;
	background:url(images/services_03.png) no-repeat;
	}
.rubrique3 {
	height: 25px;
	padding-top: 5px;
	padding-left: 10px;
	background:url(images/services_04.png) no-repeat;
	}
.rubrique4 {
	height: 23px;
	padding-top: 5px;
	padding-left: 10px;
	background:url(images/services_05.png) no-repeat;
	}
	
	
#menu {
	float:left;
	margin-top:31px;
	} 
	


#content {
	overflow:auto;
	width:847px;
	background-color: #BFBA9C;
	}
	
.texte_index {
	width:540px;
	padding:10px 15px 10px 15px;
	font-size:1.2em;
	float:left;

	}

.img_droite {
	padding:10px;
	float:left;
	}

#footer {
	position:relative;
	width:847px;
	height:185px;
	background:url(images/fond_footer.jpg) no-repeat;
	}
.mentions {
	position:absolute;
	bottom:0;
	padding-bottom:5px;
	width:847px;
	text-align: center;
	}

	
/*	Headers */

h1 {
	font:1.5em Arial, Verdana, Sans-Serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	text-transform: uppercase;
	color: #4D4E48;
	}
	
h2 {
	font: 1.2em Arial, Verdana, Sans-Serif;
	padding-bottom: 8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	color: #4D4E48;
	}

h3 {
	font: 1.2em Arial, Verdana, Sans-Serif
	//text-transform:uppercase;
	letter-spacing:0.1em;
	//margin-bottom:4px;
	font-weight:bold;
	color:#4D4E48;
	}



h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}


