/*  
Theme Name: Typebased
Theme URI: http://www.woothemes.com/
Description: Typebased by WooThemes
Version: 1.1
Author: WooThemes
Author URI: http://www.woothemes.com/
*/

html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #404040;
}

body {
	background: #555;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 16px;
}

p, h1, h2, h3, h4, h5, ul, ol, blockquote p {
	padding: 10px 0;
}

ul, ol {
	list-style: none;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #CE1433;
	text-decoration: none;
	outline:none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* Align (used for images) */

.aligncenter {
	margin: 5px auto 5px auto;
	display: block;
}

.alignleft {
	margin: 14px 15px 10px 0;
	float: left;
}

.alignright {
	margin: 14px 0px 10px 15px;
	float: right;
}

/* Wrap */

.wrap {
	width: 100%;
}

.left-col {
	float: left;
}

.right-col {
	float: right;
}

/* Container */

#container {
	width: 940px;
	margin: -35px auto;
	background: url(images/top.gif) no-repeat 0 143px;
	position:relative;
}

/* Header */

#header {
	background:transparent url(images/header-unefois-denouveau.jpg) no-repeat;
	height:410px;
	margin:0 auto;
	width:940px;
	position:relative;
}

#header h1 {
	padding: 30px 0 0 20px;
	opacity:0.7;
}

.icon{
	width:50px; height:50px;
	position:absolute;
	opacity:0.7;
}

.lien-icon{
	display:block;
	height:35px;
	margin:7px;
	width:35px;
}

#header-twitter{
	background:transparent url(images/twitter.png) no-repeat;
	left:20px;
	top:125px;
}

#header-twitter:hover{
	background:transparent url(images/twitter-hover.png) no-repeat;
}

#header-facebook{
	background:transparent url(images/facebook.png) no-repeat;
	left:90px;
	top:140px;
}

#header-facebook:hover{
	background:transparent url(images/facebook-hover.png) no-repeat;
}

#header-flickr{
	background:transparent url(images/flickr.png) no-repeat;
	left:180px;
	top:110px;
}

#header-flickr:hover{
	background:transparent url(images/flickr-hover.png) no-repeat;
}

#header-gmail{
	background:transparent url(images/gmail.png) no-repeat;
	left:265px;
	top:150px;
}

#header-gmail:hover{
	background:transparent url(images/gmail-hover.png) no-repeat;
}

#header-rss{
	background:transparent url(images/rss.png) no-repeat;
	left:415px;
	top:130px;
}

#header-rss:hover{
	background:transparent url(images/rss-hover.png) no-repeat;
}

#header-lastfm{
	background:transparent url(images/lastfm.png) no-repeat;
	left:500px;
	top:130px;
}

#header-lastfm:hover{
	background:transparent url(images/lastfm-hover.png) no-repeat;
}

#header-vimeo{
	background:transparent url(images/vimeo.png) no-repeat;
	left:555px;
	top:140px;
}

#header-vimeo:hover{
	background:transparent url(images/vimeo-hover.png) no-repeat;
}

#header-firefox{
	background:transparent url(images/firefox.png) no-repeat;
	left:615px;
	top:95px;
}

#header-firefox:hover{
	background:transparent url(images/firefox-hover.png) no-repeat;
}

#header-linkedin{
	background:transparent url(images/linkedin.png) no-repeat;
	left:115px;
	top:350px;
}

#header-linkedin:hover{
	background:transparent url(images/linkedin-hover.png) no-repeat;
}

#ecran{
	width:146px;
	height:91px;
	position:absolute;
	top:226px;
	left:397px;
}

