/*
Theme Name: Cloudy
Theme URI:
Description: Theme original: WP Cloudy theme designed by <a href="http://www.aoemedia.de">AOE media GmbH</a>. Traduit et relooké par <a href="http://www.jlbi.fr">JLB.I</a>.
Version: 1.0
Author: JLB.I
Author URI: http://www.jlbi.fr
Tags: two columns, widgets, fixed width, blue, custom header, valid XHTML, valid CSS, widgets
	By downloading and using this theme, you agree to the following terms:
    - All variations of this theme have to remain GPL
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute
*/
/* Reset styles
*******************************/
html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins,strong,ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: #686868;
	background: #ffffff;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Main styles
*******************************/
html {
	height: 100%;
    margin-bottom: 1px;/* force vertical scrollbars */
}

body {
	background-color: #dddedf;
        
	color: 7f7f7f;
	font-size: 80%;
	text-align: left;
}

/* Default fonts
*******************************/
body,input,select		{
	font-family: "Bitstream Vera Sans", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
textarea,pre,code 		{
	font-family: "Bitstream Vera Sans", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

/* Header elements
*******************************/
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

h1 {
	font-size: 1.3em;
    /* font-weight: bold; */
    padding-bottom:1em;
    color:#004c93;
    line-height:1;
}

h2 {
    font-size: 1.2em;
    /* font-weight: bold; */
    /* padding-left:20px; */
    color:#004c93;
    background:url(img/post-title-border.gif) 0 100% repeat-x;
    padding-bottom:8px;
    margin-bottom:8px;

    /* background-repeat:no-repeat; */
    /* background-position:0 6px; */
    /* background-image:url(img/cat.gif); */
}

h3 {
	font-size: 1.2em;
    /* font-weight: bold; */
    padding-bottom:1.0em;
    padding-bottom:0.4em;
    color:#004c93;
}

h4 {
	font-size: 1.2em;
    /* font-weight: bold; */
    padding-bottom:0.5em;
    padding-bottom:0.5em;
    color:#454545;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

/* Text elements
*******************************/
p {
	margin: 0 0 1em 0;
	text-align: left;
	line-height:1.2;
}

p.last  {
	margin-bottom:0;
}

p.first	{
	margin-top:1em;
}

p.img	{
	float: left;
	margin:0 1em 1em 0;
	padding:0;
}

blockquote {
	margin:0 0 1em 1em;
	padding-left:1em;
	border-left:2px solid #0084cb;
}

strong {
	font-weight: bold;
}

em     {
	font-style: italic;
}

pre    {
	border: 1px solid #ddd;
	margin-bottom: 1.2em;
	padding:1.2em;
}

ins    {
	text-decoration:none;
}

/*remove underline from text*/
del    {
	text-decoration:line-through;
}

dl     {
	line-height:1.2;
	margin-bottom:1.2em;
}

hr     {
	color: #fff;
	background:transparent;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border:0;
	border-bottom: 1px #000 dotted;
}

/*links*/
a:link,a:visited   {
	/* color: #0084cb; */
        color: #0061c0;
	text-decoration: none;
	cursor:pointer;
}

a:focus,a:hover,a:active	{
	color: #1BA3EC;
	text-decoration: none;
	cursor:pointer;
}
/* a:hover		{} */
/* a:visited	{} */
/* a:active,a:focus { outline: 0; } */

/* remove border in ff*/
/* decorate lists in posts */
#content .post ul,
#content .post ol {
	margin: 0 0 1em 2em;
}
#content .post ul {
	list-style-type:disc;
}
#content .post ol {
	list-style-type:decimal;
}
#content .post ul li,
#content .post ol li {    line-height:2;}

/* Images
*******************************/
img { outline:0;border:0; }

/* Form styles
*******************************/
input,select,textarea {
	font-size:1.0em;
    vertical-align:baseline;
}

