/*
Theme Name: AED
Theme URI: http://wordpress.org/
Description: AED 2010 theme, IZI-collecte.
Author: integration : Anthony FIFRE, design : Romain BERNARDO
Version: 1.0
Tags: aed
*/


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

a img {
	border: none;
}

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




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

#container {
	width: 100%;
}

#container2 {
	float: right;
	margin: 0 -310px 0px 0;
	width: 100%;
}

#content {
    width: 65%;
	margin-left: 20px; 
	background-color:#FFF;
    float:left;
}

#primary,
#secondary {
    float:left;
    margin-left: 20px;
    margin-top: 20px;
	width: 30%;
}
#secondary {
	clear: right;
}

#center{
clear:both;
}

#center ul li{
float:left;
margin-right:10px;
margin-left:10px;
}

#footer {
	clear: both;
	width: 100%;
}

.separator {
    width: inherit;
    margin-left: 20px;
    margin-right: 20px;
    border:1px solid #DDD;
}


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

.one-column #content {
	margin: 0 auto;
	width: 900px;
	padding-top:30px;
}

/*
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: Georgia, "Bitstream Charter", serif;*/
	font-family: Arial, Tahoma, sans-serif;
	font-size:12px;
}
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: "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 */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
}
#wrapper {
	background: #fff;
	margin-top: 0px;
	padding: 0px;
}



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

/* Main global 'theme' and typographic styles */
body {
	background: #F5F5F5;
}
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 */
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 {
	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 {

}
a:link {
	#color: #d20019;
	#text-decoration:none;
	color:#0000EE;        
	text-decoration:underline;    
}
a:visited {
	#color: #d20019;
	#text-decoration:none;
	color:#0000EE;    
	text-decoration:underline;    
}
a:active,
a:hover {
	#color: #d20019;
	color:#0000EE;        
	text-decoration:underline;
}

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


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

#header {
	padding: 0px;
}

#header .top{
	width:980px;
	height:26px;
	padding:5px;
	margin:0;
	background:url(images/header-top-bg.jpg) repeat-y;
	border:0px;
	border-bottom:2px solid #999590;
	border-top:1px solid #999590;
 }
#header .top p{}
#header .top p.txt{
 	float:left;
	width:647px;
	margin:6px 0 0 10px;
	background:url(images/header-top-txt.jpg) repeat-y;
}
#header .top p.search{
 	float:left;
	width:246px;
	margin-left:30px;
}

#header .top p.btn{
 	border:0;
	width:58px;
	height:25px;
	margin:0px;
	padding:0px;
	text-align:right;
	float:left; 
	cursor:pointer;
}


/* This is the custom header image */
#branding img {
	clear: both;
	display: block;
}

#branding #banner {
    position:relative;
    height:175px; 
    background-image:url('https://www.aed-france.org/wp-content/themes/AED/images/exe_AED_baniere.png');
    background-size: cover;
    cursor:pointer;
}


#___gcse_0 {
    display:inline-block;
    background-color:#6D6869;
    margin-left:5px;
    margin-top:5px;
    height:38px;
    padding:0px;
}

#___gcse_0 input[type=text] {
    display:inline-block;
    border:1px solid #FFF;
    height:24px;
    padding:0px;
    margin:0px;
    margin-left:7px;
    margin-top:6px;
}
#___gcse_0 input[type=submit] {
    display:inline-block;
    border:1px solid #FFF;
    height:26px;
    padding:0px;
    margin:0px;
    margin-left:5px;
    padding-left:3px;
    padding-right:3px;
    margin-top:6px;
}

#access .observatoire a {
    line-height:14px;
    margin-top: 6px;
}

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

#main {
	clear: both;
	overflow: hidden;
	padding: 15px 0 0 0;
}
#content {
	margin-bottom: 20px;
}
#content,
#content input,
#content textarea {
	color: #111;
	font-size: 13px;
	line-height: 18px;
	text-align:justify;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 14px;
}
#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: 18px;
}
#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: 0px;
}

#content h2{
	line-height:22px;
	padding-bottom:10px;
}

#content h1 .black-title, #content h2 .black-title{
	font-family: Georgia;
	font-size:20px;
	text-transform:uppercase;

}
#content h1 .red-title, #content h2 .red-title{
	font-family: Georgia;
	font-size:18px;
	color:#CA0A1E;
}

#content h1.red-title{
	font-size:24px;
	color:#CA0A1E;
}



.black-link{
	font-family: Georgia;
	font-size:14px;
	text-transform:uppercase;
	color:#000;
}
.red-link{
	font-family: Georgia;
	font-size:12px;
	color:#CA0A1E;
}



#content h1.red-title-full, #content h2.red-title-full{
	font-family: Arial,Helvetica,sans-serif;
	font-size:30px;
	color: #BC0101;
	line-height: 32px;
	padding-bottom:7px;
	font-weight: bold;
	margin:0px;
	margin-bottom:20px;
    /*
	background-image:url(images/underline-title-red.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
    */
    
    border-bottom :2px solid #DDD;
    
}

#content h2.red-title-full{
	font-size:20px;
	padding-bottom:2px;
}



.hentry {
	margin: 0 0 25px 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.3em;
	margin-bottom: 0;
}
#content .entry-title-red {
	color: #CA0A1E;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.entry-title.home, .entry-title.home span.black-title, .entry-title.home  span.red-title{
	font-size:14px;
	line-height: 14px;
	padding-bottom:0px;
	margin-bottom:5px;
	font-weight: bold;
}

