/*  
Theme Name: TypographyWP
Theme URI: http://www.acosmin.com/typographywp-free-wordpress-theme/
Description: "TypographyWP" is a free wordpress theme designed and coded by <a href="http://www.acosmin.com">Alexandru Cosmin</a><br/>
Version: 1.1
Author: Alexandru Cosmin
Author URI: http://www.acosmin.com
Tags: white, light, blue, two-columns, fixed-width, right-sidebar, theme-options, custom-header, custom-colors

	The CSS, XHTML and design is released under GPL.
    http://www.opensource.org/licenses/gpl-license.php
*/
body, div, dl, dt, dd, #menu ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}

hr {
background-color:transparent;
border-color:-moz-use-text-color;
border-style:dashed;
border-width:1px 0 0;
color:#dddddd;
margin: 10px 0px 10px 0px;

}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

em {
	font-style:italic;
	font-weight:normal;
}

ol, #menu ul {
	margin:0;
	padding:0;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:70%;
}
h1 a:link, h1 a:visited, h1 a:active {
color: #3d3d3d;
text-decoration: none;
}

h1 a:hover {
color: #007acc;
text-decoration: none;
}

img.alignright {
	float:right;
}
img.alignleft {
	float:left;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
a img.alignright {
	float:right;
	margin:0 0 1em 1em
}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
a, a:visited {
	color:#007acc;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	overflow:hidden;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 15px;
	padding: 0 4px 0px;
	margin: 0;
	color:#999;
	text-transform:uppercase;
}
/*-----------------------*/

body {
	font-family:Verdana, Geneva, sans-serif;
	color:#444;
	background: url(images/bgnoise_lg.png) repeat;
}
.pattern1 {
	background:url(images/pat/pattern1.jpg) repeat;
}
.pattern2 {
	background:url(images/pat/pattern2.jpg) repeat;
}
.pattern3 {
	background:#F2F2F2 url(images/pat/pattern3.jpg) no-repeat top center;
}
.pattern4 {
	background:#9a9a9a url(images/pat/pattern4.jpg) repeat-x top left;
	;
}
#wrap {
	margin:20px auto;
	background-color:#fff;
	overflow:hidden;
	border:10px solid #eee;
	width:980px;
	padding:0px 10px 0px 10px;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	
}

.menu_p {
padding: 10px;
}


#menu {
	margin:0px auto 20px 50px;
	height:40px;

}

#menu ul {
	list-style-type: none;

	font-family: Verdana, "Times New Roman", Times, serif;
	padding: 0px 0px 0px 0px;
	margin: 0;


}
#menu ul li {

	display: block;
	height:40px;
	padding: 0px;
	margin-right: 2px;
	margin-left: 2px;
	border-right:1px solid #ddd;
	text-transform:uppercase;
	font-size:14px;
	line-height:40px;
	font-weight:lighter;
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
}

#menu ul li:hover{
	cursor: default;
}

#menu ul li ul{
margin-top: 12px;	
}


#menu ul li:hover {
	background-color:#1d94ef;

	
}
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {

	color: #666666;
	text-transform: uppercase;
	display: block;
	height:19px;
	padding:12px 10px 10px 10px;
	margin: 0px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	
}

#menu ul li a:hover {
	color: #dddddd;
	text-decoration: none;
	height:19px;
	background: #1d94ef;
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
}

#menu .home, #menu .current_page_item {
	background-color:#1d94ef;
}
#menu .home a:link, #menu .home a:visited, #menu .current_page_item a:link, #menu .current_page_item a:visited {
	background-position: right;
	background-repeat: no-repeat;
	color: #000;
}

#menu ul li ul {
	width: 190px;
}

#menu ul li ul li a:link, #menu ul li ul li a:visited, #menu ul li ul li a:active {
	text-decoration: none;
	color: #1d94ef;
	text-transform: none;
	display: block;
	height:19px;
	padding:12px 10px 10px 10px;
	margin: 0px;
	min-height:25px;
	line-height:14px;
}

#menu ul li ul li a:hover {
		background-color:#1d94ef;
	opacity: 0.75;
}

.sf-sub-indicator {

display: none; }

