/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #ECECEC url(../img/fond_page.png) top center repeat-y;
	color: #334;
	font: normal 75% sans-serif;
	line-height: 1.5;
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h3,h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}

/* Links */

a:focus,a:hover {color: #357;}
a, a:link, a:visited {
	color: #005A9A;
	text-decoration: underline;
}
a.feed {
	background: url(../img/icon-feed.gif) no-repeat left center;
	padding-left: 18px;
}
a.contact {
	background: url(../img/icon-contact.png) no-repeat left center;
	padding-left: 20px;
}
a.user {
	background: url(../img/icon-user.png) no-repeat left center;
	padding-left: 20px;
}
a.mail {
	background: url(../img/icon-mail.png) no-repeat left center;
	padding-left: 20px;
}
a.services {
	background: url(../img/icon-services.png) no-repeat left center;
	padding-left: 20px;
}
a.info {
	background: url(../img/icon-info.png) no-repeat left center;
	padding-left: 20px;
}
a.web {
	background: url(../img/icon-web.png) no-repeat left center;
	padding-left: 20px;
}

a.facebook {
	background: url(../img/icon-social-facebook.png) no-repeat left center;
	padding-left: 20px;
}
a.twitter {
	background: url(../img/icon-social-twitter.png) no-repeat left center;
	padding-left: 20px;
}
a.google {
	background: url(../img/icon-social-google.png) no-repeat left center;
	padding-left: 20px;
}
a.picasa {
	background: url(../img/icon-social-picasa.png) no-repeat left center;
	padding-left: 20px;
}
a.viadeo {
	background: url(../img/icon-social-viadeo.png) no-repeat left center;
	padding-left: 20px;
}
a.linkedin {
	background: url(../img/icon-social-linkedin.png) no-repeat left center;
	padding-left: 20px;
}


/* More links */
a.more {
	color: #579;
	font-weight: bold;
}
a.more:hover {color: #234;}


/* Text elements */

p {margin-bottom: 1em;}


abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
del, blockquote { color:#666; }
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}

blockquote {
	background:#f9f9f9;
	border-left:7px solid #ccc;
	margin: 0 10px 10px 5px;
	padding:.5em 10px;
	quotes:"\201C""\201D""\2018""\2019";
	width:35%;
	float:left;
	text-align:left;
}
blockquote:before {
	color:#ccc;
	content:open-quote;
	font-size:4em;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-.4em;
}
blockquote p {
	display:inline;
	font-family: serif;
	font-size: 140%;
	line-height:1em;
	text-align:left;
}
blockquote p:first-letter {
	float: left;
	margin: .1em .1em 0 0;
	font-size: 220%;
	font-weight: bold;
}
/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 0 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}



/* Special lists */

ul.plain-list li, ul.nice-list li, ul.tabbed li {list-style: none;}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {float: left;}

ul.plain-list {margin: 0;}

ul.nice-list {margin-left: 0;}
ul.nice-list li {
	list-style: none;
	border-top: 1px solid #EEE;
	padding: 4px 0;
}
ul.nice-list li:first-child {border-top: none;}
ul.nice-list li .right {color: #999;}

ul.subpages li {
 background: #AACFEA;
}
ul.subpages li.menu-current{
	background:#005A9A;
}
ul.subpages li a {
 margin-left:10px;
 display:block;
}
ul.subpages li.menu-current a{
 color:#FFFFFF;
}


/* Tables */

table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #F0F0F0;
	border: 1px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 1px solid #DDD;}
table.data-table td, table th {padding: 10px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #DDD;
}
table.data-table tr.even td {background: #FCFCFC;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.15em;}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}

.hidden {display: none;}

.quiet {color: #999;}
.loud {color: #000;}
.highlight {background:#ff0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}

.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}


/* 
   Forms 
------------------------------------------------------------------- */
form p{margin:3px 0;}
label {font-weight: bold; cursor: pointer;width:200px;text-align:right;display:block;float:left;padding: 5px;border-bottom: 1px dotted #DDDDDD;}
fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}
input, input.text, textarea, select {
	background: #FCFCFC;
	border: 1px solid #AAA;
	margin: 0.5em 0;
	padding: 5px;
	float:left;
	margin-left:10px;
	width:300px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button {
	background: #DDD;
	border: 1px solid #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}

.form-error {border-color: #F00;}

.required {
	color: #FF0000;
}
.field_title {

}
.textfield {
  border: 1px solid #AAA;
}
.textarea {

}
.field_heading {

}
.select {

}
.checkbox_label {

}
.radio_label {

}
.email {

}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}

/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 0.5em 0;}
img.alignright, img.right {margin: 0 0 0.5em 1.5em;}


/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}


/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;	
}
.content-separator {margin: 20px 0;}
.archive-separator {margin: 10px 0;}


/* 
   Posts 
------------------------------------------------------------------- */
.page-7 .post {margin:10px 0;}
.actu-short{height:180px; overflow:hidden;}
.post a {text-decoration: none;}
.post a:hover {text-decoration: underline;}

.post img.left, .post img.right {margin-bottom: 0;}

.post-date {
	color: #777;
	margin: 2px 0 10px;
	background:#EEEEEC;
	text-align:right;
}
.selected-group-title {
	color: #777;
 text-align:right;
}
.post-date a {color: #444;}

.post-title h1{font-weight:bold;margin-bottom: 10px;border-bottom:1px dashed #EEEEEC;padding-bottom:5px;text-shadow: 1px 1px 3px #C0C0C0;}
.post h2 {font-weight:bold;margin-bottom: 10px;padding-bottom:5px;border-bottom:1px solid #CCCCCC;}
.post h3 {font-weight:bold;margin-bottom: 10px;padding-bottom:5px;}
.post-meta {
	/*background: #F6F6F6;
	border: 1px solid #DDD;
	color: #777;
	padding: 6px 10px; */
}
.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}

.post-body {font-size: 1em; text-align:justify;}
.post-body a {color: #005A9A;}
.post-body a:hover {color: #005A9A;}

.post-body img.left, .post-body img.right {margin-bottom: 0.5em;}
.actu-short .post-body img {
background-color:#FFFFFF;
border:1px solid #DDDDDD;
padding:3px;
margin:0 1em;
}

.post-body hr {border:0;border-bottom:1px solid #DDDDDD;}

/* Archives */
.archive-pagination {margin-bottom: 16px;}
.archive-post-date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 80px;
}
.archive-post-title .post-date {margin: 0;}
.archive-post-title {padding-top: 4px;}
.archive-post-day {font-size: 0.95em; font-weight:bold;}
.archive-post-month {font-size: 0.9em; font-weight:normal;}

.archive-post-title h3 {
background:none repeat scroll 0 0 #F6F6F6;
border:1px solid #DDDDDD;
color:#777777;
padding-top:2px;
}
.actu-short .post-body {margin-top:20px;}
/* 
   Layout 
------------------------------------------------------------------- */

/* General */
.center-wrapper {
	margin: 0 auto;
	width: 980px;

}

/* Network */

#network {background: #CCCCCC url(../img/fond_network.png) top center repeat-y;}
#network .left {
	color: #333;
	padding: 6px 0;
}
#network .tabbed a {
	display: block;
	padding: 6px 10px 7px;
	text-decoration: none;
	color: #666;
}


#network li a:hover {
	background: #F6F6F6;
	color: #000;
}
#network li.menu-current a {
	background: #FFF;
	font-weight: bold;
}
#network .text-separator, #network span {color: #999;}


/* Toolbar */
#toolbar {
	padding: 1px 0 12px 8px;
	font-size: 0.9em;
	color: #CCCCCC;
}
#toolbar img {vertical-align: middle;}
#toolbar a {color: #CCCCCC;}

/* Header */

#header {
  margin-bottom: 10px;
  background: #FFFFFF url(../img/header_fond.png) top right no-repeat;
}

/* Site title */
#site-title {
	/*border-bottom: 1px solid #CCC; */
	padding-bottom: 24px;

}
#site-title img {}

/* Navigation */

#navigation {
	position: relative;
	margin-bottom: 5px;
}
#navigation a {
	display: block;
	text-decoration: none;
}

