/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Maurice Svay
 */

/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background:url(img/fd_frenchyfries.gif) repeat-x #181d21;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*border-top: 10px solid #DDD;*/
}


h1, h2, h3, h4, h5, h6{
	font-family: "Arial", sans-serif;
}

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

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	/*border: 1px solid #CCC;*/
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}
ul, li {margin:0px;}
input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #000;
}

/*a:visited{
	color: #663;
}*/

a:hover{
	color: #636;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}




	img, map, area { border : none; border : 0; }
	img:link, map:link, area:link { border : none; border : 0; }
	img:hover, map:hover, area:hover { border : none; border : 0; background-color:transparent ; }
	


/* La page
-------------------------------------------------------- */
#conteneur {
	width:774px;
	margin:auto;
	/*background:url(img/filet) ;*/

	
}
#page{

	background: #fff ;
	color: inherit;
	float:left;

}
#ombre-droite {
	width:20px;
	float:right;
	height:1px;
	background:url(img/ombre-droite.gif) #1c1c1c;}
#ombre-gauche {
	width:20px;
	height:1px;
	float:left;
	background:url(img/ombre-gauche.gif) #1c1c1c;
}
 
/* L'entête
-------------------------------------------------------- */
#main{
width:480px;
margin-top:20px;
	height:1010;
  	min-height:1010px; 
	background:#fff;

}


#top{
	height: 269px;/*
	background:url(img/top-bg.jpg);*/
	/*padding-top: 20px;*/

}
#mabanniere {
	height:269px;
}
#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
	text-indent:-5000px;
}
#menu {
	height:20px;
	margin:0px;
	padding:0px;
}
#menu li {
	float:left;
	list-style-type:none;
	border:none;
}
#home a{
	width:102px;
	height:20px;
	background:url(img/menu/home.gif);
	display:block;
	/*text-indent:-5000px;*/
	}
	
#home a:hover  {
	background:url(img/menu/home-hover.gif) no-repeat;
	width:102px;
	}
	
#interview a{
	width:120px;
	height:20px;
	background:url(img/menu/interview.gif);
	display:block;
	/*text-indent:-5000px;*/
	}
	
#interview a:hover  {
	background:url(img/menu/interview-hover.gif) no-repeat;
	width:120px;
	}
#interview a:focus {
	background:url(img/menu/interview-hover.gif) no-repeat;
	width:120px;
	}
	
#montages a{
	width:108px;
	height:20px;
	background:url(img/menu/montages.gif);
	display:block;
	/*text-indent:-5000px;*/
	}
	
#montages a:hover  {
	background:url(img/menu/montages-hover.gif) no-repeat;
	width:108px;
	}
	
#photos a{
	width:95px;
	height:20px;
	background:url(img/menu/photos.gif);
	display:block;
	/*text-indent:-5000px;*/
	}
	
#photos a:hover  {
	background:url(img/menu/photos-hover.gif) no-repeat;
	width:95px;
	}
	
#kulture a{
	width:103px;
	height:20px;
	background:url(img/menu/culture.gif);
	display:block;
	/*text-indent:-5000px;*/
	}
	
#kulture a:hover  {
	background:url(img/menu/culture-hover.gif) no-repeat;
	width:103px;
	}
	
#contact a{
	width:100px;
	height:20px;
	background:url(img/menu/contact.gif);
	display:block;
	/*text-indent:-5000px;*/
	}
	
#contact a:hover  {
	background:url(img/menu/contact-hover.gif) no-repeat;
	width:100px;
	}
	
#credits_frenchy a{
	width:106px;
	height:20px;
	background:url(img/menu/credits.gif);
	display:block;
	/*text-indent:-5000px;*/
	}
	
#credits_frenchy a:hover  {
	background:url(img/menu/credits-hover.gif) no-repeat;
	width:106px;
	}	
	
	
#menu img  {
	border:none;
}

/*#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}*/

/* Le prélude
-------------------------------------------------------- */ 
#prelude{

	background: transparent;
	color: #DFDFDF;
	text-align: center;
	display:none;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */

.post-title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:lighter;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-left:35px;
	/*padding-left:10px;*/
	background:url(img/back_post.jpg) no-repeat;
	width:450px;
	color:#FFFFFF;
	height:30px;
}

.post-title a{
	padding-left:0px;
	color: #Ffffff;
	background: transparent;
	text-decoration: none;
}

