/*  
Theme Name: Toogezer
Theme URI: http://www.activymedia.com
Description: Th&egrave;me Toogezer
Version: v3b
Author: Abdel IAZZA
Author URI: http://www.activymedia.com

/* HTML Elements */

* {
    margin:0;
    padding:0;
}

body,html {
    min-height:101%;
}
	
body {
    background-color:#FFFFFF;	

    color: #333;
    padding: 0px 0 25px 0;

	 
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	 
}
#bg_p{
	 background-repeat: no-repeat;
	 background-image: url(images/bg.png);
	 background-position: center 300px;
}

body, select, input, textarea {
    font: 110% Arial, Verdana, Sans-Serif;
}
	
p {	
    margin: 15px 0;
}

a{
	cursor: pointer;
}

a:link, a:visited {
	color: #222;
   text-decoration:none
}
a:hover, a:active {
	color: #ec7201;
   text-decoration:none
}


#content a:hover, #content a:active {
    color:#ec7201 !important;
}

hr {
    display: block;
    height:1px;
    background:#aaa;
    border:0;
}

small {
    font-size: 0.95em;
}

img, a:link img, a:visited img {
    border:0
}

input, textarea{
	border: 1px solid #999;
	background-color: #f1f1f1;
}


pre, code{
    background-color: #f0f0f0;
    border:1px #999 solid;
    color:#333;
    display:block;
    font-size:120%;
    overflow:auto;
    padding:10px;
    width:590px;
}
	
h5{
    font-size:14px;
}
h5 a{
	color: #222 !important;	 font-weight: normal !important;
}

table{
    margin-top:0px;
}

.c{
	text-align: center;
}

/* Structure */
#bg_p{
	/*padding-top: 10px;*/
}

#container{
   width:955px;
	margin: auto;
	position: relative;
}

#header{
	margin-bottom: 5px;
	height: 142px;
	position: relative;
	z-index: 2;
}
/*
#extSidebar{
	position: absolute;
	right: 0px;
	top: 159px;
	width: 142px;
	height: 100px;
	font-size: 9px;
	color: white;
}
*/
#rss{
	background: transparent url(images/feed.png) no-repeat top left;
	display:block;
	min-height:35px;
	padding-left:40px;
}

#shadow{
	background: url(images/shadow.png) repeat-x center top;
	height:18px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: -1;
}

#content {
    float:left;
/*    margin-top:18px; ie*/
	 margin-top: 0px;
}

#page {

/*    border: 1px solid #C2C2C2;*/
    font-size:0.7em;

}

/**/

#header #logo{
	height: 99px;

}


#head-news{
    font-size:110%;
    background-color:#F87500;
    color:#fff;
    float:right;
    height:230px;
    margin:10px !important;
    margin-right:5px; /* ie6 */
    overflow:hidden;
    padding: 10px 10px 10px 5px;
    width:310px;
}

#head-news li{
line-height:115%;
    list-style:square;
    margin-bottom:5px;
    margin-left:15px;
}

#head-news ul li a{
color:#fff;
    text-decoration:none;
}

#head-news ul li a:hover{
color:#109dd0;
}

#head-news span{
float:right;
    margin-right:10px;
}

#head-news span a{
    color:#109dd0;
}

.left {
    float:left;
}

.right {
    float:right;
}

#sidebar {
    float:right;
    width: 460px;
}
#sidebar #indegivrables{
	text-align: center;
	margin: 5px 0;
}
/*#monthly-archives li{
    float:left;width:150px;
}*/

.article h3{
	font-size: 10px;
	background-image: url(images/mini_planetes.png);
	background-repeat: no-repeat;
	padding: 1px 30px;
}
.article h3 a{
		color: #999;
}
h3 a:link, h3 a:visited {
	color:#aaa;
}

#leftcol p, #rightcol p{
    margin-bottom:15px;
    margin-top:0;
}

#fuck-ie{
	clear:both;background-color:#fff;color:#fff;		
}

/*Subnav */
.subnav li {
    border-bottom:1px solid #FFF;
    list-style:none;
}

.subnav li a:link, .subnav li a:visited {
    background:#eef5e1;
    border-left:4px solid #e4efd5;
    display:block;
    padding:4px 4px 4px 8px;
}
		
