/*
Theme Name: Spas des Alpes
Theme URI: http://www.thecombox.com/
Description: Theme for Spas des Alpes 2010.
Version: 1.6
Author: TheComBox
Author URI: http://www.TheComBox.com/
*/



/* Begin Typography & Colors */
html, body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: #EEEEEE;
	color: #333;
	text-align: left;
	height: 100%;
}
	
#site_container {
	margin: 0 auto;
	margin-bottom: 10px;
	padding : 10px 20px 10px 20px;
	width : 950px;
	min-height: 950px;
	background: #FFF;
}

/* Pour Internet Explorer 6 */
* html #container { 
	height: 950px;
}


#header {
	clear:both;
	text-align: left;
	text-transform: uppercase;
	height: 80px;
	margin: 10px 0px 0px 0px;
}

.site_title {
	color: #A8682F;
	font-size: 40px;
}

.site_title a, .site_title a:hover, .site_title  a:visited {
	text-decoration: none;
	color: #A8682F;
}

.site_description {
	font-size: 18px;
	margin-left: 20px;
	color: #A8682F;
}

.rubrique_titre {
	text-transform: uppercase;
	border-bottom: 1px solid #BBBBBB;
	margin-bottom: 10px;
}

.shorter {
	width: 707px;
}

/* TOP NAVIGATION LANG*/

#TOP_NAV_LANG {
	margin: 0;
	padding: 0;
}

#TOP_NAV_LANG ul {
	list-style-type: none;
	margin: 0 auto;
	margin-bottom: 1em;
	padding-left: 0;
	width: 990px;
	background: #EEEEEE;
}

* html #TOP_NAV_LANG ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#TOP_NAV_LANG ul li {
	display: inline;
	font-weight: bold;
	font-size: 11px;
	padding: 0px 15px 0px 0px;
}

#TOP_NAV_LANG ul li a {
	color: #000;
	text-decoration: none;
	background: #EEEEEE;
	font-weight: normal;
}

#TOP_NAV_LANG ul li a:hover {
	color: #FFF;
	background-color: #333;
}

/* TOP NAVIGATION */

#TOP_NAV_ITEMS {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#TOP_NAV_ITEMS ul {
	list-style-type: none;
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	float: left;
	width: 100%;
	background: #EEEEEE;
}

* html #TOP_NAV_ITEMS ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#TOP_NAV_ITEMS ul li {
	display: inline;
}

#TOP_NAV_ITEMS ul li a {
	float: right;
	color: #000;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	background: #EEEEEE;
	border-left: 1px #CCC solid;
}

#TOP_NAV_ITEMS ul li a:hover {
	color: #FFF;
	background-color: #333;
}

/* MAIN NAVIGATION */

#MAIN_NAV_ITEMS {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#MAIN_NAV_ITEMS ul {
	list-style-type: none;
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	float: left;
	width: 100%;
	background: #537F7D;
}

* html #MAIN_NAV_ITEMS ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#MAIN_NAV_ITEMS ul li {
	display: inline;
}

#MAIN_NAV_ITEMS ul li a {
	float: left;
	color: #FFF;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	background: #537F7D;
	border-right: 1px #FFF solid;
}

#MAIN_NAV_ITEMS ul li a:hover {
	color: #FFFFFF;
	background-color: #59ADA9;
}

/* HOMEPAGE : SECTION 1  */

#content_container_1 {
	clear:both;
	width: 100%;
	height: 420px;
	background: #FFF;
	margin-bottom: 20px;
}

#content_1 {
	float: left;
	width: 600px;
	height: 100%;
	background: #FFF;
	margin-top: 26px;
}

#sidebar_1 {
	float: right;
	width: 330px;
	height: 100%;
	background: #FFF;
}

/* HOMEPAGE : SECTION 2  */

#content_container_2 {
	clear:both;
	width: 100%;
	height: 230px;
	background: #FFF;
	margin-bottom: 20px;
}

#content_2 {
	float: left;
	width: 750px;
	height: 200px;
	background: #FFF;
}

#sidebar_2 {
	float: right;
	width: 200px;
	height: 200px;
	background: #EEEEEE;
	margin-top: 20px;
}

/* HOMEPAGE : SECTION 3  */

#content_container_3 {
	clear:both;
	width: 100%;
	height: 200px;
	background: #FFF;
}

#content_3 {
	float: left;
	width: 100%;
	height: 280px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding-top: 20px;
	background: #FFF;
}

/* FICHE (SINGLE) */

#fiche_container_1 {
	clear:both;
	width: 100%;
	height: 780px;
	background: #FFF;
	margin-bottom: 20px;
}

#fiche_content_1 {
	float: left;
	width: 600px;
	height: 780px;
	background: #FFF;
	margin-top: 15px;
}

