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

@import url("./fonts/stylesheet.css"); 

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 {
	clear: both;
	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
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float			: left;
	margin			: 0;
	width			: 760px;
	padding-bottom	: 18px;
	min-height		: 504px;
	
}
/* Pour les exceptions (pas de sidebar mais fullwidth) */
.page-id-2172 #container, .page-id-538 #container, .page-id-374 #container {width:100%!important;}


#container.fullwidth {
	margin: 0 auto;
	width: 100%!important;
}
/* Pour les exceptions (pas de sidebar mais fullwidth) */
#container.fullwidth #content_,
#content #content_2172, #content #content_538 ,#content  #content_374 {width: 758px !important;}

#content {margin:0px;}
#primary,
#secondary {
	float			: right;
	overflow		: hidden;
	width			: 226px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

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

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

/*
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: Arial;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#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: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", 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 */

div.menu,
#wrapper {
	margin: 0 auto;
	width: 1024px;
}
#wrapper {
	background: #fff;
}

#main {
	width: 994px;
}

#template_header {
	background:url(images/images/template_header.gif) 0px 0px no-repeat;
	height:20px;
	margin: 20px auto 0 auto;
	width: 1024px;
}

#template_body {
	margin: 0 auto;
	width: 1024px;
	background:url(images/images/template_body.gif) repeat;	
}

#template_footer {
	margin: 0px auto 20px auto;
	width: 1024px;
	height:20px;
	background:url(images/images/template_footer_footer.gif) repeat;	
}

#template_prefooter {
	margin: 0px auto 0px auto;
	width: 1024px;
	height:40px;
	background:url(images/images/template_prefooter_grey.gif) repeat;	
}

#template_prefooter_home {
	margin: 0px auto 0px auto;
	width: 1024px;
	height:40px;
	background:url(images/images/template_prefooter_home.gif) repeat;	
}

#template_footer_printable {
	display		: none;
}

/* Structure the footer area */
#footer-widget-area {l
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


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

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

/* Text elements */

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 {
	font-style: normal;
}
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 #B5D573;
	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:visited,
a:active,
a:link 	{ text-decoration: none; color: #8AC732; }
a:hover 	{ text-decoration: underline; color: #8AC732; }

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


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

#header {
	padding: 0;
}

#site-description {
	clear		: right;
	float		: right;
	margin		: 3px 18px 18px 0px;
	text-align	: right;
	font-family	: Monitor-Normal;
}

#site-title{
	float: left;
	line-height: 1.4em;
	margin: 3px 0px 16px 25px;
	padding: 0;

}

#content #menu {
	float					: left;
	width					: 226px;
	background				: #ECECEC;
}
#content #menu  ul{
	padding					: 0px;
	margin					: 0px
}
#content #menu  li{
	list-style				: none;
	background-color		: #B6B7B8;
	line-height				: 16px;

}
#content #menu  li a{
	text-decoration			: none;	
	color					: #FFFFFF;	
	padding-left			: 18px;
	padding-top				: 10px;	
	display					: block;
	font-family				: Monitor-Normal;
	font-size				: 14px;
}
#content #menu   ul li a:hover {
	background				: #E27C28;
	display					: block;
}

#content #menu   ul li.current_page_item a {
	background				: #E27C28;
	display					: block;
}


#content #content_,
#content #content_374,
#content #content_538,
#content #content_2150,
#content #content_2152,
#content #content_2172
 {
	float:left;
	margin-left:10px;
}

#content #content_ {
	width:524px;
}

#content #content_374,
#content #content_538,
#content #content_2150,
#content #content_2152
 {
	width: 760px;
}

.menu-menu-haut-container {
	float:left;
	margin-top: 3px;
}

.menu-menu-haut-container #menu-menu-haut ul {
	margin: 0;
}
.menu-menu-haut-container #menu-menu-haut li{
	float: right;
	position: relative;
	margin-right:15px;
	list-style: none;	
}
.menu-menu-haut-container #menu-menu-haut li a{
	text-decoration			: none;	
	color					: #9E9FA0;	
}




/* =Menu
-------------------------------------------------------------- */
#access {
	float: right;
    margin-right: 8px;
    margin-top: 85px;
}
#access a {
	display			: block;
	line-height		: 38px;
	padding			: 0 10px;
	text-decoration	: none;
	font-size		: 14px;
}

#access .menu-header,
div.menu {
	font-size		: 15px;
	margin-left		: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	margin-left: 10px;
}
#access .menu-header li a {
	color				: #9E9FA0;
	height				: 35px;	
	font-family			: Monitor-Normal;	
}

#access .menu-header li a:hover {
	background			: #FFFFFF;
	color				: #E27C28;

}

#access .menu-header li.current_page_item,
#access .menu-header li.current_page_item > a,
#access .menu-header li.current_page_item > a:active,
#access .menu-header li.current_page_ancestor,
#access .menu-header li.current_page_ancestor > a,
#access .menu-header li.current_page_ancestor > a:hover,
#access .menu-header li.current_page_ancestor > a:active {
	background			: #FFFFFF;
	color				: #E27C28;	
}

#access .menu-header ul ul  {
	margin-top			: -3px;
}

#access .menu-header ul ul a {
	color					: #9E9FA0;
	background				: #ECECEC;
	line-height				: 1em;
	padding					: 10px 10px 6px 10px;
	width					: 150px;
	border-bottom 			: 2px solid #FFFFFF;
	font-size				: 12px;
	height					: 12px;
}

#access .menu-header ul ul a:hover {
	color					: #FFFFFF;
	background				: #E27C28;
}

#access .menu-header ul ul li.current_page_item  a {
	color					: #FFFFFF;
	background				: #E27C28;
}


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

#main {
	clear: both;
	overflow: hidden;
	margin: 0 0 0 0px;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color			: #595959;
	font-size		: 14px;
	line-height		: 21px;
}