.subnav li a:hover, .subnav li a:active {
    background:#e4efd5;
    color: #7da939;
    text-decoration:none;
}

.subnav li li a:link, .subnav li li a:visited {
    border-left:none
}
		
/*	Headers */

h1, h2 {
    color:black;
    font: 2.3em arial, serif;
    margin-top: 0px;
    margin-bottom:10px;
}

h3, #sidebar h2, .post h2 {
    font: bold 1em Arial, Helvetica, sans-serif;
	font-size:12px;
    letter-spacing:0.1em;
    margin-bottom:0px;
    text-transform:uppercase;
}

.gris_ai {
    color:#666666;
    font: bold 1em Arial, Helvetica, sans-serif;
    letter-spacing:0.1em;
    margin-bottom:4px;
    text-transform:uppercase;
}


.post h1{
	margin-top:15px;
}

.post h2{
	font-size: 15px;
}

/* fin Header */

#content{
	width: 470px;
	margin-top: 5px;
}

#content h3{
    
}

#content .post h3{
    text-align:right;
}


.entry img{
    max-width:600px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5pt;
}

.entry ul{
    margin-top:20px;
}

.entry h4{
font-size:14px;
}

h3 span {
    padding-right:1px;
}

.entry a{
	color: #cf6301;
	text-decoration: underline;
}


#content .post h3 span{
    padding-left:3px;
}

#sidebar h3, #sidebar h2 {
    font-size:1em;
    margin:0px;
    padding:5px 0 5px 2px;

	color:#E27820;
}

h3#respond {
    margin-top:25px;
    padding-top:20px
}

h3#comments {
    margin-top:32px
}

h4 {
    font-size:1.6em;
    margin-bottom:6px;
}
	
	
/* Content */

#content hr{
	width: 100%;
	margin: 10px auto;
}

#content p{
	text-align: justify;
}

div.categorie{
	width: 240px;
	float: left;
	height: 175px;
}
div.categorie .reste{
	font-size: 0.92em;
	color: gray;
}
div.categorie h5{
	margin-bottom: 5px;
}
div.categorie p{
	text-align: left !important;
}
div.categorie img{
	float: left;
	margin-right: 5px;
}
div.categorie a.title{
	font-size: 13px;
}
div.categorie h3{
	font-size: 11px;
	/*border-bottom: 1px solid #ccc;*/
	margin-bottom: 5px;
	text-align: right;
}
div.categorie p{
	margin: 0;
}

div.categorie h3{
	background-image: url(images/h3.png);
	background-repeat: repeat-x;
}
div.categorie h3 span{
	padding-left: 5px;
}

#saviez-vous{
	margin-top: 20px;
}
#saviez-vous h3{
	font-size: 11px;
	margin-bottom: 5px;
	padding-top: 6px;
	border-top: 1px solid #ccc;
}

	
.description {
    color:#545454;
    font-size: 1.3em;
    font-style:italic;
    font-weight: bold; 
    margin-top:-4px;
}

.feature {
    background:#f2f2f2;
    padding:15px;
}

.feature p, #rightcol p {
    margin:0;
}

.feature img, #rightcol img {
    border:0px solid #000;
    padding:1px;
}
			
#leadpic {
    float:left;
    margin: 0 18px 8px 0;
}

#lead {
    background-color:#fff;
    margin-top:15px;
}

.title {
    font-size:1.5em;
    font-weight:bold;
    line-height:115%;
}
	
.feature#lead .title {
    font:1.8em Arial, Times, serif;
    display:block;
    line-height:100%;
    padding-bottom:7px;
}

#leftcol .feature {
    background-color:#fff;
    border-bottom:none;
    margin-bottom: 5px;
}

.article .date{
	color: gray;
	font-size: 11px;
	height: 5px;
	display: none;
}

.article img {
    float:left;
    margin:3px 10px 4px 0;
}
.suggestion img{
	max-width: 80px;
	max-height: 80px;
}

hr.suggestions{
	height: 1px;
	border: 1px solid #ddd;
	background-color: #ddd;
	margin:20px;
}
h3.suggestions{
	font-size: 13px;
	margin-bottom: 10px;
}
.article p{
	margin-top: 0;
}
#suggestions h5 a{
	font-size: 14px;
}
	