/* Main navigation */
#main-nav {
	background: #FFFFFF;
	border-bottom:1px solid #005A9A;
}
#main-nav a {
	color: #888;
	font-size: 1.5em;
	padding: 9px 14px;
}
#main-nav li {background: url(../img/navigation-separator.gif) no-repeat left center;}
#main-nav li:first-child {background: none;}
#main-nav li.menu-parent a, #main-nav li.menu-current a, #main-nav a:hover {color: #005A9A;}
#main-nav li.menu-parent a, #main-nav li.menu-current a {background: url(../img/navigation-arrow.gif) no-repeat center bottom;}


/* Subnav */

/*#sub-nav {background: #005A9A url(../img/sub-nav-end.png) no-repeat right top; padding: 0;}
#sub-nav li.menu-first {background: #005A9A url(../img/sub-nav-first.png) no-repeat left top; padding: 0;}  */
#sub-nav {background: #005A9A;}
#sub-nav a {
	color: #AACFEA;
	font: bold 1.2em sans-serif;
	padding: 10px;
}
#sub-nav li.menu-current a, #sub-nav a:hover {color: #fff;background: #00538E;}
#sub-nav li.menu-parent a {background: #00538E;}
#sub-nav a:hover {
  padding-bottom:7px;
  color: #fff;
}