input.text,input.file { cursor:text; }
input.button {
	cursor:pointer;
	color:#fefefe;
	border:0;
	background:url(img/bgbouton.jpg) 0 0 repeat-x;
	font-weight:normal;
	padding:1px 12px;
	text-align:center;
	height:19px;
}

input.radio,input.checkbox {
	border: 0;
	padding: 0;
}

/* Wordpress aligning
*******************************/
.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float:left;
	margin: 0 1em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption {
	border:1px solid #0084cb;
	text-align:center;
	padding-top:4px;
}

.wp-caption p.wp-caption-text {
	font-size:.85em;
	text-align:center;
        padding-top:6px;
}

/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.zoom {    overflow:hidden;}

/* Main styles
*******************************/
#root {
	width: 980px;
	margin: 24px auto 0 auto;
	padding-bottom: 24px;
	background:url(img/fondpage01.gif) 0 0 no-repeat #ffffff;
	/* background: #D3D8DA; */
}

/* Header
*******************************/
#header {
	overflow: hidden;
}
#header .menu,#header .search {
	background:url(img/bandeaubleu.jpg) 0 0 repeat-x #FFFFFF;
}
#header .menu {
	float:left;
	width:980px;
	height:30px;
	padding: 4px 20px;
}
#header .menu li {
	float:left;
	/* background:url(img/header-menu-delim.gif) 100% 0 no-repeat; */
}
#header .menu li.last {
	background:none;
}
#header .menu a {
	color:#FFFFFF;
	font-weight:normal;
	padding:0 22px;
	display:block;
	line-height:2.2;
	font-size:1.25em;
	cursor:pointer;
}
#header .menu a:hover {
	text-decoration:none;
    color:#76CFFF;
	cursor:pointer;
}
#header .search {
	width:236px;
	height:20px;
	float:right;
	padding:14px 16px;
	font-size:0.92em;
}
#header .search label {
	color:#fff;
	padding-right:8px;
}
#header .search input.text {
	width:122px;
	border:1px solid #5286ab;
	border-right:0;
	border-bottom:0;
	background:#ffffff;
	padding:2px;
	color:#34668a;
	margin-right:8px;
}
#header .search input.button {
	color:#fefefe;
	border:0;
	background:url(img/bgbouton.jpg) 0 0 repeat-x;
	font-weight:bold;
	width:85px;
	padding:1px 0;
	text-align:center;
	height:21px;
}
#heading {
	margin-top:4px;
	width:551px;
	float:left;
	clear:both;
	height:134px;
	background:url(img/bandeau11.gif) 0 0 no-repeat;
	padding: 66px 0 0 156px;
}
#heading a {
	color:#fff;
	text-decoration:none;
}
#heading .description {
	color:#fff;
}
#about {
	margin-top:0px;
	width:262px;
	height:200px;
	overflow:hidden;
	float:left;
	/* background:url(img/header-about-back.gif) 0 0 repeat-y #f9fdff; */
	padding:5px;
}

#about .signature {
	text-align:right;
	margin:0;
}
#main {
	margin-top:4px;
	clear:both;
	overflow:hidden;
}
#left-block {
	width:216px;
	float:left;
}
#left-block .box {
	/* background:#fff; */
	padding:18px;
	margin-bottom:4px;
}
#left-block .box h2 {
	padding-bottom:16px;
}
#left-block .box ul {
	font-size:1em;
	/* color: #0084cb; */
}
#left-block .box ul.children {
	padding-top:8px;
	font-size:1em;
}
#left-block .box li {
	padding:4px 0;
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:0 6px;
	background-image:url(img/cat.gif);
}
#left-block .box li.current-cat {
	font-weight:bold;
}
#left-block .categories li {}
#left-block .archive li {
	background-image:url(img/cal.gif);
}
#left-block .blogroll li,
#left-block .meta li {
	background-image:url(img/arrow.gif);
}
.box input.text {
	border:1px solid #5286ab;
	border-right:0;
	border-bottom:0;
	background:#ecf0f2;
	padding:2px;
	color:#34668a;
	width:110px;
	font-size:.92em;
}
.box input.button {
	font-size:.92em;
	width:48px;
}
.box .tags {
	line-height:1.4;
}
.box .textwidget {

	font-size:.92em;
	line-height:1.4;
}
#left-block #recentcomments {
	font-size:.92em;
}
#left-block
#recentcomments li {
	background:none;
	padding-left:0;
}
#wp-calendar {
	width:180px;




	font-size:.92em;
}
#wp-calendar caption {
	padding:0 0 4px 0;
	font-weight:bold;
}
#wp-calendar th,
#wp-calendar td {
	padding:2px;
	text-align:center;
}
#wp-calendar thead th {
	background:#0084cb;
}
#wp-calendar
#prev {
	text-align:left;
	padding-top:4px;
}
#wp-calendar
#next {
	text-align:right;
	padding-top:4px;

}

