/* Général */

* {
 	margin: 0;
	padding: 0;
	border: 0;
}

body { 
	color: #444;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:13px;
	line-height:1.5em;
	background: url('http://betacie.cachefly.net/fmylife/images/fond.jpg') repeat-x #ebf3ff;
}

a, a:link {
	color: #0062BD;
	text-decoration: none;
}

a:hover {
	color: #0062BD;
	text-decoration: underline;
}

.clear {
	clear: both;
	display: block;
}

span.mot {
	background: #f7efa9;
}

.info {
	padding: 8px;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 35px;
	font-weight: bold;
}

.static {
	padding: 8px;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 35px;
	font-weight: normal;
}

.static a, a:link {
	color: #0062BD;
	text-decoration: none;
}

.static a:hover {
	color: #0062BD;
	text-decoration: underline;
}

/* Haut */

.drapeaux {
	position:absolute;
	top:5px;
	right:5px;
}

.drapeaux .flag{
	float:left;
	margin-left:5px;
}

#haut {
	height: 60px;
	line-height: 1.0;
	margin-top: 10px;
}

#haut a, a:hover {
	color: #444;
}

#haut a {
	text-decoration: underline;
}

#haut a:hover {
	text-decoration: none;
}

#haut a.submit {
	font-weight: bold;
}

#haut .maintitle a {
	text-decoration: none;
}

#haut .maintitle .unrated {
	background: #c53232;
	color: #ffffff;
	-moz-border-radius: 4px;
	padding: 2px 10px;
	font-size: 9px;
	font-weight: bold;
}

#haut .maintitle .unrated:hover {
	background: #ffffff;
	color: #c53232;
	cursor: pointer;
}

#haut p {
	float: right;
	font-weight: bold;
	font-size: 30px;
	margin-top: 40px;
	margin-right: -4px;
}

#haut .maintitle{ 
	font-size: 150%;
	font-weight:bold;
	width:230px;
	line-height: 1.3em;
}

#haut .title{
	font-size: 70%;
	font-weight:bold;
	width:260px; 
	line-height: 1.3em;
}

#haut .twitter {
	float: right;
	margin-top:10px;
}

#haut .facebook {
	width: 58px;
	float: right;
	margin-top: 12px;
	margin-left: 10px;
}

.menu {
	margin: 8px 0px 0px 30px !important;
	margin: 8px 0px 0px 15px;
	text-align: right;
	float:left;
}

.menu h1{
	font-weight:normal;
	font-size:13px;
	float:left;
}

.menu .tiret{
	float:left;
	margin:0 5px 0 5px;
}

/* Recherche */

.recherche_aide {
	float: right;
	margin-bottom:3px;
}

#haut .recherche_aide a {
	color: #0062BD;
	text-decoration: none;
}

#recherche_haut {
	float: right;
	width: 200px;
	text-align: right;
}

#recherche_haut input#mot {
	border: 1px solid #888;
	width: 120px;
	font-family: "Lucida Grande";
	font-size: 13px;
	color: #444;
	margin: 0;
	height:16px;
	float: right;
}

#recherche_haut input#submit_srch {
	background: #F9F9F9;
	font-size: 8px;
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
	margin: 0px 0px 0px 3px;
	float: right;
}

/* Soumettez votre SH */

#submit {
	margin: 25px 0 0 0;
	display: none;
}

#submit input {
	border: 1px solid #ADADAD;
	padding: 4px;
}

#submit input#firstname {
	display: none;
}

#submit textarea {
	margin-top: 6px;
	border: 1px solid #ADADAD;
	padding: 4px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	font-size: 13px;
	width: 880px;
}

#submit .ok {
	float: right;
	margin: 10px 0 10px 10px;
}

#submit .ok input {
	padding: 4px 15px;
	font-weight: bold;
	border: 1px solid #ADADAD;
}

#submit select {
	border: 1px solid #ADADAD;
	padding: 4px;
	width: 160px;
}

/* Leaderboard */

.leaderboard {
	width:728px;
	height:90px;
	line-height:1em;
}

.leaderboard_expand {
	width:728px;
	height:250px;
	line-height:1em;
}

.leaderboard_close {
	float:right; 
	font-size:10px;
	line-height:1em;
	margin:1px 0 10px 0;
}

.leaderboard_close a {
	color : #000;
}

.leaderboard_close a:hover {
	color : #000;
	text-decoration: none;
}

/* Bas */

#footer {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	font-size:11px;
	color: #AAAAAA;
	padding-right: 176px;
}

#footer a{
	text-decoration:underline;
}

#footer a:hover{
	text-decoration: none;
}

#footer a, a:hover {
	color: #AAAAAA;
}

#footer .post {
	text-align: center;
	margin-bottom: 0;
	margin-bottom: 0 !important;
	background: transparent;
}

/* Contenu */

#content {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
}

#content .homelink {
	display:block; 
	float:right; 
	color:#000000;
	font-size: 82%;
}


#wrapper {
	margin-top: 20px;
	float: left;
	width: 728px;
}

.post {
	padding: 8px;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 18px !important;
	margin-bottom: 15px;
}

.post p {
	overflow: hidden;
}

.post p.texte.cache {
	display: none;
}

.post h2 {
	font-size:13px;
	margin-bottom:5px;
}

.post h2.title {
	margin-bottom:0;
}

.post .thumbs {
}

.post div.right {
	float: right;
	text-align: right;
}