.fondecran{background:transparent url(images/fondecran.png) no-repeat;}
.twitter-ecran{background:transparent url(images/twitter-hover-ecran.png) no-repeat;}
.facebook-ecran{background:transparent url(images/facebook-hover-ecran.png) no-repeat;}
.flickr-ecran{background:transparent url(images/flickr-hover-ecran.png) no-repeat;}
.gmail-ecran{background:transparent url(images/gmail-hover-ecran.png) no-repeat;}
.rss-ecran{background:transparent url(images/rss-hover-ecran.png) no-repeat;}
.lastfm-ecran{background:transparent url(images/lastfm-hover-ecran.png) no-repeat;}
.vimeo-ecran{background:transparent url(images/vimeo-hover-ecran.png) no-repeat;}
.firefox-ecran{background:transparent url(images/firefox-hover-ecran.png) no-repeat;}
.linkedin-ecran{background:transparent url(images/linkedin-hover-ecran.png) no-repeat;}

/* Main Menu */

#menu {
	width: 100%;
	height: 35px;
}

#menu ul {
	width: 764px;
	height: 35px;
	margin-left: 160px;
	padding: 0;
	background: url(images/menu_bg.gif) repeat-x 0 bottom;
}

#menu ul li {
	line-height: 30px;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Lucida Sans";
}

#menu ul li a {
	display: block;
	float: left;
	margin-top: 5px;
	padding: 0 27px 0 0;
	color: #C0CDCF;
	border-left: #2B404D 1px solid;
}

#menu ul li a:hover {
	color: #fff;
	cursor: pointer;
}

#menu ul li a span {
	display: block;
	float: left;
	height: 30px;
	padding: 0 0 0 27px;
}

/* Main Menu - Current Page Item */

#menu ul li.current_page_item {
	line-height: 35px;
}

#menu ul li.current_page_item a {
	background: url(images/menu_button.gif) no-repeat right top;
	margin-top: 0;
	color: #1A272E;
	border: 0;
}

#menu ul li.current_page_item a:hover {
	color: #1A272E;
}

#menu ul li.current_page_item a span {
	background: url(images/menu_button.gif) no-repeat left top;
	height: 35px;
}

/* Main Menu - extra */

#menu ul li.first a {
	border: 0;
}

#menu ul li.current_page_item a {
	margin-right: -1px;
	position: relative;
}

/* Content Area - Content and Sidebar */

.background {
	background: #F5F5F5 url(images/content_bg.gif) repeat-y right top;
}

/* Content */

#content {
	width: 651px;
}

h2.arh {
	border-bottom:1px solid #D7D7D7;
	font-size:27px;
	letter-spacing:-3px;
	line-height:25px;
	margin-left:160px;
	padding:10px 15px;
	text-transform:uppercase;
	width:460px;
}

h2.arh .keyword-search{
	background-color:#95CD3C;
	border:1px solid #80B62A;
	color:#FFFFFF;
	font-size:18px;
	letter-spacing:0;
	margin-left:5px;
	padding:1px 5px;
	text-transform:lowercase;
}

/* Post */

.post {
	width: 100%;
	clear: both;
	padding: 10px 0;
	border-bottom: #CBCBCB 1px solid;
}

.error, .page {
	border: 0;
}

/* Post Content */

.post-content {
	width: 452px;
	margin-right: 22px;
	display: inline;
	text-align:justify;
}

.post-content p {
 padding: 5px 0;
}

.post-content a {
	font-weight: bold;
}

.post-content a:hover {
	text-decoration: underline;
}

/* Post Content Headings */

.post-content h2 {
	font-size: 28px;
	line-height: 30px;
	letter-spacing:-3px;
	text-transform:uppercase;
	text-align:left;
	padding-bottom:3px;
}

.post-content h2 a {
	color: #404040;
	letter-spacing:-3px;
	text-transform:uppercase;
}

.post-content h2 a:hover {
	text-decoration: underline;
}

.post-content h3 {
	background-color:#DDDDDD;
	border-bottom:2px solid #777777;
	font-size:14px;
	margin:5px 0;
	padding:2px 5px;
}

