/* ----------------------------- */
/*  ==     Mentions               */
/* ----------------------------- */

/*
* @autor : dbVille.com
* @date : 2011
*/

/* ----------------------------- */
/*  ==     Styles de base         */
/* ----------------------------- */

/* Page */ 


html { 
  font-size: 100%;
  background: #DDDCD7;
} 


body { 
	margin: 0px auto auto auto; 
	padding: 0px 0 0 0; 
	font-family: Maven Pro, Arial, Verdana, Helvetica, Arial, "sans-serif";
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;

}

::-webkit-scrollbar {  
	width: 8px;  
}  
::-webkit-scrollbar-track {  
	background-color: rgba(0,0,0,0);  
	border-radius:30px;
}  
::-webkit-scrollbar-thumb {  
	background-color: rgba(0,0,0,0.2); 
	border-radius:30px;
}  
::-webkit-scrollbar-thumb:hover {  
	background-color: rgba(0,0,0,0.5);  
}


/* ----------------------------- */
/*  ==     Blocs et généralités  */
/* ----------------------------- */

header, nav, footer, figure, section, article, figcaption, aside { /* @note : introducing new HTML5 elements */
	display: block;
	margin: 0;
}

section {
	position: relative;
	clear: both;
}

.bloc
{
	padding: 0px 0px 0px 0px !important;
}

.bloc article {
	width: 100%;
}

.bloc aside {
	display:none;
}

/*====================*/
/*=== Reset Styles ===*/
/*====================*/

.background_datagrid
{
	background-color: rgba(255,255,255,0);
	font-size:12px;
}

.header_datagrid
{
	background-color: rgba(0,0,0,0);
}

.row_header_datagrid
{
	background-color: rgba(0,0,0,0);
	color:000000;
}

.row_datagrid1
{
	background-color: #FFFFFF;
	#border:1px solid #EEEEEE;
}

.row_datagrid1:hover
{
	background-color: #DDEEDD;
}

.row_datagrid2
{
	background-color: #F5F5F5;
	#border:1px solid #EEEEEE;
}

.row_datagrid2:hover
{
	background-color: #DDEEDD;
}

.col_vendu
{
	#background-color: #F5F5F5;
	color:#ff2622;
}

.col_reserve
{
	color:#ffa522;
}

.col_non_dispo
{
	color:#666666;
}

.col_optionne
{
	#background-color: #F5F5F5;
	color:#ff9900;
}

.col_libre
{
	#background-color: #F5F5F5;
	color:#3eab58;
}

table {
	border-collapse:separate;
	border-spacing:0px;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

form
{
	margin:0px;
	padding: 0px 0px 0px 20px !important;
	width:90%;
}

form :focus
{
	color: #cc66cc;
}

form ::-moz-selection { color: white;  background: black; }
form ::selection      { color: white;  background: black; }

form label
{
	float:left;
	display:block;
	text-align:right;
	margin:1px 0 0;
	padding: 1px 0px 0px 0px !important;
	vertical-align:middle;
	color:#333333;
}

form input , textarea{
	background: rgba(255, 255, 255, 0.9);
	background:-moz-linear-gradient(20deg, #cccccc, #cccccc); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#cccccc), color-stop(0.2, #cccccc)); /* Webkit */
	border:1px solid #cccccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
	padding:0px;
	padding-left:5px;
	margin:0px;
	color:#000000;
}

form select{
	background: rgba(255, 255, 255, 0.9);
	background:-moz-linear-gradient(20deg, #cccccc, #cccccc); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#cccccc), color-stop(0.2, #cccccc)); /* Webkit */
	border:1px solid #cccccc;
	padding:0px;
	margin:0px;
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
	color:#000000;
}

input[type=submit] {
	background:#ddd;
	background:-moz-linear-gradient(90deg, #cccccc, #cccccc); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#cccccc)); /* Webkit */
	border:1px solid #cccccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 1px 0 #fff;
	-webkit-box-shadow:0 1px 0 #fff;
	color:#000000;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
	text-shadow:0 1px 1px #333;
	text-transform:uppercase;
}



blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}

ul
{
	margin-top : 0px;
	margin-bottom : 0px;
	padding-left : 30px;
	display:block;
}

li
{
}

p
{
	display:block;
	margin : 0 0px;
	line-height : 95%;
}

h1
{
	display:block;
	margin : 0pt 0px 0pt 0px;
	padding: 0px 0px 0px 0px;
	font-weight:inherit;
	font-style:inherit;
}

h2
{
	display:block;
	margin : 0pt 0px 0pt 0px;
	padding: 0px 0px 0px 0px;
	font-weight:inherit;
	font-style:inherit;
}

h3
{
	display:block;
	margin : 0pt 0px 0pt 0px;
	padding: 0px 0px 0px 0px;
	font-weight:inherit;
	font-style:inherit;
}

.map a
{
	text-decoration: none;
	color: inherit;
	cursor:pointer;
}

.map a:hover 
{
	opacity: 1;
}


a
{
	text-decoration: none;
	color: inherit;
}

a:hover 
{
	opacity: 0.8;
}