/* Content
*******************************/
#main-block {
	width:760px;
	float:right;
}
#content {
	padding:18px;
	/* background:#fff; */
	min-height:400px;
	height:auto!important;
	height:400px;
}
#content .post {
	overflow:hidden;
	margin-bottom:18px;
	clear:both;
}
#content .date {
	float:left;
	width:54px;
	height:43px;
	padding-top:5px;
	background:url(img/post-date.gif) 0 0 no-repeat;
	color:#669abb;
	font-size:1.4em;
	text-align:center;
	margin: 0 0 20px 0;
	text-transform:uppercase;
}
#content .date span {
	font-size:0.60em;
	display:block;
}
#content .title,
#content .postdata {
	margin-left:74px;
}
#content .page .title {
	margin-left:0;
}
#content .title h2 {
	background:url(img/post-title-border.gif) 0 100% repeat-x;
	padding-bottom:8px;
	margin-bottom:8px;
}
#content .title a {
	text-decoration:none;
	color:#004c93;
}
#content .title a:hover {
	color:#0084cb;
}
#content .postdata {
	font-size:0.92em;
}
#content .category {
	background:url(img/cat.gif) 0 1px no-repeat;
	padding-bottom:1px;
	padding-left:20px;
	float: left;
}
#content .comments {
	#background:url(img/comment.gif) 0 1px no-repeat;
	padding-bottom:1px;
	padding-left:20px;
	float: right;
}
#content .category,
#content .category a {
	color:#91adc1;
}
#content .entry {
	clear:both;
}
#content .entry .more-link {
	font-weight:normal;
	/* color:#518cb1; *//*
Theme Name: Cloudy
Theme URI:
Description: Theme original: WP Cloudy theme designed by <a href="http://www.aoemedia.de">AOE media GmbH</a>. Traduit et relookÃ© par <a href="http://www.jlbi.fr">JLB.I</a>.
Version: 1.0
Author: JLB.I
Author URI: http://www.jlbi.fr
Tags: two columns, widgets, fixed width, blue, custom header, valid XHTML, valid CSS, widgets
	By downloading and using this theme, you agree to the following terms:
    - All variations of this theme have to remain GPL
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute
*/
/* Reset styles
*******************************/
html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins,strong,ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: #ffffff;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Main styles
*******************************/
html {
	height: 100%;
    margin-bottom: 1px;/* force vertical scrollbars */
}

body {
	background:url(img/fondsite00.jpg) 0 0 repeat-x #363636;
	color: #808080;
	font-size: 80%;
	text-align: left;
}