.post-content h4 {
	background-color:#DDDDDD;
	border-left:5px solid #AAAAAA;
	border-top:1px solid #AAAAAA;
	font-size:10px;
	margin-bottom:-5px;
	padding:4px;
}

/* Post Content Lists and Blockquote */

.post-content ol, .post-content ul {
	line-height: 20px;
}

.post-content ul {
	padding-left: 25px;
}

.post-content ul li {
	list-style: circle;
	padding: 0 0;
}

.post-content ol {
	padding-left: 37px;
}

.post-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

.post-content blockquote {
	background-color:#EEEEEE;
	border-color:#CCCCCC #CCCCCC #CCCCCC #777777;
	border-style:solid;
	border-width:1px 1px 1px 5px;
	color:#555555;
	font-style:italic;
	margin:7px 0 7px 15px;
	padding:3px 10px;
}

/* Post Content Images*/

.post-content img {
	background:#DDD none repeat scroll 0 0;
	border:1px solid #BFCACE;
	padding:5px;
}

.post-content .wp-caption-text {
	background-color:#DDDDDD;
	border-bottom:2px solid #999999;
	font-size:10px;
	font-weight:bolder;
	line-height:12px;
	margin-bottom:5px;
	margin-right:-2px;
	margin-top:-3px;
	padding:5px;
	text-align:center;
}

.post-content object {
	background:#DDD none repeat scroll 0 0;
	border:1px solid #BFCACE;
	padding:5px;
	display:block;
}

/* Post Content (read more) */

.post-content span.read_more {
	background:#95CD3C none repeat scroll 0 0;
	border:1px solid #80B62A;
	display:block;
	float:left;
	font-size:11px;
	padding:0 24px;
	margin-left:-155px;
	margin-top:-10px;
}

.post-content span.read_more:hover {
	background:transparent none repeat scroll 0 0;
}

.post-content a span.read_more {
	color: #FFFFFF;
}

.post-content a:hover span.read_more {
	color: #95CD3C;
}

/* Post Meta */

.post-meta {
	width: 120px;
	margin-left: 6px;
	text-align: right;
	display: inline;
	padding-top: 11px;
}

.post-meta a {
	color: #587384;
}

.post-meta a:hover {
	text-decoration: underline;
}

/* Post Meta Date */

.post-meta h3 {
	padding: 3px 0;
}

.post-meta h3 span.day {
	display: block;
	float: right;
	line-height: 28px;
	font-size: 35px;
	border-right: #CBCBCB 1px solid;
	padding-right: 5px;
	color: #8D8D8D;
}

.post-meta h3 span.month, .post-meta h3 span.year {
	color: #666666;
	width: 40px;
}

.post-meta h3 span.month {
	display: block;
	float: right;
	font-size: 16px;
	line-height: 14px;
	padding-left: 4px;
	text-align: center;
	text-transform: uppercase;
}

.post-meta h3 span.year {
	font-size: 14px;
	display: block;
}

/* Post Meta Author and Comments */

.post-meta h4 {
	font-size: 12px;
	padding: 3px 21px 3px 0;
	color: #666666;
}

.post-meta h4.author {
	background: url(images/icon_author.gif) no-repeat right 2px;
	font-style: italic;
}

.post-meta h4.comments {
	background: url(images/icon_comment.gif) no-repeat right 4px;
}

.post-meta h4.comments a {
	color: #666666;
}

/* More Entries */

.more_posts {
	width: 400px;
	clear: both;
	margin-left: 190px;
	padding: 5px 0 6px 0;
}

.more_posts h2 {
	font-size: 19px;
}

.more_posts h2 a {
	color: #404040;
}

.more_posts h2 a:hover {
	color: #1A86DF;
}

/* Comments (single.php and comments.php) */

h3#comments, h3.lc {
	font-size: 18px;
	border-bottom: #D7D7D7 2px solid;
}

h3.lc {
	padding-top: 20px;
}