.menunav li:hover ul, ul.menunav li.sfHover ul {
	left:-1px;
	top:25px;
}
.menunav li:hover li ul, .menunav li.sfHover li ul {
	top:-9999px;
}
.menunav li li:hover ul, ul.menunav li li.sfHover ul {
	left:180px;
	top:-1px;
	border-top:1px solid #ddd;
}
.menunav li:hover ul, .menunav li li:hover ul {
	top: -9999px;
}
.menunav li ul {
	position:absolute;
	top:-9999px;
	
}
.menunav li {
	float:left;
	position:relative;
	border-bottom:1px solid #ddd;
}
.menunav ul li {
	width: 100%;
}
.menunav li li {
	padding: 0px;
	background: url(images/libgt.png) repeat;
	height: auto !important;
}
.menunav li ul {
	z-index:100;

}
.menunav li:hover a:link, .menunav li:hover a:visited {
	color: #111 !important;

}
.menunav li li:hover, .menunav li .current_page_item {
	background:url(images/libgth.png) repeat !important;
}
.menunav li li a:link, .menunav li li a:visited {
	padding:5px 20px 5px 20px !important;
	margin: 0px 0px 0px 0px !important;
	height: auto !important;
	background-image: none !important;

}
#header {
	width:960px;
	
	height:119px;
	background:url(images/afal_logo.jpg) no-repeat top center;
	
}
#header .topic {
	width:450px;
	float:left;
}
#header .ad468 {
	float:right;
	background-color:#F5F5F5;
}
#header .ad468 img {
	border:4px solid #ddd;
	padding:1px;
}
#header h1 {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight:lighter;
	letter-spacing:-1px;
	text-transform:lowercase;
}
#header h1 a, #header h1 a:visited {
	text-decoration:none;
	color:#000;
}
#header h1 a:hover {
	text-decoration:underline;
	color:#000;
}
#header h1 span {
	font-style:italic;
	font-weight:bold;
	color:#007acc;
}
#header .description {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	color:#000;
}
#header .description em {
	font-size:14px;
	font-style:italic;
	color:#666;
}
#header .topic .logo {
	position:relative;
	width:450px;
	height:60px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	float:left;
}
#header .topic .logo span {
	position:absolute;
	width:450px;
	height:60px;
	left:0;
	top:0;
	margin:0;
	background:url(images/logo.png) no-repeat;
	text-indent:-9999px;
}
#container {
	width:960px;
	padding:0px 0px;
	margin:0 auto 10px auto;
	overflow:hidden;
}
#lside {
	float:left;
	width:160px;
	padding:0px 0px 10px 15px;
	margin:0px 0px 10px 10px;
	background:url(images/postbg.png) repeat-y top left;
	overflow:hidden;
	font-size:12px;
}
#lside .adsideleft {
	width:160px;
	overflow:hidden;
}
#lside img {
	margin:0px 0px 10px 0px;
}
#lside a, #lside a:visited {
	color:#007acc;
	text-decoration:none;
}
#lside a:hover {
	color:#333;
	text-decoration:underline;
}
#lside h2 {
	font-family:Verdana, "Times New Roman", Times, serif;
	text-transform:lowercase;
	padding:0px 0px 5px 0px;
	font-weight:lighter;
	font-size:18px;
	color:#333;
	border-bottom:1px solid #ddd;
}
#lside ul {
	list-style:none;
	margin:0px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #ddd;
}
#lside ul a, #lside ul a:visited {
	padding:0px 0px 0px 16px;
	background:url(images/libg.png) no-repeat top left;
}
#lside ul li {
	font-family:Verdana, Geneva, sans-serif;
	text-transform:capitalize;
	font-size:11px;
	padding:2px 0px 2px 0px;
}
#lside li ul {
	border:none;
	margin:0px;
	padding:0px
}
#lside li li {
	width:96%;
}
#lside li li a, #lside li li a:visited {
	background:url(images/lisubbg.png) no-repeat top left;
}
#lside .ad160, #rside .ad160 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#bdbdbd;
	text-transform:lowercase;
	text-align:right;
	padding:0px 5px 5px 0px;
	background:url(images/adbg.png) repeat-x top left;
}
#lside .ad160 span, #rside .ad160 span {
	background-color:#fff;
	padding:0px 5px;
}
#rside {
color:#aeaeae;
float:right;
font-size:12px;
margin:0px 10px 10px 0px;
overflow:hidden;
padding:0 0 20px 0px;
width:250px;
text-align: left;
}
#rside a, #rside a:visited {
	color:#71aad0;
	text-decoration:none;
}
#rside a:hover {
	color:#71aad0;
	text-decoration:underline;
}

