
/* GLOBAL */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #eaeaea;
	padding-bottom: 20px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #666;
}

div#head {
	height: 110px;
	width: 100%;
	position: relative;
	background: #333;
	background: url(../template/silver_bg.jpg) repeat;
	border-top: 5px solid #aaa;
}

div#main_menu {
	height: 55px;
	width: 100%;
	position: relative;
	background: none;
	border-top: 5px solid #d2d2d2;
	border-bottom: 5px solid #d2d2d2;
}

div#slider {
	height: 380px;
	width: 100%;
	position: relative;
	background: #333;
	background: url(../template/silver_bg.jpg) repeat;
	border-bottom: 5px solid #d2d2d2;
}

div#content_wrapper {
	padding: 20px 0px;
}

h1 {
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 30px;
	color: #000;
	font-size: 20px;
	margin-bottom: 20px;
}

h1.title {
	margin-top: -15px;
	color: #666;
	font-size: 17px;
}

h2 {
	color: #000;
	font-size: 13px;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}

a { color: dodgerblue; }

a.read_more {
	display: block;
	width: 96px;
	height: 39px;
	background: url(../template/read_more.png) no-repeat;
	text-decoration: none;
	color: white;
	line-height: 35px;
	text-align: center;
	float: right;
}

a.read_more:hover {
	background: url(../template/read_more_hover.png) no-repeat;
	line-height: 40px;
}

p.quote_700 {
	background: url(../template/quote_700.png) no-repeat;
	height: 74px;
	width: 640px;
	padding: 14px 10px 15px 50px; 
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-style: italic;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
	border-left: 20px solid #DC420F;
	border-right: 20px solid #DC420F;
	margin: 30px auto;
	clear: both;
}

.orange { color: #DC420F; }


/* MENU */

div#main_menu_wrapper {
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}

ul#main_menu li.main_menu {
	display: block;
	position: relative;
	float: left;
	line-height: 55px;
	height: 55px;
}

ul#main_menu li.main_menu > a {
	text-decoration: none;
	color: #444;
	border-right: 1px solid #ccc;
	line-height: 40px;
	display: block;
	height: 40px;
	font-size: 17px;
	padding: 0px 10px;
	margin-top: 8px;
}

ul#main_menu li.main_menu a:hover,
ul#main_menu li.main_menu.active > a,
ul.sous_main_menu li.active > a,
ul.sous_sous_main_menu li.active > a {
	color: #DC420F;
}

ul.sous_main_menu {
	position: absolute;
	z-index: 9;
	border-top: 5px solid #DC420F;
	background: url(../template/sous_main_menu_bg.jpg) repeat;
	left: 0px;
	top: 55px;
	display: none;
}

ul.sous_main_menu li {
	display: block;
	width: 180px;
	padding: 0px 10px;
	line-height: 35px;
	height: 35px;
	border-bottom: 1px solid #222;
	position: relative;
}

ul.sous_main_menu li a {
	color: #b2b2b2;
	text-decoration: none;
	font-size: 13px;
}

ul.sous_sous_main_menu {
	position: absolute;
	z-index: 9;
	border-bottom: 5px solid #DC420F;
	background: url(../template/sous_main_menu_bg.jpg) repeat;
	left: 200px;
	top: 0px;
	display: none;
}

ul.sous_sous_main_menu li {
	width: 300px;
}


/* SLIDER */

div#slider_wrapper {
	height: 350px;
	padding-top: 30px;
}

div#slider_wrapper > div {
	overflow: hidden;
}

div#slider_wrapper div.slider_wrapper {
	width: 99999px;
}

div#slider_wrapper > div > div.slider_wrapper > a {
	float: left;
	display: block;
}

div#slider_wrapper div a {
	width: 940px;
}

div#slider_wrapper div a img {
	display: block;
	border: none;
}

div#slider_wrapper span.next,
div#slider_wrapper span.prev {
	background: url(../template/slider_arrow.png) bottom;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 5;
	cursor: pointer;
	opacity: 0.8;
}

div#slider_wrapper span.next { background-position: left bottom; right: 10px; }
div#slider_wrapper span.prev { background-position: right bottom; left: 10px; }

div#slider_wrapper span.next:hover { background-position: left top; right: 10px; }
div#slider_wrapper span.prev:hover { background-position: right top; left: 10px; }

div#slider_caption {
	position: relative;
	z-index: 0;
	height: 120px;
    background: url(../../../template/slider_caption.png);
}

div#slider_caption div.caption {
	padding: 15px;
}

div#slider_caption div.caption h1 {
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 0px;
}


/* QUOTE */

div.quote {
	background: url(../template/quote.png);
	height: 132px;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
}

div.quote p {
	padding: 25px 140px 10px 65px;
	font-size: 25px;
	color: #777;
	line-height: 20px;
}

div.quote a.quote_link {
	color: white;
	display: block;
	position: absolute;
	width: 120px;
	height: 108px;
	right: 0px;
	top: 0px;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 12px;
	text-decoration: none;
	background: #2c539d;
}


/* FEATURES */

div.feature {
	background: url(../template/feature_bg.png);
	height: 216px;
	text-align: center;
}

div.feature img { margin-top: -48px; }

div.feature h1 {
	color: #fff;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 50px;
}

div.feature p {
	text-align: left;
	margin-top: 20px;
	padding: 10px;
}


/* ÉVÈNEMENTS */

div.line table {
	width: 100%;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 30px;
}

div.line table td.line {
	background: url(../template/line.png) center center repeat-x;
	width: 100%;
}