.comments_wrap {
	margin: 20px 0 0px 0px;
	clear: both;
	padding-bottom: 5px;
	border-bottom: #D7D7D7 1px dotted;
}

.comments_wrap img {
	background: none;
	padding: 1px;
}

.comments_wrap .left {
	width: 46px;
	padding-top: 2px;
	float: left;
}

.comments_wrap .left img {
	border: #D7D7D7 1px solid;	
	padding: 1px !important;
}

.comments_wrap .right {
	margin-top:4px;
}

.comments_wrap .right h4 {
	border-bottom:1px solid #999999;
	font-size:11px !important;
	font-weight:normal;
	margin-left:39px;
	padding:0;
	text-transform:none;
	border-top:0 none;
	border-left:0 none;
	background:transparent;
}

.comments_wrap .right h4 b {
	font-size: 12px !important;
}

.comments_wrap .right h4 a {
	text-decoration: none;
}

.comments_wrap .right h4 a:hover {
	text-decoration: underline;
}

.post-content .btc-summary {
	display:none;
}

.comments_wrap i {
	border-top:1px solid;
	color:#999999;
	font-size:10px;
	padding:1px 20px 0 0;
}

.post-content .avatar{
	width:35px;
}

/* Comments (form) */

#respond{
	background-color:#EEEEEE;
	border-bottom:1px solid #BBBBBB;
}

.lc{
	background-color:#DDDDDD;
	border-top:2px solid #BBBBBB;
	font-size:10px;
	font-weight:bolder;
	margin:4px 0 -10px;
	padding:1px 3px;
	text-transform:uppercase;
}

#content form {
	
}

#content form label {
	border:1px solid #DDDDDD;
	color:#CE1433;
	display:block;
	font-size:10px;
	font-weight:bold;
	margin:0 5px 10px;
	text-transform:uppercase;
}

.required{
	color:#000000;
}

#content form label input {
	padding: 3px;
	width: 180px;
	font-size: 12px;
	border:1px none;
}

#content textarea {
	border:1px solid #DDDDDD;
	font-size:12px;
	padding:3px;
	font-family:Arial;
}

#content form input {
	margin-top: 5px;
}

.lc_logged {
	padding: 0;
	margin-top: -10px;
}

.sb{
	background-color:#DDDDDD;
	border:1px solid #BBBBBB;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	width:100%;
}

.sb:hover{
	border:1px solid #CE1433;
	color:#CE1433;
}

/* Sidebar */

#sidebar {
	width: 289px;
	padding:0 0 8px;
}

#sidebar h2 {
	color:#4A8393;
	font-size:18px;
	letter-spacing:-1px;
	text-transform:uppercase;
}

/* Sidebar Search */

#search {
	width: 100%;
	height: 57px;
	background: url(images/search_block_bg.gif) no-repeat 0 0;
	height: 50px;
}

#search form {
	padding: 14px 0 0 14px;
}

#search form div {
	width: 259px;
	height: 28px;
	background: url(images/search_field.gif) no-repeat 0 0;
	position: relative;
}

#search form input.search_box {
	width: 175px;
	border: 0;
	position: absolute;
	left: 5px;
	top: 5px;
	padding-top: 2px;
	background: transparent;
	font-size: 11px;
	font-weight: bold;
	outline: none;
}

#search form input.submit {
	position: absolute;
	right: 0;
}

/* Sidebar Block */

#sidebar .block {
	padding:0 4px 0 10px;
	background: url(images/sidebar_block_top.gif) repeat-x 0 0;
}

#sidebar .block a {
	color: #3F6069;
}

#sidebar .block a:hover {
	color: #131A1C;
}

#sidebar .block ul {
	width: 100%;
	padding: 1px 0 8px 0;
}

/* Sidebar Inside Block */

#sidebar_in .block ul li {
	font-weight: bold;
	border-bottom: #BDCCD1 1px solid;
	line-height: 20px;
	padding: 4px 0 4px 21px;
	background: url(images/circle.gif) no-repeat 5px 11px;
	margin-right: 10px;
	width:245px;
}

