@charset "UTF-8";
/* RESET */
html, body, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, header, nav, article,  map, headermap, aside, footer, hgroup, section, Link {
	margin: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0;
	top: 0px;
	/*position:inherit;*/
}
:focus, :active { outline: 0 }

ol, ul { list-style: none }

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

header, nav, article, map, aside, footer, hgroup, section {
	display: block;	
}
header div{
	display:block;
	position: relative;
	right: 0px;	width: 300px;
	
}

/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1 } /* IE6 */
*:first-child+html .clearfix { zoom: 1 } /* IE7 */

/* @FONT-FACE */
/*@font-face {
	font-family: 'Colaborate-RegularRegular';
	src: url('fonts/ColabReg-webfont.eot');
	src: url('fonts/ColabReg-webfont.woff') format('woff'), url('fonts/ColabReg-webfont.ttf') format('truetype'), url('fonts/ColabReg-webfont.svg#webfont') format('svg');
}

@font-face {
	font-family: 'HighlandGothicLightFLFRegular';
	src: url('fonts/HighlandGothicLightFLF-webfont.eot');
	src: url('/fonts/HighlandGothicLightFLF-webfont.woff') format('woff'), url('fonts/HighlandGothicLightFLF-webfont.ttf') format('truetype'), url('fonts/HighlandGothicLightFLF-webfont.svg#webfont') format('svg');
}*/

/* TYPOGRAPHY */
html {
	background-position:center;
	background-repeat: no-repeat;
	background:fixed;
	height: 100% ;
	width: 100%;
	left: 0;
	top: 0;
	background-size:100%;
	z-index: 999999;
	/*overflow: auto;
	overflow-y:scoll;
	/*overflow:scroll;*/	
	/*-ms-overflow-y: scroll;*/
	

}
body {
	width: 960px;
	margin: 0 auto;
	color: #333;
	font: 12px/18px Corbel, Arial, Helvetica, sans-serif;
	text-align: left;
	height: 100%;
	padding: 0px;
	
}

p { margin-bottom: 18px }

strong { font-weight: bold }
em { font-style: italic }