.entry-title.home  span.black-title{
	color: #000;
}
.entry-title.home  span.red-title{
	color: #CA0A1E;
}

.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: 5px 0 0 0;
}


.entry-content-pays{
	clear: both;
	float:left;
	padding: 5px 15px 15px 15px;
	min-width:100px;
}
.display-pays{
	float:left;
}

#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;
}


/* =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;
	max-width: 640px;
}
#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-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 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 {
	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 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}



/* =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;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		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;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#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;
	}
}


/* Structure the footer area */

#footer {
	margin:0 auto;
	padding:20px;
	background:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
}

#footer .top{
	margin:0 0 15px 0;
	padding:0 0 20px 0;
	background:url(images/footer-devider.jpg) repeat-x;
	background-position:0px 50px; 
}

#footer .gris a{
    text-transform: none;
    text-align:left;
	display:block;
	width:180px;
	height:60px;
	margin:0;
	padding:0;
	font:normal 18px arial;
	color:#000000;
}
#footer .observatoire {
    display: none !important;
}
#footer .rouge a{
    text-transform: none;
    text-align:left;
	display:block;
	width:180px;
	height:60px;
	margin:0;
	padding:0;
	font:normal 18px arial;
	color:#000000;
}

#footer .sub-menu li{
	height:auto;
}

#footer .sub-menu a{
	height:auto;
	padding-bottom:3px;
  	font:normal 12px arial;
	color:#d20019;
}

#footer #menu-menuaed-1{
	width:100%;
}

#footer .menu-item-type-custom{
	
	display:block;
	float:left;
	width:188px;
}

#footer ul{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	margin-top:0px;
	display:block;
 }
#footer ul li{
	width:165px;
  	font:normal 12px arial;
	list-style:none;
	color:#d20019;
	margin:0px;
	padding-left:0px;
	line-height:24px;
}
#footer ul li span{
	font-weight:bold;
	font-size:13px;
}
#footer ul li a{
  	color:#d20019;
	text-decoration:none;
 }
#footer ul li a:hover{
  	color:#d20019;
	text-decoration:underline;
 }
 
 .clr{ clear:both;}
 
 
 
 
/* widget article-actu */
.xoxo h3{
	font-size:16px;
	color:#1a171b;
	margin:0 0 20px 0;
  	padding:0 0 10px 0;
	/*background:url(images/actualite-right-bottom-bg.jpg) no-repeat bottom;	*/
    border-bottom :2px solid #DDD;
    
}

.article-actu a{
	display:block;
  	text-decoration:none;
	margin-bottom:5px;
}
.article-actu a:hover{
  	text-decoration:none;
}

.article-actu .most-read{
	height:66px;
	background:url(images/mostread-bg.jpg) no-repeat right;	
	margin:0px;
  	padding:0;
}
.article-actu .most-read p img{
	float:left;
	margin-right:5px;
}
.article-actu .most-read p{
  	font:normal 12px Georgia;
	margin-top:0px;
	color:#fff;
	width:230px;
}

/* widget story-actu */

.story-actu p{
	text-align:justify;
	color:#111;
}

/* widget widget_tag_cloud */

.widget_tag_cloud{
	text-align:justify;
	color:#111;
}
.widget_tag_cloud a{
	text-decoration:none;
	color:#111;
}

/* widget text-box */
.text-box{
	background-image:url(images/key-figur-bg.jpg);
	background-repeat:repeat-y;
	width:297px;
}
.text-box .back-text-box{
	background-image:url(images/key-figur-top-bg.jpg);
	background-repeat:no-repeat;
}
.text-box .end-text-box{
	background-image:url(images/key-figur-bottom-bg.jpg);
	background-repeat:no-repeat;
	width:297px;
	height:9px;
}
.text-box h3{
	background-image:none;
	color:#FFF;
	font-size:18px;
	padding-top:13px;
	padding-left:20px;
}
.text-box .inner-text-box{
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
}


/* widget red-box */
.box-home{
	width:222px;
	height:160px;
}
.box-home .inner-red-box-home{
	background-image:url(images/red-box-home.jpg);
	width:210px;
	height:140px;
	padding:10px;
	font-size:14px;
}
.box-home .inner-grey-box-home{
	background-image:url(images/grey-box-home.jpg);
	width:210px;
	height:140px;
	padding:10px;
	font-size:14px;
}
.box-home .inner-yellow-box-home{
	background-image:url(images/yellow-box-home.jpg);
	width:210px;
	height:140px;
	padding:10px;
	font-size:14px;
}

/* widget big-grey-box */
.big-grey-box-home{
	background-image:url(images/big-grey-box-home.jpg);
	width:960px;
	height:370px;
}
.big-grey-box-home .inner-big-grey-box-home{
	padding:10px;
	font-size:14px;
	color:#FFF;
}

/* widget grey-white-box */
.grey-white-box-home{
	background-image:url(images/grey-white-box-home.jpg);
	width:280px;
	height:246px;
}
.grey-white-box-home .inner-grey-white-box-home{
	padding:10px;
	font-size:14px;
}

/* widget white-box */
.white-box-home{
	background-image:url(images/white-box-home.jpg);
	width:280px;
	height:190px;
}
.white-box-home .inner-white-box-home{
	padding:10px;
	font-size:14px;
}

/* widget white-little-box */
.white-little-box-home{
	background-image:url(images/white-little-box-home.jpg);
	width:280px;
	height:58px;
}
.white-little-box-home .inner-white-little-box-home{
	padding:10px;
	padding-top:15px;
	padding-bottom:0px
	font-size:14px;
}


