@charset "utf-8";
/*
Theme Name: Efficare
Theme URI: mailto:kevin;lanteri@gmail.com
Description: Theme réalisé pour efficare.
Version: 1.0
Author: Kevin Lanteri
Author URI: mailto:Kevin.lanteri@gmail.com
Tags: santé, efficare institute
*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a, a:hover, a:active, a:link, a:visited {
	text-decoration: none;
	outline: none;
}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color: #333;
}

.clear {
	clear: both;
}

/*///////////////////////////////*/
/*			HEADER				*/
/*/////////////////////////////*/

#header {
	width: 100%;
	height: 196px;
	background: #FFF url(images/bg_header.jpg) left 22px repeat-x;
}

#header-content {
	margin: 0 auto;
	width: 980px;
	height: 196px;
}

#logo {
	background: transparent url(images/efficare.jpg) left top no-repeat;
	width: 180px;
	height: 196px;
	margin-left: 6px;
	float: left;
	cursor:pointer;
}

#quick-link {
	width: 785px;
	float: left;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 7px;
}

#quick-link a {
	color: #333;
}

#quick-link a:hover {
	color: #999;
}

#baseline {
	width: 200px;
	float: left;
	margin: 48px 0 0 5px;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:14px;
}
#banniere_header {
	width: 200px;
	float: left;
	margin: 15px 0 -10px 0px;
}


#input {
	width: 580px;
	height: 70px;
	float: left;
	margin-top: 40px;
}

.input-0 {
	width: 580px;
	height: 30px;
}

.input-0 div{
	float: left;
	width: auto;
}

.input-doc {
	padding-top: 5px;
	margin-left: 230px;
}

.input-tel {
	padding-top: 5px;
	margin-left: 275px;
}

.input-0 .input-field {
	background: #fff url(images/input.jpg) left top no-repeat;
	border: none;
	font-size: 11px;
	color: #999;
	width: 157px;
	height: 17px;
	padding: 5px 10px 0 10px;
	margin: 0 5px 0 5px;
}

.ok_button {
	background: transparent url(images/ok_button.gif) left top no-repeat;
	width: 22px;
	height: 22px;
	border: none;
}

.baseline-form{
	float:right;
	color:#999;
	font-size:9px;
}

/*///////////////////////////////*/
/*			NAVBAR				*/
/*/////////////////////////////*/

#navbar {
	width: 785px;
	float: left;
	margin-top: 23px;
}

#navbar ul {
	list-style: none;
}

#navbar ul li {
	float: left;
	display: inline-block;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	height: 45px;
	padding: 7px 3px 0 15px;
}

#nav-accueil {
	background: transparent url(images/01.jpg) left top no-repeat;
}

#nav-formations {
	background: transparent url(images/02.jpg) left top no-repeat;
}

#nav-methode {
	background: transparent url(images/03.jpg) left top no-repeat;
}

#nav-jobs {
	background: transparent url(images/04.jpg) left top no-repeat;
}

#nav-finance {
	background: transparent url(images/05.jpg) left top no-repeat;
}

#nav-inscription {
	background: transparent url(images/06.jpg) left top no-repeat;
}

#nav-agenda {
	background: transparent url(images/07.jpg) left top no-repeat;
}

#navbar a {
	color: #333;
}

#navbar a:hover {
	color: #999;
}

.linkable a{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: normal;
	margin: 5px;
	color:#333;
}

.linkable a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: normal;
	margin: 5px;
	color:#666;
}

/*///////////////////////////////*/
/*		ABOUT-BLOCK				*/
/*/////////////////////////////*/

#about-block {
	background: #fff url(images/bg-about.jpg) left top repeat-x;
	width: 100%;
	height: 335px;
	margin-top: 3px;
}

#about-block-center {
	width: 980px;
	height: 330px;
	margin: 0 auto;
}

/*		FORMATIONS		*/

#formations {
	width: 555px;
	height: 300px;
	padding: 5px 0 0 10px;
	float: left;
}

#formations h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: normal;
}

#gallery {
	height: 250px;
	width: 550px;
	border: #999 1px solid;
	margin-top: 5px;
}

