/*
File:			custom.css
Description:	Custom styles for the Neoclassical Theme that you define

Use:

The <body> tag has been appended with the "custom" class, like so: <body class="custom">.
You can use the "custom" class to overwrite *any* CSS declarations contained in this
theme's style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; } <--- This makes links green
	
	.custom a:hover { color: #00f; } <--- This makes links blue when you mouse over them

Why this works:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!
*/


 
.vers_blog { text-align: right; }
p.vers_blog a { color: #AB9B6E; background:url(images/blacktrans.png); }
p.vers_blog a:hover {text-decoration: underline; }


/*.vers_site { text-align: left; margin: 0; padding: 0;} */
p.vers_site a { display: block; margin: 0; }

.titre_offres { display : block; margin: 5px 0 7px 5px; font-size: 1.2em; }
.offre { display : block; margin: 0 0 0 5px; width: 300px; height: 25px}
.titre_reservations { display : block; margin: 5px 0 0px 5px; font-size: 1.2em;}
.bt_reserver {  margin : -7px 0 0 0;  float: right; }

.titre_langues { display : block; margin: 0px 0 3px 0px; }
.selecteur_langues { display : block; float : left; }


#bookassist_form *{
	margin:0;
	padding:0;
	}
	#bookassist_form{
	overflow:visible;
	font-size:10px;
	padding:0px 0 0 6px;
	border:0;
	margin:-3px 0px 30px 0px;
	width:220px;
	}

	#bookassist_form #DatesForm{
	overflow:visible;
	color: #FFFFFF;
	}
	#bookassist_form .search_title{
	width:220px;
	float:left;
	text-align:center;
	margin-bottom:5px;
	font-size: 0.9em;
	font-weight: bold;
	}
	#bookassist_form label{
	margin-bottom:3px;
        margin-left:0px;
	clear:left;
	float:left;
	width:60px;
	padding-top:7px;
	font-weight: bold;
	}
	#bookassist_form .date_select{
	float:left;
	display:inline;
	margin:5px 0 3px 5px;
	padding:0;
	font-size:9px;
	background: #FFFFFF;
	color:#666666;
	border: solid 1px #DCE3F0;
	}
	#bookassist_form #DatesForm #inday{
	width:43px;
	}
	#bookassist_form #DatesForm #outday{
	width:43px;
	}
	#bookassist_form #inmonthyear{
	width:80px;
	float:left;		
	}
    #bookassist_form #outmonthyear {
	width:80px;
	float:left;		
	}
	#bookassist_form .date_input{
         background:#ABC7DE;

	clear:both;
	float:left;
	border:0;
	font-size:9px;
        height: 17px;
        width: 80px;
	margin:-20px 0px 0px 220px;
	color:#FFF;
	background:#BCB7AD ;
	font-weight:bold;
        text-transform: uppercase;
       
	}
	#bookassist_form img{ 
	float:left;
	margin-left:5px;
	}




/*
//1 ère version

#bookassist_form *{
	margin:0;
	padding:0;
	}
	#bookassist_form{
	font-size:10px;
	padding:0px 0 0 10px;
	overflow:hidden;
	border:0;
	margin:0px 0px 30px 0px;
	width:320px;
	}

	#bookassist_form #DatesForm{
	overflow:hidden;
	color: #FFFFFF;
	}
	#bookassist_form .search_title{
	width:220px;
	float:left;
	text-align:center;
	margin-bottom:5px;
	font-size: 0.9em;
	font-weight: bold;
	}
	#bookassist_form label{
	margin-bottom:3px;
        margin-left:0px;
	clear:left;
	float:left;
	width:60px;
	padding-top:4px;
	font-weight: bold;
	}
	#bookassist_form .date_select{
	float:left;
	display:inline;
	margin:5px 0 3px 5px;
	padding:0;
	font-size:9px;
	background: #FFFFFF;
	color:#666666;
	width:48px;
	border: solid 1px #DCE3F0;
	}
	#bookassist_form #DatesForm #inday{
	width:43px;
	}
	#bookassist_form #DatesForm #outday{
	width:43px;
	}
	#bookassist_form #inmonthyear{
	width:80px;
	float:left;		
	}
    #bookassist_form #outmonthyear {
	width:80px;
	float:left;		
	}
	#bookassist_form .date_input{
	clear:both;
	border:0;
	font-size:9px;
        height: 17px;
        width: 80px;
	margin:25px 0px 0px 27px;
	color:#FFF;
	background:#BCB7AD ;
	font-weight:bold;
        text-transform: uppercase;
       
	}
	#bookassist_form img{ 
	float:left;
	margin-left:5px;
	}

*/