/* widget video-box */
.video-box-home{
	background-image:url(images/video-box-home.jpg);
	width:280px;
	height:289px;
}
.video-box-home .inner-video-box-home{
	padding:5px;
	margin:0px;
}

.video-box-home iframe{
	margin:0px;
	padding:0px;
}

#text-big-grey-box-home{
	width:500px;
	height:500px;
}


/* widget red-btn */

.red-btn .back-red-btn{
	background-image:url(images/red-btn.jpg);
	width:295px;
	height:40px;
	cursor:pointer;
	text-align:center;
	padding-top:17px;
}
.red-btn .back-red-btn{
	color:#FFF;
	text-align:center;
	font-size:26px;
}

.red-btn a:hover{
	text-decoration:none;
}


/* widget grey-btn */

.grey-btn .back-grey-btn{
	background-image:url(images/grey-btn.jpg);
	width:295px;
	height:40px;
	cursor:pointer;
	text-align:center;
	padding-top:17px;
}
.grey-btn .back-grey-btn{
	color:#FFF;
	text-align:center;
	font-size:22px;
}

.grey-btn a:hover{
	text-decoration:none;
}

/* widget grey-btn */

.white-btn .back-white-btn{
	background-image:url(images/white-btn.jpg);
	width:295px;
	height:38px;
	cursor:pointer;
	text-align:center;
	padding-top:19px;
}
.white-btn .back-white-btn{
	color:#666;
	text-align:center;
	font-size:14px;
}
.white-btn a:hover{
	text-decoration:none;
}

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

#access {
	display: block;
	float: left;
	margin: 0 auto;
	background-color:#F5F5F5;
	background-color:#DEDCDD;
	background-color:#FFFFFF;

}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 0px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;

	
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	z-index:200;


}
#access a {
	color: #FFF;
	display: block;
	line-height: 38px;
	padding: 0px;
	text-decoration: none;

}
#access ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index:200;

}
#access .sub-menu li {
    border-top:1px solid white;
}
.sub-menu .sub-menu li {
    border-top:0px !important;
    border-bottom:1px solid white;

}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1em;
	padding: 10px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #AAA;
}
#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: #999;
}
* 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: #B90818;
}

#access .gris, #access .rouge{
	background-color:#6D6869;
	height:38px;
	margin-top:5px;
	margin-bottom:5px;
    margin-left:4px;
}
 .gris a,  .rouge a{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	padding-top:0px;
	padding-bottom:6px;
	
}
#access .gris ul li, #access .rouge ul li{
	background-color:#6D6869;
	margin-left:0px;
}

#access .gris ul li a, #access .rouge ul li a{
	font-size:12px;
	text-transform:none;
	text-align:left;
	color:#FFF;
}

#access .gris ul li, #access .gris ul li a{
	color:#666;
	color:#FFF;
}

.gris a{
	padding-top:6px;
	line-height:15px;
	padding-bottom:14px;
}

#access .rouge{
	background-color:#DC011A;
}
#access .rouge ul li{
	background-color:#DC011A;
}

.gris.current-menu-item ul li, 
.rouge.current-menu-item ul li, 
.gris.current-menu-ancestor ul li, 
.rouge.current-menu-ancestor ul li{
	//display:none;
}

.gris.current-menu-item, 
.rouge.current-menu-item, 
.gris.current-menu-ancestor, 
.rouge.current-menu-ancestor{
	//background-image:url(images/btn-over.png);
}


#sub-respan-menu{
	clear:both;
	height:50px;	
	background-color:#FFF;
	background-image:url(images/bottom-bar.png);	
}

#sub-respan-menu #sub-respan{
	color:#333;
	color:#FFF;
	list-style:none;
	margin:0px;
	padding:0px;	
	padding-top:5px;
	padding-bottom:14px;
}

#sub-respan-menu #sub-respan li{
	display:block;
	float:left;
	line-height:18px;
	height:14px;
	padding:0px;
	margin:0px;
	padding-right:10px;
	padding-left:10px;
	margin-top:7px;
	border-right:1px solid #666;
}
#sub-respan-menu #sub-respan a{
	color:#666;
	color:#FFF;
	line-height:12px;
	height:12px;
	padding:0px;
	margin:0px;	
}

#sub-respan-menu #sub-respan a:hover{
	text-decoration:underline;
}



/* page don */
#content .don-ponc-box{
	width:595px;
	background-image:url(images/don-ponc-box-back.png);
	margin-top:30px;
}

#content .don-ponc-box .don-ponc-box-head{
	width:595px;
	min-height:250px;
	background-image:url(images/don-ponc-box-top.png);
	background-repeat:no-repeat;
}

#content .don-ponc-box .don-ponc-box-head-short{
	width:595px;
	min-height:250px;
	background-image:url(images/don-ponc-box-top-short.png);
	background-repeat:no-repeat;
}

#content .don-ponc-box .don-ponc-box-bottom{
	width:555px;
	height:86px;
	background-image:url(images/don-ponc-box-bottom.png);
	background-repeat:no-repeat;
	padding-top:15px;
	padding-right:40px;
	text-align:right;
}

#content .don-ponc-box .don-ponc-box-bottom input{
	width:339px;
	height:72px;
	background:none;
	border:none;
	background-image:url(images/btn-don.png);
	background-repeat:no-repeat;
	font-size:20px;
	color:#FFF;
	padding-left:30px;
	cursor:pointer;
}