#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.5em;
	margin: 0 0 20px 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			: 10px 0 18px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.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				: #B6B7B8;
	font-size			: 19px;
	margin-bottom		: 0;
	font-family 		: Monitor-Bold;
}
.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 {
	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 {
	clear			: both;
	padding			: 0px 0 20px 0;
}

.entry-content_imprint {
	font-size		: 12px;
	line-height		: 18px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.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;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.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 {
	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;
}

#content #content_  h2 				{ font-size:14px; margin-bottom : 5px; }
#content H2.content_no  			{ font-size: 1.5em!important;margin: initial!important; }
#downloads 							{ width:460px; float:right;background-color: #F7F7F7; margin-bottom:18px; padding:10px; }
#downloads ul   					{ margin: 5px 10px 5px 0px; font-size:12px; line-height:18px; }
#downloads ul li 					{ list-style: none; margin :0; padding : 2px 8px 0px 0px; margin-bottom:8px; }
#downloads ul li.last				{ list-style: none; margin :0; padding : 2px 8px 0px 0px; margin-bottom:8px; border-bottom: none;}
#downloads ul li a					{ text-decoration:none; color : #595959;}
#downloads ul li a:hover			{ text-decoration:none; color : #86A53A;}
#downloads ul li 					{ padding-bottom:10px;border-bottom: 1px dotted #9E9FA0;}
#downloads ul li span.post_date		{ color : #86A53A;font-weight:700;}
#downloads ul li span.post_title a	{ color : #86A53A;}

/* =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;
}
#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: left;
    margin-right: 24px;
    margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	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 {t
	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;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	/*font-style: italic;*/
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
/*	font-style: italic;*/
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;	
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


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

.widget-area ul {
	list-style: none;
	margin-left: 0;
	
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	width:224px;
	border:1px solid #9E9FA0;
	margin-bottom:19px;
	background-color:#FFFFFF;
	line-height: 18px;	
}
.widget-title {
	color				: #9E9FA0;
	font-family 		: Monitor-Normal;
	height				: 15px;
}

p.widget-title  {
	padding:10px;
	border-bottom:1px solid #9E9FA0;
}

h3.widget-title  {
	color: #9E9FA0;
	padding:10px;
	border-bottom:1px solid #9E9FA0;
}

h3.widget-title-last  {
	font-family 		: Monitor-Normal;
	color: #9E9FA0;
	padding:10px 10px 2px 10px;
}


.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 .widget-container div	{ padding:10px;  color: #595959;}
#main .widget-container h3	{ margin-bottom:0px; color:#AAAAAA; font-size:17px;}
#main .widget-container hr 	{ border: 1px dotted #9E9FA0; border-style: none none dotted; margin: 8px 0px 8px 0px; padding:0px;background-color: #FFFFFF; }
#main .widget-container ul   	{ margin :0px !important; padding:0px !important; border:0px;list-style: none;}
#main .widget-container ul li 	{ margin :0px !important; padding:0px !important; border:0px;list-style: none;}

img.middle
{
	vertical-align	: middle;
	margin-right	: 5px !important;
}


#right-arrow-bottom-green 			{ margin-top:160px; margin-left:175px;}
#right-arrow-bottom-orange-small 	{ float:right;     margin-right: -13px; margin-top: -1px;}
#right-arrow-bottom-white 			{ float:right;   margin-right: -10px;}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
	padding:10px;
}
#primary {
	margin-top		: 20px;
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */
#footer {
	margin: 0px auto 0px auto;
	width: 1024px;
	background:url(images/images/template_footer_body.gif) repeat;		
}

#colophon {
	width: 1024px;

	margin: 0px auto 0px auto;
	padding: 3px 37px 0px 37px;
}

#colophon .colophon_col 		{ width : 225px; float:left; padding-right:10px;}

#colophon .colophon_col ul												{ margin:0px 0px 0px 0px; font-size:14px; }
#colophon .colophon_col ul li.page_item  									{ list-style:none; }
#colophon .colophon_col ul li.page_item  > a 								{ color : #595959;font-weight:700; font-size:14px;text-decoration:none; border-bottom: 1px solid #9E9FA0; padding: 5px 5px 12px 0px;display:block;}
#colophon .colophon_col ul.children li.page_item   							{ border:none; margin:0px; text-transform: uppercase;}
#colophon .colophon_col ul.children li.page_item  > a  						{ font-size:12px; color : #9E9FA0;font-weight:100; border:none; padding: 5px 5px 5px 0px; }
#colophon .colophon_col ul.children li.page_item   ul.children li.page_item 	{ margin-left:-10px; border:none;  margin:0px 0px 0px 7px;}
#colophon .colophon_col ul.children li.page_item   ul.children li.page_item > a 	{ border:none; padding: 0px; text-transform: lowercase;}


#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
/*	font-style: italic;*/
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =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;
}


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

@media print {

	body {
		background: none !important;
	}
	
   .ui-accordion .ui-accordion-content-wrap {
        display:block !important;
    }       
	
	div#masthead {display:none !important;}	
	
		h3.widget-title ,
	#site-description,
	#footer {
		display: none;
	}
	#content #menu {
		float					: left;
		width					: 226px;
		background				: #ECECEC;
	display:none !important;}		
	#container {
		float			: none;
		margin			: 0;
		width			: 100% !important;
		padding-bottom	: 18px;
		min-height		: 0px !important;
	}
	
#content > * {
	width			: 100% !important;
}	

}



/* SLIDER -------------------------------------------------------------- */
#slider{ clear:both; }

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ width:100%; max-width:994px; height:260px; overflow:hidden; }
/* SLIDER -------------------------------------------------------------- */

/* HOMEPAGE -------------------------------------------------------------- */
#home_page {
	width				: 698px;
	margin				: 20px 0px 0px 18px;
	float				: left;	
}


#carre_fonction {  
	min-height			: 186px;
	width				: 226px;
	float				: left;
}

#carre_fonction_actualites {  
	height				: 206px;
	width				: 186px;
	float				: left; 
	background-color	: #B5D573;
	font-size			: 19px; 
	color				: #FFFFFF;
	padding				: 15px 25px 5px 15px;
	font-family			: Monitor-Normal;
}

#carre_fonction_activite {  
	height				: 482px;
	width				: 186px;
	float				: left; 
	background-color	: #E89653;
	font-size			: 19px; 
	color				: #FFFFFF;
	padding				: 15px 25px 5px 15px;
	font-family			: Monitor-Normal;

}

#carre_fonction_medias {  
	height				: 88px;
	width				: 186px;
	float				: left; 
	background-color	: #9DC744;
	font-size			: 19px; 
	color				: #FFFFFF;
	padding				: 15px 25px 5px 15px;
	font-family			: Monitor-Normal;

}

#rectangle_contenu_medias {
	height				: 88px;
	width				: 462px;
	float				: left;
}

#calendar_events {	
	width				: 472px;
	height				: 226px;
	float				: left;
	background-color	: #ECECEC
}
#calendar_events ul   {	margin: 8px 8px 8px 8px;}
#calendar_events ul li {	list-style: none;margin :0; height:67px; padding : 2px 8px 0px 0px; margin-bottom:8px;border-bottom: 1px dotted #9E9FA0;}
#calendar_events ul li.last {	list-style: none;margin :0; height:67px; padding : 2px 8px 0px 0px; margin-bottom:8px; border-bottom: none;}
#calendar_events ul li a{	text-decoration:none;     color:#595959;  text-decoration : none;}

#rectangle_contenu_actualites 				{ width:472px; height:226px;float:right;background-color: #ECECEC; }
#rectangle_contenu_actualites ul   			{ margin: 5px 10px 5px 10px;}
#rectangle_contenu_actualites ul li 		{ list-style: none; margin :0; height:67px; padding : 2px 8px 0px 0px; margin-bottom:8px;border-bottom: 1px dotted #9E9FA0;}
#rectangle_contenu_actualites ul li.last	{ list-style: none; margin :0; height:67px; padding : 2px 8px 0px 0px; margin-bottom:8px; border-bottom: none;}
#rectangle_contenu_actualites ul li a		{ text-decoration:none;}