#rside div.actu a, #rside div.actu a:visited {
	color:#71aad0;
	text-decoration:none;
}
#rside div.actu a:hover {
	color:#71aad0;
	text-decoration:none;
}


#rside h2 {
	font-family:Verdana, "Times New Roman", Times, serif;
	padding:0px 0px 5px 0px;
	font-weight:lighter;
	font-size:18px;
	color:#747474;
	border-bottom:1px solid #ddd;
}
#rside ul {
	list-style:none;
	margin:0px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	
}
#rside ul li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:16px;
	word-spacing:1px;
	padding:2px 0px 2px 16px;
	margin:2px 0px 2px 0px;
	background:url(images/libg300.png) no-repeat top left;
}

#rside div#actu, #rside a div#actu, #rside a:visited div#actu {
background: transparent;
}

#rside a:hover div#actu   {
background: #f1f1f1;
text-decoration: none;
}


#rside ul li.mostcom {
	background:url(images/limostcom.png) no-repeat top left;
}
#rside ul li.com {
	background:url(images/licom.png) no-repeat top left;
	text-transform:lowercase;
}
#rside img {
	margin:0px 0px 10px 0px;
}
#tabs_container {
	width: 300px;
	overflow:hidden;
}
#tabs_container ol.idTabs {
	list-style:none;
	width:298px;
	height:24px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#tabs_container ol.idTabs li {
	float:left;
	font-family: Verdana, "Times New Roman", Times, serif;
	width:98px;
	text-align:center;
	background:none;
	display:inline;
	text-transform:uppercase;
	font-size:10px;
	line-height:14px;
	margin:0px;
	letter-spacing:1px;
	padding:5px 0px;
	border-right:1px solid #ddd;
	height:19px;
}
#tabs_container a:hover {
	text-decoration:none;
}
#tabs_container ol.idTabs li a.selected {
	font-weight:bold;
}
#tabs_container ol.idTabs li.recent {
	background:url(images/recent.png) no-repeat top right;
	border-right:none;
}
#rside .wp-tag-cloud {
	list-style:none;
	width:280px;
	padding:10px 7px 0px 7px;
	border:none;
	overflow:hidden;
}
#rside .tweets {
	width:250px;
}
#rside .tweets ul {
	list-style:none;
}
#rside .tweets ul li {
	width:263px;
	color:#666;
	background:none;
	padding:5px 5px 5px 30px;
	border:1px solid #eee;
	background:#F9F9F9 url(images/tweet.png) no-repeat top left;
	overflow:hidden;
}
#rside .tweets ul li.aktt_more_updates {
	text-transform:uppercase;
	font-size:10px;
	background:none;
	padding:5px 0px;
	border:none;
	text-align:right;
	width:298px;
}
#rside .tweets ul li.aktt_more_updates:hover {
	font-size:10px;
	background:none;
	padding:5px 0px;
	border:none;
	margin:0;
	width:298px;
}
#rside .tweets ul li:hover {
	color:#333;
	background:#F9F9F9 url(images/tweeth.png) no-repeat top left;
	border:1px solid #ddd
}
#rside .tweets ul li .theday {
	float:right;
	clear:both;
	font-size:10px;
	text-transform:uppercase;
	font-family:Verdana, "Times New Roman", Times, serif;
}
#tab1, #tab2 {
	width:300px;
	font-size:12px;
}
#tab1 .wp-smiley, #tab2 .wp-smiley {
	border:none;
	padding:0;
	margin:0;
}
#rside .wp-tag-cloud li {
	display:inline;
	background:none;
	padding:0px 3px 0px 3px;
	margin:0px;
}
#rside .arhives {
	width:250px;
	overflow:hidden;
}
#rside .arhives li {
	display:inline;
	float:left;
	width:134px;
	background:url(images/liarc300.png) no-repeat top left;
}
#wp-calendar {
	margin:0px 0px 10px 0px;
}
#wp-calendar td {
	width:32px;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	color:#666;
}
#wp-calendar th {
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:url(images/calbg.png) repeat-x top left;
}
#wp-calendar caption {
	padding:10px;
	font-family: Verdana, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:2px;
}
#prev, #next {
	font-size:11px;
	text-align:center;
}
#today {
	background:url(images/caltoday.png) repeat-x bottom left;
	font-weight:bold;
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:14px;
}
#rside .searchbox {
	width:250px;
	padding:5px 0px 10px 0px;
	margin:0px 0px 5px 0px;
	overflow:hidden;
}
#rside .searchbox .searchformtop {
	font: normal 14px Verdana, Helvetica, sans-serif;
	border:none;
	border-left: 1px solid #ddd;
	background: url(images/searchformtop.png) no-repeat top right;
	overflow:hidden;
	color:#999;
	margin:0px;
	margin-left: 15px;
	float:left;
	width:150px;
	height:22px;
	padding:3px 5px 3px 5px;
}
#rside .searchbox input.gosearch {
	width: 63px;
	height: 28px;
	background:url(images/searchbutton.png) no-repeat;
	margin:0px;
	float:left;
}
#rside .searchbox input.gosearch:hover {
	background:url(images/searchbuttonh.png) no-repeat;
}
#rside .adsideright {
	overflow:hidden;
	float:right;
	width:250px;
}
#posts {
	width:690px;
	float:left;
	overflow:hidden;
	font-size:13px;
	color: #3d3d3d;
	background:url(images/sidebg.png) repeat-y top right;
}
#posts .post {
	width:690px;
	overflow:hidden;
	margin:0px 0px 15px 0px;
	text-align: left;
}
#posts .post .pinfo {
font-family: Verdana, Verdana, Times, serif;
font-size:40px;
font-weight:lighter;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 20px;
border-bottom: 1px dashed #ddd;
text-align: left;
}
#posts .post .pinfo li {
	display:inline;
	float:left;
	padding:0px;
	margin:0px;
}
#posts .post .pinfo li.lileft {
	width:48px;
	height:43px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#posts .post .pinfo li.liright {
	width:386px;
	height:48px;
	padding:0px 8px 0px 8px;
	position:relative;
	display:table;
}
#posts .post .pinfo li.lileft span {
	font-size:26px;
	font-weight:lighter;
	line-height:20px;
	padding:0px;
	margin:0px;
}
#posts .post .pinfo li.lileft span em {
	font-family:Verdana, Times, serif;
	font-size:12px;
	color:#bbb;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	letter-spacing:2px;
}
#posts .post .pinfo li.liright div {
	display:table-cell;
	vertical-align:middle;
	position:static;
}
#posts .post .pinfo li.liright div div {
	position:relative;
	top:-50%;
}
#posts .post .pinfo li.liright h1 {
	font-size:18px;
	font-weight:lighter;
}
#posts .post .pinfo li.liright h1 a, #posts .post .pinfo li.liright h1 a:visited {
	color:#007acc;
	text-decoration:none;
}
#posts .post .pinfo li.liright h1 a:hover {
	color:#333;
	text-decoration:underline;
}
#posts .post .postcontent {
	font-size:13px;

	padding : 5px 20px 5px 5px;
	margin:0px 0px 0px 20px;
}
#posts .post .postcontent a, #posts .post .postcontent a:visited {
	color:#007acc;
	text-decoration:none;
}
#posts .post .postcontent a:hover {
	color:#333;
	text-decoration:underline;
}
#posts .post .postcontent strong {
	font-weight:bold;
	color: #3b4c5a;
}
#posts .post .postcontent p {
	line-height:18px;
	word-spacing:1px;
	margin-bottom:10px;
}
#posts .post .postcontent img {
	padding:5px;
	margin:4px;
}
#posts .post .postcontent .wp-caption img {

	padding:0;
	margin:0 0 5px 0;
}
#posts .post .postcontent .wp-caption p {
	margin:0 0 5px 0;
}
#posts .post .postcontent .wp-caption .alignright {
	float:right;
}
#posts .post .postcontent .wp-caption .alignleft {
	float:left;
}
#posts .post .postcontent .wp-caption .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
#posts .post .postcontent ul {
	margin:5px 0px;
	width:600px;
	padding:0px;
	color:#3d3d3d;
}
#posts .post .postcontent blockquote {
	margin:5px auto;
	width:90%;
	padding:10px 5px 0px 5px;
	border:4px solid #ddd;
	background-color:#F9F9F9;
	font-family:Verdana, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	color:#545454
}
#posts .post .postcontent ul li {
	padding:5px 0px 5px 20px;
	margin:0px;
	list-style-type: none;
	background:transparent url(images/libg300.png) no-repeat scroll 0 3px;
	margin-top: 10px;
}
#posts .post .postcontent ol {
	margin:5px 0px;
	padding:0px;
	color:#666;
}
#posts .post .postcontent ol li {
	padding:5px 0px 5px 14px;
	margin:0px;
	/*background:url(images/disc.png) no-repeat top left;*/
}
#posts .post .postcontent img.wp-smiley {
	padding:0px;
	margin:0px;
	background:none;
	border:none;
}
#posts .post .postcontent h1, #posts .post .postcontent h2, #posts .post .postcontent h3 {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-weight:lighter;
}
#posts .post .postcontent h1 {
	font-size:24px;
	line-height:26px;
	margin-bottom: 10px;
}
#posts .post .postcontent h2 {
	font-size:16px;
	line-height:24px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#posts .post .postcontent h2.repert {
	font-size:14px;
	line-height:16px;
}