.post-info{

	margin-top: -5px;
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #738790;
	background: transparent;
	/*padding-bottom: 1ex;*/
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	padding-left:10px;
	color: #FA0;
	background: transparent;
	text-decoration: none;
	
}

.post-chapo {
	margin-bottom:0px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.1;
	color: #62788a;	
}


.post-content{
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.1;
	color: #62788a;
	

}

.post-content a:link{
text-decoration:none;
}

.post-content a:hover{

	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	border:none;

}



.post-content blockquote{

	display:none;
	font-family: Georgia, serif;
	font-style: italic;
}


.post-info-co{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #B0ADB4;	
	margin-top:22px;
	display:block;
	padding-top:0px;
	margin-bottom:20px;
	text-align:right;
	/*border: 1px solid #FFCC00;*/
}

.post-info-co a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #B0ADB4;

}

.post-info-co a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	background-color:#4ebad9;
}




/* tags -----------------------*/


.post-tags{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #B0ADB4;
}


.post-tags a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #B0ADB4;

}

.post-tags a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	background-color:#4ebad9;
}

#comments a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#277592;
}

#comments a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color:#277592;
}








/*.post-info-co a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #B0ADB4;
}
*/

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #C1D6DB;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:11px;
	line-height: 1.1;
	color:#2e474d;
	background: #fff url(img/com.jpg) repeat-y;
	margin: 2px 0 0 0;
	padding: 5px 10px 5px 10px;
}

.comment-info {
	color:#798CA8;
	font-size:11px;
}


#comment-form{
	/*background-color:#33FF33;*/
	color: #713f7a;
	font-size:11px;
	margin-bottom:20px;
	margin-top:5px;
	border: 1px solid #CDC2D3;
	background:url(img/comt.jpg);
	padding-top:10px;
	padding-top:10px;
}


#co {
	background-image:url(img/commentaires.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	height:26px;


}


.field_nom {
	/*background-color: #663399;*/
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;

}


.field_mail {
	/*background-color: #FFFF00;*/
	margin-top:5px;
	margin-right:0px;
	margin-bottom:0px;
}


.field_site {
	/*background-color: #FF6666;*/
	margin-top:5px;
	margin-right:0px;
	margin-bottom:0px;
}

.field_comment {
	/*background-color: #999933;*/
	margin-top:5px;
	margin-bottom:0px;
}

.ajout{
	margin-top:50px;
	margin-bottom:0px;
	background-image:url(img/ajout.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	height:26px;

}

/*contact*/

.contact{
background:transparent url(img/comt.jpg) repeat scroll 0%;
border:1px solid #CDC2D3;
color:#713F7A;
font-size:11px;
margin-bottom:20px;
margin-top:5px;
padding-top:10px;
}


#field_emailcontact {
color:#2E474D;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
height:15px;
margin-left:25px;
padding-left:5px;
width:150px;
}

.field1 {
margin-bottom:0px;
margin-right:0px;
margin-top:8px;
margin-left: 8px;
}

#field_nom_expediteur{
color:#2E474D;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
height:15px;
margin-left:92px;
padding-left:5px;
width:150px;
}

.field2 {
margin-bottom:0px;
margin-right:0px;
margin-top:8px;
margin-left: 8px;
}

#field_titre{
color:#2E474D;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
height:15px;
margin-left:48px;
padding-left:5px;
width:150px;
}

.field3 {
margin-bottom:0px;
margin-right:0px;
margin-top:8px;
margin-left: 8px;
}

#field_message{
color:#2E474D;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
line-height:1.1;
margin-bottom:0px;
padding:5px;
text-align:justify;
width:420px;
}

.field4 {
margin-bottom:0px;
margin-right:0px;
margin-top:8px;
margin-left: 8px;
}

.cadre_submit{
text-align: right;
padding-right: 8px;
}


#submit_message{
background-color:#713F7A;
color:#FFFFFF;

}



/*-----Ajouter un commentaire
---------------------------------------*/
.bloc_comment{
	padding-bottom:0px
}


#c_nom {
		/*background:url(img/comt.jpg);*/
		color:#2E474D;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		padding-left: 5px;
		width:150px;
		height:15px;
		margin-left:25px
}

#c_mail {
		/*background:url(img/comt.jpg);*/
		color:#2E474D;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		padding-left: 5px;
		width:150px;
		height:15px;
		margin-left:20px
}

#c_site {
		/*background:url(img/comt.jpg);*/
		color:#2E474D;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		padding-left: 5px;
		width:150px;
		height:15px;
}

