/*
Theme Name: BusinessClass
Theme URI: http://www.rhonealpes-tourisme.com/
Description: Rhône-Alpes Tourisme Business class.
Version: 1.0
Author: Shaun WOURM
Author URI: http://www.rhonealpes-tourisme.com/
*/

html, body {
	margin: 0;
	padding: 0;
	background-color: #F3F3F3;
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	/*background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed; */
}

#site_wrap {
	margin: auto;
	padding: 0 10px 10px 10px;
	width: 960px;
	min-height:1500px;
	background-color: #FFF;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
}

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

a:hover {
	color: #368CD7 
}

.alignleft {
	float: left;
	margin: 5px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 5px 0 10px 10px;
}

/* GENERAL NAV */

#general_nav {
	width: 99.5%;
	height: 24px;
	background-color: #003375;
	padding: 0px 2px 5px 2px;
	border-bottom: 5px solid #F3F3F3;
}

#univers_wrapper {
	position: relative;
	width: 980px;
	margin: auto;
}

#univers_gp {
	position: relative;
	float: left;
	left: 5px;
	color :#FFF;
	padding-top: 5px;
}

#univers_gp li{
	margin-top: 10px;
	display: inline;
}

#univers_gp li a{
	color: #FFF;
}

#univers_gp li a:hover{
	text-decoration: underline
}

#univers_pro {
	float: right;
}

#univers_pro ul, #univers_gp ul {
  font-family: Arial, Verdana;
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #003375;
}
#univers_pro ul li {
  display: block;
  position: relative;
  float: left;
}
#univers_pro li ul { 
	display: none;
}

#univers_pro ul li a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 15px 5px 15px;
	background: #003375;
	margin-left: 1px;
	white-space: nowrap;
}

#univers_pro ul li a:hover { 
	background: #003375;
	text-decoration: underline;
}
#univers_pro li:hover ul {
	display: block;
	position: absolute;
	left: -75px;
}
#univers_pro li:hover li {
  float: none;
  font-size: 11px;
}
#univers_pro li:hover a { background: #003375; }
#univers_pro li:hover li a:hover { background: #003375; }

/* HEADER  GENERAL */

#header {

}

#header  ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}

#header .tetiere {
	height: 200px;
	background-color: #FFF;	
}

/* MAIN NAV */

#main_nav {
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 15px;
	color: #525151;
	text-transform: uppercase;
	line-height: 38px;
	border-bottom : 5px solid #000;
}

#main_nav a:link, #main_nav a:visited {
	padding: 2px;
	color: #525151;
}

#main_nav a:hover {
	background-color: #368CDE;
	color:#FFF;
	text-decoration: none;
}

/* MIDDLE NAV */

#header .middle_nav {
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	height: 22px;
	border-bottom: 1px solid #DDD;
	color: #AAA;
	text-transform: uppercase;
}

#header .middle_nav   li {
	display: inline;
}

#header .middle_nav  .date{
	float: left;
	margin-left: 5px
}

#header .middle_nav  .search{
	float: right;
	margin-right: 5px;
}

#header .middle_nav  .search .search_partner_link a:link,
#header .middle_nav  .search .search_partner_link a:visited {
	text-decoration: underline;
}

#header .middle_nav  .search .search_partner_link a:hover {
	text-decoration: none;
}

/* TOP NAV */

#header .top_nav {
	height: 20px;
	padding: 5px 0 5px 0;
	background-color: #FFF;	
	font-size: 10px;
	color: #AAA;
}

#header .top_nav  .langues{
	float:left;
}

#header .top_nav  .baseline {
	float:right;
	font-size: 14px;
}

#header .top_nav  .langues li {
	display: inline;
	margin-right: 5px;
}

/* CONTENT */

#content_wrap {
	clear: both;
	margin: 20px 0 10px 0;
}

#main_content {
	float: left;
	width: 620px;
	margin: 0px 0 20px 0;
	padding-right: 20px;
	border-right: 1px solid #F3F3F3;
}

#main_content .post_metadata {
	clear: both;
	border-bottom: 1px dotted #DDD;
	padding: 0 0 10px 5px;
	margin-bottom: 10px;
}

#main_content .first_post_item {
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
	background-color: #F7F7F7;
	border: 1px dotted #AAA;
}

#main_content .first_post_item .title {
	font-size: 35px;
	font-family: Arial;
	margin-bottom : 20px;
	line-height: 30px;
}

#main_content .first_post_item  img, #main_content .post_item  img  {
	float: left;
	margin: 2px 10px 15px 0;
	padding: 5px;
	background-color: #EEEEEE;
}

#main_content .post_item {
	height: 170px;
	margin-bottom : 5px;
}

#main_content .post_item .excerpt, #main_content .first_post_item .excerpt  {
	text-align: left;
	font-size: 14px;
}

#main_content .post_item .title {
	font-family: Arial;
	font-size: 25px;
	line-height: 25px;
}

/* ARCHIVE BY CATEGORY */

#main_content .archive_header {
	font-family: Arial;
}

#main_content .archive_header .title {
	float: left;
	font-size: 35px;
	line-height: 30px;
	color: #333;
	margin: 10px 10px 0 0;
}

#main_content .archive_header .options {
	padding-top: 10px;
	
}

#main_content .archive_header .options img{
	border: 0;
}

#main_content .archive_header .description {
	clear: both;
	font-size: 18px;
	line-height: 23px;
	margin: 0 0 20px 0;
	text-align: justify;
	border-bottom: 1px dotted #CCC;
}