.post.moins {
	color: #999999;
}

.post.plus {
	color: #477526;
}

.post.highlight {
	background-color: #f8faeb;
}

.post.reply {
	margin-left: 30px;
}

.post.menublog {
	text-align: center;
}

.post a, a:link {
	color: #0062BD;
	text-decoration: none;
}

.post a:hover {
	color: #0062BD;
	text-decoration: underline;
}

.post a.bf, a.bf:link {
	color: #4c93d6;
	text-decoration: none;
}

.post p a.fmllink, .post p a.fmllink:link, .post p a.fmllink:hover {
	color: #444444;
	text-decoration: none;
}

.post a.bf:hover {
	color: #4c93d6;
	text-decoration: underline;
}

.post .userinfos {
	float: left;
	margin: 12px 0 0 0;
}

.post .userinfos p {
	font-size: 75%;
	color: #808080;
	line-height: 1.5em;
}

.post img.avatar {
	width: 22px;
	height: 22px;
	border: 1px solid #e4e4e4;
}

.post .avatar_container {
	float: left;
	margin: 12px 8px 0px 0px;
	padding: 2px;
	width: 24px;
	height: 24px;
	text-align: center;
}

.post .avatar_container_fiche {
	margin: 0 14px 0px 0px;
	padding: 2px;
	width: 24px;
	height: 24px;
	text-align: center;
}

.post .userinfos p a.pseudo, .userinfos p a.pseudo:link{
	color:#808080;
}

.post .userinfos p a.pseudo:hover{
	color:#808080;
	text-decoration: underline;
}

.postlight {
	padding: 8px;
}

a.stbutton {
	padding: 0 0 0 22px !important;
}

.stico_rotate {
	background: transparent url(http://w.sharethis.com/images/rotating-icon.gif?CXNID=1000014.0NXC) no-repeat scroll 0 0 !important;
	padding-top: 1px !important;
}

a.stbutton {
	color: #444;
}

a.stbutton:hover {
	color: #444;
	text-decoration: none;
}

.date {
	margin-top: 5px;
	line-height: 140%;
	float: left;
}

.date .left_part {
	float: left;
}

.date .right_part {
	float: left;
	margin-left: 4px;
	border-left: 2px solid #e5e5e5;
	padding-left: 3px;
}

.date .light {
	color: #aeaeae;
}

.date .light:hover {
	color: #aeaeae;
}

.date a.stbutton {
	padding: 0 0 0 0 !important;
}

.date .stico_rotate {
	background: none !important;
}

.date a.stbutton {
	color: #0062BD;
	text-transform: lowercase;
}

.date a.stbutton:hover {
	color: #0062BD;
	text-transform: lowercase;
	text-decoration: underline;
}

.post .date a.liencat, .date a.liencat:link {
	color:#808080;
}

.post .date a.liencat:hover {
	color:#808080;
	text-decoration: underline;
}

.post .plus {
	display: none;
	text-align: right;
}

.post p.it {
	font-style: italic;
	color: #999;
}

.post .more {
	float: right;
}

.post .more img {
	margin-top: 14px;
}

*+html .post .more{
	/* Cette portion de code est interprétée exclusivement par IE7 */
	margin-top: 6px;
	float: right;
}

* html .post .more{
	/* Cette portion de code est interprétée exclusivement par IE6 */
	margin-top: 6px;
	float: right;
}

.post .plus .plus_bouton {
	float: right;
	padding: 2px 6px;
	margin-right: 4px;
	cursor: pointer;
	height: 23px;
}

.post .plus .plus_bouton:hover {
	background: #EAEAEA;
}

.post .plus .plus_bouton .icone {
	margin-top:3px;
	float: left;
}

.post .plus .plus_bouton .label {
	float: left;
	padding: 1px 0pt 0pt 6px;
	color: #444;
}

.post .plus .content {
	display: none;
}

.post .suivi {
	float: right;
	margin-top: 1px;
}

.date {
	display:block;
	font-size: 75%;
	color: #808080;
}

.date a, .date a:link {
	text-decoration: none;
}

.date a:hover {
	text-decoration: underline;
}

.delete {
	display: block;
    float: right;
	margin-top: 5px;
	margin-left: 4px;
}

.date .w{
	color:#fb82ff;
}

.date .m{
	color:#82c3ff;
}

/* Pagination */

.pagination {
	color: #444;
	font-size: 82%;
	position: relative; 
	overflow: hidden;
}

.pagination a {
	color: #0062BD;
}

.pagination a:hover {
	color: #0062BD;
	text-decoration: underline;
}

.pagination p.left {
	display:block;
	float:left;
} 
.pagination p.right {
	display:block;
	float:right;
}

/* Blog */

.blog {
	margin-top: 8px;
	margin-bottom: 8px;
}

.blog p {
	margin-bottom: 8px;
	text-align: justify;
	overflow:visible;
}

.blog p.codetitre{
	margin-bottom:0;
}

.blog p.it {
	font-style: italic;
	color: #999;
}

.blog ul {
	margin: 10px 0 10px 40px;
}

.blog p.code {
	margin: 15px 30px;
	border-left: 5px solid #bbdaf0;
	padding: 10px;
	background-color: #e9f3fb;
}

.blog p.code span.opt {
	color: #999999;
}

.blog p.code span.com {
	color: #daad45;
}

.blog .blog_pub {
	float: left;
	margin-right: 10px;
}