.home hr {border: 1px dotted #9E9FA0; border-style: none none dotted;padding:4px 10px 0px 10px; margin:10px 10px 14px 10px;background-color: #FFFFFF; }
.menu_boxes 								{ background-color:#E89653; color:#FFFFFF; padding:11px 14px 14px 14px; height:10px; font-size:14px; font-family : Monitor-Normal;}
.menu_boxes_green						{ background-color:#9DC744; color:#FFFFFF; padding:11px 14px 14px 14px; height:10px; font-size:14px; font-family : Monitor-Normal;}

#m1 {	background: url(./images/medias/FHL-info-banner.jpg) center left no-repeat;}
#m2 {	background: url(./images/medias/presse.jpg) center left no-repeat;}

#a1 {	background: url(./images/activites/achat.jpg) center left no-repeat;}
#a2 {	background: url(./images/activites/informatic.jpg) center left no-repeat;}
#a3 {	background: url(./images/activites/norme-qualite.jpg) center left no-repeat;}
#a4 {	background: url(./images/activites/sist.jpg) center left no-repeat;}
#b1 {	background: url(./images/activites/economic.jpg) center left no-repeat;}
#b2 {	background: url(./images/activites/juridique.jpg) center left no-repeat;}
#b3 {	background: url(./images/activites/phy-med.jpg) center left no-repeat;}
#b4 {	background: url(./images/activites/statistic.jpg) center left no-repeat;}


#searchform  input
{
	background: #F7F7F7;
	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;
	font-size:10px;
	color : #9E9FA0;
}




.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #FFC;
}
.switcher img {
	position: relative;
	top: 1px;
}

#drop_down  {
	background-color	: #B5D573;
	width				: 459px;
	height				: 22px;
	padding				: 10px;
	color				: #FFFFFF;
	margin-top			: -10px;
}

#drop_down  select  {
	float				: right;
}

/* page-492.php - members --------------------------------------------------------------- */

div#map {
	width			:504px;
	height			:450px;
	margin-bottom	:20px;
	margin-right	:10px!important; 
	margin-left		:10px!important;
	font-size		:11px;
	line-height		:14px;
}


/* page-492.php - members --------------------------------------------------------------- */

div#past_presidents {}
div#past_presidents div#one_president { float:left; margin-left:20px;margin-top:10px;width:125px;}


ul#accordion li div  ul div div#post_content div#post_content_team ul  {	margin:0px;}
ul#accordion li div  ul div div#post_content div#post_content_team  a {background-image : none;}
ul#accordion li div  ul div div#post_content div#post_content_team ul li {
	margin				: 5px 10px 5px 0px;
	line-height			: 16px;
	list-style			: none;
	border-bottom		: 1px dotted #9E9FA0; 
	padding				: 5px 5px 12px 0px;	
}
/* page-598.php - contact --------------------------------------------------------------- */
form#ajax-contact-form input#nom,
form#ajax-contact-form input#prenom,
form#ajax-contact-form input#email,
form#ajax-contact-form input#telephone {
	width				: 225px;	
}

form#ajax-contact-form input#entreprise {
	width				: 465px;
}
form#ajax-contact-form textarea#message  {
	width				: 465px;
	height				: 300px;	
}

div#si_contact_form_submit {
	font-family 	: Monitor-Normal;
	width			: 120px;	
	color			: #FFFFFF;
	font-size		: 14px;
	line-height		: 15px;
	padding			: 12px 10px 6px 10px ;
	text-decoration	: none;
	background		: #B5D573 url(images/arrows/right-arrow-lightgreen.gif) right bottom no-repeat;	
}

form#ajax-contact-form table,
form#ajax-contact-form table td {
	border: none;
	padding : 0px;
	color: #595959;
	font-size: 12px;
	padding-bottom:10px;
}
form#ajax-contact-form input.error { border: 1px solid red; }
form#ajax-contact-form textarea.error { border: 1px solid red; }

/* id 369  structure --------------------------------------------------------------- */
div.accordeon_image_container {
    width: 100%;
	clear:both;
}
div.accordeon_image_first {
    float: left;
    margin-left: 0px;
    margin-top: 10px;
}
div.accordeon_image_next {
    float: left;
    margin-left:10px;
    margin-top: 10px;
}
.clear_both { clear:both; }

a.website {margin-left:20px;}

div#post_content hr {   
	border-bottom: 1px dotted #000E2E;
    clear: both;
    height: 1px;
    margin-bottom: 10px;
    padding-top: 10px;
	background-color: #F7F7F7;
	}
	
.post-27 div.entry-content_imprint h2 {	color: #000;
	line-height: 1.5em !important;
	margin: 20px 0 20px 0 !important;}
.post-27 div.entry-content_imprint ul,
.post-490 div.entry-content ul { margin-bottom: 0 !important;margin: 1.5em 0 18px 1.5em !important;}

div#congres-2013 {border: 1px solid #9E9FA0;margin-bottom:10px;}
div#congres-2013 img{width:696px;}

div#congres-2014 {margin-bottom:10px;}
div#congres-2014 img{width:100%;}

/* fix for IE10 */
.typeface-js-selected-text {
	display:none;
}

div#post_content p,div.entry-content p {margin-bottom:15px;}

/* MOD ART2COM */

.wpcf7-not-valid-tip {display:none!important;}
.wpcf7-not-valid { border:red 1px solid!important;}
#agency, .your-agency, #message, .your-message {width:465px!important;}
table {width:100%!important;}