/* SINGLE POST CONTENT */

#content_wrap  .breadcrumb {
	font-size: 15px;
	margin: 0 0 10px 0;
}

#main_content .single_post  {
	font-family: Arial;
	line-height: 150%; /* important : line-height doit être en % pour le fonctionnement du plugin font-size */
	text-align: justify;
}

#main_content .single_post_item {
	clear: both;
}

#main_content .single_post .title  {
	font-size: 280%;	/* important : font-size doit être en % pour le fonctionnement du plugin font-size */
	line-height: 120%;	/* important : line-height doit être en % pour le fonctionnement du plugin font-size */
	color: #201F25;
	margin: 0 0 20px 0;
	text-align:left;
}

#main_content .single_post .imageright  {
	float: right;
	margin: 0 0 10px 10px;
}

#main_content .single_post .imageleft  {
	float: left;
	margin: 0 10px 10px 0;
}

#main_content .single_post .excerpt {
	clear: both;
	font-size: 122%; /* important : font-size doit être en % pour le fonctionnement du plugin font-size */
	font-weight: bold;
	margin: 0 0 25px 0;
	border-top: 1px dotted #CCC;
}

#main_content .single_post .publication_date {
	float: left;
	font-size: 120%;  /* important : font-size doit être en % pour le fonctionnement du plugin font-size */
}

#main_content .infoPratiques  {
	margin: 20px 0 20px 0;
	padding-left: 5px;
	border-left: 5px solid #F3F3F3
}

#main_content .options {
	font-size: 12px;
	font-family: arial;
	line-height: 20px;
	height: 20px;
	margin: 0 0 10px 0;
}

#main_content .options ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#main_content .options li {
	float: right;
	padding: 0 0 0 10px;
}

#main_content .options  img {
	border: 0;
}

#main_content .post_rubrique  ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#main_content .post_rubrique  {
	margin-top: 20px;
	padding: 2px;
	border: 1px solid #CCC;
	font-family: arial;
}

#main_content .post_rubrique .rubrique_title {
	background-color: #F3F3F3;
	padding:10px 5px 10px 5px;
	margin-bottom: 10px;
	width: 98.5%;
	color: #201F25;
	font-size: 150%; /* important : font-size doit être en % pour le fonctionnement du plugin font-size */
}

#main_content .post_rubrique  ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#main_content .post_rubrique li {
	font-size: 110%; /* important : font-size doit être en % pour le fonctionnement du plugin font-size */
	line-height: 200%; /* important : line-height doit être en % pour le fonctionnement du plugin font-size */
}

#main_content ul#rss {
	margin: 0;
	list-style-image: URL(images/feed-icon-14x14.png); 
}

#main_content ul#rss li{
	padding: 2px 0 2px 5px;
}

/****************************/

#pagination {
	font-size: 15px;
	font-weight: bold;
}

#pagination .previous {
	float: left;
}

#pagination .next {
	float: right;
}

/* SIDEBAR */

#sidebar {
	margin: 0 0 0 640px;
	width: 300px;
	background-color: #FFF;
	padding: 0 0 0 18px;
	border-left: 1px solid #F3F3F3;
}


#sidebar .block {
	width: 300px;
	margin-bottom: 20px;
}
/*
#sidebar .block .title {
	position: relative;
	top: -1em;
	padding: 0px 5px 0px 5px;
	right: auto;
	background-color: #FFF;
	font-size: 15px;
	color: #000;
}
*/
#sidebar .block .title {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #201F25;
	border-bottom: 2px solid #201F25;
	height: 20px;
	padding: 5px 0 0 0
}

#sidebar .block .content {
	background-color: #FFF;
	padding: 10px 15px 5px 0px;
}

#sidebar  .block .rss {
	color: #333;
	font-weight: bold;
	height: 25px;
}

#sidebar  .block .rss img{
	float:left;
	position: relative;
	top: 0.2em;
	margin: 0 10px 0 0;
	border: 0;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* FOOTER */

#footer_main {
	clear: both;
	width: 98%;
	height: 160px;
	background-color: #EEEEEE;
	padding: 10px;
}

#footer_main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer_main .footer_block {
	float: left;
	margin-right: 30px;
	border-right: 1px solid #DDD;
	padding-right: 40px;
	height: 160px;
	width: 180px;
}

#footer_main .footer_block_last {
	float: left;
	height: 155px;
	width: 180px;
}

#footer_main .titre_rubrique {
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	color: #FFF;
	background-color: #000;
	width: 100%;
	margin-bottom: 5px;
}

#footer_main a:hover {
	text-decoration: underline;
}

#footer_secondary {
	font-size: 10px;
	clear: both;
	text-align: justify;
	color: #CDCDCD;
	margin-top: 10px;
}

/* PUBLICITES */

.banner_728x90 {
	width: 100%;
	text-align:center;
	z-index: 1;
	padding: 0;
}

.banner_300x250 {
	margin-bottom: 20px;
}

.banner_468x60 {
	text-align:center;
	margin-bottom: 20px;
}

/* FORMS GENERAL */

input {
	border: 1px solid #949494;
}

.submit_button {
	position: relative;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	border: 0;
	color: #FFF;
	background-color: #368CDE;
	top: -0.1em;
}

#commentaires {
	font-family: Arial;
}

#cse-search-results iframe {
	height: 1000px;
}

