body{
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color:#000000;
}

/* ----------------------------------------- Titres -------------------------------------------- */


h1{
	color: #00a2e0;
	font-size: 42px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	position: relative;
	text-align:center;
	padding-bottom: 15px;
	text-shadow: 2px 3px 2px #bebebe;
}
h2{
	color: #00a2e0;
	font-size: 38px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	position: relative;
	padding-bottom: 15px;
	text-shadow: 2px 3px 2px #bebebe;
}



h3{
	color: #000000;
	font-size: 22px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}

h4{
	color: #504f4f;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	text-transform: uppercase;	
}

h5{
	color: #00a2e0;
	font-size: 18px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;		
}

h6{
	color: #000000;
	font-size: 16px;
	font-weight: 700;
}

.title,
.title a{
	color: #00a2e0;
	font-size: 38px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	position: relative;	
	padding-bottom: 15px;
	text-shadow: 2px 3px 2px #bebebe;
}

.subtitle,
.subtitle a,
.zend_form fieldset legend{
	padding-bottom:10px;	
	color: #00A2E0;
	font-size: 17px;
	font-weight: bold;	
}

/* ----------------------------------------- Contenus ------------------------------------------ */
.introduction{
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	padding-bottom:20px;	
}
.body{
	font-size: 16px;
	line-height: 22px;
}
.caption{	
	padding-top:5px;
	text-align:left;
	font-size:10px;
}

/* -- Tableaux -- */
table{
	border-collapse: collapse;
	border: solid 1px #00a2e0;
}

table tr th,
table thead tr td{
	padding: 3px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	background: #00a2e0;
}

table tr td{
	padding: 3px;	
	border: solid 1px #00a2e0;
}

/* -- Énumérations -- */
.block ul{
	padding:0;
	margin:0;
}

.block ul li{
	padding:0;
	margin:0 0 0 50px;
}

.block ol li{
	padding:0;
	margin:0 0 0 15px;
}

.block ul.errors{
	color:#FF0000;
	font-size: 10px;
	padding-left: 117px;
}

.block ul.errors li{
	list-style: none;
	background: none;
}

/* -- Listes -- */
.pager{
	padding:10px 0 10px 0;
	font-size:11px;
	text-align:right;
	color: #e50083;
	display: none;
}

.date{
	font-size: 10px;
}


/* ----------------------------------------- Liens --------------------------------------------- */
a{
	color:#00A2E0;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

a img{
	border:none;
}

a.bt_learn_more,
a.bt_back,
button.bt_back{
	display:block;
	float:right;
	padding:5px 20px;
	margin-top:10px;
	background:#00a2e0;
	color:#FFFFFF;
	font-size: 18px;
	border:none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
button.bt_back{
	float:left;
}
a.bt_learn_more:hover,
a.bt_back:hover,
button.bt_back:hover{
	background:#214A7B;	
	text-decoration: none;
}

a.bt_back{
	color: #ffffff;
    display: inline-block;
    float: none;
    margin: 20px 0;
}

.agenda_view a.bt_back{
	color: #FFFFFF;
}
.agenda_view a.bt_back:hover{
	color: #FFFFFF;
}

/* ----------------------------------------- Formulaires ------------------------------------------ */
.zend_form,
.zend_form dd{
	margin: 0px;
}

.zend_form fieldset {
    border: medium none;
    text-align: left;
    width: 100%;
}

.zend_form fieldset legend{
	padding: 15px;
	margin: 0px 0px 10px 0px;
	text-align:left;
}

.zend_form dt{
	width: 0px;
}

.zend_form dd dl dt{
	float: left;
	width: 100px;
	text-align:right;
	padding-right: 15px;
	padding-bottom: 5px;	
}

.zend_form dd dl dd{
	padding-bottom: 5px;	
}

.zend_form dd dl dd input, 
.zend_form dd dl dd textarea, 
.zend_form dd dl dd select{
    width:400px;
	font-size:12px;
	border: solid 1px #d5d5d5;
	font-family:Arial, Helvetica, sans-serif;
}

.zend_form dd dl dd input.checkbox{
	width: 20px;	
	border: none;
}

.zend_form input.bt_submit{
	border:none;
	width: 130px;	
	padding: 7px 15px 7px 15px;
	margin-left: 385px;
	background:#e50083;	
}

/* -- Formulaires courts -- */
.short_form {
	margin: 0px;
	position: relative;
}

.short_form dl dt{
	display: none;
}
.short_form dl dd{
	margin:0px;
	padding:0px;
}
.short_form dl dd input{
	width: 290px;
	float:left;
	background: #fff;
	border:none;
	padding: 8px 10px;
	text-transform: uppercase;
}

.short_form .zend_form .bt_submit{
	
	left:-140px;
	top: 2px;
	padding: 2px;
	color:#504f4f;
	font-size: 16px;
	font-weight: 700;
	background: #ffffff;
	width: 43px;
	height: 32px;
	position: absolute;
	right: 0px;
}
.short_form .zend_form .bt_submit:hover{
	color:#00a2e0;	
}

#loginForm{
	width: 300px;
	margin: 10px auto;
	
}
#loginForm .zend_form dt{
	display: inline-block;
	width: auto;
}
#loginForm .zend_form input{
	width: 100%;
}
#loginForm .zend_form .login{
	display:block;
	width: 300px;
	padding:5px 10px;
	margin-top:10px;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border:0px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	background: #00A2E0;
}#loginForm .zend_form .login:hover{
	background: #214A7B;	
}

@media all and (max-width: 767px) {
	
	h1{
		font-size: 40px;
	}
}