#formations ul {
	list-style: none;
	margin-top: 5px;
	padding-left:5px;
}

#formations ul li {
	display: inline-block;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	margin-right: 2px;
}

#formations ul li a {
	color: #333;
}

#formations ul li a:hover {
	color: #ff9900;
}

#separator {
	background: transparent url(images/separator.gif) left top no-repeat;
	width: 5px;
	height: 290px;
	float: left;
	margin: 10px 0 0 20px;
}

/*		ABOUT		*/

#about {
	width: 360px;
	height: 300px;
	padding: 5px 0 0 20px;
	float: left;
	font-size:12px;
}

#about h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: normal;
}

#about .about-excerpt {
	margin: 20px 0 0 5px;
}

#about .about-excerpt h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}

#about .about-excerpt p {
	font-size: 12px;
	margin: 10px 0 0 10px;
}

#about .about-excerpt a.read-more-btn {
	background: transparent url(images/read-more-btn.png) left top no-repeat;
	width: 80px;
	height: 25px;
	display: block;
	color: #fff;
	font-size: 11px;
	padding: 5px 0 0 9px;
	margin-left: 270px;
	margin-top:15px;
}

#about .about-excerpt a.read-more-btn:hover {
	padding:5px 0 0 11px;
}

/*///////////////////////////////*/
/*		MORE-INFO-BLOCK			*/
/*/////////////////////////////*/

#more-info-block {
	width: 980px;
	height: 100px;
	margin: 15px auto 0 auto;
}

.more-infos-1 {
	width: 190px;
	height: 100px;
	float: left;
	margin-right: 9px;
}

.more-infos-1 a {
	display: block;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	padding-top: 12px;
	margin-bottom: 10px;
}

.more-infos-1 a:hover{
	color:#999;
}

.more-infos-1 a#financement {
	background: #fff url(images/financement.jpg) left top no-repeat;
	padding-left: 10px;
	width: 180px;
}

.more-infos-1 a#professeurs {
	background: #fff url(images/professeurs.jpg) left top no-repeat;
	padding-left: 20px;
	width: 170px;
}

.more-infos-1 a#metiers {
	background: #fff url(images/metiers.jpg) left top no-repeat;
	padding-left: 20px;
	width: 170px;
}

.more-infos-1 a#temoignages {
	background: #fff url(images/temoignages.jpg) left top no-repeat;
	padding-left: 15px;
	width: 175px;
}

a.inscription {
	width: 256px;
	height: 79px;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
	padding-top: 20px;
	padding-right: 30px;
	float: left;
	text-align: right;
}

a.inscription:hover{
	color:#999;
}

a#inscription {
	background: #fff url(images/inscription.jpg) left top no-repeat;
	margin-right: 9px;
}

a#inscription-pdf {
	background: #fff url(images/inscription-pdf.jpg) left top no-repeat;
}

/*///////////////////////////////*/
/*		AGENDA-BLOG-BLOCK		*/
/*/////////////////////////////*/

/*		AGENDA		*/

#agenda-blog {
	width: 980px;
	height: 280px;
	margin: 15px auto 0 auto;
}

#agenda {
	background: #fdfdfd url(images/bg-agenda-blog.jpg) left bottom repeat-x;
	width: 560px;
	height: 270px;
	float: left;
	border: #eee 1px solid;
	margin-left: 5px;
}

#agenda h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: normal;
	margin: 5px;
}

/*			ACCORDEON			*/

#accordion {
	width: 540px;
	height: 210px;
	margin: 5px 0 0 10px;
}

h3.toggler {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff url(images/bg-accordeon.jpg) left top repeat-x;
	color: #333;
	margin: 0 0 4px 0;
	padding: 6px 5px 7px 5px;
	font-weight: normal;
}

h3.toggler a{
	color:#333;
}

h3.toggler a:hover{
	color:#669999;
}

#accordion .element ul {
	list-style: none;
	margin: 5px 0 10px 20px;
}

#accordion .element ul li {
	display: inline-block;
	float: left;
	padding: 6px 35px;
}

#accordion .element ul li a {
	color: #333;
}