#pub_468x60 {
	width: 468px;
	height: 60px;
	background: #CCC;
	margin: 0 auto;
	margin-top: 25px;
}

#sidebar_fiche {
	float: right;
	width: 310px;
	height: 100%;
	background: #FFF;
}

/* NEWSLETTER */

#newsletter_container {
	clear:both;
	width: 950px;
	height: 780px;
	background: #FFF;
	margin-bottom: 20px;
}

#newsletter_container .titre{
	text-transform: uppercase;
	font-size:17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.fiche_titre {
	text-transform: uppercase;
	font-weight: bold;
	font-size:17px;
	margin-bottom: 5px;
}

.fiche_soustitre {
	text-transform: uppercase;
	border-bottom: 1px solid #BBBBBB;
	padding-bottom:2px;
	margin-bottom: 10px;
}

#fiche_contenu .titre {
	display: block;
	text-transform: uppercase;
	color: #A8682F;
	font-weight: bold;
	margin: 0 0 5px 0; 
}

#fiche_contenu .chapeau {
	font-weight: bold;
	margin: 0 0 10px 0;
}

#fiche_contenu .decor , #fiche_contenu .ligne, #fiche_contenu .gamme, #fiche_contenu .ouverture {
	margin: 0 0 10px 0;
}
#fiche_contenu .acces  {
	margin: 0 0 20px 0;
}

#fiche_contenu .coord, #newsletter_container .coord{
	font-size: 14px;
	margin: 0 0 10px 0;
}

#fiche_contenu .web, #newsletter_container .web {
	font-size: 14px;
}

#fiche_contenu .web a:link, #fiche_contenu .web a:visited ,
#newsletter_container .web a:link, #newsletter_container .web a:visited
{
	color: #A8682F;
	text-decoration: none;
}

#fiche_contenu .web a:hover, #newsletter_container .web a:hover {
	color: #A8682F;
	text-decoration: underline;
}

/* LISTE DES FICHES */

.fiche_block {
	clear: both;
	height: 200px;
	width: 455px;
	margin: 0 30px 0 0;
}

.fiche_block .thumb {
	float: left;
	margin-right: 10px;
	padding: 5px;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
}

.fiche_block .titre {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 14px;
}

.fiche_block .chapeau {
	height: 200px;
	text-align: justify;
	color: #555;
}

.fiche_block .titre a:link, .fiche_block .titre a:visited {
	color: #555;
	text-decoration: none;
}

.fiche_block .titre a:hover {
	color: #555;
	text-decoration: underline;
}

/* RANDOM POSTS */

.random-post {
	clear: both;
}

.random-post .thumb {
	float: left;
	margin-right: 10px;
	padding: 5px;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.random-post .titre {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
}

.random-post .titre a:link, .random-post .titre a:visited {
	color: #333;
	text-decoration: none;
}

.random-post .titre a:hover {
	color: #333;
	text-decoration: underline;
}

.random-post .chapeau {
	margin-top: 10px;
	text-align: justify;
}

.random-post .chapeau a:link, .random-post .chapeau a:visited{
	color: #666;
	text-decoration: none;
}

/* LIST POST  HOME */

.list-post  {
	line-height: 20px;
}

#liste_fiches_home .list_block {
	float:left;
	width: 315px;
}

.list-post  a:link, .list-post a:visited {
	color: #555;
	text-decoration: none;
}

.list-post a:hover {
	color: #555;
	text-decoration: underline;
}

/* PAGE CONTENT */

#page_content {
	float: left;
	width: 580px;
}

#page_sidebar {
	float: right;
	width: 330px;
}

#page_content .page_title {
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 14px;
}


/* RAT FEED */

#rat_feed {
}

#rat_feed ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	width: 100%;
}

#rat_feed  li {
	float: left;
	width : 185px;
	margin-right: 0px;
}


#rat_feed .feed_title {
	text-transform: uppercase;
	font-size: 12px;
	width: 150px;
	margin: 5px 0px 5px 0px;
}

#rat_feed .feed_desc {
	text-align: justify;
	width: 150px;
}

#rat_feed .feed_image {
	border: 1px solid #CCCCCC;
	background: #EEE;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	width : 139px;
}

#rat_feed .feed_title a:link, .feed_title a:visited {
	color: #333;
	text-decoration: none;
}

#rat_feed .feed_title a:hover {
	text-decoration: underline;
}

#rat_feed .feed_desc a:link, .feed_desc a:visited {
	color: #666;
	text-decoration: none;
}

/* FOOTER */

#site_footer {
	color: #000;
	margin: 0 auto;
	width : 950px;
	text-align: center;
	padding-bottom: 10px;
}

#site_footer  a:link, #site_footer a:visited {
	color: #000;
	text-decoration: underline;
}

#site_footer a:hover {
	clear: both;
	color: #555;
	text-decoration: underline;
}


/* Begin Images WORDPRESS */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}