#sidebar_in .block ul li ul li {
	border: 0;
}

/* Sidebar Special List */

#sidebar .categories ul, #sidebar .blogroll ul, #sidebar .widget_categories ul, #sidebar .widget_links ul {
	background: url(images/sidebar_ul_lines.gif) no-repeat 0 0;
	margin-top: 3px;
}

#sidebar .categories ul li, #sidebar .blogroll ul li, #sidebar .widget_categories ul li, #sidebar .widget_links ul li {
	width: 104px;
	float: left;
	margin-right: 10px;
	display: inline;
}

#sidebar .categories ul li, #sidebar .widget_categories ul li {
	background: url(images/icon_folder.gif) no-repeat 0 6px;
}

#sidebar .blogroll ul li, #sidebar .widget_links ul li {
	background: url(images/circle.gif) no-repeat 5px 11px;
	font-size: 11px;
}

/* Sidebar Flickr */

#sidebar .flickr h2 span {
	color: #0061D8;
}

#sidebar .flickr h2 span span {
	color: #FF1183;
}

#sidebar .flickr .wrap {
	padding-top: 5px;
	margin-left: -10px;
	position: relative;
}

#sidebar .flickr li {
	float: left;
	margin-left: 10px;
	display: inline;
	margin-bottom: 10px;
}

#sidebar .flickr img {
	float: left;
	margin-left: 5px;
	display: inline;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	background: #fff;
	border: #BFCACE 1px solid;
}

/* Sidebar Adverts */

#sidebar .adverts {
	width: 285px;
	padding: 15px 0 10px 4px;
	background: url(images/sidebar_block_top.gif) repeat-x 0 0;
}

#sidebar .adverts ul {
	padding: 0;
}

#sidebar .adverts ul li {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
}

#sidebar .adverts img {
	display: block;
}

/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #C0DBE2;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}

/* Widget (tag cloud) */

#tag_cloud {
	padding-bottom: 20px;
}

#tag_cloud h2 {
	margin-bottom: 5px;
}

/* Footer */

#footer {
	margin:35px auto -5px;
	position:relative;
	width:940px;
}

#footer a {
	color: #95CD3C;
	font-weight:bold;
}

#footer a:hover {
	color: #95CD3C;
}

#footer h2 {
	color: #6D7E87;
}

/* Footer Popular Articles */

#footer .popular {
	padding-bottom: 30px;
}

#footer .left-col .wrap {
	width: 646px;
}

#footer .left-col h2 {
	width: 160px;
	display: block;
	float: left;
	line-height: 24px;
	font-size: 20px;
	display: inline;
	text-align:center;
}

#footer .left-col ul {
	width: 441px;
	display: block;
	float: left;
	padding: 5px 0 15px 30px;
}

#footer .left-col ul li {
	line-height: 20px;
	font-size: 16px;
	padding: 6px 0 9px 0;
	font-weight: bold;
	background: url(images/footer_line.gif) repeat-x left bottom;
}

#pict_footer{
	background:transparent url(images/footer-unefois-denouveau.jpg) no-repeat scroll 0 0;
	height:201px;
	margin:0 auto;
	width:940px;
	position:relative;
}

/* Copyright */

#copyright {
	width: 100%;
	clear: both;
	background: #1A272E url(images/bottom.gif) no-repeat left bottom;
	border-top: #2B404D 1px solid;
	font-size: 11px;
	color: #677881;
	padding:0 0 5px;
}

#copyright .left-col {
	padding-left: 15px;
}

#copyright .right-col {
	padding-right: 15px;
}

#copyright .right-col img {
	vertical-align: middle;
}

/* Fix */

.wrap:after,
.block ul:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/* Misc */

.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

/* Threaded comments */

ol.commentlist {
	margin:0;
	padding:0;
}

ol.commentlist li{
	list-style-type:none;
}