a { color: #940033 }
a:hover { border-bottom: 1px solid #940033 }
a:active { border-bottom: 2px solid #940033 }

h1 { font: 24px/36px Colaborate-RegularRegular, "Trebuchet MS", Arial, Helvetica, sans-serif }
h3 { font: 12px/32px Colaborate-RegularRegular, "Trebuchet MS", Arial, Helvetica, sans-serif }

.newLine { display: block }

.hidden{ 
	display:none;

}
.hidePost{
	display:none;
	color:#F00;
	font-weight:bold;
	font-size:16px;
	
}

/* HEADER */
hgroup {
	margin: 0px 10px -5px ;
	height:180px;
}

hgroup h1 {
	color: #0FF;
	text-shadow: -1px -1px 0 #650000, 0 0 10px rgba(255,255,255,0.7);
	font-family: HighlandGothicLightFLFRegular, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 50px;
	line-height: 54px;
	position:relative;
}
hgroup h1 a:hover { border: none }
hgroup h2 {
	color: #eee;
	position:relative;
	line-height:normal;
	font-family: Colaborate-RegularRegular, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}
hgroup div {
	position:relative;	
	white-space:pre;
	line-height:1em;
	font-weight:bold;	
	top: 1px;
	height: 23px;
	visibility: visible;
	z-index: 1;
	color: #0CC;
	font-size: 18px;
	font-weight: bold;
}

.browsVer{
	position:absolute;
	margin-top: 2px;
	text-align:right;
	top: 30px;
	right: 30px;
	z-index: 1;
	font-family: Colaborate-RegularRegular, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bolder;
	color:#0CF;
	float: right;	
	
}
.divheaderL{
	position:relative;
	left:0px;
	font-size:18px;
	text-align:left;
	color:#0CF;
	float: left;
	font-weight: bolder;

}
.divheaderR{
	position:relative;
	font-size:18px;
	font-weight:bolder;
	color:#0CF;
	width:auto;
	font-style: normal;
	right: 0px;
	float: right;
}

/* Navigation A MOI */
nav#global {
	width: 100%;
	text-align:right;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #0CF;/*#0000ff ;*/
	background-image: -moz-linear-gradient(top, #99ffbb,#0011ff);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#99ffbb),color-stop(1,#0011ff));
	box-shadow: inset 0 0 15px #45AED8, 0 0 20px #44bbbb, inset 0 35px 35px -18px #009;
	-moz-box-shadow: inset 0 0 15px #45AED8, 0 0 20px  #446b6b;
	-webkit-box-shadow: 0 0 20px #446b6b;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	position:inherit;
	height: 20px;
	display: block;
	word-spacing: 1px;
	
}
nav#global ul {
	text-align: center;
	height: 20px;
	margin: 0 2px;
	display: inline;
}
nav#global ul li {
	 position: relative;
	  display: inline;
}
nav#global ul li a {
	font-size: 10px;
	display:inline;
	float:left;	
	text-transform: uppercase;
	animation-direction:alternate;
	line-height: 20px;
	padding: 0 10px;
	color: #fff;
}
nav#global ul li a:hover {
	border: none;
	box-shadow: inset 0 0 15px #88ffcc, inset 0 -35px 35px -18px #33ccff;
	-moz-box-shadow: inset 0 0 30px #88ffcc;
	background-image: -moz-linear-gradient(bottom,#88ffcc, #33ccff);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, c0ffc0),color-stop(1, 00ffff));
	animation:ease-in-out;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

nav#global ul li #subMenu {
	position: absolute;
	top: 35px;
	left: -387px;
	-moz-transform: translate(0, 11px);
	-webkit-transform: translate(232px, 0);
	background: #0000ff;
	height: 0;
	z-index: -1;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 10px #444, inset 0 0 15px #45AED8, inset 0 35px 35px -18px #00ffff;
	-moz-box-shadow: 0 0 10px #444, inset 0 0 15px #900;
	-webkit-box-shadow: 0 0 10px #444;
	background-image: -moz-linear-gradient(top, #000fff, #0000ff);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #00ffff ),color-stop(1, #00ffff ));
}
nav#global ul li #subMenu li {
	display: block;
	text-align: center;
	margin: 0 auto;
}
nav#global ul li #subMenu li a {
	height: 0;
	line-height: 0;
	width: 150px;
}
#subMenu li:first-child a {
	border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
}
#subMenu li:last-child a {
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
}


#services a {
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
#services:hover > #subMenu { z-index: 2 }
#services:hover > #subMenu li a { height: 40px; line-height: 40px }


/* MAIN */
#content {
	width: 630px;
	margin-right: 30px;
	float: left;	
}

.correct{
	width: 200px;
	margin-right: 30px;
	float: left;
	font-size:18px;
	background-color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;	
}
	
.error{
	font-size: 18px;
	font-weight: bold;
	background-color: #F00;
	text-align: left;
	text-indent: 20px;
	margin: 2px;
	border-top-color: #8A0000;
	border-right-color: #8A0000;
	border-bottom-color: #8A0000;
	border-left-color: #8A0000;
}
.bulCircle{}
.bulsquare{
		margin: 20px;
}
.table{
	border:medium;
	border-color:#09F;	
}

.table td{
	border:medium;
	border-color:#09F;	
}

.tablePaie{
	border:medium;
	border-color:#09F;
	column-span:1;
	padding:3px;
		
}

.tablePaie td{
	border:medium;
	border-color:#09F;
	alignment-baseline:baseline;
	font-size:16px;	
	
}
.tablePaie tr{
	border:medium;
	border-color:#09F;
	alignment-baseline:baseline;
	font-size:16px;	
	
}


article {
	/*position:relative;*/
	position:inherit;
	background: #ebe8d9;
	margin: 0 0 40px 0;
	margin-top:20px;
	padding: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 20px 20px 30px #333333;
	-moz-box-shadow: 20px 20px 30px #333333;
	-webkit-box-shadow: 20px 20px 30px #333333;
	opacity:0.8;
	filter:alpha(opacity=80);
	display: block;	
	height:auto;
	min-height:150 px;
}

article:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	margin-top: 50px;
	margin-left: -15px;
	box-shadow: 40px 40px 50px  #000;
	-moz-box-shadow: 10px 40px 50px #000;
	-webkit-box-shadow: 40px 40px 50px #000;
	transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-box-direction: normal;
	z-index: 0;	/*width: 101%;*/	/*safari and chrome*/
	top: inherit;
	/*-webkit-transition: width 1s ease;  
    -moz-transition: width 1s ease;  
    -o-transition: width 1s ease;  
    -ms-transition: width 1s ease;  
    transition: width 1s ease;  */
	
	/*
	width:105%;
	elevation:45deg;
	position: absolute;
	height:105%;
	size:110%;*/
	/*resize:105%;
	-webkit-transform:scale(1.5);
 	-webkit-box-shadow:30px 30px 30px #333333;*/
	

		
}

article header {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 100%;
	color: #eee;
	height: 40px;
	margin-bottom: 15px;
	background-color: #0081ac;
	box-shadow: inset 0 -35px 35px -18px #005b79;
	background-image: -moz-linear-gradient(top, #0081ac, #005b79);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0081ac),color-stop(1, #005b79));
}

article header h1 { 
	line-height: 40px;
	border-spacing: 20px;
	float: left;
	padding: 0 10px;
}

article header h2 { 
	
}

article:footer {
	margin-top:40px;
	alignment-baseline:before-edge;
	position:relative;
	  	
}
article.reg:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	margin-top: 100px;
	margin-left: -15px;
	box-shadow: 40px 40px 50px  #000;
	-moz-box-shadow: 10px 40px 50px #000;
	-webkit-box-shadow: 40px 40px 50px #000;
	transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-box-direction: normal;
	z-index: 0;	/*width: 101%;*/	/*safari and chrome*/
	top: inherit;
	/*-webkit-transition: width 1s ease;  
    -moz-transition: width 1s ease;  
    -o-transition: width 1s ease;  
    -ms-transition: width 1s ease;  
    transition: width 1s ease;  */
	
}


article.ens:hover{
	position:inherit;
	background-color:#CFF;	
	size:150%;	
	z-index:1;
	transform: scale(1.90);
	margin-top:50px;	
	
}
/*ajouter par moi*/
.forfait{
	/*position:relative;*/
	/*animation-direction:alternate;
	alignment-adjust:after-edge;
	margin: 0 0 0px 0;
	padding: 10px;*/
	/*border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;*/
	/*box-shadow: 20px 20px 30px #333333;
	-moz-box-shadow: 20px 20px 30px #333333;
	-webkit-box-shadow: 20px 20px 30px #333333;
	display: block;*/
	/*height: 113px;
	min-height: 150 px;
	width: 261px;*/	
	
	
	
	}
	

/*.forfait:hover {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:200%;
	color: #eee;
	height: 40px;
	margin-bottom: -60px;
	background-color: #0081ac;
	box-shadow: inset 0 -35px 35px -18px #005b79;
	background-image: -moz-linear-gradient(top, #0081ac, #005b79);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10, #0081ac),color-stop(20, #005b79));
}*/
	
.forfait .text {
  /* cursor:pointer;
   opacity:1;   
   border:100px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);*/
  
}
.forfait:hover .text {
	border:0px double rgba(0,0,0,0.7);
	visibility:visible;
	font-size:large;
	
}
.forfait a {
	opacity:1.0;
	-moz-transition: all 0.3s ease-in;
}

.forfait a:hover {
	margin-top: 50px;
	margin-left:40px;
	box-shadow: 30px 30px 50px  #000000;
	-moz-box-shadow:  30px 50px 20px #000000 ;
	-webkit-box-shadow: 20px 50px 20px #000000;
	transform: scale(1.10);
	-o-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-webkit-transform: scale(1.10);
	-moz-box-direction: reverse;
	width: 120%;
	height:120%;
	z-index: 0;	/*width: 101%;*/	/*safari and chrome*/
	top: inherit;
	
}





