/* http://cssglobe.com/drawing-calendar-icon-with-css3/
   Pure CSS Calendar Icon */

.calendar{
	margin:.25em 10px 10px 0;
	padding-top:5px;
	float:left;
	width:50px;
	background:#ededef;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc)); 
	background: -moz-linear-gradient(top,  #ededef,  #ccc); 
	font:bold 20px/40px Arial Black, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000;
	text-shadow:#fff 0 1px 0;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
	position:relative;
	-moz-box-shadow:0 2px 2px #888;
	-webkit-box-shadow:0 2px 2px #888;
	box-shadow:0 2px 2px #888;
	}
.calendar em{
	display:block;
	font:normal bold 11px/20px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	text-shadow:#00365a 0 -1px 0;	
	background:#04599a;
	background:-webkit-gradient(linear, left top, left bottom, from(#04599a), to(#00365a)); 
	background:-moz-linear-gradient(top,  #04599a,  #00365a); 
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;	
	border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;	
	border-bottom-left-radius:3px;	
	border-top:1px solid #00365a;
	}	
.calendar:before, .calendar:after{
	content:'';
	float:left;
	position:absolute;
	top:4px;	
	width:6px;
	height:6px;
	background:#111;
	z-index:1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0 1px 1px #fff;
	-webkit-box-shadow:0 1px 1px #fff;
	box-shadow:0 1px 1px #fff;
	}
.calendar:before{left:7px;}	
.calendar:after{right:7px;}	
.calendar em:before, .calendar em:after{
	content:'';
	float:left;
	position:absolute;
	top:-3px;	
	width:2px;
	height:10px;
	background:#dadada;
	background:-webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa)); 
	background:-moz-linear-gradient(top,  #f1f1f1,  #aaa); 
	z-index:2;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	}
.calendar em:before{left:9px;}	
.calendar em:after{right:9px;}	

/* begin Button */
.art-button-wrapper .art-button
{
        display:inline-block;
        width: auto;
        outline:none;
        border:none;
        background:none;
        line-height:34px;
        margin:0 !important;
        padding:0 !important;
        overflow: visible;
        cursor: default;
        text-decoration: none !important;
        z-index:0;
}

.art-button-wrapper
{
        display:inline-block;
        position:relative;
        height: 34px;
        overflow:hidden;
        white-space: nowrap;
        width: auto;
        z-index:0;
}

.art-button-wrapper .art-button
{
        display:block;
        height: 34px;
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        white-space: nowrap;
        text-align: left;
        padding: 0 21px !important;
        line-height: 34px;
        text-decoration: none !important;
        color: #51351F !important;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
        color: #541D08 !important;
        text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
        color: #F5F3F0 !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
        display:block;
        position:absolute;
        z-index:-1;
        height: 102px;
        background-image: url('images/vertical-menu/Button.png');
}

.art-button-wrapper .l
{
        left:0;
        right:11px;
}

.art-button-wrapper .r
{
        width:411px;
        right:0;
        clip: rect(auto, auto, auto, 400px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
        top: -34px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
        top: -68px;
}
/* end Button */
/*----------------------------*/
/*   Style de formulaire horizontal  */
/*----------------------------*/

#horizontalForm  {
     text-align:center;
     color: #405e3b;
     border-color: #d98236;
     border-style: solid;
     background-color: #d99e32;
     border-width: 1px;
     margin: 20px;
     padding : 10px;
     border-radius: 7px;

}


#horizontalForm fieldset
{
	display: block;
	border: 2px groove threedface;
	margin: 0 5% 1em 5%;
	padding: 1em 1em 1em 1em;
	text-align:center;
	border-radius: 5px;
}

#horizontalForm fieldset.radio
{
	margin: 1em 0 2em 0;
}

#horizontalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#horizontalForm fieldset.radio label
{
	font-weight: normal;
}

#horizontalForm input
{
	clear: both;
	display: block;
	width: 10em;
	margin: auto;
}

#horizontalForm input.submit
{
	clear: both;
	margin: auto;
}

#horizontalForm label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
}

#horizontalForm select
{
	width: auto;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

/*---------------------------------------------------*/
/*   Style de formulaire simple (par ex, connexion)  */
/*---------------------------------------------------*/

#simplyForm 
{
text-align:center;
}

#simplyForm fieldset
{
	margin: 1em 1em 3em 1em;
	padding: 0 1em 1em 1em;
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
}


#simply label{
	display:block;
	height:2em;
	background-color:#E7E7E7;
	padding:10px 10px 0;
}

#simplyForm input {
	width: 90%;
	display:block;
	margin:auto;
	margin-bottom: 1em;
}

#simplyForm input#remember {
	display:inline;
}

#simplyForm input.checkbox {
	display:inline;
	width: 5%;
}

.rounded {
	height: 110px;
	margin: 10px;
	padding: 2px;
	background: #6fb2e5;
	-webkit-box-shadow: 0 1px 5px #0061aa, inset 0 10px 20px #b6f9ff;
	-moz-box-shadow: 0 1px 5px #0061aa, inset 0 10px 20px #b6f9ff;
	box-shadow: 0 1px 5px #0061aa, inset 0 10px 20px #b6f9ff;
}