#posts .post .postcontent h2.annu {
	font-size:16px;
	line-height:16px;
}

#posts .post .postcontent h3 {
	font-size:16px;
	line-height:22px;
}
#posts .post .postcontent .postcom {
	font-family:Verdana, Times, serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	display:inline;
	float:right;
	background:url(images/postcomments.png) no-repeat;
	width:67px;
	height:18px;
	text-align:left;
	padding:3px 0px 0px 24px;
}
#singleinfo {
	width:438px;
	min-height:80px;
	background:url(images/singleinfo.png) repeat-x top left;
	border:1px solid #ddd;
	margin:10px 0px 0px 0px;
	padding:10px 5px 10px 5px;
}
#singleinfo ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#singleinfo ul li {
	display:block;
	padding:4px 6px;
}
#singleinfo ul li.tags, #singleinfo ul li.categorie {
	font-family:Verdana, Times, serif;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:1px;
}
#singleinfo ul li.rss {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#666;
	text-align:center;
	border-top:1px solid #ddd;
}
#singleinfo .social {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
}
#singleinfo .social ul {
	list-style:none;
	font-family:Verdana, Times, serif;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:1px;
}
#singleinfo .social ul li {
	display:inline;
	padding:4px 6px;
	margin:0;
	background:none;
}
#navigation {
	width:440px;
	height:16px;
	clear:both;
	margin:0px 0px 20px 0px;
	font-size:10px;
	font-family: Verdana, "Times New Roman", Times, serif;
	border-bottom:1px solid #EEE;
	letter-spacing:2px;
	border-top:1px solid #EEE;
	text-transform:uppercase;
	padding:5px;
}
#navigation .next {
	float:left;
}
#navigation .prev {
	float:right;
}
#comments {
	width:450px;
	overflow:hidden;
	padding:0px;
}
#comments h3 {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:lighter;
}
#listcomments {
	width:450px;
	list-style:none;
	padding:0px;
	margin:20px 0px 0px 0px;
	overflow:hidden;
}
#listcomments li {
	width:100%;
	padding:10px;
	overflow:hidden;
}
#listcomments li .moder {
	color:#C03
}
.vcard {
	overflow:hidden;
}
.vcard img {
	float:left;
	padding:3px;
	margin:0px 10px 4px 0px;
	border:1px solid #ddd;
	background-color:#e9e9e9;
}
.says {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	float: left;
}
.commentmetadata {
	font-family:Verdana, Times, serif;
}
.comtext {
	font-size:11px;
	border-top:1px solid #ddd;
	overflow:hidden;
	margin-top:5px;
	padding-top:5px;
}
.comtext p {
	line-height:16px;
	word-spacing:1px;
}
.comtext img {
	border:none;
	padding:0;
	margin:0;
}
.reply, .cancel {
	width:95%;
	margin-bottom:10px;
	overflow:hidden;
}
.reply a, .reply a:visited, .cancel a, .cancel a:visited {
	width:55px;
	height:18px;
	background:url(images/reply.png) no-repeat;
	float:right;
	font-family:Verdana, Times, serif;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:10px;
	padding:3px 0px 0px 25px;
	color:#999999;
	text-decoration:none;
}
.reply a:hover, .cancel a:hover {
	text-decoration:none;
	color:#666
}
.cancel a, .cancel a:visited {
	background:url(images/close.png) no-repeat;
}
#respond {
	border:1px solid #ddd;
	width:95%;
	padding:10px;
	margin:10px 0px 10px 0px;
	overflow:hidden;
}
#respond small {
	font-family:Verdana, Times, serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
}
#respond input {
	width:70%;
	border:3px solid #ddd;
	padding:2px 2px 2px 2px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
	color:#A9A9A9;
	float: right;
}
#respond textarea {
	width:90%;
	border:3px solid #ddd;
	padding:2px 2px 2px 2px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#8F8F8F;
	margin-top: 10px;
}
#respond input.submitcom {
	width: 171px;
	height: 30px;
	background: url(images/submitc.png) no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px;
	border:none;
}
#respond input.submitcom:hover {
	background: url(images/submitc.png) no-repeat 0 -30px;
	margin:0px 0px 0px 0px;
	padding:0px;
	border:none;
}
#footerboxes {
	width:960px;
	margin:0px auto 0px auto;
	padding:10px 10px 10px 10px;
	overflow:hidden;
	border-top:3px solid #ddd;
	font-size:12px;
}
#footerboxes .box1, #footerboxes .box2, #footerboxes .box3 {
	width:288px;
	padding:0px 10px 0px 10px;
	float:left;
	overflow:hidden;
}
#footerboxes .box1, #footerboxes .box2 {
	margin-right:15px;
}
#footerboxes .box2 img {
	float:left;
	margin:10px 5px 5px 5px;
	padding:4px;
	background-color:#F5F5F5;
	border:1px solid #ddd;
}
#footerboxes p {
	line-height:17px;
	word-spacing:1px;
	margin-bottom:5px;
	margin-top:10px;
}
#footerboxes h2 {
	font-family:Verdana, "Times New Roman", Times, serif;
	text-transform:lowercase;
	padding:0px 0px 5px 0px;
	font-weight:lighter;
	font-size:18px;
	color:#333;
	border-bottom:1px solid #ddd;
}
#footerboxes a, #footerboxes a:visited {
	color:#007acc;
	text-decoration:none;
}
#footerboxes a:hover {
	color:#333;
	text-decoration:underline;
}
#footerboxes ul {
	list-style:none;
	margin:0px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #ddd;
}
#footerboxes ul li {
	font-family:Verdana, Geneva, sans-serif;
	text-transform:capitalize;
	font-size:12px;
	line-height:16px;
	word-spacing:1px;
	padding:2px 0px 2px 16px;
	margin:2px 0px 2px 0px;
	background:url(images/libg300.png) no-repeat top left;
}
#footerboxes ul li.mostcom {
	background:url(images/limostcom.png) no-repeat top left;
}
#footerboxes ul li.com {
	background:url(images/licom.png) no-repeat top left;
	text-transform:lowercase;
}
#footerboxes img {
	margin:0px 0px 10px 0px;
}
#footer {
	background:url(images/lineb.png) repeat-x top left;
	width:940px;
	margin:0px auto 0px auto;
	padding:10px 20px;
	overflow:hidden;
	color: #A9A9A9;
	text-align: center;
	font-size: 12px;
}
#footer .fleft {
	float:left;
	width:700px;
	overflow:hidden;
}
#footer .fright {
	float:right;
	width:200px;
	text-align:center;
}
#footer h1 {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:24px;
	text-transform:lowercase;
	margin:0px 0px 10px 0px;
}
#footer p, #footer .fright {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
	font-size:10px;
	text-transform:uppercase;
	margin:10px 0px 0px 0px;
}
#footer .fright .logo {
	position:relative;
	width:168px;
	height:30px;
	padding:0px;
	margin:0px auto;
	;
	overflow:hidden;
}
#footer .fright .logo span {
	position:absolute;
	width:168px;
	height:30px;
	left:0;
	top:0;
	margin:0;
	background:url(images/footerlogo.png) no-repeat;
	text-indent:-9999px;
}
#footer .fright .logo span:hover {
	background:url(images/footerlogoh.png) no-repeat;
}
#footer p a, #footer p a:visited, #footer .fright a, #footer .fright a:visited {
	text-decoration:none;
	color:#666;
}
#footer p a:hover, #footer .fright a:hover {
	text-decoration:underline;
	color:#666;
}