.agenda-text{
	text-align:left;
	font-size:12px;
	margin-left:100px;
}

#acc-form {
	background: url(images/acc-vert.jpg) left top repeat-x;
	font-size:11px;
}

#acc-stage {
	background: url(images/acc-bleu.jpg) left top repeat-x;
	font-size:11px;
}

#acc-exam {
	background: url(images/acc-orange.jpg) left top repeat-x;
	font-size:11px;
}

#acc-concours {
	background: url(images/acc-violet.jpg) left top repeat-x;
	font-size:11px;
}

/*			BLOG		*/

#blog {
	background: #fdfdfd url(images/bg-agenda-blog.jpg) left bottom repeat-x;
	width: 380px;
	height: 270px;
	float: left;
	border: #eee 1px solid;
	margin-left: 20px;
}

#blog a#rss-link {
	background: #fdfdfd url(images/rss.jpg) right top no-repeat;
	display: block;
	width: 120px;
	height: 14px;
	color: #333;
	font-size: 11px;
	padding-top: 1px;
	margin: -21px 0 0 250px;
}

#blog-excerpt {
	width: 360px;
	height: 225px;
	margin: 15px 0 0 10px;
}

.excerpts {
	height: 70px;
	margin-bottom: 5px;
}

.excerpts h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
}

.excerpts h3 a{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	color:#333;
}

.excerpts h6 {
	color: #a3c922;
	font-size: 11px;
	font-weight: normal;
}

.excerpts img {
	background-color: #fff;
	width: 60px;
	height: 60px;
	padding: 3px;
	border: #d1d1d1 1px solid;
	float: left;
	margin-right: 10px;
}

.excerpts a.more-link {
	color: #ff6600;
}
/*///////////////////////////////*/
/*			SIDEBAR				*/
/*/////////////////////////////*/

#sidebar {
	width: 230px;
	float: left;
	margin-top: 15px;
	padding: 0px 15px 15px 15px;
}

#sidebar a {
	color: #333;
}

#sidebar a:hover{
	color:#999999;
	margin-left:2px;
}

#sidebar ul {
	list-style: none;
	padding-left:10px;
	padding-bottom:10px;

}



h2.widgettitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	padding:5px;
	border-bottom:1px dotted #999;
	margin-bottom:5px;
}

.textwidget{
	padding-bottom:10px;
}

/*			CALENDAR		*/

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 11px;
}

#wp-calendar caption {
	font: normal 11px  Arial, Helvetica, sans-serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/*///////////////////////////////////////////////*/
/*		SINGLE / PAGE / SEARCH / CATEGORY		*/
/*/////////////////////////////////////////////*/

#main {
	width: 980px;
	margin: 0 auto;
}

#maincontent {
	width: 710px;
	float: left;
}

#maincontent .posts {
	padding: 15px;
	border-bottom:1px dotted #999999;
	margin:5px;
	text-align:justify;
}

#maincontent .posts-alt {
	padding: 15px;
	border-bottom:1px dotted #999999;
	margin:5px;
	text-align:justify;
}

#maincontent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}

#maincontent h1 a {
	color: #333;
}

#maincontent .postmetadata {
	margin: 5px 0 10px 10px;
	font-style:italic;
	color:#999;
}

#maincontent .first-att-img {
	border:5px solid #cbdccc;
	margin-right:5px;
	
}

#maincontent ul, #maincontent ol{
padding:15px;
margin-left:15px;
list-style:square;
}

#maincontent .article {
	margin: 15px 0px;
}

#maincontent .article-excerpt {
	margin: 15px 0px;
	font-size: 12px;
}

#maincontent .article a, #maincontent .article-excerpt a{
	color: #FF6600;
}

#maincontent .article h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform:capitalize;
	padding-bottom:3px;
	margin-bottom:15px;
	margin-top:8px;
	color:#333;
	border-bottom:1px dotted #333;
}

#maincontent .article h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform:capitalize;
	color:#333;
}

#maincontent .article h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:capitalize;
	color:#333;
}

#maincontent .article p{
	padding:5px;
}

