/* 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;
color: #FFFFFF;}

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: 0em;
}

.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;
}




/* 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: verdana, serif;
	border-left: 5px solid #A0A0A0;
	padding-left: 5px;
}

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


#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
*******************************************************************************/
#sidebar{color: #FFFFFF;}
#sidebar a{
	color: #FFFFFF;
}


#sidebar ul {
	padding-left : 0;
	margin : 0 0 0 0;
	list-style : none;
}

#sidebar li {
	display : block;
	margin-top : 0.1em;
	padding-left : 15px;
	color : #999;
	background : transparent url(img/fleche.gif) no-repeat 0 0.25em;
}






/* 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%; 
} 