a.declencheur:hover, a.declencheur1:hover, a.declencheur2:hover, a.declencheur3:hover { cursor: pointer; }
.declenche, .declenche1, .declenche2, .declenche3  { display:none; }

a.a-declencheur-repertoire:hover { cursor: pointer; }
.declencheur-repertoire  { display:none; }

a#prout1:hover, a#prout2:hover, a#prout3:hover, a#prout4:hover { cursor: pointer; text-decoration: none; border: 0;}
.repertoire-pays  { display:none; }

a#prout1, a#prout2, a#prout3, a#prout4 {
	width: 72px;
	height: 53px;
	background:url(images/afal-boutons-repertoire.png) no-repeat;
	display: inline-block;
	margin-right: 20px;
}

a#prout1 {
	background-position: 0 0;
}

a#prout2 {
	background-position: -72px 0;
}

a#prout3 {
	background-position: -144px 0;
}
a#prout4 {
	background-position: -216px 0;
}

a#prout1:hover, a#prout1.currentinho {
	background-position: 0 -53px;
}

a#prout2:hover, a#prout2.currentinho {
	background-position: -72px -53px;
}

a#prout3:hover, a#prout3.currentinho {
	background-position: -144px -53px;
}
a#prout4:hover, a#prout4.currentinho {
	background-position: -216px -53px;
}