art_map {
	position:relative;
	background: #ebe8d9;
	margin: 0 0 40px 0;
	padding: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 20px 20px 30px #333333;
	-moz-box-shadow: 20px 20px 30px #333333;
	-webkit-box-shadow: 20px 20px 30px #333333;
	opacity:100%;
	filter:alpha(opacity=100);
	display: block;	
	height:auto;
	min-height:150 px;
}



/*table{
	border:1px solid blue;
	margin-left: 50px;	
	
}

table td{
	border:1px solid blue;
	font-size:14px;
	line-height:25px;
	margin-left: 50px;	
	
}
table tr{
	border:1px solid black;
	text-indent:10px;	
	
}*/
.list2{
		list-style-image:url(images/bulletBlue.gif);
		alignment-adjust:after-edge;
		list-style-position:inside;	
	
}
.list2 div{
	font:inherit;
	color:#03C;	
		
}
.list2 ul{
	line-height:.3em;
	margin-left:15px;
	
		
}
.list2 li{
	
	margin:9px;	
	line-height:1em;
	font-weight: bold;	
	
}
.list2 li ul{
	
	list-style-image:url(images/bulletBlue.gif);
	font-weight:normal;
	line-height:.3 em;
	
}

.list2 a {
	font-family: inherit;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #aaa671;
	/*background-image: url(images/plus.png);*/
	background-repeat: no-repeat;
	padding: 2x 0px 30px 30px;
	background-position: 0px 9px;

}
.list2 a u {
	padding: 0px 0px 0px 15px;
	text-decoration: none;
	border-bottom-color: #c0bd98;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #06C;
}


/*fin list section*/


.list{	
	list-style-image:url(images/bulletBlue.gif);	
	
}
.list div{
	font:inherit;
	color:#03C;	
		
}
.list ul{
	
		
}
.list li{
	
	margin:20px;	
	line-height:1.5em;
	font-weight: bold;	
	
}
.list li ul{
	margin:10px;
	list-style-image:url(images/Bullet-green.gif);
	font-weight:normal;
	line-height:.2 em;
	
}
.list li span{
	font-style:italic;
	font-weight:bold;	
	color:blue;	
}

.list img {
	margin-top:-10px;
	margin-left: 5px;
	float: left;
}


.list h2 {
	color: #634073;
	font-weight: bold;
	margin-bottom: 5px;
}
.list p {
	color: #634073;
	margin-top: 5px;
	font-style: oblique;
}
.list a {
	font-family: inherit;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #aaa671;
	/*background-image: url(images/plus.png);*/
	background-repeat: no-repeat;
	padding: 2x 0px 30px 30px;
	background-position: 0px 9px;

}
.list a u {
	padding: 0px 0px 0px 15px;
	text-decoration: none;
	border-bottom-color: #c0bd98;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #06C;
}
.list a:hover {
	color: #a7591a;
}

/*pour la map*/

map {
	background: #ebe8d9;
	padding: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 20px 20px 30px #333333;
	-moz-box-shadow: 20px 20px 30px #333333;
	-webkit-box-shadow: 20px 20px 30px #333333;
	opacity:1.0;
	filter:alpha(opacity=100%);
	display: block;
	height:800px;
	width:90%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	
}


map:hover {
	opacity:1;
 	filter:alpha(opacity=100); 	
}