/* Default fonts
*******************************/
body,input,select		{
	font-family: "Bitstream Vera Sans", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
textarea,pre,code 		{
	font-family: "Bitstream Vera Sans", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

/* Header elements
*******************************/
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

h1 {
	font-size: 1.3em;
    font-weight:bold;
    padding-bottom:1em;
    color:#BC373C;
    line-height:1;
}

h2 {
	font-size: 1.2em;
    padding-bottom:1em;
    color:#333333;
}h3 {
	font-size: 1.2em;
    padding-bottom:1.0em;
    padding-bottom:0.4em;
    color:#BC373C;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;






}

h6 {
	font-size: 1.1em;
}

/* Text elements
*******************************/
p {
	margin: 0 0 1em 0;
	text-align: left;
	line-height:1.2;
}

p.last  {
	margin-bottom:0;
}

p.first	{
	margin-top:1em;
}








p.img	{
	float: left;
	margin:0 1em 1em 0;
	padding:0;
}

blockquote {
	margin:0 0 1em 1em;
	padding-left:1em;
	border-left:2px solid #B8E0FA;
}

strong {
	font-weight: bold;
}

em     {
	font-style: italic;
}

pre    {
	border: 1px solid #ddd;
	margin-bottom: 1.2em;
	padding:1.2em;
}

ins    {
	text-decoration:none;
}

/*remove underline from text*/
del    {
	text-decoration:line-through;
}

dl     {
	line-height:1.2;
	margin-bottom:1.2em;
}

hr     {
	color: #fff;
	background:transparent;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border:0;
	border-bottom: 1px #018FD9 dotted;
}

/*links*/
a:link,a:visited   {
	color: #018FD9;
	text-decoration: none;
	cursor:pointer;
}

a:focus,a:hover,a:active	{
	color: #BC373C;
	text-decoration: none;
	cursor:pointer;
}
/* a:hover		{} */
/* a:visited	{} */
/* a:active,a:focus { outline: 0; } */

/* remove border in ff*/
/* decorate lists in posts */
#content .post ul,
#content .post ol {
	margin: 0 0 1em 2em;
}
#content .post ul {
	list-style-type:disc;
}
#content .post ol {
	list-style-type:decimal;
}
#content .post ul li,
#content .post ol li {    line-height:2;}

/* Images
*******************************/
img { outline:0;border:0; }

/* Form styles
*******************************/
input,select,textarea {
	font-size:1.0em;
    vertical-align:baseline;
}

input.text,input.file { cursor:text; }
input.button {
	cursor:pointer;
	color:#fefefe;
	border:0;
	background:url(img/bgbouton.jpg) 0 0 repeat-x;
	font-weight:normal;
	padding:1px 12px;
	text-align:center;
	height:19px;
}

input.radio,input.checkbox {
	border: 0;
	padding: 0;
}

/* Wordpress aligning
*******************************/
.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float:left;
	margin: 0 1em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption {
	border:1px solid #C0C0C0;
	text-align:center;
	padding-top:4px;
}

.wp-caption p.wp-caption-text {
	font-size:.92em;
	text-align:center;
}

/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.zoom {    overflow:hidden;}

/* Main styles
*******************************/
#root {
	width: 980px;
	margin: 24px auto 0 auto;
	padding-bottom: 24px;
	background:url(img/body.png) 0 0 no-repeat #E7E7E7;
	/* background: #D3D8DA; */
}