ol.commentlist li ul.children {
	padding-left:20px;
}
ol.commentlist li ul.children li{
	border-top:1px dotted #D7D7D7;	
	border-bottom:none;
	padding-top:15px;
}

/* FlickR Pictures */

.flickr_img {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #BFCACE;
	display:block;
	float:left;
	margin-bottom:5px;
	margin-left:5px;
	padding:4px;
}

/* Sociable */

sociable { 
	margin-top: 16px;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}

.sociable_tagline,#yarpp_tagline,#yarpp_tagline2{
	background-color:#DDDDDD;
	border-top:2px solid #BBBBBB;
	font-size:10px;
	font-weight:bolder;
	margin:4px 0 -10px;
	padding:1px 3px;
	text-transform:uppercase;
}

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}

.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin:0;
	padding: 1px;
}
.sociable ul li{
	float:left;
	list-style-type:none;
}
.sociable ul li:before { content: ""; }

.sociable,#yarpp{
	background-color:#EEEEEE;
	height:42px;
	border-bottom:1px solid #BBBBBB;
}

.sociable a{
	border:1px solid transparent;
}

.sociable a:hover{
	border:1px solid #888888;
}

.sociable img{
	float:none;
	height:16px;
	margin:13px 4px 0;
	padding:0;
	width:16px;
	border:0 none;
	background-image:transparent;
}

/* YARPP */

#yarpp{
	height:100%;
}

#yarpp_tagline{
	margin:4px 0 -5px;
}

#yarpp_tagline2{
	margin:4px 0 0;
	color:#777;
}

#yarpp ul{
	width:410px;
}

#yarpp ul li{
	list-style-image:url(images/icon_folder.gif);
	padding:0;
	border-bottom:1px solid #BDCCD1;
}

/* Error page */

.error .post-content h2{
	color:red;
	padding-bottom:0;
}

.error .post-content h3{
	padding-bottom:0;
	padding-top:0;
}

.error .post-content p{
	font-size:9px;
	padding-top:0;
}

.error .post-content img{
	width:300px;
}

.error .post-content ul{
	padding-bottom:0;
	padding-top:10px;
	padding-left:15px;
}

.error .post-content li{
	list-style-image:url(images/circle.gif);
	margin:-5px 0;
	padding:0;
}

/* ThemeMyLogin */

#login form label{
	margin:7px 0;
	padding:1px 3px;
	border:1px solid #DDD;
}

#login form label input{
	border:1px solid #DDD;
}

#login form label #rememberme{
	width:0px;
}

#login form #wp-submit{
	background-color:#EEE;
	border:1px solid #BBB;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

#login form #wp-submit:hover{
	background-color:#CE1433;
	color:#FFF;
}

.wpcf7-form{
	color:#CE1433;
	display:block;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

.wpcf7-form p{
	border:1px solid #DDDDDD;
	padding:3px;
}

.wpcf7-form-control-wrap input{
	border:1px solid #DDDDDD;
	font-size:12px;
	padding:3px;
	width:180px;
}

.your-submit{
	background-color:#EEEEEE;
	border:1px solid #BBBBBB;
	font-size:10px;
	font-weight:bold;
	height:20px;
	text-transform:uppercase;
	width:95%;
}

.your-submit:hover{
	background-color:#CE1433;
	color:#FFF;
}

img.ajax-loader{
	background:transparent none repeat scroll 0 0;
	border:0 none;
	padding:0;
	width:16px;
}

div.wpcf7-mail-sent-ng {
	border:1px solid #CE1433;
}
div.wpcf7-validation-errors {
	border:2px solid #CE1433;
}

/* Introduction */

#pict_intro{
	background:transparent url(images/introduction-unefois-denouveau.jpg) repeat scroll 0 0;
	height:217px;
	width:289px;
	margin:-8px;
}