.postactu img {
	border: 4px solid #fff;
	box-shadow: 2px 2px 2px #ddd;
}

.navrechts {
	float: left;
	width: 100%;
	text-align: center;
}

.navrechts a {
	padding: 2px;
	margin: 2px;
	min-width: 16px;
	text-align: center;
}

.navrechts a.selected {
	padding: 5px;
	background: #007ACC;
	color: #fff;
	font-weight: bold;
	margin: 2px;
	min-width: 16px;
	text-align: center;
	padding-bottom: 2px;
}

.comment-form-url, .comment-form-email .required , .comment-form-author .required, .form-allowed-tags {
	display: none;
}
.comment-form-email, .comment-form-author {
	width: 100%;
	clear: both;
	margin-bottom: 5px;
	float: left;	
}
#commentform, .form-submit {
	float: left;
}
.form-submit {
	width: 100%;
	text-align: center;
}
.comment-form-email label, .comment-form-author label {
	float: left;
	padding-top: 8px;
	width: 150px;
}
.comment-form-comment {
	margin-top: 10px;
	width: 100%;
	float: left;
}
.comment-form-comment textarea, #respond textarea {
	background: #F9F9F9;
	font: normal 14px Verdana, Helvetica, sans-serif;
	border : 1px solid #ddd;
	color:#999;
	width: 98%;
	padding:3px 5px 3px 5px;
	float: left;
}
.comment-notes, #posts .post .postcontent .commentmetadata a, .commentmetadata a:hover {
	color: #888;
	font-size: 12px;
	margin : 10px 0 0 0;
	padding-bottom: 5px;
	text-decoration: none;
	cursor: default;
	float: left;
}
#posts .post .postcontent .commentmetadata a, .commentmetadata a:hover {
	margin-top: 4px;
	margin-left: 20px;
	font-size: 11px;
}
#respond input {
	font: normal 14px Verdana, Helvetica, sans-serif;
	border:none;
	border :1px solid #ddd;
	background: #F9F9F9;
	overflow:hidden;
	color:#999;
	margin:0px;
	margin-left: 15px;
	width:220px; 
	height:22px;
	padding:3px 5px 3px 5px;
	float: left;
}

.form-submit input#submit {
	background: #999;
	height: 35px;
	margin: 0 auto;
	float: none;
	color: #FFFFFF;	
}
.form-submit input#submit:hover {
	background: #FFFFFF;
	height: 35px;
	margin: 0 auto;
	float: none;
	color: #999;
	border :1px solid #ddd;
	cursor: pointer;
}
ol.commentlist, ol.commentlist li {
	width: 100%;
	background: none;
}
.avatar {
	display: none;
}
