 /* ============== layout general ============== */
body {
	font-size: 82.01%;
	padding : 0;
	font-family : verdana, lucida, arial, helvetica, sans-serif;
	color:#333;
	text-align:center;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	background-color:#2C333F;
}
#page {
	width:1020px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	margin:auto;
	padding-left:20px;
	padding-right:10px;
}
.bgtop {
	width:1000px;
	text-align:center;
}

#content {
	width:485px;
	text-align:left;
}
.col-a {
}
.col-b {
	width:308px;
	padding-right:7px;
}
.main {
	margin-top:-12px;
}
.main-int {
}
.une {
	color : #FFFFFF;
	font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	font-weight:bold;
	text-transform : uppercase;
	font-size:1em;
	background-color: #6C6C6C;
	margin-top: -1px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	width:484px;
}

.titre h2 {
	color : #FFFFFF;
	font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	font-weight:bold;
	text-transform : uppercase;
	font-size:1em;
	background-color: #6C6C6C;
	margin-top: -1px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.clear {
	 clear: both;
}

/* ==================== elements communs ===================== */
p { margin : 1em 0; }
img { border : none; margin:0; }
form { display : block; margin : 0; padding : 0; }
q { font-style : italic; }

/* ---- liens courants ----------------------- */
a, a:link {
	color : #595959; 
	text-decoration:none;
}
a:visited {
	color : #595959;
	text-decoration:none;
}
a:hover {
	color : #595959;
	text-decoration : none;
}
a:active {
	text-decoration : underline;
}
.post a {
	text-decoration : underline;
}


/* pour éviter la disparition d'image aléatoire au survol des liens */
ul {
	position : relative;
} 

/* ================================================================
top
------------------------------------------------------------------------------------------------------ */
#top {
	min-width:820px;
	height:260px;
}
#top h1 {
}
#top h1 a {
	font-size:20px;
	color : #595959;
	text-decoration : none;
}
#top-center {
	text-align:center;
	height:90px;
}
/* Prelude */
#prelude {
	width:100%;
	height:155px;
	font-size : 0.85em;
	text-align : right;
	background-image: url(images/logo-foot-news.jpg);
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	border-width:1px;
	margin-bottom:10px;
}
#prelude .nav {
padding-right:15px;
}
#prelude a {
	color:#678E24;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}
#prelude a:hover {
	color:#E13635;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}

#home {
	display:block;
	width:500px;
	height:145px;
	font-size : 1em;
	float:left;
}
#foothome {
	display:block;
	width:200px;
	height:110px;
	margin-top:-120px;
	font-size : 1em;
	float:left;
}
#intro {
	width:auto;
	margin-top:15px;
	margin-left:500px;
	padding:5px 15px 10px 10px;
	height:80px;
	font-size : 1em;
	text-align : right;
}
#intro, #intro a {
	color:#000;
}
#intro a:hover {
	color:#E13635;
}

/* Centre - partie des billets (main > main-int > content > content-int)
--------------------------------------------------------------------------------------------- */
.content-int {
	width:100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

/* --------------------- les billets ------------------------ */	
.post {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E3E3E3;
	padding: 15px 10px 10px 5px ;
}
.post-chapo {
	margin : 1em 0;
}
.info {
	text-align:right;
	font-size:0.82em;
	margin-top:-6px;
	color:#999999;
}

.day-date {
	font-size : 1em;
	text-align : right;
	color : #999;
	padding:2px 0;
	margin-top:0;
}
.post-title {
	font-weight:bold;
	font-size:15px;
	margin:0 0 0 0;
	color:#000;
	text-align:left;
}

.post-title a {
	color:#000;
	text-decoration:none;
	text-align:left;
}
.post-title a:hover {
	color:#000;
	text-decoration:none;
}	

.post-cat, .post-cat a, .post-cat a:visited  {
	color:#6b8f24;
	font-size : 0.82em;
}

.post-content {
	clear:both;
	text-align:justify;
}

.post-content p {
	margin-top:0.25em;
}
.post-info, .post-info-co, .post blockquote {
	font-size:0.86em;
}

.post-info {
	margin: 0;
	color:#999;
}
p.suite {
	padding:0;
}

/* Parametres communs menus gauche et droit
----------------------------------------------------------------------- */
ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

li {
	background:transparent;
	margin:0;
}

li a:hover {
	background-color:#DBF4C1;
}


/* Specifique menu gauche (col-a)
-------------------------------------------------------- */
.evidence-a {
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 7px;
	border: 1px solid #E3E3E3;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 14px;
	padding-left: 30px;
}
.evidence-a li {
	list-style-type: square;
	background:transparent;
	margin: 5px 0 0 0;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E3E3E3;
}

.evidence-a li a {
	font-weight:normal;
}
#evidence-pub {
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 13px;
	border: 1px solid #E3E3E3;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 14px;
	padding-left: 8px;
}
#menu {
	color:#595959;
	font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	font-weight:bold;
	font-size:1em;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 7px;
	padding-top: 4px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BCBCBC;
	border-right-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	border-left-color: #E3E3E3;
}
.col-a {
	font-size:0.86em;
	text-align:left;
}
.col-a h2 {
	color : #FFFFFF;
	font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	font-weight:bold;
	text-transform : uppercase;
	font-size:1em;
	background-color: #6C6C6C;
	margin-bottom: 4px;
	margin-left: 7px;
	padding-left: 14px;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 5px;
}
.col-a a {
	font-weight : bold;
	color : #666;
}
.deco1 {
	padding-left:20px;
	width:180px;
	height:70px;
	background: transparent url(images/1_pic2.jpg) center no-repeat;
}
#deco2 {
	width:180px;
	height:70px;
	background: transparent url(images/forum-foot.jpg) center no-repeat;
}