/* others */
.split-post{
	width:640px;
	height:10px;
	background-image:url(images/news-devider.jpg);
}

.attachment-620x400{
	width:640px;
	height:auto;
}


.shop{
	background-image:url(images/shop_back_top.png);
	background-repeat:repeat-x;
}

#menu-shop{
	list-style:none;
	width:208px;
	background-color:#F7F7F7;
}

#menu-shop li a{
	display:block;
	width:198px;
	min-height:20px;	
	padding-top:7px;
	padding-bottom:7px;
	border-top:1px dotted #999;
	color:#777;
	font-size:14px;
	padding-left:10px;
}

#menu-shop li a.shop-home{
	display:block;
	background-image:url(images/shop_home.png);
	width:198px;
	height:20px;	
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;	
	border:0px;
}

#menu-shop li a.shop-home:hover{
	text-decoration:none;
}
#menu-shop li a.shop-cat{

}



#sub-menu-shop{
	list-style:bullet;
	width:168px;
	background-color:#F7F7F7;
	padding-left:20px;
	padding-bottom:10px;
}

#sub-menu-shop li a{
	display:block;
	width:160px;
	padding-top:1px;
	padding-bottom:3px;
	border-top:none;
	font-size:12px;
	line-height:14px;
	color:#d20019;
	padding-left:0px;
}

#sub-menu-shop li a.selected{
	color:#111;
}


#cat-display a{
	display:block;
	background-image:url(images/shop-cat.png);	
	width:200px;
	height:220px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	margin-right:15px;
	margin-bottom:20px;
	text-align:center;
	font-size:14px;
}

#cat-display a:hover{
	text-decoration:none;
}

#cat-display a img{
	padding-top:10px;
	padding-bottom:10px;
	width:190px;
	height:150px;
}

#cat-display h6{
	font-size:16px;
	margin-top:10px;
	color: #BC0101;
	text-decoration:underline;
}



#item-display div{
	display:block;
	background-image:url(images/shop_item.png);	
	width:200px;
	height:335px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	margin-right:15px;
	margin-bottom:20px;
	text-align:center;
	font-size:14px;
}

#item-display div h6{
	font-size:12px;
	margin-top:10px;
	font-weight:bold;
	color: #BC0101;
	text-decoration:underline;
	min-height:36px;
}

#item-display div img{
	padding-top:10px;
	padding-bottom:10px;
	width:190px;
	height:150px;
}

#item-display div p{
	display:block;
	height:40px;
	overflow:hidden;
	margin-bottom:0px;
	font-size:12px;
	line-height:12px;
	font-style:italic;
	text-align:left;
}

#item-display div b{
	font-size:18px;
}

#item-display .shop-btn-red{
	background:none;
	border:0px;
	background-image:url(images/shop_btn_red.png);	
	width:170px;
	height:30px;
	margin-top:5px;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
}
.shop-btn-red{
	background:none;
	border:0px;
	background-image:url(images/shop_btn_red.png);	
	width:170px;
	height:30px;
	margin-top:5px;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
}



#item-full-display{
	display:block;
	background-image:url(images/full-item-shop-back.jpg);
	background-repeat:repeat-y;
	width:689px;
	margin-right:30px;
	margin-bottom:10px;
	text-align:left;
	font-size:14px;
}

#item-full-display #top{
	background-image:url(images/full-item-shop-top.jpg);
	background-repeat:no-repeat;
	padding:20px;
	min-height:103px;
}

#item-full-display #bottom{
	clear:both;
	background-image:url(images/full-item-shop-bottom.jpg);
	background-repeat:no-repeat;
	height:58px;
}

#item-full-display #right{
	float:right;
	width:320px;
	margin-top:20px;
}

#item-full-display img{
	float:left;
	width:290px;
	height:212px;
}

#item-full-display h2{
	border-bottom:1px dotted #CA0A1E;
	font-size:24px;
	padding-bottom:5px;
	color:#CA0A1E;
	margin-top:-10px;
}

#item-full-display .text{
	font-size:12px;
	color:#666;
	line-height:16px;
	padding-top:15px;
	padding-bottom:30px;
}

#item-full-display #bottom .price{
	text-align:right;
	padding-right:20px;
	font-size:16px;
	font-weight:bold;
	color:#d20019;
	margin-top:-20px;
	float:right;
}


#item-full-display #bottom .add-char{
	float:right;
	background:none;
	border:0px;
	background-image:url(images/shop_btn_add.png);	
	width:297px;
	height:54px;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
	text-indent:80px;
	margin-left:20px;
	font-size:16px;
}


#show-char{
	margin-bottom:20px;
}


#show-char input.end-char-product{
	background:none;
	border:0px;
	display:block;
	float:right;
	background-image:url(images/shop_btn_red2.png);	
	width:160px;
	height:40px;
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	text-indent:5px;
	margin-right:20px;
}

input.end-char{
	background:none;
	border:0px;
	display:block;
	float:right;
	background-image:url(images/shop_btn_yellow.png);	
	width:160px;
	height:40px;
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	text-indent:5px;
	margin-right:20px;
}

#show-char a:hover{
	text-decoration:none;
}




#ShopFullSpace{
	width:100%;
	margin-top:20px;	
	margin-bottom:30px;	
}

#ShopFullSpace #shippingAddress2{
	display:none;
}

#ShopFullSpace p{
	font-size: 16px;
	text-indent:20px;
	padding-bottom:20px;
}
	
#ShopFullSpace label{
	display:block;
	width:140px;
	float:left;
	text-align:right;
	padding-right:20px;
	font-size:16px;
	line-height:30px;
}