map  header {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:inherit;
	color: #eee;
	height: 40px;
	font-size:36px;
	margin-bottom: 15px;
	background-color: #0081ac;
	box-shadow: inset 0 -35px 35px -18px #005b79;
	background-image: -moz-linear-gradient(top, #0081ac, #005b79);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0081ac),color-stop(1, #005b79));
}
map  header h1 {
	line-height: 40px;
	border-spacing: 20px;
	float: left;
	padding: 0 10px;
}
map  header div {
	line-height: 40px;
	border-spacing: 20px;
	float: left;
	padding: 0 10px;
}

.header { 
	
	line-height: 40px;
	border-spacing: 20px;
	float: left;
	padding: 0 10px;	
	font-size:36px;
	color:#FFF;	
	font-family: HighlandGothicLightFLFRegular, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.comments {
	font-size: 16px;
	font-weight: bold;
	float: right;
	line-height: 40px;
	width: 60px;
	height: 40px;
	text-align: center;
	background-color: #970000;
	background-color: rgba(151, 0, 0, 0.4);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: inset 0 0 10px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: inset 0 0 10px rgba(50, 50, 50, 0.5);
}

footer p { margin: 0 }
.tags {
	-o-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	padding: 0 3px;
	margin-right: 3px;
	font-variant: small-caps;
	font-size: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tags:hover {
	background-color: #09F;
	color: #ddd;
	border: none;
}
.button {
	display: block;
	float: right;
	color: #CCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0px 10px 0px 35px;
	height: 34px;
	line-height: 34px;
	margin-top: -15px;
	position: relative;
	background-color: #006699;
	box-shadow: inset 0 35px 35px -18px #09F, inset 3px 0 12px #600;
	background-image: -moz-linear-gradient(top, #09F, #0CC);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #09F),color-stop(1, 0CC));
	transition-property: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	
}
.button:before {
	content: "";
	background-color: #ebe8d9;
	position: absolute;
	top: 0;
	left: -10px;
	height: 34px;
	width: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.button:hover {
	border: none;
	box-shadow: inset 0 -35px 35px -18px #09C, inset 3px 0 12px #30F;
	background-image: -moz-linear-gradient(top, #09C, #0CC);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #09C),color-stop(1, #0CC));
	padding-left: 30px;
	cursor:pointer;
	
}

/* SIDEBAR */
aside {
	width: 260px;
	float: right;
	background: #ebe8d9;
	margin-top:20px;
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 20px 20px 30px #333333;
	-moz-box-shadow: 20px 20px 30px #333333;
	-webkit-box-shadow: 20px 20px 30px #333333;
	position: relative;
	z-index: auto;	
	opacity:0.8;
	filter:alpha(opacity=80);
		
}
aside:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: 30px 30px 40px #000;
	-moz-box-shadow: 30px 30px 40px #000;
	-webkit-box-shadow: 30px 30px 40px #000;
	transform: scale(1.10);
	-o-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-webkit-transform: scale(1.10);
	z-index: 1;
	margin-top: 50px;
	margin-left: -15px
}

aside h1, footer h1 {
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	margin-bottom: 10px;
	background-color: #0081ac;
	box-shadow: inset 0 -28px 35px -18px #005b79;
	background-image: -moz-linear-gradient(top, #0081ac, #005b79);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0081ac),color-stop(1, #005b79));
	color: #fff;
	padding: 0 10px;
	border: 1px solid #6e7e93;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

aside nav, aside section {
	margin: 0 0 25px 0;
	padding: 0;
	background: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


aside section:last-child { margin-bottom: 0 }

.links{
	text-align:left;
	display:inline-block;
	
}
.links li {
	display:inline;
	
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 0px;
	text-align: left;
	
	border-bottom: 1px solid #81aeab;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.links li:hover {
	margin-left: 5px;
	
}
.links li a:hover { 
	border:thin;
	animation-direction:alternate;
}


.time {
	float: left;
	text-align: right;
	width: 50px;
	height: 40px;
	font-size: 24px;
	margin-right: 12px;
	padding-right: 10px;
	background-color: #195875;
	background-color: rgba(126, 0, 0, 0.2);
	border-right: 1px solid #600;
	border-right-color: #024a62;
	border-right-color: rgba(0, 72, 96, 0.9);
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	box-shadow: inset 1px 0 15px rgba(0, 72, 96, 0.9);
	-moz-box-shadow: inset 1px 0 15px rgba(0, 72, 96, 0.9);
}
.year {
	font-size: 15px;
	text-align: center;
	width: 40px;
	line-height: 16px;
	margin: 12px 0 0 -7px;
	display: block;
	transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}
.date {
	font-size: 18px;
	height: 24px;
	text-align: center;
	float: right;
	margin: -25px 0 0 -10px;
}
.date span {
	display: block;
	font-size: 12px;
	height: 16px;
}

#inTouch li {
	display: block;
	background: #fff;
	margin-bottom: 5px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #d9d4b8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#inTouch li span {
	display: block;
	float: left;
	text-align: center;
	width: 70px;
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
}

.twitter {
	background-color: #4da3bf;
	box-shadow: inset 0 35px 35px -18px #73b6cc;
	background-image: -moz-linear-gradient(bottom, #4da3bf, #73b6cc);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #4da3bf),color-stop(1, #73b6cc));
}
.twitterHandle {
	margin: 35px 0 0;
	color: #940033;
	display: block;
	-o-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.twitterHandle:hover {
	border: none;
	margin-left: 8px;
}
.rss {
	background-color: #d98b3c;
	box-shadow: inset 0 35px 35px -18px #e1a467;
	background-image: -moz-linear-gradient(top, #e1a467, #d98b3c);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e1a467),color-stop(1, #d98b3c));
}



blockquote {
	text-align: center;
	background-color: #005b79;
	font-size: 18px;
	font-style: italic;
	line-height: 26px;
	color: #fff;
	width: 240px;
	padding: 10px 10px 13px;
	position: relative;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: inset 0 100px 50px -50px #0081ac;
	background-image: -moz-linear-gradient(top, #0081ac, #005b79);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0081ac),color-stop(1, #005b79));
	z-index: 3;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
blockquote:before {
	position: absolute;
	bottom: -29px;
	left: 20px;
	width: 0;
	height: 30px;
	border-right: 60px solid #005b79;
	background: #005b79;
	border-bottom-right-radius: 70px 50px;
	-moz-border-radius-bottomright: 70px 50px;
	-webkit-border-bottom-right-radius: 70px 50px;
	z-index: 2;
}
blockquote:after {
	position: absolute;
	bottom: -30px;
	left: 2px;
	width: 60px;
	height: 30px;
	background: #ebe8d9;
	border-bottom-right-radius: 40px 50px;
	-moz-border-radius-bottomright: 40px 50px;
	-webkit-border-bottom-right-radius: 40px 50px;
	z-index: 2;
}
blockquote:hover {
	transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}


/*contact form*/
.label{
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;	
	min-width: 250px;
}
.input-map{
	width:700px;
	display:inline-block;
	background:#CFC;
	
	
	
	
	
	}


/* FOOTER */
footer section {
	width: 260px;
	float: left;
	margin: 0  0 30px 30px;
	background: #ebe8d9;
	padding: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 10px #629996;
	-moz-box-shadow: 0 0 10px #629996;
	-webkit-box-shadow: 0 0 10px #629996;

}
footer section:first-child { margin-left: 0 }

#comments li {
	border-bottom: 1px solid #81aeab;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}
#comments li .newLine {
	font-size: 12px;
	text-align: right;
}

.copyright {
	text-align: center;
	text-height: 20px;
	margin: 10px 0 30px;
	clear: both;
	font-size: 18px;
	font-weight: bold;
}
/*calendar*/
/*#datepicker .ui-widget {
			font-family: inherit;
		}
			
		#datepicker .ui-datepicker {
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		
		#datepicker .ui-datepicker-title {
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 1.1em;
			color: #000000;
			font-weight: normal;
			line-height: 1.8em;
		}


		#datepicker .ui-state-default, .ui-widget-content .ui-state-default {
			border-color: #1c94c4;
			background-color: #1c94c4;
			color: #555555;
		}
		
		#datepicker .ui-state-default, .ui-state-default a {
			color: #555555;
		}	
		
			
		#datepicker .ui-state-highlight, .ui-widget-content .ui-state-highlight {
			border-color:#ffff66;
			background-color:#ffff66;
			color:#363636;
		}		
		
		#datepicker .ui-state-active, .ui-widget-content .ui-state-active { 
			border-color: #ffcc00;
			background-color: #ffcc00;
			color: #212121; 
		}
		
		#datepicker .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus 	
		{
			border-color: #ffcc66;
			background-color: #ffcc66;
			color: #212121;
		}
		
		#datepicker .ui-widget-header 	
		{
			border-color: #1c94aa;
			background-color: #1c94c4;
			border-width: 2px;
		}
		
		/* Text attributes for the Days of Week Text */ 
		/*#datepicker .ui-datepicker table th
		{
			font-size: .8em;
			color: #000000;
			font-weight: bold;
		}*/