/* FORMULAIRES */
#nom, #prenom, #email, #telephone, .colspan1, .formulaire {width: 50%!important;}
.colspan1 {float:left!important;}
.formulaire .lastcol {padding-left: 0!important;}
#captcha {width:100px!important;}
#content table {border: none !important;}
td { border: medium none!important; color: #595959!important; font-size: 12px!important; padding: 0 0 10px!important;}
.formulaire td { border: medium none!important; color: #595959!important; font-size: 14px!important; padding: 0 0 10px!important;}
.formulaire input {margin: 0 0 14px 0!important;}
table {margin: 0 -1px 24px 0!important; text-align: left!important; width: 100%!important;}
table.formulaire {margin: 0 -1px 24px 0!important; text-align: left!important; width: 100%!important;}

#prenom, #phone {float:left;}
table.formulaire select, input[type="email"], input[type="tel"], .wpcf7-checkbox.wpcf7-not-valid {background: none repeat scroll 0 0 #f9f9f9; border: 1px solid #b5d573; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset; padding: 2px;}
.wpcf7-response-output.wpcf7-validation-errors {display:none!important;}
div.wpcf7-response-output {margin: 0!important;}

.single-events #content #content_  h2 { background-color:#E89653; color:#FFFFFF!important; padding:10px; font-size:14px; font-family : Monitor-Normal;}
.single-events h3 { background-color:#E89653; color:#FFFFFF; padding:11px 14px 14px 14px; height:10px; font-size:14px; font-family : Monitor-Normal;}
.single-events input.wpcf7-form-control.wpcf7-submit  { background-color:#E89653; color:#FFFFFF!important; padding:10px; font-size:14px; font-family : Monitor-Normal;}

.single-events .max-width-100 {width:100%;max-width:100%;height:auto;}

/* FORMULAIRES */

/* twitter */
.ttf-tweet + .ttf-tweet {border-top: 1px #ededed solid;}
.ttf-tweet {padding:10px 0px!important;}
.rectangle_contenu_twitter #main .widget-container div {padding:0!important;}
li#wptt_twittertweets-3 {border:none;background-color:transparent;width:100%;list-style: none outside none;}
li#wptt_twittertweets-3 h3.widget-title{display:none;}

ul.light li.tweets_avatar {background:transparent!important;color:#FFFFFF!important;}
.tweet_data { float: none;line-height: 18px !important;font-family: Arial!important;font-size: 12px!important;}
.fetched_tweets > li{box-shadow:none!important;border-top: 1px #ededed solid!important;}
.fetched_tweets.light .tweets_avatar .tweet_data a{color: #8ac732!important;text-decoration: none;}
div.times em {font-style: normal;}
html body.home.blog div#template_body div#wrapper.hfeed div#main div#home_page div#rectangle_contenu_medias div#rectangle_contenu_twitter li#wptt_twittertweets-3.widget-container.wptt_TwitterTweets ul.fetched_tweets.light li.tweets_avatar div.tweet_wrap { padding: 5px 0 8px !important;}

li#wptt_twittertweets-3.widget-container.wptt_TwitterTweets ul.fetched_tweets.light li.tweets_avatar div.tweet_wrap div.tweet_data {color:#666666!important;}

#rectangle_contenu_twitter {line-height: 17px!important; clear:both; height:358px!important; background-color:#f5f5f5; padding:0 10px;}
/*.timeline-twitter-feed {height:288px!important;}*/
#twitter-title {font-size:17px; font-family:Monitor-Normal; padding: 11px 0 3px 0; border-bottom: 1px solid #666666;}
#carre_fonction_medias {height:791px!important;}
div.wpcf7-mail-sent-ok {border: 0px solid #398f14!important; color:green; padding-left:0!important; padding-right:0!important;}
div.wpcf7-mail-sent-errors {border: 0px solid #398f14!important; color:red; padding-left:0!important; padding-right:0!important;}
#rectangle_contenu_twitter .widget-container div {
    padding:0px!important;
}

/* COOKIES */
#cookieChoiceInfo {background:#000000!important;color:#FFFFFF!important;padding:25px 4px!important;font-size:12px;}
/* COOKIES */

/* END MOD ART2COM */

.uc{text-transform:uppercase;}
.Gallerix .gallerix_top_navigation {display:none!important;}
.gallerix_content_wrapper ul {margin:0px!important;}
.Gallerix .gallerix_image_box {border-radius: 0 !important; box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0)!important; margin: 0px 0px 0px 0px!important; padding: 0px!important;}
.Gallerix .gallerix_image_box img {border-radius: 0px!important;}
#post- > div > p.credits{font-size:12px;color:#CCCCCC;}
#post- > div > p.credits a{font-size:12px;color:#CCCCCC;}


/* UPDATE 2015 FHLUX */
*, 
*:focus, 
*:active, 
a:active, 
a:focus, 
a:active, 
a:focus, 
input:focus, 
input:active {-moz-outline-style:none!important; outline:none!important; outline:0!important;}
ul {text-align: left !important;}
#content, #content input, #content textarea {font-size: 15px!important;}
ul.sf-menu > li:first-child {display: none!important;}
ul#menu-menu-haut li#menu-item-448 {display: none!important;}
.menu-menu-haut-container {width: 100% !important;}
#rectangle_contenu_twitter {background-color: #bbbcbd!important;}
li#wptt_twittertweets-3.widget-container.wptt_TwitterTweets ul.fetched_tweets.light li.tweets_avatar div.tweet_wrap div.tweet_data {color: #ffffff !important;}
#twitter-title {color: #ffffff !important; border-bottom: none!important;}
#rectangle_contenu_twitter em, #rectangle_contenu_twitter a {color: #ffffff!important;}
.fetched_tweets > li {border-top: 1px solid #ffffff !important; border-radius: 0px!important;}
.fetched_tweets > li:first-child {border-top:none!important;}
.menu_boxes_green { background-color: rgba(255, 255, 255, 0.8); color: #9dc744;}
.menu_boxes {background-color: rgba(255, 255, 255, 0.8); color: #e89653;}
.menu_boxes_green:hover, #rectangle_contenu_medias div:hover .menu_boxes_green {color: #ffffff!important; background-color: #9dc744!important;}
.menu_boxes_green *:hover, #rectangle_contenu_medias div:hover .menu_boxes_green * {color:#ffffff!important;}
.menu_boxes:hover, #carre_fonction div:hover .menu_boxes {color: #ffffff!important; background-color: #e89653!important;}
.menu_boxes *:hover, #carre_fonction div:hover .menu_boxes * {color:#ffffff!important;}
img#right-arrow-bottom-orange-small {display:none!important;}
h3.widget-title {border-bottom: none!important;}
.widget-container {border:none!important;}
.widget-container h3.widget-title.sb {padding-top:0px!important; padding-bottom:0px!important; height:48px; border-top: 1px solid #9e9fa0!important; color:#9e9fa0!important;}
.widget-container h3.widget-title-last.sb {padding-top:0px!important; padding-bottom:0px!important; height:48px; border-top: 1px solid #9e9fa0!important; border-bottom: 1px solid #9e9fa0!important; color:#9e9fa0!important;}
.widget-container a.sb {color:#9e9fa0!important; text-decoration: none!important; background-repeat: no-repeat!important; background-size: auto auto!important; background-image: url("/web/wp-content/themes/twentyten/images/arrow-grey.png")!important; background-position: right center!important; width: 100%;}
.widget-container a.sb:hover {color:#e27c28!important; text-decoration: none!important; background-repeat: no-repeat!important; background-size: auto auto!important; background-image: url("/web/wp-content/themes/twentyten/images/arrow-orange.png")!important; background-position: right center!important; width: 100%;}
.widget-container h3.widget-title.sb a {font-size:17px!important; padding-bottom:17px!important; padding-top:15px!important; height:16px!important;}
.widget-container h3.widget-title-last.sb a {font-size:17px!important; padding-bottom:17px!important; padding-top:15px!important; height:16px!important;}
#main .widget-container h3 + div {padding: 0px 10px!important; font-size: 14px; line-height: 1.5em;}.
body {background: #f5f5f6 none repeat scroll 0 0!important;}
#template_header {background: none!important; /* width:100%!important;*/}
#template_body {background: none!important; /* width:100%!important;*/}
#template_prefooter_home {background: none!important; /* width:100%!important;*/}
#template_footer {background: none!important; /* width:100%!important;*/}
.widget-area .widget-container {background-color: #f5f5f6!important;}
#branding {width: 100%; box-sizing: border-box; float: left; background-color:#ffffff!important; min-height: 200px!important; margin-bottom: 30px!important; border-bottom-right-radius: 17px!important; -webkit-border-bottom-right-radius:17px!important; -moz-border-bottom-right-radius:17px!important;}
#site-description {float: left; margin: 0!important; width: 100%;}
#access {margin-right: 5px!important; margin-top: 119px !important;}
#site-title {margin: 26px 0 8px 15px !important;}
.menu-menu-haut-container {margin-top: 20px!important;}
#home_page {margin: 0px 0 0 0px!important; width: 760px!important;}
#primary {margin-top: 0px!important;}
.home #main {padding-top: 30px!important}
div#congres-2014 {margin-bottom: 26px!important;}
.menu_boxes_green, .menu_boxes {padding: 10px 10px 19px !important; cursor:pointer; font-size:17px!important;}
#carre_fonction_medias {padding: 15px 25px 5px 10px!important; width: 251px!important;}
#carre_fonction_activite {padding: 15px 25px 5px 10px!important; width: 251px!important;}
#carre_fonction_medias, #rectangle_contenu_medias {margin-top: 20px!important;}
#congres-2014 > a {display: block;}
#congres-2014 > a > img {height:120px!important;} /*pas sur*/
a.website {margin-left: 0px!important;}
li#wptt_twittertweets-3.widget-container.wptt_TwitterTweets ul.fetched_tweets.light li.tweets_avatar div.tweet_wrap div.tweet_data {font-family: Monitor-Normal!important; font-weight: normal!important;}
#rectangle_contenu_twitter em, #rectangle_contenu_twitter a {font-family: Monitor-Normal!important; font-weight: normal!important;}
#twitter-title {font-family: Monitor-Normal!important; font-weight: normal!important;}
#access .menu-header > ul > li > a:hover, #access .menu-header > ul > li , #access .menu-header > ul > li > a {background: transparent!important;}
#access a {font-size:19px!important;}
#site-description a {font-size:15px!important;}
#content h3.title-para {color: #8ece3e!important; margin: 15px 0 0px 0!important;text-transform:uppercase;}
.page.hentry {margin: 0px 0 18px!important;}
.events.hentry {margin: 0px 0 18px!important;}
#content h1.entry-title {color:#ffffff!important; background-color:#8ece3e!important;}
#content .entry-title {font-family: Monitor-Bold; height:50px!important; margin-bottom: 15px!important;}
#content .entry-title span canvas { margin-bottom: 10px!important; margin-top: 17px!important;}
#content .entry-title span {margin-left: 10px!important;}
#template_prefooter {background: none!important;}
#footer {background: none!important}
#main {background: none!important}
#colophon .colophon_col > ul > li.page_item > a  {margin-bottom: 10px!important;}
#content #content_, #content #content_374, #content #content_538, #content #content_2150, #content #content_2152, #content #content_2172 {background: white none repeat scroll 0 0!important; padding-bottom: 40px!important; border-bottom-right-radius: 17px!important; -webkit-border-bottom-right-radius:17px!important; -moz-border-bottom-right-radius:17px!important; margin-top:-1px!important;}
.caption {background: rgba(255,255,255,0.8)!important; border-bottom-right-radius: 17px!important; -webkit-border-bottom-right-radius:17px!important; -moz-border-bottom-right-radius:17px!important;}
.caption1 {color:#e27c28!important;}
.caption2 {color:#9e9fa0!important;}
#content .entry-content {padding-left: 10px!important; padding-right: 10px!important;}
#content #menu li {background-color: #f5f5f6 !important; border-top: 1px solid #9e9fa0!important; color:#9e9fa0!important;}
#content #menu li:not(:last-child) {height:48px!important;}
#content #menu li:last-child {height:49px!important; border-bottom: 1px solid #9e9fa0!important;}
#content #menu li:not(:last-child) a {font-size:17px!important; padding-top: 16px!important; height:20px!important; color:#9e9fa0!important; padding-left: 0px!important; padding-bottom: 14px!important;}
#content #menu li:last-child a {font-size:17px!important; padding-top: 16px!important; height:20px!important; color:#9e9fa0!important; padding-left: 0px!important; padding-bottom: 14px!important;}
#content #menu ul li.current_page_item a {padding-bottom: 12px!important; padding-top: 16px!important; background: #f5f5f6!important; color:#e27c28!important;}
#content #menu ul li a:hover {background: #f5f5f6!important; color:#e27c28!important;}
#content #menu li:last-child a:hover {background: #f5f5f6!important; color:#e27c28!important; /*border-bottom: 1px solid #9e9fa0!important;*/ height: 19px !important;}
#main {width: 100%;}
#rectangle_contenu_twitter a#follow-button.btn {border-radius:0px!important; background-color: #888!important;}
#rectangle_contenu_twitter a#follow-button.btn:hover {background-color: #777!important;}
div#widget div.btn-o a#follow-button.btn {border-radius:0px!important; background-color: #888!important;}
#container {padding-bottom: 0px!important;}
#primary, #secondary {width: 224px!important;}
#primary > ul > div > h3:not(.sb) {padding-bottom: 18px!important; padding-top: 18px!important;}
#access .menu-header ul ul {margin-top: 4.5px!important;}
#access .menu-header > ul > li {padding-bottom:7px;} 
html {margin-top: 0px !important;}
#template_body {width: 1024px;}
div.menu, #wrapper {width: 994px;}
/*ul#accordion li.ui-accordion-li-fix a.heading {padding: 17px 20px 16px 0px !important;}*/
ul#accordion li.ui-accordion-li-fix a.heading {padding: 16px 20px 18px 0 !important;}
ul#accordion {margin: 10px 10px 0px 10px!important;}
ul#accordion ul {margin: 10px 0px 10px 0px!important; padding: 0px!important; background: #ffffff!important;}
ul#accordion li {margin-bottom: -1px!important;}
/*a.ui-state-active  {border-bottom: 0px solid black;}*/
.entry-content_imprint {padding-left: 10px!important; padding-right:10px!important;}
#content_ #fields {padding-left: 10px!important; padding-right:10px!important;}
#downloads {background-color: #ffffff!important;}
#drop_down {margin-left: 10px!important; width: 484px!important;}
#wrapper {background: #f5f5f6  none repeat scroll 0 0!important;} /* LightSteelBlue purple:f5f5f6*/
body {background-color: #f5f5f6!important;} /* red */
#carre_fonction > div {height:118px!important;}    
#rectangle_contenu_medias #m1, #rectangle_contenu_medias #m2 {width:226px; height: 118px!important;}
#rectangle_contenu_medias #m1, #rectangle_contenu_medias #m2 {background-position: 0px 0px!important; background-size: cover!important;}
#carre_fonction > div {background-position: 0px 0px!important; background-size: cover!important;} 
#resp_footer {display: none;}
#glyphon {display:none;}
#access .menu-header ul ul a {background:#f5f5f6!important; color:#9e9fa0!important; padding-top: 12px!important; padding-bottom:12px!important; font-size: 13px!important}
#access .menu-header ul ul {margin-top: 4px !important;}
#access .menu-header ul ul a:hover {color:#e27c28!important;}
ul#accordion li.ui-accordion-li-fix a.heading {background-repeat: no-repeat!important; background-size: auto auto!important; background-image: url("/web/wp-content/themes/twentyten/images/arrow-green.png")!important; background-position: right center!important;}
ul#accordion li:last-child {border-bottom: 1px solid #8ece3e;}
ul#accordion li {padding-left: 10px; padding-right: 10px;}
ul#accordion li.ui-accordion-li-fix a.heading.ui-state-active  {background-repeat: no-repeat!important; background-size: auto auto!important; background-image: url("/web/wp-content/themes/twentyten/images/arrow-green-2.png")!important; background-position: right center!important;}
.menu-menu-haut-container #menu-menu-haut li a:hover {color: #e27c28!important;}
#resp_footer #colfleft a:hover {color: #e27c28!important;}
ul#accordion ul#post-366 {height: auto!important; margin-left: -5px !important; margin-right: -5px !important;}
ul#accordion ul {height: auto!important;}
ul#accordion li ul > div.acc-col-right div.widget-container {width: 100%!important;}
ul#accordion li ul > div.acc-col-right div.widget-container h3 {padding-bottom: 20px !important; color: #aaaaaa!important; font-size: 17px!important; border-top: 1px solid #9e9fa0!important; padding-top: 16px !important;}
ul#accordion li ul > div.acc-col-right div.widget-container + div.widget-container {margin-top: 0px !important; padding-top: 18px !important;}
ul#accordion li ul > div.acc-col-right ul {margin-top:0px!important;}
ul#accordion li ul > div.acc-col-right div.widget-container {margin-bottom:0px!important;}
ul#accordion li ul > div:not(.acc-col-right):not(.acc-col-left) {width: 500px !important;}
div#past_presidents div#one_president {font-size: 14px; font-family: Monitor-Normal!important; font-weight: normal!important; color: #9e9fa0!important;}
#slider .caption {width:650px!important; }
#slider .caption1 {width:670px!important;}
#slider .caption2 {width:380px!important;}
#colophon .colophon_col ul.children li.page_item > a:hover, #colophon .colophon_col > ul > li.page_item > a:hover {color:#e27c28!important;}
#content #menu {background: transparent none repeat scroll 0 0!important;}
#content #menu ul {padding-left:15px!important;}
.accordeon_nom, .accordeon_fonction {width: 357px!important;}
.acc-col-left {width: 492px!important; box-sizing: border-box; display: block !important;}
.acc-col-right {width: 220px!important;padding-left:6px;}
ul#accordion li.ui-accordion-li-fix a.heading {padding-right:20px!important;}
#content tr td {font-family: Monitor-Normal!important;}
#content, #content input, #content textarea {font-family: Monitor-Normal!important;}
#access .menu-header ul ul li.current_page_item a {color:#e27c28!important;}
.grand_rectangle_fonction > iframe {width: 100%!important}
.grand_rectangle_fonction {height: 315px; margin-bottom: 10px}

@media screen and (min-width: 1024px), (min-device-width: 1024px)  {
	#carre_fonction > div {height: 108px!important;}
	#carre_fonction_activite {height: 442px!important;}
	#rectangle_contenu_medias #m1, #rectangle_contenu_medias #m2 {height: 108px !important;}
    #carre_fonction_medias {height: 781px !important;}
	#slider li, #slider, #slider ul, .c1 {height:500px!important; background: white;}
	div#past_presidents div#one_president:nth-child(3n+2){margin-left: 50px!important; margin-right: 50px!important;}
	div#past_presidents {margin-left: 10px!important;}
	div#past_presidents div#one_president {margin-left: 0px!important; margin-right: 0px!important; width: 125px!important;}
	#one_president > img {height: auto; width: 125px;}
	#colophon {width: 950px!important;}
	#colophon .colophon_col {padding-left: 5px!important; padding-right: 5px!important; width: 227px!important;}
	#slider {height:500px!important;}
	#primary {border-top: 1px solid #9e9fa0!important;}
	.caption {margin-top:324px!important; height: 88px!important; margin-top: 322px!important; padding: 30px 10px!important;}
	.caption1 {font-size:25px!important;}
	#slider .caption2 {width: 100%!important;}
	body.page-id-3462 #primary {display: none!important;}
	.post-3462 img.alignnone.wp-image-3927[alt="banner-50-ans"] {width: 100%!important;}
	footer {width: 994px!important;}
	#colophon {margin: 0 auto; padding: 3px 0 0!important; width: 1005px !important;}
	#colophon .colophon_col {width: 241px !important;}
}

@media screen and (max-width: 1024px), (max-device-width: 1024px)  {
	div#past_presidents div#one_president:nth-child(3n+2){margin-left: 0px!important; margin-right: 10px!important;}
	.grand_rectangle_fonction {margin-left: 10px;}
	#primary {border-top: none !important;}
	.home #footer {display:none!important;}
	.caption {height: 146px !important; margin-top: 148px !important;} 
	.accordeon_image {padding-right: 10px!important;}
	.accordeon_nom, .accordeon_fonction {float: left!important; width: 50%!important;}
	#one_president > span {padding: 0 10px !important;}
	#slider li, #slider, #slider ul, .c1 {height:324px!important; background: white;}
	body {padding-left: 20px!important; padding-right:20px!important;}
	#home_page {width: 100% !important;}
	#wrapper {width: 100%!important; } /*purple:f5f5f6*/
	#template_body {width: 100%!important;}
	#header {width: 100%!important}
	#carre_fonction_activite, #carre_fonction_medias {width: 33.33%!important; margin-right: 0px!important; margin-left: 0px!important; padding-left: 0px!important; padding-right:0px!important;}
	#carre_fonction { box-sizing: border-box; display: block; padding-left: 10px; width: 33.33%!important; margin-right: 0px!important; margin-left: 0px!important;}
	#carre_fonction * {box-sizing: border-box; display: block; width: 100%!important; margin-right: 0px!important; margin-left: 0px!important;} 
	#carre_fonction div div.menu_boxes {height: 40px;}
	#carre_fonction_activite div, #carre_fonction_medias div {padding-left: 10px!important;}
	#rectangle_contenu_medias {width: 66.66%!important; margin-right: 0px!important; margin-left: 0px!important;}
	#rectangle_contenu_medias #m1, #rectangle_contenu_medias #m2 {background-size: cover!important; background-position: 0px 0px!important; width: 100%!important; margin:0!important;}
	#rectangle_contenu_medias .rectangle_fonction {float: left; width: 50%!important; padding-left: 10px; box-sizing: border-box; display: block;}    
	#carre_fonction > div {height:118px!important; background-position: 0px 0px!important; background-size: cover!important;}    
	#rectangle_contenu_medias .rectangle_fonction {height: 118px!important;}
	.rectangle_fonction {margin-bottom:10px!important;}
	#rectangle_contenu_twitter {background-color: transparent !important; padding: 0 0 0 10px!important;}
	#in-twitter {background: #bbbcbd!important; padding: 0 10px!important; height: 358px !important;}
	div#primary.widget-area ul div.widget-container:first-child {display: none!important}
	#primary {margin: 50px 0px 0px 0px!important;}
	#primary * {margin-bottom:0!important;} 
	.widget-area .widget-container {width: 100%;}
	#resp_footer {float:left; width:100%!important; margin-top: 48px!important; margin-bottom: 20px!important; display: block;}
	#colfleft {width: 50%; float: left; text-align: left;}
	#colfleft a {text-decoration: none; color: #9e9fa0!important; font-size: 17px; font-family: Monitor-Normal!important;}
	#colfright {width: 50%; float: right; text-align: right; text-decoration: none; color: #9e9fa0!important; font-size: 17px; font-family: Monitor-Normal!important;}
	div#main div#container div#content div#menu {display: none!important}
	#container, #content {width: 100%!important}
	#content_ {width: 100%!important; margin-left: 0!important;}
	#container {min-height: auto!important;}
	#footer, #template_footer {display: none!important}
	#primary, #secondary {width: 100%!important; float: left;}
	#content #content_, #content #content_374, #content #content_538, #content #content_2150, #content #content_2152, #content #content_2172 {padding-bottom: 50px !important;}
	.page.hentry {margin: 0 0 0px !important;}
	.entry-content, .entry-summary {padding: 0 0 0px!important;}
	#template_prefooter, #template_prefooter_home {display:none!important;}
	#access {display:none; float: left; width: 100%; margin-top:0px!important; margin-right:0!important;}
	#access ul.sf-menu {padding-top: 28px!important;}
    #access .menu-header {padding-left: 15px; padding-right: 15px;}
	#glyphon {display:block; display: block; float: right; margin: 103px 15px 0px 0; cursor: pointer;}
	#access .menu-header > ul > li {width: 100%!important;}
	#access .menu-header, div.menu {margin-left: 0px!important;}
	#access .menu-header ul, div.menu ul {margin: 0 0 0 0px!important;}
	#access li a {width: 100%!important; padding: 0px!important;}
	ul.children {width: 100%!important}
	#branding {width: 100%!important}
	.sf-menu ul {position: relative!important; top: 0!important; display:none;}
	#access .menu-header > ul > li ul li:last-child {margin-bottom:17px!important;}
	#access .menu-header > ul > li > a {font-size: 21px!important; padding-bottom: 10px !important; padding-top: 6px !important;}
	#access .menu-header ul ul a:hover {color: #e27c28!important;}
	#access .menu-header ul ul a {background:#ffffff!important; padding-top: 8px!important; padding-bottom:16px!important; border-bottom: none!important; font-size: 17px!important}
	#access .menu-header ul ul {margin-top: -6px !important;}
	#access .menu-header > ul > li {padding-bottom: 0px!important;}
	#access .menu-header > ul > li:not(:nth-child(2)) {border-top:1px #9e9fa0 solid !important;}
	.sf-menu ul li {width: 50%!important;}
	#access .menu-header > ul > li {box-sizing:border-box; padding-left: 8px!important; padding-right:15px!important;}
	#access .menu-header > ul > li:last-child {margin-bottom:10px!important;}
	#access .menu-header li.active > a, #access .menu-header li:hover.active > a, #access .menu-header li.active > a:hover {background-repeat: no-repeat!important; background-size: auto auto!important; background-image: url("/web/wp-content/themes/twentyten/images/arrow-grey-2.png")!important; background-position: right center!important;}
	#access .menu-header li.current_page_parent.active > a, #access .menu-header li.current_page_parent:hover.active > a, #access .menu-header li.current_page_parent.active > a:hover {background-repeat: no-repeat!important; background-size: auto auto!important; background-image: url("/web/wp-content/themes/twentyten/images/arrow-orange-2.png")!important; background-position: right center!important;}
	#access .menu-header > ul > li:not(.active) > a {background-repeat: no-repeat!important; background-size: auto auto!important; background-image: url("/web/wp-content/themes/twentyten/images/arrow-grey.png")!important; background-position: right center!important;}
	#access .menu-header > ul > li:hover:not(.active) > a, #access .menu-header > ul > li:not(.active) > a:hover {background-repeat: no-repeat!important; background-size: auto auto!important; background-image: url("/web/wp-content/themes/twentyten/images/arrow-orange.png")!important; background-position: right center!important;}
	#access .menu-header > ul > li.current_page_parent:not(.active) > a, #access .menu-header > ul > li.current_page_parent:hover:not(.active) > a, #access .menu-header > ul > li.current_page_parent:not(.active) > a:hover {background-repeat: no-repeat!important; background-size: auto auto!important; background-image: url("/web/wp-content/themes/twentyten/images/arrow-orange.png")!important; background-position: right center!important;}
	ul#accordion li ul > div {width: 100%!important;}
	div#past_presidents div#one_president {padding-bottom:30px!important; margin-left: 0px!important; margin-right: 10px !important; width: 222px!important; height:320px!important;}
	#one_president > img {height: 285px!important; width: 222px!important;}
	#slider {width: 100%!important;}
	 #slider .caption {box-sizing: border-box; width:100%!important; }
	#slider .caption1 {box-sizing: border-box; width:100%!important;}
	#slider .caption2 {box-sizing: border-box; width:100%!important;}
	ul#accordion li.ui-accordion-li-fix a.heading {padding-right: 25px !important;}
	#drop_down {box-sizing: border-box; height: 40px!important; width:100%!important; margin-left:0px!important;}
	#downloads {box-sizing: border-box!important; float: left!important; width: 100%!important;}
	#downloads ul {margin: 5px 0px 5px 0px!important;}
	#container.fullwidth #content_, #content #content_2172, #content #content_538, #content #content_374 {width: 100%!important;}
	#content #content_374, #content #content_538, #content #content_2150, #content #content_2152 {width: 100%!important;}
	#content #content_, #content #content_374, #content #content_538, #content #content_2150, #content #content_2152, #content #content_2172 {margin-left: 0px;}
	.post-3462 img.alignnone.wp-image-3927[alt="banner-50-ans"] {width: 100%!important;}
	#carre_fonction_activite {height: 482px !important;}
	#carre_fonction_medias {height: 791px !important;}
}

@media (max-device-width:1024px) and (orientation: landscape) {
	#primary {border-top: none !important;}
	.home #footer {display:none!important;}
	#carre_fonction_activite {height: 482px !important;}
	#carre_fonction_medias {height: 791px !important;}
}

@media (min-device-width:768px) and (max-device-width:1024px) and (orientation: portrait) {
	#carre_fonction_activite {height: 482px !important;}
	#carre_fonction_medias {height: 791px !important;}
} 

@media (min-device-width:481px) and (max-device-width:768px) and (orientation: landscape) {
	#carre_fonction_activite {height: 482px !important;}
	#carre_fonction_medias {height: 791px !important;}
}

/* iPhone 6 Plump landscape - width: 736px */
@media (min-device-width:668px) and (max-device-width:736px) and (orientation: landscape) {
	.caption {height: 146px !important; margin-top: 148px !important;}
}
/* iPhone 6 landscape - width: 667px */
@media (min-device-width:601px) and (max-device-width:667px) and (orientation: landscape) {
	.menu_boxes_green, .menu_boxes {font-size: 15px !important;}
	.caption {height: 146px !important; margin-top: 148px !important;}
}

/* Android (Nexus 4) landscape - width: 600px / and screen */
@media screen and (max-width: 600px), (max-device-width: 600px) {
	.accordeon_image {width: 50%!important;}
	.accordeon_image img {width: 100%!important;}
	.accordeon_nom, .accordeon_fonction {float: left!important; width: 100%!important;}
	body.page-id-598 .lastcol {padding-left: 0px !important;}
	#nom, #prenom, #email, #telephone, .colspan1 {width: 100%!important;}
	#agency, .your-agency, #message, .your-message {width: 100% !important;}
	.menu_boxes_green, .menu_boxes {font-size: 14px !important;}
	.caption {height: 146px !important; margin-top: 148px !important;}
}

/* iPhone 5 landscape - width: 568px */
@media (min-device-width:481px) and (max-device-width:600px) and (orientation: landscape) {
	.menu_boxes_green, .menu_boxes {font-size: 13px !important;}
	.caption {height: 146px !important; margin-top: 148px !important;}
}

@media only screen and (min-device-width : 481px) and (max-device-width : 568px) and (orientation : landscape) { 
	.menu_boxes_green, .menu_boxes {font-size: 13px !important;}
	.caption {height: 146px !important; margin-top: 148px !important;}
}


@media screen and (max-width: 480px), (max-device-width: 480px) {
	#one_president > span {padding: 0 10px !important;}
	#carre_fonction_activite, #carre_fonction_medias {width:100%!important; height:30px!important;margin-bottom:10px!important;}
	#carre_fonction {width: 50%!important;}
	#rectangle_contenu_medias {width: 100%!important;}
	div#carre_fonction, div.rectangle_fonction {padding-left:0!important; padding-right:5px!important;}
	div#carre_fonction + div#carre_fonction, div.rectangle_fonction + div.rectangle_fonction {padding-left:5px!important; padding-right:0px!important;}
	#rectangle_contenu_twitter {padding-left: 0px!important}
	#rectangle_contenu_medias {height: auto!important}
	#rectangle_contenu_medias {margin-top: 0px !important;}
	.caption2 {display:none!important;}
	.caption {height:80px!important; margin-top:215px!important; padding: 31px 10px!important;}
	#slider .caption1 {font-size:27px!important;}
	div#past_presidents div#one_president {height: auto !important; margin-right: 2.2% !important; width: 47.6%!important;}
	div#past_presidents {margin-right: -2.2% !important;}
	#one_president > img {height: auto!important; width: 100%!important;}
	li#wptt_twittertweets-3.widget-container.wptt_TwitterTweets ul.fetched_tweets.light li.tweets_avatar div.tweet_wrap div.tweet_data {font-family: Monitor-Normal!important; font-weight: normal!important; font-size: 14px !important;}
	#rectangle_contenu_twitter em, #rectangle_contenu_twitter a {font-size: 14px !important;}
	#twitter-title {font-family: Monitor-Normal!important; font-weight: normal!important; padding: 15px 0 17px!important;}
	div#past_presidents div#one_president {font-size: 14px; font-family: Monitor-Normal!important; font-weight: normal!important;}
	#in-twitter {width: 100%; box-sizing: border-box; float: left; height: auto !important; padding-bottom:10px!important;}
	#in-twitter li, #in-twitter li ul {width: 100%;}
	.page_item.page-item-501.page_item_has_children ul li {width: 100%!important;}
	div#map {width: 420px!important;}
	.post-3462 img.alignnone.wp-image-3927[alt="banner-50-ans"] {height: auto!important;}
	#congres-2014 > a > img {height: auto!important;}
	.page-id-3462 iframe {width: 100%!important;}
	.grand_rectangle_fonction {margin-left: 0px!important;}
	.grand_rectangle_fonction > iframe, .grand_rectangle_fonction  {height: auto!important}
}

@media screen and (max-width: 460px), (max-device-width:460px) {
	.menu-header ul li ul li {width: 100%!important;}
	#slider .caption1 {font-size: 24px !important;}
	.menu_boxes_green, .menu_boxes {font-size: 15px !important;}
	div#map {width: 400px!important;}
	#in-twitter {width: 100%; box-sizing: border-box; float: left; height: auto !important; padding-bottom:10px!important;}
	#in-twitter li, #in-twitter li ul {width: 100%;}
	.grand_rectangle_fonction {margin-left: 0px!important;}
	.grand_rectangle_fonction > iframe, .grand_rectangle_fonction  {height: auto!important}
}


@media screen and (max-width: 420px), (max-device-width:420px) {
	#one_president > span {padding: 0 0px !important;}
	.menu_boxes_green, .menu_boxes {font-size: 10px !important; padding: 11px 10px 19px !important;}
	#slider .caption1 {font-size: 18px !important;}
	#twitter-title {font-size: 15px!important;}
	#colfright {width: 45%!important;}
	#colfleft {width: 55%!important;}
	div#map {width: 360px!important;}
	#in-twitter {width: 100%; box-sizing: border-box; float: left; height: auto !important; padding-bottom:10px!important;}
	#in-twitter li, #in-twitter li ul {width: 100%;}
	.grand_rectangle_fonction {margin-left: 0px!important;}
	.grand_rectangle_fonction > iframe, .grand_rectangle_fonction  {height: auto!important}
}

@media screen and (max-width: 320px), (max-device-width:320px) {
	.menu_boxes_green, .menu_boxes {font-size: 9.5px !important; padding: 11px 10px 19px !important;}
	div#map {width: 260px!important;}
	#twitter-title {font-size: 14px!important;}
	#colfright {width: 43%!important;}
	#colfleft {width: 57%!important;}
	#in-twitter {width: 100%; box-sizing: border-box; float: left; height: auto !important; padding-bottom:10px!important;}
	#in-twitter li, #in-twitter li ul {width: 100%;}
	.grand_rectangle_fonction {margin-left: 0px!important;}
	.grand_rectangle_fonction > iframe, .grand_rectangle_fonction  {height: auto!important}
}

@media screen and (max-width: 240px), (max-device-width:240px) {
	#slider .caption1 {font-size: 13px !important;}
	#in-twitter {width: 100%; box-sizing: border-box; float: left; height: auto !important; padding-bottom:10px!important;}
	#in-twitter li, #in-twitter li ul {width: 100%;}
	.widget-container h3.widget-title.sb a, .widget-container h3.widget-title-last.sb a {font-size: 14px !important;}
	#access .menu-header > ul > li > a {font-size: 14px !important;}
	#access .menu-header ul ul a {font-size: 11px !important;}
	#carre_fonction div div.menu_boxes {height: 54px!important;}
	#glyphon {margin: 20px 15px 0 0!important;}
	.menu_boxes_green {padding: 5px 10px 30px !important;}
	.grand_rectangle_fonction {margin-left: 0px!important;}
	.grand_rectangle_fonction > iframe, .grand_rectangle_fonction {height: auto!important}
}