#c_content {
		/*background:url(img/comt.jpg);*/
		color:#2E474D;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:justify;
		line-height:1.1;
		padding-bottom:5px;
		padding-left: 5px;
		padding-right:5px;
		padding-top:5px;
		width: 420px;
		margin-bottom:0px;
}

.bloc_envoyer{
	/*background-color: #FFFF00;*/
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-left:15px;
	padding-right:0px;
	width:420px;
	text-align:right;
}

.se_souvenir {
	/*background-color:#FF3366;*/
	margin-bottom:0px;
	margin-top:0px;
	text-align:right;
	padding-bottom:0px;
}

.btn {
	/*background-color:#000000;*/
	margin-top:0px;
	margin-bottom:10px;
	width:420px;
}

.preview{
	background-color:#713f7a;
	color:#FFFFFF;
}

.submit{
	background-color:#713f7a;
	color:#FFFFFF;
}


/* La barre de navigation
-------------------------------------------------------- */




#sidebar {
color:798ca8;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:200px;
margin-top:20px;

/*padding-right:10px;*/
}

#poolandpulltour2009 {
margin-top:-12px;
}



#edito {
background-image:url(img/edito.jpg);
background-repeat:no-repeat;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
height:164px;
width:234px;
padding-top:30px;
line-height:1.6;
}

#edito_fr {
color:#FFFFFF;
margin-left:12px;
padding-right:10px;
}

#edito_en {
color:#8BAA65;
margin-left:12px;
padding-right:10px;
padding-top:6px;
}


#bonnebouffe {
	border:none;
	width:200px;
	height:220px;
	
}

#message {
border:double;
width:200px;
	
	
}

#syndicate {
	width:200px;
	
	margin-top:10px;
	margin-bottom:0px;

}
	
	
/*#sidebar div{
	border-bottom: 1px solid #00FF00;
	color: inherit;
}*/
#syndicate .cache{
	
	display:none;
}
#sidebar div ul{
	color:#798ca8;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #4c5767;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	color:#798ca8;
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	margin-top:5px;
	background-image:url(img/rechercher.jpg);	
	background-position:top left;
	background-repeat:no-repeat;
	/*background: transparent;*/
	width:200px;
	font-size:11px;
	font-weight:lighter;
	color: inherit;
	line-height: 2.3em;
}

#subscribe_frenchyfries{
	background-image:url(img/bt_subscribe.jpg);	
	width:200px;
	height:26px;
	background-position:top left;
	background-repeat:no-repeat;
}

.new_subscribe{
	background-image:url(img/new.gif);	
	width:37px;
	height:9px;
	float: left;
}

#subscribe_bloc{
	background-color:#e5e5e5;
	margin-top:0px;
	padding-bottom:4px;
	
}

#img_rss{
margin-top : 4px;
margin-right:4px;
margin-left:4px;
height:31px;
width:30px;
float:left;
background-image:url(img/rss.jpg);
background-position:top left;
background-repeat:no-repeat;
display:block;
}


#rss_fr{
font-family:Verdana,Arial,Helvetica,sans-serif;
padding-top:3px;
font-size:9px;
color:#004C93;
line-height:1.6;
}


#rss_fr a{
font-family:Verdana,Arial,Helvetica,sans-serif;
padding-top:3px;
font-size:9px;
color:#004C93;
line-height:1.6;
}



#rss_en{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9px;
color:#5E7344;
line-height:1.6;
}
#rss_en a {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9px;
color:#5E7344;
line-height:1.6;
}



#news_fr{
font-family:Verdana,Arial,Helvetica,sans-serif;
margin-top:-15px;
font-size:9px;
color:#004C93;
line-height:1.6;
padding-left:5px;
}

#news_en{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9px;
color:#5E7344;
line-height:1.6;
padding-left:5px;
}

#search fieldset, #search p{
	width:200px;
	margin: 0;
	padding: 0;
}

#q{
	/*padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;*/
	background:url(img/_com.jpg);
	}
	

#encart_newsletter{
	background:url(img/_com.jpg);
	margin-left:5px;
    }

#newsletter{
	background:url(img/points.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:5px;
	width:200px;
  }
  
  #new{
	background:url(img/new.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin-left:115px;
	padding-top:25px;
	width:37px;
	height:9px
  }

/* Rubrique Archives
------------------------------------------ */