#ShopFullSpace label.long{
	width:200px;
}

#ShopFullSpace input[type=text]{
	float:left;
	width:270px;
	border:1px solid #666;
	padding:3px;
	font-size:16px;
	border: 1px solid rgb(170, 170, 170); 
	padding: 3px; 
	background: rgb(255, 255, 255) url(images/field-bg-top.gif) repeat-x scroll left top; 
	font-family: Trebuchet MS,sans-serif; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 1.2em; 
	line-height: normal; 
	font-size-adjust: none; 
	font-stretch: normal; 
	-x-system-font: none; 
	color: rgb(120, 120, 120); 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous; 
	vertical-align: top;
	
	
}	
#ShopFullSpace select, textarea{
	float:left;
	width:277px;
	padding:3px;
	font-size:16px;
	border: 1px solid rgb(170, 170, 170); 
	padding: 3px; 
	background: rgb(255, 255, 255) url(images/field-bg-top.gif) repeat-x scroll left top; 
	font-family: Trebuchet MS,sans-serif; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 1.2em; 
	line-height: normal; 
	font-size-adjust: none; 
	font-stretch: normal; 
	-x-system-font: none; 
	color: rgb(120, 120, 120); 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous; 
	vertical-align: top;	
	
}	

#ShopFullSpace input[type=text]:hover{
	border: 1px solid rgb(255, 204, 0); 
	background: rgb(255, 255, 255) url(images/field-bg-bottom.gif) repeat-x scroll left bottom; 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous;
}
#ShopFullSpace select:hover, textarea:hover{
	border: 1px solid rgb(255, 204, 0); 
	background: rgb(255, 255, 255) url(images/field-bg-bottom.gif) repeat-x scroll left bottom; 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous;
}

.error{
	display:none;
	padding:10px;
	padding-left:30px;
	text-align:left;
	color:#F00;
	border:1px solid #F00;
	margin:10px;
}
.error ul{
	padding:0px;
	margin:0px;
}

#ShopFullSpace .ship-btn-valide{
	float:right;
	background:none;
	border:0px;
	background-image:url(images/shop_btn_add.png);	
	width:297px;
	height:54px;
	cursor:pointer;
	font-weight:bold;
	text-indent:75px;
	margin-left:20px;
	margin-bottom:20px;
	font-size:16px;
	color:#FFF;
}

#ShopFullSpace .yellow-btn-valide{
	background:none;
	border:0px;
	background-image:url(images/newsletter-btn.png);	
	width:241px;
	height:44px;
	cursor:pointer;
	margin-left:160px;
	margin-bottom:20px;
	margin-top:20px;
}



#ShopFullSpace .ship-dif{
	font-size:14px;
}


#ShopFullSpace table{
	width:100%;
	text-align:center;
	font-size:14px;
}

#ShopFullSpace table tr td{
	height:30px;
	padding-top:5px;
	border-bottom:1px dotted #999;
}

#ShopFullSpace table tr td.left-border{
	border-left:2px solid #FFF;
}

#ShopFullSpace table tr td.left-text{
	text-align:left;
	padding-left:20px;
}

#ShopFullSpace .headResume td{
	background-image:url(images/back_resume_table.png);
	height:35px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding-top:7px;
	border-bottom:0px;
}


/* page offrande */
#content .offrande-box{
	width:580px;
	background-image:url(images/offrande-box-back.png);
}

#content .offrande-box .offrande-box-head{
	width:580px;
	min-height:250px;
	background-image:url(images/offrande-box-top.png);
	background-repeat:no-repeat;
}

#content .offrande-box .offrande-box-head-short{
	width:580px;
	min-height:250px;
	background-image:url(images/offrande-box-top-short.png);
	background-repeat:no-repeat;
}

#content .offrande-box .offrande-box-bottom{
	width:540px;
	height:86px;
	background-image:url(images/offrande-box-bottom.png);
	background-repeat:no-repeat;
	padding-top:15px;
	padding-right:40px;
	text-align:right;
}

#content .offrande-box .offrande-box-bottom input{
	width:335px;
	height:72px;
	background:none;
	border:none;
	background-image:url(images/btn-don.png);
	background-repeat:no-repeat;
	font-size:20px;
	color:#FFF;
	padding-left:30px;
	cursor:pointer;
}


#content .don-ponc-box input[type=text]{
	font-size:14px;
	border: 1px solid rgb(170, 170, 170); 
	padding: 3px; 
	background: rgb(255, 255, 255) url(images/field-bg-top.gif) repeat-x scroll left top; 
	font-family: Trebuchet MS,sans-serif; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	line-height: normal; 
	font-size-adjust: none; 
	font-stretch: normal; 
	-x-system-font: none; 
	color: rgb(120, 120, 120); 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous; 
	vertical-align: top;
	
	
}	
#content .don-ponc-box select, textarea{
	border:1px solid #666;
	font-size:14px;
	border: 1px solid rgb(170, 170, 170); 
	padding: 3px; 
	background: rgb(255, 255, 255) url(images/field-bg-top.gif) repeat-x scroll left top; 
	font-family: Trebuchet MS,sans-serif; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	line-height: normal; 
	font-size-adjust: none; 
	font-stretch: normal; 
	-x-system-font: none; 
	color: rgb(120, 120, 120); 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous; 
	vertical-align: top;
	
}	