#maincontent .thumbauthor{
	float:left;
	padding:5px;
	border:1px solid #999;
	width: 90px;
	height: 90px;
	overflow:hidden;
	margin:0 15px 0 10px;
	background:#cbdccc;
}

#maincontent .alignleft{
	float:left;
}

#maincontent .alignright{
	float:right;
}

#maincontent .posts .catandtags {
padding:5px;
background:url(images/bg-about.jpg) top left repeat-x;
}

#maincontent .catandtags a {
	color:#ff6600;
}

#maincontent .catandtags a:hover {
	color: #ff9900;
}

#maincontent a.read-more {
	background: transparent url(images/read-more-btn.png) left top no-repeat;
	width: 80px;
	height: 25px;
	display: block;
	color: #fff;
	font-size: 11px;
	padding: 5px 0 0 7px;
	margin-left: 590px;
}

/*			SEARCH			*/

#searchresults {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 15px;
}

#searchresults h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
}

#noresult {
	font-size: 14px;
	padding: 20px;
}

/*		NAVIGATION		*/

.navigation {
	width: 700px;
}

.navigation a {
	color: #ff6600;
}

.navigation .next-posts {
	text-align: left;
	float: left;
	width: 350px;
}

.navigation .previous-posts {
	text-align: right;
	float: left;
	width: 350px;
}

/*///////////////////////////////*/
/*				FOOTER			*/
/*/////////////////////////////*/

#footer {
	background: #fff url(images/bg-footer.jpg) left top repeat-x;
	height: 160px;
	margin-top: 15px;
}

#footer-center {
	width: 980px;
	height: 145px;
	margin: 0 auto;
	padding-top: 15px;
}

#footer-center h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	text-align:center;
	
}

#footer-center ul {
	list-style: none;
	margin:0 auto;

}

#footer-center ul li {
}

#footer-center ul li a {
	color: #333;
}

#footer-center ul li a:hover {
	color: #727272;
}

#footer-formations {
	height: 100px;
	width: 220px;
	float: left;
	border-right: #666 1px solid;
}

#footer-formations ul {
	text-align:center;
}


#footer-inscription {
	height: 100px;
	width: 220px;
	float: left;
	border-right: #666 1px solid;
	border-left: #dbdbdb 1px solid;
}

#footer-inscription ul {
	text-align:center;
}



#footer-infos {
	height: 100px;
	width: 220px;
	float: left;
	border-right: #666 1px solid;
	border-left: #dbdbdb 1px solid;
}

#footer-infos ul {
	text-align:center;
}

#footer-search-contact {
	height: 100px;
	width: 290px;
	float: left;
	border-left: #dbdbdb 1px solid;
}

#input-search {
	width: 290px;
}

#input-search div {
	float: left;
	width: auto;
}

#label-search {
	padding-top: 5px;
	margin-left: 15px;
}

#input-search #s {
	background: #fff url(images/input.jpg) left top no-repeat;
	border: none;
	font-size: 11px;
	color: #999;
	width: 157px;
	height: 17px;
	padding: 5px 10px 0 10px;
	margin: 0 5px 0 5px;
}

#footer-search-contact a#contact-link {
	background: transparent url(images/contact-us.jpg) left top no-repeat;
	display: block;
	height: 35px;
	width: 262px;
	margin: 40px 0 0 12px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
	padding: 10px 0 10px 15px;
}

#footer-search-contact a#contact-link ins{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-transform: none;
	margin-left: 10px;
	top: -7px;
}

#footer-quick-link {
	list-style: none;
	width:385px;
	padding-left:595px;
	clear: both;
}

#footer-quick-link li {
	float: left;
	display: inline-block;
	margin-left: 5px;
	margin-top: 25px;
}

#footer-quick-link li a:hover {
	color: #999;
}
#footer-linkeo {
	list-style: none;
	width:960px;
	padding-left:0px;
	clear: both;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

#footer-linkeo li {
	float: left;
	display: inline-block;
	margin-left: 0px;
	margin-top: 15px;
}
#footer-linkeo li a: {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F1F1F1;
	}
#footer-linkeo li a: hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F1F1F1;
}