#sidelist li {
	/*border:1px #DDDBC6 solid;*/
 	list-style:none;
	margin-bottom:10px;
}
	
.bullets li {
    border-bottom:1px solid #FFF;
    list-style:none;
}
	
#sidelist .bullets li {
    line-height:115%;
    list-style:square;
    margin-bottom:5px;
    margin-left:22px;
}

#sidelist .children {
    background:#e4efd5;
}
	
#sidelist .children li {
    border-bottom:1px solid #e4efd5;
    list-style: square;
    margin-left:28px;
}
	
#sidelist .children li a, #sidelist .children li a:visited {
    background:#e4efd5;
    border:0;
    color: #818d6f;
    padding:2px 2px 2px 0px;
}

#sidelist .children li a:hover, #sidelist .children li a:active	{			
    color:#465d23
}

.postmetadata {
    margin: 30px 0;
}

#writer {
    background:#eef5e1;
    display:none;
    margin:25px 0 15px 0;
    padding:12px;
}

#writer img {
    border:1px solid #7da939;
    float:left;
    padding:1px;
    width:80px;
}

#writer span {
    border-top:1px solid #cbd8b4;
    display:block;
    margin-top:12px;
    padding-top:4px;
}

#writer p {
    margin:0;
    width:482px;
}	





/*Post Formatting*/
.picleft {
    border:7px solid #f2f2f2;
    float:left;
    margin:3px 14px 10px 0;
}

.picright {
    border:7px solid #f2f2f2;
    float:right;
    margin:3px 0 10px 14px;
}	

.post{
    padding:5px;
}

.post blockquote {
    background:#f2f2f2;
    border-right:1px solid #DDD;
    border-bottom:1px solid #DDD;
    color:#76767a;
    margin:18px 35px;    
    padding:6px 14px;
}	

.post ul{
	margin: 0;
}

.post ul li {
    line-height:115%;
	list-style-image: url(images/puces.png);
    margin-bottom:7px;
    margin-left:20px;
}

.post ol li {
    line-height:115%;
    margin-bottom:5px;
    margin-left:48px;
}
	
.post .cat-image{
float:left;
margin-bottom:3px;
margin-right:3px;
}

.catalogue .cat-image{
float:left;
margin-bottom:3px;
margin-right:3px;
} 
 
#content .catalogue h3{
    color:#109dd0;
    font: bold 1em Arial, Helvetica, sans-serif;
    letter-spacing:0.1em;
    margin-bottom:4px;
    text-transform:uppercase;
	font-size:120%;
    text-align:right;
/*    background: transparent url(images/gray.gif) repeat-x left;*/
} 

#tendances h2{
	color: #C10E12;
	font-family: arial,serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 2.3em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	margin-top: 20px;
	padding-bottom: 5px;
} 

#temps-libre h2{
	color: #63BD41;
	font-family: arial,serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 2.3em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	margin-top: 20px;
	padding-bottom: 5px;
} 

#terriens h2{
	color: #B76299;
	font-family: arial,serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 2.3em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	margin-top: 20px;
	padding-bottom: 5px;
} 

#territoires h2{
	color: #C25918;
	font-family: arial,serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 2.3em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	margin-top: 20px;
	padding-bottom: 5px;
} 
 
#tags {
    border-bottom:1px solid #DDD;
    border-top:1px solid #DDD;
    padding:3px;
}	
				

/* Form Elements */

select {
    background:#f2f2f2;
    border:1px solid #9c9c9c;
    width:100%
}


#searchform {
    padding:2px 0px 0 0;
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 999;
}

#searchform .button {
   background:#F79649;
   border:1px solid #f0f0f0;
	font-weight:normal;
	font-size:12px;
   color:#FFFFFF;
	cursor: pointer;
	width: 72px;
	padding: 1px 0;
}

#searchform #s{
    background-color: white;
    border:1px solid #666;
	font-size:12px;
    padding: 1px;
	width: 170px;
}

#searchform #s:focus{
    background-color:#fff;
    border:1px solid #109dd0;
    color:#222;
}

