@charset "utf-8";
/* CSS Document */

/* Copyright MonSiteGratuit */
/* Design réalisé par Boulledogue & Black dans le cadre du concours Web 2.0 */

body
{
	width: 800px;
	margin: auto;
background: #202022 url(images/background.png) repeat-x;
}

#menu-haut
{
   width: 800px;
   height: 89px;
   padding-top:2px;
   padding-left:40px; 
}

#menu-haut h1
{
	color: #A0A0A0;
	margin: 5px;
	float: left;
	font-size: 17px;
	font-family: Verdana;
	text-align: center;
	text-transform:uppercase;
	letter-spacing: 1px;
}

#menu-haut a
{
	color: #A0A0A0;
	text-decoration: none;
}

#menu-haut a:hover
{
	color: #F6A200;
}

#header
{
   width: 800px;
   height: 252px;
	clear: both;
	position: relative;
	margin: 0 auto; padding: 0;
	background: transparent url(images/header.png) no-repeat right top;
	height: 252px;
	text-align: left;	
}

#conteneur
{
	width: 800px;
	background-color: #202022;
}

#corps
{
	background-color: #202022;
	color: #686868;
	padding-right: 250px;
	padding-left: 10px;
	text-align: left;
}

#corps ul{
  list-style-image: url(images/icons/fleche.gif);
}

#corps ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

#corps ol {
  color: #FC0;
}

#corps ol span {
  color: #EEE;
}


#corps p
{
	font-size: medium;
	font-family: Verdana;
	color: #D6D6D6;
	text-align: left;
}

#corps a
{
	color: white;
	text-decoration: none;
}
#corps a:hover
{
	color: white;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font: normal 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #309;
}
h1 { font-size: 3em; color: #eee; letter-spacing: -2px;	} 
h2 { font-size: 2.5em;  }
h3 { font-size: 1.8em; }
h4 { font-size: 1.5em; }

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 10px 15px;
	color: #309;
	text-align: center;
	font-size: 3em;
	text-decoration: underline;
}

h2{
	border-bottom: 1px solid #2c2c2a;
}

#menu-right
{
	width: 250px;
	color: #262626;
	float: right;
}

#menu-right h1
{
	font: normal 1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding-left:30px;
	color: #99CC33;
	text-transform: none;
	letter-spacing: -1px;
	background:url("images/ligne.png") no-repeat center bottom;
}

#menu-right a
{
	color: white;
	font-family: Verdana;
	font-size: 14px;
	text-decoration: none;
 	border-bottom: 1px solid #2c2c2a;
	}

#menu-right a:hover
{
	text-decoration: none;
	color:orange;
}

#menu-right ul
{
	margin: 0 0 0 10px;
	padding: .1em 0 1em 0;		
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;		
	border-top: 1px solid #211E20;
}

#menu-right li
{
	background: url(images/puce.gif) no-repeat center left;		
	border-bottom: 1px solid #211E20; 
	list-style:none;
	}

#menu-right ul li a
{
	display: block;
	font-weight: bold;
	color: #d3d0cc;
	text-decoration: none;
	line-height: 1.5em;
	font-size: 16px;
	padding-left:20px;
	padding-bottom:5px;

}

#menu-right ul li a:hover {
	color: #FF8B04;				
}
#menu-right ul { margin: 0 0 0 15px; }
#menu-right ul  li { border: none; }

#menu-right fieldset
{
	border: 1px solid #C0C0C0;
	width: 150px;
	margin-left: 50px;
	color: #C0C0C0;
	font-size: 12px;
	font-family: Verdana;
}

#menu-right legend
{
	color: #63ABC7;
	font-size: 12px;
	font-family: Verdana;
}


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

input 
{
	padding: 1px;
	border: 1px solid #eee;
	font: normal 12px Verdana, sans-serif;
	color:#777;
}

input.connex 
{
	padding: 1px;
	border: 1px solid #eee;
	font: normal 12px Verdana, sans-serif;
	color:#777;
	background-image:url(images/bgform.png);
}

form#connex{
text-align:center;
}

form#searchform{
text-align:center;
}