#content .don-ponc-box input[type=text]:hover{
	border: 1px solid rgb(255, 204, 0); 
	background: rgb(255, 255, 255) url(images/field-bg-bottom.gif) repeat-x scroll left bottom; 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous;
}
#content .don-ponc-box select:hover, textarea:hover{
	border: 1px solid rgb(255, 204, 0); 
	background: rgb(255, 255, 255) url(images/field-bg-bottom.gif) repeat-x scroll left bottom; 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous;
}




#add-overlay{
	position:absolute; 
	z-index:1000; 
	top:0px;
	left:0px;
	background-image:url(images/add-overlay.png);
	width:100%; 
	height:200%;
	margin:auto;
	padding-top:100px;
}

#add-overlay-close{
	margin:auto;
	width:800px;
}

#add-overlay-close span{
	display:block;
	float:right;
	text-align:center;
	background-color:#FFF;
	cursor:pointer;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


#add-overlay-content{
	background-color:#FFF;
	margin:auto;
	width:800px;
	min-height:200px;
	padding-bottom:20px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;	
	border-bottom-left-radius: 5px;	
	
	
}



#add-overlay-content h1.overlay-title-red{
	color: #CA0A1E;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
	padding:15px;
}

#add-overlay-content p.overlay-content{
	padding-left:20px;
	padding-right:20px;
	font-size:14px;
}


#add-overlay-content input.btn-valide{
	background:none;
	border:0px;
	background-image:url(images/shop_btn_add.png);	
	width:297px;
	height:54px;
	cursor:pointer;
	font-weight:bold;
	text-indent:65px;
	margin-left:50px;
	margin-bottom:20px;
	font-size:16px;
	color:#FFF;
}

#shop-total{
	font-size:18px;
	font-weight:bold;
	text-align:right;
	padding-top:40px;
	background-image:url(images/shop-total-back.png);
	background-repeat:no-repeat;
	background-position:right;
}

#ShopFullSpace .shop-btn-valide{
	background:none;
	border:0px;
	background-image:url(images/shop_btn_add.png);	
	width:297px;
	height:54px;
	cursor:pointer;
	font-weight:bold;
	text-indent:75px;
	margin:20px;
	font-size:16px;
	color:#FFF;
}

#searchform input[type=text]{
	width:230px;
	margin-left:20px;
	margin-right:4px;
	padding-bottom:7px;
	border:1px solid #CCC;
}

#searchform input[type=submit]{
	border:0px;
	width:58px;
	height:25px;
	background-image:url(images/search-btn.jpg);
	background-repeat:no-repeat;
	font-size:0px;
	cursor:pointer;
}


#container.mod-container{
	float:right; 
	margin: 0px -260px 0px 0px;

}
#content.mod-container-content{
	margin: 0px 280px 20px 0px;
		
}
#primary.mod-primary{
	float: left; 
	overflow: hidden; 
	width: 250px;
}


#container.mod-container-home{
	float:right; 
	margin: 0px -320px 0px 0px;

}
#content.mod-container-content-home{
	margin: 0px 340px 20px 0px;
		
}
#primary.mod-primary-home{
	float: left; 
	overflow: hidden; 
	width: 300px;
}

#primary.mod-primary-home ul li{
	list-style:none;
}

.up-margin{
	margin-top:-15px;
}

/*
#grey-project{
	width:315px;
	height:321px;
	background-image:url(images/grey-project.png);	
	padding-top:30px;
	padding-left:20px;
}
*/

#grey-project{
	width:315px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	background-color:#CCC;
	border:1px solid 999;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;	
	border-bottom-left-radius: 5px;	
}

#button-project-month{
	display:block;
	width:178px;
	height:37px;
	background-image:url(images/sub-project-month.png);	
	margin-top:15px;
	margin-left:100px;
}
#button-project-month:hover{
	background-image:url(images/sub-project-month-hover.png);	
}


#progress-project{
	display:block;
	width:290px;
	height:24px;
	background-image:url(images/progress-project.png);
	margin-top:20px;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	overflow:hidden;
}
#progress-project-inner{
	width:290px;
	height:22px;
	background-image:url(images/yellow-project.png);
}

#month-project{
	width:277px;
	height:469px;
	background-image:url(images/grey-area-project.png);
	padding-left:14px;
	padding-right:14px;
	color:#FFF;
	font-size:12px;
	line-height:14px;
	margin-bottom:34px;
}


.project-title{
	width:inherit;
    height:54px;
}
.project-img{
    height:180px;
    border:1px dashed #CCC;
    text-align:center;
    overflow:hidden;
}
.project-link{
height:15px;text-align:right;padding-bottom:10px;padding-right:15px;
}
.project-link a{
font-size:14px;color:#009ee0;
}





.widget-area-home{
	float:left;
	padding:0px;
}
.widget-area-home ul{
	width:300px;
}

.widget-area-home ul li{
	list-style:none;
	width:350px;
	height:200px;
	border:1px solid #CCC;
	overflow:hidden;
	color:#222;
	margin-bottom:20px;
	box-shadow: 3px 3px 3px #CCC;
}



.widget-area-home ul li h3{
	font-size:14px;
    line-height:18px;
    min-height:18px;
    font-weight:bold;
    padding:5px;
    background-color:#F5F5F5;
    border-bottom:1px solid #CCC;
}


.widget-area-home-bottom{
	clear:both;
	padding:0px;
	margin:0px;
}
.widget-area-home-bottom ul{
	padding:0px;
	margin:0px;
}