.button {
	background:#F47A22;
	border:1px solid #f79f5d;
	font-weight:normal;
	color:#FFFFFF;
	cursor: pointer;
}

.button:hover {
	border:1px solid #f0f0f0;
	background:#109dd0;
	text-decoration:none;
	cursor: pointer;
}

#commentform input {
    margin: 5px 5px 1px 0;
    width: 170px;
}

#commentform input#submit {
    margin: 5px 5px 1px 0;
    width: auto;
	 padding: 2px;
}

#commentform textarea {
    margin-top:5px;
    width: 100%;
}

/* Comments*/

.commentlist {
    padding-left:30px;
}
	
.commentlist li {
    background:#f2f2f2;
    border-top: 1px solid #ddd;
    margin: 15px 0 3px;
    padding: 8px 15px 10px 15px;
}

#commentform small {
    background:#FFF;
    font-weight:bold;
    padding:0;
}
	
.commentmetadata {
    display: block;
}

.commentlist small {
    background:#e9e9e9;
}

.commentlist cite {
    font: 1.3em Arial, Times, serif;
    font-weight:bold;
    letter-spacing:-0.05em;
}	
	
#comment{
	width: 400px !important;
	height: 100px;
}

#respond{
	text-decoration: underline;
	cursor: pointer;
}

#respond_div{
	display: none;
}

/* Float Properties*/
.clearfloat:after {
    content:".";
    clear:both;
    display:block;
    height:0;
    visibility:hidden;
}
	
.clearfloat {
    display:block;
}
	
/* Footer*/
#footer {
    color:#666666;clear:both;
    font-size:0.7em;
    margin: 0 auto;
    padding-top:15px;
    width: 900px;
	 text-align: center;
}

#footer-nav, #footer-nav li{
    display:inline;
}

#footer a {
    color:#666666;
}

#footer span{
	color: #aaa;
}

.clear{
	clear:both;
	height:1px;
}

.contactform{
margin-top:20px;
}

.attention{
font-family:arial;
font-size:1em;
border:2px #F07362 solid;
background-color:#FDF495;
display:block;
overflow:auto;
padding:10px;
width:590px;
}

.similar{
background:transparent url(images/stri.gif) repeat top left;
border-top: 1px #999 solid;
border-bottom: 1px #999 solid;
margin-top:15px;
}

.similar h2{
margin-top:5px;
}

.similar .bullets{
margin-top:20px;
}

.similar .bullets li{
border:none;
}

.widgettitle{
	display: none;
}

.widgetborder{
	border: 1px solid #dfdacc;
}

#extSidebar .textwidget{
	padding: 0 !important;
	margin-bottom: 8px;
}


/* Widget evenements */
#widget_evenements{
	background-image: url(images/widget_evenements.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	padding: 30px 5px 5px 5px;
	border: 1px solid #dfdacc;
	font-size: 0.95em;
}
#widget_evenements span.date{
	font-weight: bold;
	font-size: 0.9em;
}
#widget_evenements a{
	color: #444;
	text-decoration: underline;
}
/* fin Widget evenements */

.lib_pub{
	text-align: right;
	color: #999;
	font-weight: bold;
	background: url(images/barre_pub.png) no-repeat 0 7px;
	margin-bottom: 3px;
}

.lib_pub span{
	background-color: white;
	padding: 0 4px;
}

.lib_pub span a{
	color: gray;
}


/* header -> phplist */
#div_phplist{
	position: absolute;
	top: 15px;
	right: 0px;
	z-index: 1;
	width: 300px;
	_width: 315px;
	color: white;
	text-align: center;
	font-style: italic;
}
/* */


/* achat d'articles paypal */
#paypal{
	display: none;
	padding: 5px;
	color: #222;
	background-color: #F5F5F5;
	margin-top: 2px;
}
#reprenez{

}
#reprenez span{
	cursor: pointer;
	color: #0c79a0;
	text-decoration: underline;
	font-weight: bold;

}

/* flux rss page d'accueil */ 

#flux{
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 5px;
}

#flux ul{
	color: #111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#flux li{
	padding-bottom: 2px;
	margin: 0;
}