input.button 
{ 
	font: bold 1em Arial, Tahoma, Sans-serif; 
	margin: 0;
	padding: .25em .3em;
	color: #fff;
	background: #000;
	border: 2px solid #ffffff; 
}

img.floatRight 
{
  margin: 5px 0px 10px 15px;  
}

img.floatLeft 
{
  margin: 5px 15px 10px 0px;
}

a img 
{  
  border: 2px solid #2c2c2a;
}

a:hover img 
{  
  border: 2px solid #FFF !important;
  border: 2px solid #2c2c2a;
}

#columns 
{
	clear: both;
	text-align: left;
	color: #5B9CFF;
	margin: 0 auto; 
	padding: 1.6em 0 .5em 0;
	width: 95%;	
}
#columns h3 
{
	color: #99CC33;	
	margin: 0;
	padding: 0 10px; 	
	font: normal 1.4em "Trebuchet MS", Arial, Tahoma, Sans-serif;	
	text-transform: uppercase;
}

#columns ul 
{
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #111;	
}
#columns li 
{
	border-bottom: 1px solid #111;		
}
#columns li a 
{
	display: block;
	padding: .5em 0 .5em 1em;
	color: #8F8F8E;
}
#columns li a:hover 
{
	color: #fff;	
}

#columns .col3, .col3-center 
{
	float: left;
	width: 31%;
}
#columns .col3-center 
{ 
	margin: 0 15px; 
}

#footer-wrap
{

	border-top: 1px solid #2c2c2a;	
	border-left: 1px solid #2c2c2a;		
	border-right: 1px solid #2c2c2a;		
	
	background-color:#090806;
	font-family: Verdana;
	font-size: 12px;
}

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

#footer-wrap a:hover
{
	color: white;
	text-decoration: underline;	
}

#footer-bottom 
{
	clear: both;
	margin: 0 auto; 
	padding: 1em 0 1.5em 0;
	text-align: center;
	font-size: .85em;
	color:#686868;

}

#footer-bottom a
{
	text-decoration: none;	
	color: white;
}

#footer-bottom a:hover
{
	color: white;
	text-decoration: underline;	
}

.postauteur 
{
	font-size: .8em;	
	padding-top: 0;
}

.post-footer { 
	text-align: right; 
	background: transparent;
	border: 1px solid #2c2c2a; 
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
}
.post-footer .date, 
.post-footer .commentaires,
.post-footer .lirelasuite {
	padding-left: 20px; margin: 0 3px 0 3px;
}
 
code  
{
  margin: .5em 0;
  display: block;
  padding: 20px;
  text-align: left; 
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  background: transparent;
  border: 1px solid #2c2c2a;   
}


blockquote 
{
  margin: 10px 15px;
  padding-left: 27px;
  
  background-color: #444;  
  background-image: url(images/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;  
}

blockquote.exclamation 
{
  background-image: url(images/icons/exclamation.gif);
}

blockquote.stop 
{
  background-image: url(images/icons/stop.gif);
}

blockquote.go 
{
  background-image: url(images/icons/go.gif);
}


#search
{
width:800px;
height:50px;
background-image:url(images/search.png);
background-repeat:no-repeat;
padding-left:0px;
padding-top:3px;
}
#search p {
color:#ffffff;
	font-size: 12px;
	font-family: Verdana;

}

table {
	margin: 10px 15px; 
	border-collapse: collapse;			
}
th strong {
	color: #fff;
}
th {
	background: #090807;
	color: #fff;
	height: 3em;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #2c2c2a;
	border-right: 1px solid #2c2c2a;
	border-bottom: 1px solid #2c2c2a; 
	border-top: 2px solid #8EB200;
}
tr {
	color: #707070;
	height: 2.5em;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #2c2c2a;	
}
#flu-rss rss {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #309;
	text-decoration: underline;
}
#corps p .Style1 rss {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #309;
	text-decoration: underline;
}
rss {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #309;
	text-decoration: underline;
	clear: left;
	float: left;
}
#corps rss {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #309;
	text-decoration: underline;
	clear: left;
	float: left;
}
.Style1 #rss {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: medium;
	color: #309;
}
.rss {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: small;
	color: #309;
	clear: none;
	float: none;
}
#rss {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #309;
	text-decoration: underline;
	text-align: left;
}
