/*
Theme Name: Forhelp
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */


#content {
}
#primary,
#secondary {
}
#secondary {
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 940px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Montserrat, arial, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: Montserrat, arial, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#branding,
#main,
#wrapper {
	margin: 0 auto;
    background: #fff;
    margin-top: 5px;
    padding-bottom:20px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 5px;
	visibility:hidden;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i,
blockquote p {
	font-style: normal;
	color: #fff
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0087c2;
}
a:visited {
	color: #666666;
}
a:active,
a:hover {
	color: #009fe5;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 150px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */

#access .menu-header,
div.menu {
	margin-left: 12px;
	margin-top:15px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #444;
	display: block;
	line-height: 38px;
	padding: 4px 20px;
	text-decoration: none;
	border-left:1px solid #ccc;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;

}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {	color: #555;	background:url(images/bg-current-menu.png);}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #555;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0 0 0 0;
}
#content {
	margin-bottom: 0px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	display:none;
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {

	padding: 0 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 10px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	display:none;
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

#contact-home {padding:0;}
#contact-home ul li {list-style-type:none;}
#contact-home ul {margin-left:0;margin-top:19px;}
#content #gauche { margin-left:46px;border-right:1px solid #eee; float:left;position:relative;top:-12px;}
#content #gauche #c1 { margin:10px;float:left}
#content #gauche #c2 { margin:10px;float:left}
#content #gauche #c3 { margin:10px;float:left}
#content #gauche #c4 { margin:10px;float:left}
#content #gauche #c5 { margin:10px;float:left}
#content #gauche #c6 { margin:10px;float:left}
#content #gauche #c7 { margin:10px;float:left}
#content #gauche #persoformations a {width:350px;height:84px;float:left;position:relative;top:10px;left:10px}
#content #gauche #persoformations a:hover { text-decoration:none }
#content #gauche #persoformations a span { display:block;float:left;width:165px;line-height:140%;padding-top:23px;margin-left:25px;font-size:12px;  }


#content #gauche #persoformationshome a {width:350px;height:84px;background:url(images/bg-tousmodules-home.png);float:left;position:relative;top:10px;left:10px}
#content #gauche #persoformationshome a:hover { text-decoration:underline;color:#0074ac }
#content #gauche #persoformationshome a span { display:block;float:left;width:165px;line-height:140%;padding-top:28px;color:#0074ac;margin-left:90px;font-size:18px;font-weight:bold; }

#content #gauche a {text-decoration:none;color:#333;font-family:Montserrat,Arial,sans-serif;font-size:12px;}
#content #gauche a:hover {text-decoration:underline}
#content #gauche h3 {margin:0;padding:0;text-align:center;line-height:85%;margin-top:25px;margin-left:8px;}
#content #gauche h3 a {font-size:13px;line-height:130%;}
#content #droite { background:#fff;width:299px;float:right;margin-right:15px; }

#content h2 {font-family:Montserrat,Arial,sans-serif;font-size:16px;margin:5px;color:#333;margin-bottom:0}
#container h2 {font-family:Montserrat,Arial,sans-serif;font-size:16px;margin:5px;color:#333;}
#droite h2 {margin-bottom:0;width:280px;margin-left:0 !important;height:48px;padding-left:20px !important;padding-top:8px !important;}

#contact-home {width:302px;height:116px !important; }
#contact-home:hover {}

#contact-home a {text-decoration:none;font-size:12px;;width:302px;height:120px; }

#contact-home .demande { display:block;color:#222;margin-left:100px;line-height:140%;margin-top:10px;}
#contact-home .contact { display:block;color:#0074ac;font-size:18px;font-weight:bold;margin-top:14px;margin-left:100px; }
#contact-home .contact:hover {color:#0074ac;text-decoration:underline; }

.wpcf7-form {padding: 20px;background: #f3f3f3}
.wpcf7 p { font-family:Montserrat,Arial,sans-serif;font-size:12px;color:#666;margin-top:0; }
.wpcf7 input { 
    font-family: Montserrat,Arial,sans-serif;
    color: #666;
    width: 100%;
    margin-bottom: 0px !important;
    font-size: 15px;
    padding-top: 2px !important;
    padding: 8px;
    background: #fff;
    border:1px solid #ccc
}
.wpcf7-submit {}
.wpcf7 textarea { font-family:Montserrat,Arial,sans-serif;height:120px;background: #fff;width:100%;width:-webkit-fill-available }
.wpcf7 span {margin:0;padding:0}
#g_col1 { width:260px;float:left;}
#g_col2 { width:260px;float:left;}

#fourth { position:relative;left:0px;padding:0 !important;margin:0 !important; }
#fourth ul li { margin:0 !important;}
#g_col2 #footer-widget-area {margin:0 !important;padding:0 !important;}
#g_col2 #footer-widget-area ul {margin:0 !important;padding:0 !important;margin-top:15px !important;}
#fourth .widget-title {display:none}
.widget_rss ul li { list-style-type:none;font-weight: normal !important;margin-bottom:0px;padding-left:0}

#qui-clients {width:299px;height:177px;background:#fff;position:relative;top:0;margin-bottom:30px !important;}

#ou-clients {width:100%;height:205px;background:no-repeat url("http://forhelp.fr/wp-content/themes/forhelp/images/ou3.png");background-size: contain}
#ou-clients ul li {margin-left:12px;font-size:12px;line-height:14px;list-style-type: none}
#ou-clients ul {padding-top:30px !important;}

#colorful_tag_cloud-3 {margin:0;padding:0;position:relative;top:0;left:-10px}
#colorful_tag_cloud-3 a {padding:1px;line-height:160%;margin-top:7px;white-space: nowrap; }

blockquote {
    border: 0;
    padding: 20px;
    margin-bottom: 0px;
    text-align: center;
    margin: 30px 10%;
    background: #159ed4 url("images/quotes.png") top left no-repeat;
}
blockquote p {color:#fff !important;padding-left:20px !important}
.univers { font-size: 16px; background: #fafafa }
.univers a { font-weight: normal;text-align:center;padding: 40px 20px;display: block; margin-bottom: 20px }
.univers a:hover {text-decoration: none; color:#fff}
#helpdesk { border-left: 10px solid #8bc34a }
#helpdesk:hover { background: #689f38; color:#fff }
#relation { border-left: 10px solid #f57f17 }
#relation:hover { background: #bb5000; color:#fff }
#management { border-left: 10px solid #7e57c2 }
#management:hover { background: #512da8; color:#fff }
#efficacite { border-left: 10px solid #00bcd4 }
#efficacite:hover { background: #0097a7; color:#fff }
#specifiques { border-left: 10px solid #f06292 }
#specifiques:hover { background: #c2185b; color:#fff }
#formations { border-left: 10px solid #b0bec5 }
#formations:hover { background:  #b0bec5 }

/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 0;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}

#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0;
	padding: 0;
}

h2 {color:black;font-size: 20px;margin: 20px;margin-left:0;color: #333;font-weight: normal;}

#container h2 { font-size:18px;font-weight:bold;margin-left:10px;margin-top:15px !important;margin-bottom:5px !important; padding:0; }
#container p { font-weight:normal;font-size:13px; margin-bottom:10px;margin-left:10px; color:#000 }
#container li {font-weight:normal;font-size:14px; margin-bottom:10px;margin-left:30px;}
#containercontact h2 { font-size:18px;font-weight:bold;margin-left:10px;margin-top:20px;margin-bottom:20px;  }
#containercontact p { font-weight:normal;font-size:14px; margin-bottom:10px;margin-left:10px; color:#000 }
#containercontact li {font-weight:normal;font-size:14px; margin-bottom:10px;margin-left:30px;}

.entry-title {font-size:20px;padding-top:20px;border-bottom:1px solid #ccc;padding-bottom:7px;text-transform: uppercase}
.entry-content h2 { font-size:16px;font-weight:bold;margin-left:10px;margin-top:5px;margin-bottom:5px;  }
.entry-content p { font-weight:normal;font-size:14px; margin-bottom:15px;margin-left:0px; color:#000;padding-left:0;  }
.entry-content ul {padding-left:0;margin-left:0;padding-bottom:0;list-style-image:url(images/puce.gif);}
.entry-content ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    margin: 20px;
    font-size: 18px;
}
.entry-content li {font-weight:normal;margin-left:20px;padding-left:10px; }



.entry-content ul li ul {position:relative;left:-10px;top:0px;list-style-image:url(images/puce2.gif);margin-bottom:5px;}
.entry-content ul li ul li {margin:0;padding:0}


#container h3 { font-size:15px;font-weight:bold;margin-top:20px;margin-bottom:20px;color:gray  }
.entry-content h3 { font-size:15px;font-weight:bold;margin-top:20px;margin-bottom:20px;color:gray;  }

#primary .page_item a { color:#222;display:block;padding:10px;}
#primary .page_item a:hover { }
#primary .current_page_item a { background: #f3f3f3 }
#primary .current_page_item a:hover { }
#primary .current-page-ancestor a { color: #555;font-weight:bold}
.current-page-ancestor a { color: #555; font-weight:bold}
/*  Apparence des menus colorés des formations  */
/*
.page-template-accueilformations-php #wrapper #primary .page_item {padding:0;background:#fff; border-top:0;border-bottom:0;;}
.page-template-accueilformations-php #wrapper #primary .page_item a { color:#222;display:block;padding-left:11px;padding-top:14px;height:26px;background:url(images/bg-menu-rc.png); border-top:0;border-bottom:0;}
.page-template-accueilformations-php #wrapper #primary .page_item a:hover { color:#222;text-decoration:none; border-top:0;border-bottom:0;}
.page-template-accueilformations-php #wrapper #primary .current_page_item a { background:url(images/bg-menu-rc-on.png);color:#333; border-top:0;border-bottom:0;}
.page-template-accueilformations-php #wrapper #primary .current_page_item a:hover {color:#000; ; border-top:0;border-bottom:0;}
.page-template-accueilformations-php #wrapper #primary .current-page-ancestor a {	color: #555;		font-weight:bold;; border-top:0;border-bottom:0;}
*/
.page-template-accueilformations-php #wrapper #primary .page_item {padding:0;background:#fff; border-top:0;border-bottom:0;;}
.page-template-accueilformations-php #wrapper #primary .page_item a { color:#222;display:block;padding-left:11px;padding-top:14px;height:26px;background:url(images/bg-menu-rc.png); border-top:0;border-bottom:0;}
.page-template-accueilformations-php #wrapper #primary .page_item a:hover { color:#222;text-decoration:none; border-top:0;border-bottom:0;}
.page-template-accueilformations-php #wrapper #primary .current_page_item a { background:url(images/bg-menu-rc-on.png);color:#333; border-top:0;border-bottom:0;}
.page-template-accueilformations-php #wrapper #primary .current_page_ancestor a { background:url(images/bg-menu-rc-on.png);color:#333; border-top:0;border-bottom:0;}
.page-template-accueilformations-php #wrapper #primary .current_page_item a:hover {color:#000; ; border-top:0;border-bottom:0;}
.page-template-accueilformations-php #wrapper #primary .current-page-ancestor a {	color: #555;		font-weight:bold;; border-top:0;border-bottom:0;}

.pouet {background:red;}

.page-template-liste-formations-php #wrapper #primary .page_item {padding:0;background:#fff; border-top:0;border-bottom:0;;}
.page-template-liste-formations-php #wrapper #primary .page_item a { color:#222;display:block;padding-left:11px;padding-top:14px;height:26px;background:url(images/bg-menu-rc.png); border-top:0;border-bottom:0;}
.page-template-liste-formations-php #wrapper #primary .page_item a:hover { color:#222;text-decoration:none; border-top:0;border-bottom:0;}
.page-template-liste-formations-php #wrapper #primary .current_page_item a { background:url(images/bg-menu-rc-on.png);color:#333; border-top:0;border-bottom:0;}
.page-template-liste-formations-php #wrapper #primary .current_page_ancestor a { background:url(images/bg-menu-rc-on.png);color:#333; border-top:0;border-bottom:0;}
.page-template-liste-formations-php #wrapper #primary .current_page_item a:hover {color:#000; ; border-top:0;border-bottom:0;}
.page-template-liste-formations-php #wrapper #primary .current-page-ancestor a {	color: #555;		font-weight:bold;; border-top:0;border-bottom:0;}




.page-template-formation-php #wrapper #primary .page_item {padding:0;background:#fff; border-top:0;border-bottom:0;;}
.page-template-formation-php #wrapper #primary .page_item a { color:#222;display:block;padding-left:11px;padding-top:14px;height:26px); border-top:0;border-bottom:0;}
.page-template-formation-php #wrapper #primary .page_item a:hover { color:#222;text-decoration:none; border-top:0;border-bottom:0;}
.page-template-formation-php #wrapper #primary .current_page_item a { color:#333; border-top:0;border-bottom:0;}
.page-template-formation-php #wrapper #primary .current_page_ancestor a { color:#333; border-top:0;border-bottom:0;}
.page-template-formation-php #wrapper #primary .current_page_item a:hover {color:#000; ; border-top:0;border-bottom:0;}
.page-template-formation-php #wrapper #primary .current-page-ancestor a {	color: #555; font-weight:bold;; border-top:0;border-bottom:0;}

.page-template-formation-php .entry-content ul {margin:0 !important;padding:0 !important;margin-left:30px !important;}
.page-template-formation-php .entry-content ul li {margin:0 !important;padding:0 !important;margin-bottom:3px !important;}
.page-template-formation-php .entry-content ul li ul {margin-top:0 !important;padding:0 !important;position:relative;top:1px !important;}
.page-template-formation-php .entry-content h2 {font-size:15px !important;margin-top:20px;margin-bottom:20px;}
.page-template-formation-php .entry-content p {top:0 !important;}
.entry-content p {top:0 !important;margin-bottom:15px !important;}
.page-template-liste-formations-php #wrapper .entry-content ul {padding-bottom:10px;}
.page-template-liste-formations-php #wrapper .entry-content ul li {margin-bottom:2px;padding-top:5px;padding-left:0;}

.page-item-92  {padding-left:10px;border-left:7px solid #b1bc28;margin-bottom:5px;background:transparent;}
.page-item-94  {padding-left:10px;border-left:7px solid #d0714c;margin-bottom:5px;background:transparent;}
.page-item-96  {padding-left:10px;border-left:7px solid #9198dc;margin-bottom:5px;background:transparent;}
.page-item-98  {padding-left:10px;border-left:7px solid #0c98cf;margin-bottom:5px;background:transparent;}
.page-item-102 {padding-left:10px;border-left:7px solid #fa3ad6;margin-bottom:5px;background:transparent;}
.page-item-66  {padding-left:10px;border-left:7px solid #fbcb1c;margin-bottom:5px;background:transparent;}
.page-item-26  {padding-left:10px;border-left:7px solid #409044;margin-bottom:5px;background:transparent;}

.page-item-92 a:hover  {background:none;color:#222}
.page-item-94 a:hover {background:none;color:#222 }
.page-item-96 a:hover {background:none;color:#222 }
.page-item-98 a:hover {background:none;color:#222 }
.page-item-102 a:hover {background:none;color:#222 }
.page-item-66 a:hover {background:none;color:#222 }
.page-item-26 a:hover {background:none;color:#222 }

#big-contact {background:url(images/bg-contact-big.png) no-repeat;width:570px;height:300px;}


#progdet { background:url(images/bg-progdet.png); font-weight:bold;color:#00709c;padding-left:30px;width:406px;margin-top:20px; }



.breadcrumb {width: 100% !important;background: #fff !important;}
.breadcrumb a {margin: 0 5px}

.xls_list {margin-top:20px !important;}
.page-template-liste-formations-php .xls_list {margin:0;}
.page-template-liste-formations-php .xls_list li.page_item {border-bottom:1px solid #ddd;padding-bottom:5px;list-style-image:url(images/tri2.png)}
.page-template-liste-formations-php .xls_list .page_item a {text-decoration:none;color:black}
.page-template-liste-formations-php .xls_list .children li {border:0;padding-top:5px;padding-left:5px;list-style-position:inside;list-style-image:url(images/puce-form.png);}
.page-template-liste-formations-php .xls_list .children li:hover {background:#eee;}
.page-template-liste-formations-php .xls_list .children a {border:0}
.page-template-liste-formations-php .xls_list .children {border:0;}
.page-template-liste-formations-php .xls_list li a {border:0}
.page-template-liste-formations-php .xls_list li a:hover {}
.page-template-liste-formations-php .xls_list  {background:#fff;border:0;}
.page-template-liste-formations-php  .xls_list li {background:#fff;border:0;}





.page-template-liste-formations-niveau2-php .xls_list {margin:0;}
.page-template-liste-formations-niveau2-php .xls_list li.page_item {border: 0;padding-top: 5px;padding-left: 5px;list-style-position: inside;list-style-image: url(images/puce-form.png);}
.page-template-liste-formations-niveau2-php .xls_list .page_item a {text-decoration:none;color:black}
.page-template-liste-formations-niveau2-php .xls_list .children li {border:0;padding-top:5px;padding-left:5px;list-style-position:inside;list-style-image:url(images/puce-form.png);}
.page-template-liste-formations-niveau2-php .xls_list .children li:hover {background:#eee;}
.page-template-liste-formations-niveau2-php .xls_list .children a {border:0}
.page-template-liste-formations-niveau2-php .xls_list .children {border:0;}
.page-template-liste-formations-niveau2-php .xls_list li a {border:0}
.page-template-liste-formations-niveau2-php .xls_list li a:hover {}
.page-template-liste-formations-niveau2-php .xls_list  {background:#fff;border:0;}
.page-template-liste-formations-niveau2-php  .xls_list li {background:#fff;border:0;}

.xls_list>li>a {font-size:16px;padding-top: 5px;padding-bottom: 5px;display: inline-block }
#etaussi li {background:url(images/puce-form2.png) no-repeat 5px -1px;padding-left:26px;margin-bottom:8px !important;}
#etaussi li a {position:relative;left:10px;}
#etaussi li a:hover {color:#666;}

.rsswidget {display:block;margin-bottom:15px;margin-top:15px;padding-bottom:10px;font-size:14px;color:#111;font-family:Montserrat,Arial,sans-serif;padding:0;margin:0;line-height:14px;}
.rss-date {font-size:75%;}
.rssSummary {font-size:11px;color:#555;font-family:Montserrat,Arial,sans-serif;line-height:13px;margin-bottom:20px;margin-top:10px}

h3.widget-title a {margin:0}
h3.widget-title img {display:none}
.widget-area a

.widget_rss li {margin:0;padding:0;padding-left:15px;padding-bottom:5px;;}

/* =Footer
-------------------------------------------------------------- */

#footer {
	padding-bottom:20px;
	padding-top:20px;
	border-bottom:1px solid #bbb;
	border-top:1px solid #bbb;
	color:#999;
	margin-top:10px;
}
#footer ul { margin:0;padding:0 } 
#footer ul li {
	list-style-type:none;
	margin-bottom:3px;	
	margin-top:3px;	
}
#footer ul li a {
	color:#999;
}
#footer #recrutement {
	float:right;
	margin-right:20px;
}
#footer #recrutement a {
	display:block;
	position:relative;
	top:10px;
	color:#444;
	font-weight:bold;
}



/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


#prerequis  {
    background: #e5f2f8;
    padding: 15px 15px;
        padding-bottom: 15px;
    padding-bottom: 1px;
}
#content #prerequis ul li { color:#555;font-size:14px !important;line-height:17px;margin-bottom:6px;font-family:Georgia,serif !important;font-size:14.5px;}
#content #prerequis ul { padding-left:0;position:relative;left:-20px;list-style-image:url(images/puce3.gif); }
#content #prerequis { width:380px;margin-left:30px;margin-top:15px; margin-right:20px; border-left:1px solid #ddd;font-style:italic;font-family:Georgia,serif;position:relative;top:0px;}
#flottant-formation {  font-size:12px;float:right; width:220px;padding-left:20px;z-index:10000;}
#infos {  padding:15px; margin-top:15px;background:#eee;border-left:4px solid #0087c2;
    padding: 20px;}
#infos p {border-bottom: 1px solid #ccc;padding-bottom: 5px;margin-bottom: 5px;}
#telecharger {border:0 !important}
#flottant-formation p { margin:0;border-bottom:1px solid #ccc;line-height:1.4em;font-size:13px;margin-bottom:5px;margin-top:5px;padding-bottom:5px; } 
#flottant-relatifs {  font-size:12px;margin-top:15px;background:#fff;}
#flottant-relatifs p { margin:0;border-bottom:1px solid #ccc; } 
#flottant-relatifs ul { margin:0;padding:0; } 
#flottant-relatifs ul li { margin:0;padding:0;line-height:130%;font-size:12px;margin-top:5px;padding-left:10px;padding-right:10px;} 
#flottant-relatifs ul li a {text-decoration:none;}
#flottant-relatifs .current_page_item {display:none;}

#wenderhostsubpages-3 ul {margin:0;padding:0;}
.widget-container { margin-top:15px;margin-bottom:10px;padding:0;}
.page_item { list-style-type:none;background: #f7f7f7}
.xoxo {margin:0;padding:0;}
.xoxo a {padding: 7px 0}
.page_item a { color:#111; }
.current_page_item { ;padding: #f3f3f3}
.current_page_item a { color:#fff;padding-left:10px; }
.page_item .children a { font-weight:normal; }
.page-id-1501 .xoxo li ul li {border-bottom: 1px solid #ccc}
.children {position:relative;left:-15px;}

page-template-default .textwidget p a, .page-template-liste-formations .textwidget p a, .page-template-formation .textwidget p a, .page-template-liste-formations-niveau2 .textwidget p a {display:block;padding:10px;background: #f7f7f7;padding-left: 10px;border-left: 7px solid #ccc;margin-bottom: 5px;font-weight: normal; font-size: 14px;line-height: 22px;}

.entry-content ul li {line-height:140%;margin-top:0;margin-bottom:0;padding:0;margin-left:35px;padding-left:10px;}
.entry-content p {line-height:135%;margin-bottom:20px;margin-top:5px;}


#motscles {background:url(images/bg-motscles.png) no-repeat;width:250px !important;height:45px;position:relative;top:10px;}
#actualites {background:url(images/bg-motscles.png) no-repeat;width:250px !important;height:45px;position:relative;top:10px;}

ul {top:0 !important;padding-bottom:2px !important;padding-top:2px !important;font-size:14px}
li {font-weight: normal;font-size: 14px;line-height: 22px}
.tag #primary {display:none;}
.tag #container {margin-top:20px;}
.tag .breadcrumb {display:none;}
.tag .entry-summary a {display:block;}

blockquote {
text-align: left;
font-family: Georgia,serif;
font-style: italic;
}
blockquote p {
	color:#fff;
	font-size:16px !important;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	#telecharger {display:none;border:0}
	.entry-content {
		font-size: 11px;
		line-height: 1em;
	}
	.entry-title {
		font-size: 16px;
        text-transform: uppercase
	}
	
		
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