/* Header
*******************************/
#header .menu,#header .search {
	background:url(img/bgmenu.jpg) 0 0 repeat-x #FFFFFF;
}
#header .menu {
	float:left;
	width:100%;
	height:30px;
	padding: 4px 20px;
}
#header .menu li {
	float:left;
	/* background:url(img/header-menu-delim.gif) 100% 0 no-repeat; */
}
#header .menu li.last {
	background:none;
}
#header .menu a {
	color:#FFFFFF;
	font-weight:normal;
	padding:0 22px;
	display:block;
	line-height:2.2;
	font-size:1.25em;
}
#header .menu a:hover {
	text-decoration:none;
        color:#B9D4E2;
}
#header .search {
	width:236px;
	height:20px;
	float:right;
	padding:14px 16px;
	font-size:0.92em;
}
#header .search label {
	color:#fff;
	padding-right:8px;
}
#header .search input.text {
	width:122px;
	border:1px solid #5286ab;
	border-right:0;
	border-bottom:0;
	background:#ffffff;
	padding:2px;
	color:#34668a;
	margin-right:8px;
}
#header .search input.button {
	color:#fefefe;
	border:0;
	background:url(img/bgbouton.jpg) 0 0 repeat-x;
	font-weight:bold;
	width:85px;
	padding:1px 0;
	text-align:center;
	height:21px;
}
#heading {
	margin-top:4px;
	width:551px;
	float:left;
	clear:both;
	height:134px;
	background:url(img/bandeau07.gif) 0 0 no-repeat;
	padding: 66px 0 0 156px;
}
#heading a {
	color:#fff;
	text-decoration:none;
}
#heading .description {
	color:#fff;
}
#about {
	margin-top:0px;












	width:262px;
	height:200px;
	overflow:hidden;
	float:left;
	/* background:url(img/header-about-back.gif) 0 0 repeat-y #f9fdff; */
	padding:5px;
}

#about .signature {
	text-align:right;
	margin:0;
}
#main {
	margin-top:4px;
	clear:both;
	overflow:hidden;
}
#left-block {
	width:216px;
	float:left;
}
#left-block .box {
	/* background:#fff; */
	padding:18px;
	margin-bottom:4px;
}
#left-block .box h2 {
	padding-bottom:16px;
}
#left-block .box ul {
	font-size:1em;
	/* color: #FF6600; */
}
#left-block .box ul.children {
	padding-top:8px;
	font-size:1em;
}
#left-block .box li {
	padding:4px 0;
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:0 6px;
	background-image:url(img/cat.gif);
}
#left-block .box li.current-cat {
	font-weight:bold;
}
#left-block .categories li {}
#left-block .archive li {
	background-image:url(img/cal.gif);
}
#left-block .blogroll li,
#left-block .meta li {
	background-image:url(img/arrow.gif);
}
.box input.text {
	border:1px solid #5286ab;
	border-right:0;
	border-bottom:0;
	background:#ecf0f2;
	padding:2px;
	color:#34668a;
	width:110px;
	font-size:.92em;
}
.box input.button {
	font-size:.92em;
	width:48px;
}
.box .tags {
	line-height:1.4;
}
.box .textwidget {
	font-size:.92em;
	line-height:1.4;
}
#left-block #recentcomments {
	font-size:.92em;
}
#left-block
#recentcomments li {
	background:none;
	padding-left:0;
}
#wp-calendar {
	width:180px;
	font-size:.92em;
}
#wp-calendar caption {
	padding:0 0 4px 0;
	font-weight:bold;
}
#wp-calendar th,
#wp-calendar td {
	padding:2px;
	text-align:center;
}
#wp-calendar thead th {
	background:#eee;
}
#wp-calendar
#prev {
	text-align:left;
	padding-top:4px;
}
#wp-calendar
#next {
	text-align:right;
	padding-top:4px;
}