#sub-nav .tabbed .tabbed {
  display: none;
}

/* Breadcrumbs */
.breadcrumbs {
  color: #DDDDDD;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
  color: #DDDDDD;
}

/* Main */

.main {margin-bottom: 18px;}

.main#main-three-columns {background: url(../img/main-three-columns.gif) repeat-y right top;}
.main#main-three-columns .sidebar {width: 193px;}
.main#main-three-columns #main-left {width: 520px;}

.main#main-two-columns {background: url(../img/main-two-columns.gif) repeat-y right top;}
.main#main-two-columns .sidebar {width: 260px;}
.main#main-two-columns #main-left {width: 671px;}

.sidebar a {text-decoration: none;}
.sidebar a:hover {text-decoration: underline;}

#sidebar-1 {margin-left: 37px;}

/* Columns */
.col3 {width: 32%;}
.col3-mid {margin-left: 2%;}

/* Sidebar */

#sidebar-wrapper {}
#sidebar {}


/* Sidebar sections */
.section {margin-bottom: 16px;font-size:0.9em;}
.section-title {
	background-color: #F2F6FA;
	border-top: 2px solid #ABC;
	font: bold 1.1em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}

.network-section .section-title {
	background-color: #F6F6F6;
	border-color: #D6D6D6;
}

.section .date-tweet {
  color: #969696;
}

/* Dashboard */

#dashboard {
	background: #FAFAFA url(../img/dashboard_fond.png) no-repeat left top;
	border: 1px solid #E7E7E7;
}

#dashboard .column {width: 244px;}
#dashboard #column-4 {border-right: none;}

#dashboard .column-content {
	padding: 14px 16px;
}
#dashboard .column-title {
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
	text-shadow: 1px 1px 3px #969696;
}
#dashboard a {color: #456;}
#dashboard a:hover {color: #000;}


/* Footer */

#footer {padding: 10px 0;}
#footer a {
	color: #579;
	text-decoration: none;
}
#footer .right{
	text-align:right;
}
#footer .right, #footer .right a {
	color: #999;
	text-decoration: none;
}
#footer .text-separator {
	padding: 0 3px;
	color: #BBB;
}
#footer a:hover {color: #000;}


/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}

/* Single line IE fix */
* html #sub-nav, * html .section-title, * html .main {height: 0.01%; min-height: 0.01%;}

/* Picasna */
.picasna{text-align:center;}
	.picasna-wrap{margin:1em 0;}
	.picasna-image{}
	.picasna-caption{}


/* encarts */
.encarts-2col {
  width:290px;
	margin: 10px;
	float:left;
  border:1px solid #E7E7E7;
  background:#F8F8F8;
  padding:10px;
  height:100px;
}
.encarts-2col p{margin:0;}
.encarts-2col small{
	text-align:left;
}
.encarts-2col small small{
	display:block;
	border-top:1px solid #E7E7E7;
	padding-top:3px;
	margin-top:3px;
}
.hot-jaune-tl {
  background-position: left top;
  background-image: url(../img/coins/jaune_tl.png);
  background-repeat: no-repeat;
}

/* tags */
ul.tags {
	margin:10px 0;
	list-style-type: none;
}

ul.tags li {
	float: left;
}

ul.tags li span {line-height: 1.3em;font-weight:bold;padding:5px;}

ul.tags li span.size1 {font-size:1.1em;}
ul.tags li span.size2 {font-size:1.2em;}
ul.tags li span.size3 {font-size:1.4em;}
ul.tags li span.size4 {font-size:1.6em;}
ul.tags li span.size5 {font-size:1.8em;}
ul.tags li span.size6 {font-size:2em;}

/* couleurs 123DEV */
.bleu {color:#0070C0;}
.vert {color:#9BCF00;}
.orange {color:#FF9900;}
.rouge {color:#D4241C;}
.rose {color:#C30072;}
.violet {color:#635499;}
.gris1 {color:#CCCCCF;}
.gris2 {color:#AAAAAA;}
.gris3 {color:#666666;}

/* 123 FONT*/
@font-face {
	font-family: '123scratch';
	src: url('http://2ttf.com/webfont/VWncjOh5/webfont.ttf') format('truetype');
}
.style-123scratch p {font-family: '123scratch';}
@font-face {
	font-family: '123marker';
	src: url('http://2ttf.com/cbjXqedh/webfont.ttf') format('truetype');
}
.style-123marker p {font-family: '123marker';}