#flux span.date{
	color: gray;
	font-size: 0.9em;
}
#flux span.site{
	color: #249b25;
}
#flux a{
	color: #555;
}
#flux a:hover{
	color: #0189c1;
}


#flux img{
	width: 10px;
}

#flux h3{
	color: #aaa;
	font-size: 10px;
	padding-top: 0;
}
#flux h3 a{
	color: #aaa;
}
#flux #plus_de_flux{
	margin-top: -15px;
	text-align: right;
	font-size: 0.9em;
}

/* page flux 2 */
#page_flux a{
	color: #49AB0D;
}
#page_flux a:hover{
	color: #109dd0;
}


#page_flux .source{
	color: gray;
}

#page_flux .titre{
	font-weight: bold;
}

#page_flux .g{
	font-weight: bold;
}

#page_flux div.categorie{
	width: 288px;
	float: left;
	height: auto;
}
.source img{
	width: 10px;
	vertical-align: middle;
	display: none;
}


#page_flux h2{
	padding: 2px 2px 2px 5px ;
	font-size: 15px;
	margin-bottom: 7px;
	color: black;
	font-weight: bold;
	border-top: 1px solid #aaa;
	position: relative;
}

h2 span{
	position: absolute;
	bottom: 3px;
	right: 5px;
	font-size: 11px;
}
h2 span.plus a{
	color: black !important;
	font-weight: normal;
	text-decoration: underline;
}


/*sidebar flux */
a.g{
	font-weight: bold;
}

#sidebar_flux #categories{
	width: 300px;
}

#sidebar_flux .lien_categorie{
	width: 120px;
	float: left;
	font-size: 13px;
	margin-bottom: 2px;
}
#sidebar_flux .lien_categorie_xx{
	width: 100px;
	float: left;
	font-size: 13px;
	margin-bottom: 2px;
}

#sidebar div.couleur{
	width: 10px;
	height: 12px;
	float: left;
	margin: 2px 3px 0px 0;
}


#sidebar2_flux  img{
	width: 12px;
	vertical-align: middle;
}
#sidebar2_flux  {
	margin-left: 20px;
}
#sidebar p {
	margin: 1px;
}
#sidebar2_flux a {
	color: gray;
}


#sidebar #recherche_flux {
    padding:0px 0px 0 0;
	top: 0px;
}

#sidebar #recherche_flux .button {
   background:#F79649;
   border:1px solid #f0f0f0;
	font-weight:normal;
	font-size:12px;
   color:#FFFFFF;
	cursor: pointer;
	width: 72px;
	padding: 1px 0;
}

#sidebar #recherche_flux #i_recherche{
    background-color: white;
    border:1px solid #666;
	font-size:12px;
    padding: 1px;
	width: 218px;
}

#sidebar #recherche_flux #i_recherche:focus{
    background-color:#fff;
    border:1px solid #109dd0;
    color:#222;
}

#liens_xx{
	position: absolute;
	right: 535px;
	top: 25px;
}

/* sidebar flux_xx */
#sidebar.xx {
	 margin-top: -95px;
}


/* Plugin WP Answer */

.wp_answers_votes {
 float:right;
 background-color:#f4f4f4;
 position: relative;
 -moz-border-radius:6px;
 -webkit-border-radius:6px;
 border-radius:6px;
 padding: 0 10px 10px 10px;
 text-align: center;
 margin-top: 10px;
}

.wp_answers_total_votes{
 font-size:1.9em;

}

input.mas, input.menos{
	border: 0;
	width: 32px;
	height: 32px;
	background-color: #f4f4f4;
}

input.mas{
	background-image: url(images/mas.png);
}
input.menos{
	background-image: url(images/menos.png);
}

#reponses .commentmetadata{
	width: 110px;
	float: left;
	padding: 10px;
	min-height: 80px;
	margin-right: 20px;
}
#reponses  img{
	display: none;
}
#reponses .commentmetadata cite{
	display: block;
    font: bold 1.2em Arial, Times, serif;
	 color: gray;
}
#reponses li{
	background-color: white;
	padding: 0;
	list-style: none;
}

#last_questions{
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
#last_questions h5 a{
	font-size: 14px;
	font-weight: normal;
}
.last_question{
	margin-bottom: 4px;
}