.widget-area-home-bottom ul li{
	float:left;
	list-style:none;
	width:350px;
	height:260px;
	border:1px solid #CCC;
	overflow:hidden;
	color:#222;
	margin-left:20px;
	box-shadow: 3px 3px 3px #CCC;

}
.widget-area-home-bottom ul li h3{
	font-size:14px;
    line-height:16px;
    min-height:16px;
    font-weight:bold;
    padding:6px;
    background-color:#F5F5F5;
    border-bottom:1px solid #CCC;
}

#footer ul.sub-menu li.menu-item{
	height:auto;
	line-height:16px;
	padding:0px;
	margin:0px;
}

#wall-content{
	width:790px;
	margin:auto;
	background:url(images/wall-line.jpg) repeat-y;
	background-position:top center;
}
#wall-content-top{
	width:790px;
	height:8px;
	margin:auto;
	background:url(images/wall-line-top.jpg) repeat-y;
	background-position:top center;
}
#wall-content-bottom{
	width:790px;
	height:8px;
	margin:auto;
	background:url(images/wall-line-bottom.jpg) repeat-y;
	background-position:top center;
	margin-bottom:10px;
}
#wall-left{
	float:left;
	width:412px;
	position:relative;
	z-index:0;
	margin-top:-60px;
}
#wall-right{
	float:right;
	width:410px;
	position:relative;
	z-index:0;
	margin-top:-60px;
}

.wall-text-box{
	width:346px;
	padding:10px;
	background-color:#f0f2f3;
	border:1px solid #dde0e3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-box-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow		: 0px 2px 2px #999;
	-webkit-box-shadow	: 0px 2px 2px #999;
	-o-box-shadow		: 0px 2px 2px #999;
	-khtml-box-shadow	: 0px 2px 2px #999;
	box-shadow			: 0px 2px 2px #999;
	min-height:70px;
	margin-bottom:20px;
}
.wall-text-box textarea{
	width:336px;
	border:1px solid #dde0e3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-box-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	resize: none;
	margin-bottom:10px;
}

#wall-right .wall-text-box{
	margin-left:40px;
}
.leftImg{
	width:10px;
	height:10px;
	background:url(images/wall-arrow-left.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:20px;
	left:367px;
}
.rightImg{
	width:10px;
	height:10px;
	background:url(images/wall-arrow-right.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:20px;
	right:367px;
}

.wall-picture{
	width:30px;
	height:30px;
	background:url(images/light.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:10px;
	right:0px;
	background-position:center center;
	overflow:hidden;
	background-size:cover;
	border:1px solid #f5a959;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-box-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#wall-right .wall-picture{
	left:0px;
}

#wall-content #more{
	text-align:right;
}
#wall-content #more span{
	font-weight:bold;
	cursor:pointer;
	color:#CA0A1E;
}
#wall-content #more span:hover{
	text-decoration:underline;
}
#wall-content #message{
	text-align:center;
}

input[type=button].wall-sub-form{
	display:block;
	padding:3px;
	border:1px solid #f5a959;
	font-weight:bold;
	color:#f5a959;
	background-color:#444;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-box-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow		: 0px 2px 2px #999;
	-webkit-box-shadow	: 0px 2px 2px #999;
	-o-box-shadow		: 0px 2px 2px #999;
	-khtml-box-shadow	: 0px 2px 2px #999;
	box-shadow			: 0px 2px 2px #999;
	margin-left:230px;
	cursor:pointer;
}

input[type=submit].wall-sub-form:hover{
	background-color:#333;
}
.clear{
	clear:both;
}
#spanMore{
	text-align:center;
	padding-bottom:30px;
	font-weight:bold;
	cursor:pointer;
}



#button-project{
	display:block;
	width:294px;
	height:47px;
	background-image:url(images/button-project.png);	
	font-size:22px;
	line-height:47px;
	color:#FFF;
	text-align:center
}

div.all-project{
	display:block;
	width:191px;
	height:49px;
	color:#FFF !important;
	line-height:44px;
	font-size:14px;
	font-weight:bold;
	background-image:url(images/btn-red.png);
	text-decoration:none;
    margin:auto;
	text-align:center;
	text-transform:uppercase;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.all-project:hover{
    cursor: pointer;
}

div.call_to_action, div#social-essentials{
	display:block;
	float:none;
	padding-top:20px !important;
}

#home-content {
    float:left;
    margin-left:15px;
    color:#000;
}    
.thumbnail {
    width:190px;
    cursor:pointer;
    float:left;
    height:100px;
    overflow:hidden;
    margin-right:10px;
    background-position:center center;
    overflow:hidden;
    background-size:cover;
}
.thumbnail-desc {
    width:520px;
    float:left;
    font-size:13px;
    line-height:18px;
}
.project {
    display:inline-block;
    width: 260px;
    margin-left:17px;
}

#___gcse_0 .gsc-control-cse {
    padding: 0px 13px 0px 13px;
    border:none;
}

#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form.gsc-search-box{
    margin-top:2px;
    margin-bottom: 0px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    line-height: 1;
}
#gs_tti50 {
    vertical-align: inherit;
}
.gsc-search-box {
    margin-bottom: 0px;
}
.gsc-thumbnail-inside a {
    color: #CA0A1E !important;
    line-height: initial !important;
}

div.images, div.summary {
    float:none !important;
    display:inline-block;
}

div.summary {
    vertical-align: top;
}

div.images {
    margin-top:10px;
}

.woocommerce-tabs {
    border-top: 1px solid #DDD;
    padding-top: 20px;
}
#gform_1 label {
    color : #000;
    font-weight:bold;
    font-size: 14px;
}