#introduction{
	background-color:#DDDDDD;
	border:2px solid #666666;
	font-size:10px;
	margin-top:15px;
	padding:5px;
	text-align:justify;
}

#introduction hr{
	margin:4px 0 1px;
}

div.tweetmeme_button{
	margin-left:-147px;
	float:left;
}

#sidebar .widget_lifestream {
	padding:0 15px 0 10px;
	overflow:hidden;
}

#sidebar .widget_text {
	padding:17px 8px 0;
}

#sidebar .widget_links ul{ 
	background:transparent none repeat scroll 0 0;
	margin-top:-5px;
}

#sidebar .widget_links ul li { 
	background:transparent none repeat scroll 0 0;
	padding:2px 0 0;
	width:87%;
}

#sidebar .widget_links ul li img { 
	height:16px;
	margin-right:2px;
	position:relative;
	top:4px;
}

#sidebar .wp_cumulus_widget{
	padding:0;
}

#sidebar .widget_flickrRSS{
	height:580px;
}

#flickr_logo{
	float:right;
	height:20px;
	margin-right:35px;
	margin-top:-30px;
	width:25px;
}

.post-content .post-tags{
	text-align:left;
}

.post-content .post-tags a{
	background-color:#95CD3C;
	border:1px solid #80B62A;
	color:#FFFFFF;
	padding:0 4px;
}

.post-content .post-tags a:hover {
	background-color:transparent;
	color:#95CD3C;
	text-decoration:none;
}

#twc_connect button {
	overflow:visible;
	padding:4px 10px 3px 7px;
	width:auto;
	background:transparent none repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	margin:0 7px 0 0;
	padding:5px 10px 6px 7px;
}

#twc_connect button img {
	width:153px;
	height:24px; 
}

#twc_connect {
	float:left;
	width:185px;
}

#twc_text {
	background:#DDDDDD none repeat scroll 0 0;
	border:1px solid #BFCACE;
	font-size:11px;
	margin:9px 0 10px;
	padding:1px 5px;
}

.lifestream_date {
	border-bottom:2px solid;
	font-size:12px;
	letter-spacing:-1px;
	margin-top:10px;
	padding:0 8px 0 0;
	text-align:right;
	text-transform:uppercase;
	width:266px;
}

.jcarousel-container-vertical {
    width: 279px;
    height: 500px;
}

.jcarousel-clip-vertical {
	height:500px;
	margin:0 5px;
	width:290px;
	z-index:20;
}

#mycarousel li,
.jcarousel-item-vertical,
.jcarousel-item-placeholder-vertical {
    width: 270px;
    height: auto;
    margin: 5px 0;
}

.jcarousel-item h3,
.jcarousel-item p {
    margin: 0;
    font-size: 90%;
}

.jcarousel-next-vertical {
    background:transparent url(images/arrow_down.png) no-repeat scroll center center;
	cursor:pointer;
	height:16px;
	left:255px;
	position:absolute;
	top:-5px;
	width:16px;
}

.jcarousel-next-disabled-vertical {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.jcarousel-prev-vertical {
    background:transparent url(images/arrow_up.png) no-repeat scroll center center;
	cursor:pointer;
	height:16px;
	left:255px;
	position:absolute;
	top:-28px;
	width:16px;
}

.jcarousel-prev-disabled-vertical {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.post-content .gallery img {
	border:1px solid #BFCACE;
}

.post-content .gallery .gallery-item {
	margin:0;
}

#tml-main .message {
	background-color:#DDDDDD;
	border:1px solid #AAAAAA;
	color:#CE1433;
	font-weight:bold;
	padding:5px;
}

#tml-main form label {
	margin:0;
	padding:2px 0 2px 5px;
}

#tml-main form input {
	border-color:#AAAAAA #DDDDDD #DDDDDD;
	border-style:solid;
	border-width:2px 1px 1px;
	margin-top:-1px;
}

#tml-main #rememberme-tml-main {
	float:left;
	margin:5px;
}