#reponses_lib{
	font-size: 1.2em;
	font-weight: bold;
}

.qr_lib{
	color: gray;
	margin-bottom: -10px;
	text-transform: uppercase;
	text-align: right;
}

h3.questions{
	margin-bottom: 10px;
}

.post .postmetadata{
	padding: 5px;
	margin-right: 20px;
	background-color: #e9e9e9;
}
.post .postmetadata cite {
    font: 1.2em Arial, Times, serif;
    font-weight:bold;
    letter-spacing:-0.05em;
	 color: gray;
}	
/* fin Plugin WP Answer */

/* Page TDO Questions réponses */
#post-7608 h2 {
	margin: 0 0 10px 0;
}
.tdomf_form #whoami_name, .tdomf_form #whoami_email{
	width: 200px;
	margin-right: 10px;
}
.tdomf_form legend {
	font-size: 1.2em;
	color: gray;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0 !important;
}
#content-title-tf{
	width: 400px;
}
#content-text-ta{
	width: 400px;
}
table.tdomf_buttons{
	text-align: center;
	margin: auto;
	width: 200px;
}
/* Widget Q/R */
#widget_questions {
	padding: 30px 10px 5px 10px;
	background: url(images/qr.png) no-repeat 5px 3px;
	line-height: normal;
}
#widget_questions .question{
	margin-bottom: 3px;
	text-align: left;
}
#widget_questions .posez{
	margin-top: 6px;
	font-weight: bold;
	font-size: 13px;
}
#widget_questions textarea{
	margin: 5px 0;
	width: 200px;
	vertical-align: middle;
}
textarea.info{
	font-style: italic;
	color: #333;
}
#widget_questions a{
	color: #333;
	text-decoration: underline;
}
/* fin Widget Q/R */


/* Page Abonnement (paypal) http://www.toogezer.com/2008/09/29/abonnement/ */
#post-274 input{
	border: none;
	background-color: white !important;
}

/* */


/* Les widgets */
#text-607919968{
	background-image: url(images/widget_magazine.png);
	height: 170px;
	padding: 10px;
	position: relative;
}
#text-607919968 img{
	margin-right: 15px;
	cursor: pointer;
}
#text-607919968 #lien_dernier{
	position: absolute;
	top: 30px;
	left: 146px;
	z-index: 1;
}
#text-607919968 #lien_anciens{
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
	font-size: 11px;
}
#text-607919968 a{
	color: #222;
}
#text-607919968 a:hover{
	color: #222 !important;
}
#text-607919968 #img_anciens{

	margin-left: 24px;
}


#text-607919967{
	background-image: url(images/widget_jeuconcours.png)	
}

#text-607919967 {
	position: relative;
}
#text-607919967 #jeuxconcours {
	background-color: #F5F5F5;
	background-image: url(images/jeux-concours.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	width: 145px;
	position: absolute;
	right: 0px;
	height: 200px;
	top: 0px;
	padding: 35px 5px 5px 5px;
	color: #333;
	font-size: 11px;
}
#text-607919967 #jeuxconcours p{
	margin: 4px 0;
}
#text-607919967 #jeuxconcours strong{
	font-size: 13px;
}
#text-607919967 #jeuxconcours a{
	color: #222;
}

#text-607919969{
	background-image: url(images/widget_abonnement_bg.png);
	height: 95px;
}

#execphp-7{ /* Un mot pour la Terre & les hommes */
	background-image: url(images/widget-mot.png);
	height: 75px;
	padding: 10px;
}
#execphp-7 img{
	width: 50px;
	float: left;
	margin-right: 10px;
}
#execphp-7 div#mot_titre{
	padding-top: 25px;
	font-size: 13px;
}

#text-607919971{
	background-image: url(images/widget-tourdd.png);
	background-repeat: no-repeat;
	color: white;
	font-size: 12px;
}

/* */

/* header -> facebook */
#div_facebook{
	position: absolute;
	right: 0px;
	z-index: 1;
	color: white;
	top: 50px;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}
#div_facebook img{
	/*width: 26px;*/
	float: right;
	margin-left: 4px;
	margin-top: 2px;
}
#div_facebook a{
	color: white;
}
#div_facebook a:hover{
	color: white !important;
}
/* */