.gsc-input {
    background: none !important;
}




.widget-area-home .widget-container{
    height:240px;

}

.cart-subtotal .amount {
    margin-left: 3px;
}
#content h3 {
    min-height: 40px;
}
.woocommerce a.button {
    background-color: #6D6869 !important;
    color: #fff !important;
}


.woocommerce a.add_to_cart_button, .single_add_to_cart_button, #payment .place-order .button  {
    background:#d20019 !important;
    color:#fff !important;
}


/* ========================= Responsive ========================= */

@media (max-width:768px){ 
    #wrapper, #branding #banner, #access, #container {
        width: 380px;
    }
    #container #content {
        margin-right: 20px;
    }
    #main #primary  {
        width: inherit;
        margin-left: 20px;
        margin-right: 20px;
    }
    #header {
        margin-top: 38px;
    }
    #access {
        position: fixed;
        top: 0px;
        background: #6D6869;
        font-size:10px !important;
    }
    #showMenu {
        display: inline-block;
        float: left;
        margin-left: 10px;
        margin-right: 5px;
        margin-top: 0;
        height: 36px;
        border: none;
        background: #6D6869;
        color: #fff;
    }
    .nav-menu-mobile {
        display: none;
        position: fixed;
        top:38px;
        width: 370px;
        padding-left: 10px;
    }
    .nav-menu-mobile, .nav-menu-mobile ul {
        background: #6D6869;
        list-style: none;
        margin:0;
    }
    .nav-menu-mobile .sub-menu {
        background: #A0A0A0;
        width: 125px !important;
    } 
    .gris .sub-menu {
        top:0px !important;
        left: 125px !important;
    }
    .gris .sub-menu {
        top:0px !important;
        left: 125px !important;
    }
    .gris .sub-menu{
        top:0px !important;
        left: 125px !important;
    }
    .rouge .sub-menu{
        top:0px !important;
        left: 125px !important;
    }
    .gris, .rouge {
        width: 110px;
    }
    .gris a, .rouge a, #access ul ul a  {
        font-size: 10px;
        text-align: left;
    }
    .menu-header{
        display: none;
    }
    #___gcse_0 {
        margin-top: 0;
        width: 300px;
    }
    #___gcse_0 input[type=text] {
        width:60%;
    }
    #___gcse_0 input[type=submit] {
        width:33%;
    }
    #footer {
        padding-left:2%;
        padding-right:2%;
    }
    #footer{
        width:96%;
    }
    #footer .top {
        display: none;
        width: 100%;
    }
    #footer ul{
        width:15%;
    }
    #footer .sub-menu a{
        width:100%;
    }
    .widget-area-home, 
    .widget-area-home ul {
        width: 100%;
    }
    .widget-area-home {
        margin-left: 0;
    }
    .widget-area-home ul, .widget-area-home-bottom ul li {
        margin-left: 15px;
    }
    #home-content {
        margin-left: 0px;
        padding-left: 15px;
        width: 350px;
    }
    .thumbnail,.thumbnail-desc  {
        width: 350px;
    }

    #access .observatoire a {
        line-height:10px;
    }
    .project {
        display:inline-block;
        width: 160px;
        margin-left:17px;
    }
    #content, #primary, #secondary {
        width: 330px;
    }
}
@media (min-width: 768px) and (max-width:1140px){ 
    .nav-menu-mobile, #showMenu {
        display: none;
    }
    #___gcse_0 {
        width:142px;
    }
    #___gcse_0 input[type=text] {
        width:80px;
    }
    #___gcse_0 input[type=submit] {
        width:42px;
    }
    #access .menu-header, div.menu , #center, #sub-respan-menu, #sub-respan-menu #sub-respan,
    #wrapper, #branding #banner, #access, #container {
        width: 768px;
    }    
    #container #content {
        margin-right: 20px;
    }
    #main #primary  {
        width: inherit;
        margin-left: 20px;
        margin-right: 20px;
    }
    #home-content {
        width:743px;
    }    
    #footer, #footer .top{
        width:728px;
    }
    #footer .sub-menu a{
        width:175px;
    }
    #footer li{
        width:180px !important;
    }
    .gris, .rouge, .gris ul li, .rouge ul li {
        width: 119px;
    }
    .widget-area-home {
        margin-left: 0;
    }
    .widget-area-home ul {
        width: 100%;
    }
    .widget-area-home ul li {
        float:left;
        margin-right: 22px;
    }
    .gris a, .rouge a  {
        font-size: 10px;
    }
    .project {
        display:inline-block;
        width: 230px;
        margin-left:17px;
    }
    
    #content {
        width: 718px;
    }
}


@media (min-width: 1140px) { 
    .nav-menu-mobile, #showMenu {
        display: none;
    }
    #___gcse_0 {
        width:235px;
    }
    #___gcse_0 input[type=text] {
        width:130px;
    }
    #___gcse_0 input[type=submit] {
        width:80px;
    }
    #access .menu-header, div.menu , #center, #sub-respan-menu, #sub-respan-menu #sub-respan,
    #wrapper, #branding #banner, #access {
        width: 1140px;
    }  
    #home-content {
        width:720px;
        margin-right: 10px;
    }    
    #footer, #footer .top{
        width:1100px;
    }
    #footer .sub-menu a{
        width:215px;
    }
    #footer li{
        width:220px !important;
    }
    .gris, .rouge, .gris ul li, .rouge ul li {
        width: 175px;
    }
}