/* Content
*******************************/
#main-block {
	width:760px;
	float:right;
}
#content {
	padding:18px;
	/* background:#fff; */
	min-height:400px;
	height:auto!important;
	height:400px;
}
#content .post {
	overflow:hidden;
	margin-bottom:18px;
	clear:both;
}
#content .date {
	float:left;
	width:54px;
	height:43px;
	padding-top:5px;
	background:url(img/post-date.gif) 0 0 no-repeat;
	color:#669abb;
	font-size:1.4em;
	text-align:center;
	margin: 0 0 20px 0;
	text-transform:uppercase;
}
#content .date span {
	font-size:0.60em;
	display:block;
}
#content .title,
#content .postdata {
	margin-left:74px;
}
#content .page .title {
	margin-left:0;
}
#content .title h2 {
	background:url(img/post-title-border.gif) 0 100% repeat-x;
	padding-bottom:8px;
	margin-bottom:8px;
}
#content .title a {
	text-decoration:none;
	color:#BC373C;
}
#content .title a:hover {
	color:#D7373C;
}
#content .postdata {
	font-size:0.92em;
}
#content .category {
	background:url(img/cat.gif) 0 1px no-repeat;
	padding-bottom:1px;
	padding-left:20px;
	float: left;
}
#content .comments {
	#background:url(img/comment.gif) 0 1px no-repeat;
	padding-bottom:1px;
	padding-left:20px;
	float: right;
}
#content .category,
#content .category a {
	color:#91adc1;
}
#content .entry {
	clear:both;
}
#content .entry .more-link {
	font-weight:normal;
	/* color:#518cb1; */
	float: right;
}
#recent {
	margin-top:4px;
	background:#e7f5fe;
	overflow:hidden;
}
#recent .posts,
#recent .comments {
	width:312px;
	padding:24px 32px;
}
#recent .posts {
	float:left;
}
#recent .comments {
	float:right;
}
#recent .posts ul,
#recent .comments ul {
	font-size:.92em;
	line-height:1.2;
}
#recent .posts li,
#recent .comments li {
	margin-bottom:1.1em;
}
#recent .posts li a {
	font-weight:bold;
}
#recent .comments li .author {
	font-size:0.91em;
	line-height:1.4;
}
#recent .comments li a {
	text-decoration:none;
}
#leavecomment {
	padding-top:1em;
}
.comments-list .avatar {
	margin-bottom:4px;
}
.comments-list li {
	padding:18px;
	line-height:1.2;
}
.comments-list li.graybox {
	background:#f5f5f5;
}
.comments-list cite {
	font-weight:bold;
	font-style:normal;
}
.comments-list small {
	font-size:.83em;
}
.comments-list .comment {
	margin-top:8px;
}
#commentform input.text,
#commentform textarea {
	border:1px solid #5286ab;
	border-right:0;
	border-bottom:0;
	background:#ecf0f2;
	padding:2px;


	color:#34668a;
}
#commentform input.text {
	width:200px;
}
#commentform textarea {
	width:600px;
}




/* Footer

*******************************/
#footer {
	margin-top:4px;
	padding:4px 32px;
	font-size:.92em;
	overflow:auto;
	line-height:1.2;
	/* background:url(img/cubes.gif) 705px 4px no-repeat; */
}
#footer img {
	vertical-align:middle;
}
.copyright {
	font-size:.85em;
	overflow:auto;
	line-height:1.2;
	float:right;}
.infosadmin {
        color: #000000;
	font-size:.85em;
	line-height:1.2;
}
#footer .links {
	float:right;
}
#footer .links a {
	padding-left:16px;
	margin-left:16px;
	background-repeat:no-repeat;
	background-position:0 1px;
}
#footer .rss {
	background-image:url(img/rss.gif);
}
#footer .login {
	background-image:url(img/login.gif);
}
#footer a.powered {
	padding:0;
}

	float: right;
}
#recent {
	margin-top:4px;
	background:#e7f5fe;
	overflow:hidden;
}
#recent .posts,
#recent .comments {
	width:312px;
	padding:24px 32px;
}
#recent .posts {
	float:left;
}
#recent .comments {
	float:right;
}
#recent .posts ul,
#recent .comments ul {
	font-size:.92em;
	line-height:1.2;
}
#recent .posts li,
#recent .comments li {
	margin-bottom:1.1em;
}
#recent .posts li a {
	font-weight:bold;
}
#recent .comments li .author {
	font-size:0.91em;
	line-height:1.4;
}
#recent .comments li a {
	text-decoration:none;
}
#leavecomment {
	padding-top:1em;
}
.comments-list .avatar {
	margin-bottom:4px;
}
.comments-list li {
	padding:18px;
	line-height:1.2;
}
.comments-list li.graybox {
	background:#f5f5f5;
}
.comments-list cite {
	font-weight:bold;
	font-style:normal;
}
.comments-list small {
	font-size:.83em;
}
.comments-list .comment {
	margin-top:8px;
}
#commentform input.text,
#commentform textarea {
	border:1px solid #5286ab;
	border-right:0;
	border-bottom:0;
	background:#ecf0f2;
	padding:2px;
	color:#34668a;
}
#commentform input.text {
	width:200px;
}
#commentform textarea {
	width:600px;
}