div.line table td h4 {
	padding-right: 5px;
}

div.evenements,
div.evenements_first { 
	height: 163px;
}

div.evenements {
	background: url(../template/evenement_bg.png) no-repeat;
}

div.evenements a { text-decoration: none; }
div.evenements a img { border: none;}

div.evenements a h2 {
	line-height: 28px;
	padding-left: 10px;
}

div.evenements a:hover h2 { color: #d15725; }


/* FORMATIONS */
div#last_formation a {
	text-decoration: none;
	display: block;
	color: #666;
	background: url(../template/last_formation.png) no-repeat;
	width: 620px;
	height: 82px;
	margin: 10px auto;
}

div#last_formation a div.date {
	width: 40px;
	height: 100%;
	float: left;
}

div#last_formation a div.date span {
	color: white;
	display: block;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}

div#last_formation a div.details {
	float: left;
	width: 560px;
	padding: 5px 10px;
}

div#last_formation a:hover div.details h2 {
	color: #000;
}


/* NEWSLETTER */

div#newsletter {
	background: url(../template/newsletter.png) no-repeat;
	height: 420px;
	position: relative;
}

div#newsletter p {
	color: #fff;
	font-size: 17px;
	padding: 20px;
	font-family: 'Dosis', sans-serif;
	font-style: italic;
}

div#newsletter div.input {
	background: url(../template/newsletter_input.png) no-repeat;
	width: 250px;
	height: 60px;
	margin: 20px auto;
}

div#newsletter div.input input {
	background: none;
	width: 230px;
	height: 20px;
	line-height: 20px;
	padding: 10px;
	border: none;
	color: #999;
	font-style: italic;
}

div#newsletter a#submit_newsletter_subscribe {
	display: block;
	background: url(../template/newsletter_button.png) no-repeat;
	width: 160px;
	height: 47px;
	color: #fff;
	font-size: 17px;
	font-family: 'Dosis', sans-serif;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin: 30px auto;
}

div#newsletter a#twitter,
div#newsletter a#facebook {
	position: absolute;
	bottom: 60px;
}

div#newsletter a#twitter { left: 0px; }
div#newsletter a#facebook { right: 0px; }

div#newsletter a#twitter img,
div#newsletter a#facebook img {
	border: none;
}


/* FOOTER */

div#footer {
	background: url(../template/silver_bg.jpg) repeat;
	border-top: 5px solid #aaa;
	border-bottom: 5px solid #aaa;
	margin-top: 0px;
}

div#footer div#partenaires {
	text-align: center;
	height: 220px;
}

div#footer div#partenaires a img { display: block; border: none; }

div#footer div#partenaires a {
	float: left;
	margin-bottom: 30px;
	text-align: center;
}

div#footer div#partenaires h1 {
	color: #fff;
	margin-top: 40px;
	margin-bottom: 30px;
}

div#footer div#cifal h1 {
	color: #fff;
	margin-top: 16px;
	text-align: center;
}

div#footer div#cifal p {
	font-size: 16px;
	font-family: 'Dosis', sans-serif;
	line-height: 28px;
	color: #fff;
	text-align: center;
}


/* SEARCH */

div#search {
	margin-top: 50px;
}

div#search input[type="text"] {
	display: block;
	width: 155px;
	height: 30px;
	line-height: 30px;
	background: url(../template/search.png) no-repeat left;
	border: none;
	float: left;
	color: #fff;
	padding: 0px 5px;
}

div#search input[type="submit"] {
	display: block;
	width: 40px;
	height: 30px;
	background: url(../template/search.png) no-repeat right;
	border: none;
}


/* SIDEBAR */

div#sidebar div.sidebar_element {
	margin-bottom: 20px;
}

div#sidebar div.sidebar_element a {
	text-decoration:none;
	margin:5px auto;
	display:block;
}

div#sidebar div.sidebar_element a h2 {
	color:#444;
	font-weight:500;
	text-transform:uppercase;
	font-size:12px;
	border-left: 2px solid #BBB;
	padding-left: 5px;
	transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

div#sidebar div.sidebar_element a:hover h2 {
	color: #DC420F;
	border-left: 4px solid #DC420F;
}

div#sidebar div.sidebar_element a img {
	float:left;
	margin-right:5px;
	border: none;
}


/* SEARCH */

div#search div#suggest {
	background: white;
	font-size: 11px;
	position: absolute;
	z-index: 99;
	box-shadow: 0px 1px 3px #333;
}

div#search div#suggest h5 {
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

div#search div#suggest a.suggest {
	text-decoration: none;
	padding: 1px 5px;
	display: block;
	border-bottom: 1px solid #ccc;
	transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

div#search div#suggest a.suggest:nth-child(2n+1) {
	background-color: #eee;
}

div#search div#suggest a.suggest:hover {
	background: #333;
	color: #DC420F;
}


/* LISTES */

ul.big_liste li {
	display: block;
	padding: 10px;
	background: whitesmoke;
	border: 1px solid #ccc;
	margin: 10px auto;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-style: italic;
	font-size: 14px;
}

ul.big_liste li a {
	text-decoration: none;
}

ul.big_liste li a:hover {
	text-decoration: underline;
}

ul.small_liste li {
	display: block;
	padding: 2px 5px;
	background: whitesmoke;
	margin: 10px auto;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #888;
}

ol.small_liste li {
	padding: 2px 5px;
	background: whitesmoke;
	margin: 10px auto;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #888;
	margin-left: 20px;
}