/* Specifique menu droit (col-b)
-------------------------------------------------------- */
.evidence-b {
	margin-right: 1px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 14px;
	border: 1px solid #E3E3E3;
	list-style-image: none;
	list-style-type: none;
}

.col-b {
	font-size:0.86em;
	vertical-align: top;
	background-color:#FFFFFF;
}
.col-b a {
	color : #666;
}
.col-b h2 {
	color : #FFFFFF;
	font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	font-weight:bold;
	text-transform : uppercase;
	font-size:1em;
	padding-left:14px;
	background-color: #6C6C6C;
	margin-right: 0;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 4px;
	padding-bottom: 5px;
}

/* Footer
------------------------------------------------------------------------------------------------------ */
#footer {
	clear:both;
	position : relative;
	border-top : 1px solid #6b8f24;
	margin : 0 0 1em 0;
	padding: 0 2em 0.15em 2em;
	color: #999;
	font-size: 0.8em;
	text-align: right;
	line-height: 100%;
}

/* ========================== Interactions et formulaires divers ======================= */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}
input, textarea {
	font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 1px;
	border-color : #ccc;
}
input[type], textarea[name] {
	background: #f1f0ed;
}
input[type=submit], input[type=reset] {
	background : #ccc;
	color : #000;
}
input[type=submit]:hover {
	background : #DBF4C1;
	color : #000;
}
textarea {
	width : 95%;
}
p.field {
	margin : 0.5em 0 0 0;
}
p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}


/* Tags cloud
------------------------------------------ */
.tags {
	position: relative;
	width: 230px;
	overflow: hidden;
}
#twtags-cloud ul {
   list-style-type: none;
   padding-left : 0px;
}

#twtags-cloud ul li {
   display: inline;
}
.level-1 {
   font-size: 0.9em;
}

.level-2 {
   font-size: 1.1em;
}

.level-3 {
   font-size: 1.3em;
}

.level-4 {
   font-size: 1.5em;
}

.level-5 {
   font-size: 1.7em;
}
#comments{
	padding: 0 10px 0 10px;
	border-bottom:1px dashed #E3E3E3;
}
.commentaires {
	font-size: 13px;
	font-weight: bold;
}

.titrecat {
	margin-bottom:10px;
	border : 1px solid #ccc;
	text-align : center;
}

/*Sondages*/
#sidebar p.poll_reponse {
	margin-bottom: 0;
}
#sidebar div.poll_bar_ext {
	margin: 0;
	padding: 0;
	background: none;
	
	width: 100px;
	height: 10px;
	text-align: left;
	border: 1px solid #336699;
}
#sidebar div.poll_bar_int {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	
	height: 10px;
	background-color: #336699;
}
#newsletter {
	margin-right: 1px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 14px;
	border: 1px solid #E3E3E3;
}
#concours {
	margin-right: 1px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #E3E3E3;
	z-index:1;
}
.message {
	margin:0;
	padding:0;
}

/* Pub Anticlic For Custom Redirection */
.toolcontainer {
	position:relative;
	z-index:1;
	margin:0;
	padding:0;
	width:250px;
	height:250px;
}
.anticlic {
	position:absolute;
	background-image:url(http://www.foot-news.com/anticlic.png) no-repeat;
	z-index:1000;
	width:250px;
	height:250px;
	margin:0;
	padding:0;
	top:0;
	left:0;
	background-color: #fff;
	filter:alpha(opacity=1);
	-moz-opacity:0.0;     
}