#archives{
margin-top:5px;
background-image:url(img/archives.jpg);
background-position:top left;
background-repeat:no-repeat;}

#archives a:link{
	color:#9793AC;
}

#archives a:hover{
	background-color:#4EBAD9;
	color:#FFFFFF;
}




/*------------------------------------------ */

/*.bou
{float:right}*/

.lirelasuite{
background-image:url(img/btn_more.jpg);
background-repeat:no-repeat;
display:block;
height:16px;
width:79px;
margin-left:7px;
padding-top:2px;
padding-left:25px;
float:right;}

.lirecomment{
background-image:url(img/btn_comment.jpg);
margin-left:15px;
padding-left:28px;
padding-top:2px;
height:16px;
width:110px;
display:block;
float:right;}

/* Tags cloud
------------------------------------------ */
#tagcloud ul {
margin:0;
padding:0 1em;
display:block;
}

#tagcloud li {
display:inline;
margin: 0 .1em;
padding: 0;
background-image: none;
}

#tagcloud li.level-1 { font-size: 0.7em;}
#tagcloud li.level-2 { font-size: 1em; }
#tagcloud li.level-3 { font-size: 1.3em; }
#tagcloud li.level-4 { font-size: 1.8em; }
#tagcloud li.level-5 { font-size: 2em; }

#tags {
text-align: right;
}

#tagcloud a{
	font-family:Arial, Helvetica, sans-serif;
	color:#9793AC;
}

#tagcloud a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#4ebad9;
}


#sondage{

	color: #713f7a;
	font-size:11px;
	border: 1px solid #CDC2D3;
	background:url(img/comt.jpg);
	margin-top:0px;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	line-height:1.1;
	
}
#title_sondage{

	margin-bottom:0px;
	padding-bottom:0px;
	height:23px;
	width:200px;
	
}

#image_sondage{

	margin-bottom:0px;
	padding-bottom:0px;
	height:116px;
	width:200px;
	
}



/*#tagcloud a:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:#9793AC;
}*/




/*#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;
}*/

/*#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #493;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#sidebar div#calendar table td a{
	display: block;
	background: #EFA;
	color: #493;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}*/



/* Pagination
-------------------------------------------------------- */
.pagenav {
	font: 0.9em;
}

p.pagenav a {
	background : #FFFFFF;
	color: black;
	padding:2px;
	border: 0.5px solid #bbb;
	text-decoration: none;
	font-size:90%;
}

p.pagenav a:hover {
	background:#4ebad9;
	color:white;
}

p.pagenav strong {
	color: black;
	padding:2px;
	border: 0.5px solid #bbb;
}



/* Le pied de page
-------------------------------------------------------- */
#footer{
	background: #000000;
	text-align: center;
	color:#FFFFFF;
	margin-bottom:0px;
	width:734px;
	margin:auto;
	padding-top:5px;
	padding-bottom:5px;
}


#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	text-decoration:none;
	}
	
#footer a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	text-decoration:underline;
	}
	
/*#footer a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	text-decoration:none;
	}*/
	
	
	/*CREDITS PAGE */
	
	
#news_top
{
	background: url(img/credits/background_top.jpg) no-repeat;
	width: 449px;
	height: 39px;
	display: block;
	margin-top:-8px;
}

#news_top .title_news 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#325863;
	padding-top:13px;
	margin-left:15px;

}

#content_credits
{
	background:url(img/credits/background_middle.jpg) repeat-y;
	width: 449px;
	min-height:118px;
}

#news_bottom
{
	background: url(img/credits/background_bottom.jpg) no-repeat;
	width: 449px;
	height: 6px;
	display: block;
}

#content_credits .img
{
	background:url(img/credits/background_tof.jpg) no-repeat;
	width:89px;
	height: 85px;
	float: left;
	display: block;
	margin-left: 8px;
}


#content_credits .img img
{
	margin-left: 9px;
	margin-top: 7px;
}
.left
{
	float: left;
}

#content_credits .text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#325863;
	float: left;
	width:320px;
	margin-left: 0px;
	line-height:12px;
}

.left .contact
{
background:transparent url(img/credits/contact.jpg) repeat scroll 0 0;
color:#FFFFFF;
display:block;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
height:22px;
margin-left:8px;
margin-top:90px;
padding-left:36px;
padding-top:2px;
width:53px;
text-decoration: none !important;
	
}

.clear
{
	clear: both;

}

#content_credits .text a {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#097da7;