/* Footer
*******************************/
#footer {
	margin-top:4px;
	padding:4px 32px;
	font-size:.92em;
	overflow:auto;
	line-height:1.2;
	/* background:url(img/cubes.gif) 705px 4px no-repeat; */
}
#footer img {
	vertical-align:middle;
}
.copyright {
	font-size:.85em;
	overflow:auto;
	line-height:1.2;
	float:right;}
.infosadmin {
        color: #B2B2B2;
	font-size:.85em;
	line-height:1.2;
}
#footer .links {
	float:right;
}
#footer .links a {
	padding-left:16px;
	margin-left:16px;
	background-repeat:no-repeat;
	background-position:0 1px;
}
#footer .rss {
	background-image:url(img/rss.gif);
}
#footer .login {
	background-image:url(img/login.gif);
}
#footer a.powered {
	padding:0;
}

#pg-3-1 {
margin-bottom: 7px !important;
}

#pg-3-3{
height: 200px;
}

#pgc-3-2-1:hover , #pgc-3-2-1:focus {
background-color: #F6F6F6;
z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.3);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.3);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.3);
    transition: all 200ms ease-in;
    transform: scale(1.3);
-moz-box-shadow: 10px 10px 5px 0px #656565;
-webkit-box-shadow: 10px 10px 5px 0px #656565;
-o-box-shadow: 10px 10px 5px 0px #656565;
box-shadow: 10px 10px 5px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}

#pgc-3-2-2:hover , #pgc-3-2-2:focus {
background-color: #F6F6F6;
z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.3);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.3);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.3);
    transition: all 200ms ease-in;
    transform: scale(1.3);
-moz-box-shadow: 10px 10px 5px 0px #656565;
-webkit-box-shadow: 10px 10px 5px 0px #656565;
-o-box-shadow: 10px 10px 5px 0px #656565;
box-shadow: 10px 10px 5px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}

#pgc-3-3-1:hover , #pgc-3-3-1:focus{
background-color: #F6F6F6;
z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.3);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.3);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.3);
    transition: all 200ms ease-in;
    transform: scale(1.3);
-moz-box-shadow: 10px 10px 5px 0px #656565;
-webkit-box-shadow: 10px 10px 5px 0px #656565;
-o-box-shadow: 10px 10px 5px 0px #656565;
box-shadow: 10px 10px 5px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}

#pgc-3-3-2:hover , #pgc-3-3-2:focus{
background-color: #F6F6F6;
z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.3);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.3);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.3);
    transition: all 200ms ease-in;
    transform: scale(1.3);
-moz-box-shadow: 10px 10px 5px 0px #656565;
-webkit-box-shadow: 10px 10px 5px 0px #656565;
-o-box-shadow: 10px 10px 5px 0px #656565;
box-shadow: 10px 10px 5px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}

#pg-3-2 {
margin-bottom: 50px !important;
}

#heading {
	margin-top:4px;
	width:1960px !important;
	float:left;
	clear:both;
	height:200px !important;
	background:url(http://www.saint-eloi.eu/wp-content/uploads/2015/09/bandeau-header-st-eloi.jpg) 0 0 no-repeat;
	background-width: 980px;
	padding: 0 0 0 0 !important;
}

#about {
display: none !important;
}

.recrutement a{
font-size: 2.2em;
color: #004c93;
text-shadow: 0px 10px 10px #0061c0;
}

.actus a{
font-size: 1.8em;
color: #004c93;
text-shadow: 0px 10px 10px #0061c0;
}

#root {
margin-top: 0;
}

.copyright {
margin-top: 12px;
}