/* Bienvenue dans la feuille de style en cascade du'un des plus beau thème d'Uncommonmanfrommars  (c'est moi)qui vous le dit :-D).
 * Dans l'ordre, voici 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
 * - la barre de navigation horizontale (si existante, sinon, cell-ci sera invisible /// pour bénéficier de cette dernière, suivez le guide : http://petit.dotclear.net/pages/2005/03/01/51-une-barre-de-navigation-horizontale)
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css (Merci mauriz')
 */

@import "layout.css";
 
/* Les éléments HTML en général
*******************************************************************************/
body{
	
	color: #000000;
 	font-size: 75%;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

h1{
	font-size: 1.5em;
}
h2{font-size: 1.4em; line-height: 1.2em;}
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;
	background:transparent;
}

html>body pre {
	overflow: auto;
	width: auto;
}

fieldset{
	color: #000000;
	border: none;
	background: transparent;
}

.smiley{
	border:none;
}

img:smiley{
	border: none; /* Car un grosse bordure orange autour d'un smiley définissant un lien, c'est moche*/
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
	color: #000000;
	background: transparent;
}

input{
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #000000;
	/* background: transparent; */
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-left: 1px solid #A0A0A0;
	border-top: 1px solid #A0A0A0;
	color: #000000;
	/* background: transparent; */
}

input[type=submit], input[type=reset] {
	background-color : #fff;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

input[type=submit]:active, input[type=reset]:active  {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:visited{
	color: #A0A0A0;
}

a:hover{
	color: #538B9A;
	text-decoration: none;
}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color : #538B9A;
	font-size: 0.7em;
	font-style: italic;
	vertical-align: top; /* Ne pas toucher à ceci */
}

a img{
	border: 0;
}

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

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

/* La page
*******************************************************************************/
#page{
	color: inherit;
	background-color: transparent;
	background-repeat: repeat-y;
	background-position: center top;
}
 
/* L'entête
*******************************************************************************/

		
/* Le prélude
*******************************************************************************/ 
#prelude{
	/* display:none; */
}

#main{
	margin-top: 0px;
}

/* La barre de navigation horizontale
****************************************************************************** */
 #nav-box {
      margin-top : 17px;
      margin-right : 40px;
      padding-top : 0px;
      font-weight : bold;
      font-size : 0.9em;
      text-align: right;
 }

 #nav-box ul {
      margin : 0;
      padding : 5px 1em 5px 0;
      list-style-type : none;
 }

 #nav-box ul li {
      display: inline;
 }

 #nav-box ul li a {
      color: #4b4b69;
      text-decoration: none;
      padding : 5px 1em 5px 1em;
      border-left: 1px solid #fff;
 }

 #nav-box ul li a:hover {
      background-color: #62787A;
      color: #FFFFFF;
      border-left: 1px solid #fff;
 }

 #nav-box a:active {
      border-left: 1px solid #fff;
 }

/* nav classique */
ul#nav-box {
	margin : -33px 0 1.5em 45px;
	width: 600px;
	float: center;
	padding : 5px 1em 5px 0;
	list-style-type : none;
	background-color: transparent;
	color: #FFF;
	font-weight : bold;
	font-size : 0.9em;
	text-align: left;
	opacity: .85; /* Whaaaaaa... */
    filter: alpha(opacity=85); /* Ceci gère l'effet de transparence sur l'header pour la barre de navigation horizontale... C'est beau non? */
}
ul#nav-box li {
	display: inline;
	padding : 5px 0;
}
ul#nav-box li a {
	padding : 5px 1em 5px 1em;
	color: #538B9A;
	text-decoration: none;
	background-color: #fff;
}
ul#nav-box li a:hover {
	background-color: #538B9A;
	color: #fff;
}

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

.day-date{
	display:none;
}

.post-title{
	color: #828282;
	margin-bottom: 0;
	font-size: 1.5em;

}

	.post-title a{
		color: #C50500;
		background: transparent;
		text-decoration: none;
	}
	
.post-info{
	margin-top: 0;
	color: #000000;
	background: transparent;
	padding-bottom: 1ex;
	font-size: 0.8em;
	border-bottom: 1px solid #eaeaea;
}
	
.post-content{
	text-align: left;
}

.post-content a{
	color: #000099;
	text-decoration: none;
}

.post-content a:hover{
	color: #000099;
	text-decoration: underline;
}

.post-content blockquote{
	font-family: Georgia, serif;
	border-left: 5px solid #A0A0A0;
	padding-left: 5px;
}

.post-info-co{
	text-align: right;
	color: #000000;
	font-size: 0.8em;
}


#trackbacks, #trackbacks blockquote, #comments, #comments blockquote{
	margin-left: 20px;
	margin-right: 150px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #A0A0A0;
	background-color: #f0f0f0;
}

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


/* Le pied de page
*******************************************************************************/	
#footer{
	margin: 0;
	padding: 1em;
	padding-left: 0em;
		height: 20px;
	color: #FFFFFF;
	text-align: left;
}

#footer a{
	color: #FFFFFF;
}

.bottommenu {FONT-SIZE: 10px; COLOR: white; FONT-FAMILY: Verdana}
.bottommenu A:link    {text-decoration: none; color: white;}
.bottommenu A:visited {text-decoration: none; color: white;}
.bottommenu A:active  {text-decoration: none; color: white;}
.bottommenu A:hover   {color:white; text-decoration: underline }

.topmenu {FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: Verdana}
.topmenu A:link {text-decoration: none; COLOR: white}
.topmenu A:visited {text-decoration: none; COLOR: white}
.topmenu A:active {text-decoration: none; COLOR: white}
.topmenu A:hover {text-decoration: underline; COLOR: white}

.homepage { FONT-SIZE: 19px; COLOR: #b11a3b; LINE-HEIGHT: 22px; PADDING-TOP: 8px; FONT-FAMILY: Arial, sans-serif }


td.nav { background-color :#800000; 
align:center;
} 
td.nav a {
	font-family :Verdana, Tahoma, Arial ;
	font-size : 12px;
	font-weight : normal;
	color : white;
	text-decoration : none;
	font-variant : small-caps;
	display: block;
	width: 100%;
	height: 100%;

} 
td.nav a:hover {
		
	text-decoration : none;
	font-weight : normal;
	color : white;
	display: block; 
	width: 100%; 
	height: 100%; 
	background-color : #000066 ;	

} 
td.nav a:visited { 
	font-family :Verdana, Tahoma, Arial  ;
	font-size : 12px;
	font-weight : normal;
	color : white;
	text-decoration : none;
	font-variant : small-caps;
	display: block; 
	width: 100%; 
	height: 100%; 
} 
