/* Style CSS Document */
@import "layout.css";

body{
	background: #eee;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	font-size: 80%;
	color: #222;
}

h1, h2, h3, h4, h5, h6{color: #333; background: transparent; font-family: Arial, sans-serif; margin: 1em 0 0.5em 0;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color: #333; background: transparent; text-decoration: none;}

h1{font-size: 2.4em; color: #FF8C00;}
h2{font-size: 2em; color: #FF8C00;}
h3{font-size: 1.3em; color: #FF8C00; text-indent:5px;}
h4{font-size: 1.2em;  color: #FF8C00; text-indent:10px;}
h5{font-size: 1.1em; text-indent:10px; text-indent:15px;}
h6{font-size: 1em; font-weight: normal; font-style: italic;}

a:link{color: #000;}
a:visited{color: #666;}
a:hover{color: #f60;}
a[hreflang]:after{content: "\0000a0(" attr(hreflang) ")"; color : #666;}
a img{	
	border: none;	
}
p{
	margin-top: 10px;
	text-align: justify;
}
blockquote{
	font-family: Georgia, serif;
	font-style: italic;
	background: #F3F3F3;
	padding: 1ex 1em;
	margin: 1ex;
}

code, pre{
	font-size: 1.2em;
	margin: 1ex 0 1ex 0;
	background: #EEE;
	color: #000;
	font-family: monospace;
}
pre {
	overflow: scroll;
	width: 95%;
	border: 1px solid #CCC;
	line-height: 2em;
	margin-left: 5px;
	
	padding-left: 10px;
}
html>body pre {
	overflow: auto;
	width: auto;
}

acronym[title] {
	border-bottom: dotted 1px;
}

/* Page
*******************************************************************************/
#main{
	color: inherit;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: 0;
}
/* Top
*******************************************************************************/
#top{
	/*background: #fff url(images/top.png) no-repeat left top;*/
}
#top h2{
	text-align : right;
	margin-top: 15px; 
	margin-right: 50px;
}

/* Navigation
*******************************************************************************/
#navigation{
	background: #FFA500;
	color: #fff;
	padding: 5px;	
}
#navigation li{
	margin-right: 0.5em;
}
#navigation a{
	text-decoration: none;
	color: #fff;	
	background: transparent;
	padding: 5px 1em;	
	line-height: 5px;
}
#navigation a:hover{
	color: #fff;
	background: #FF8C00;	
}
/* navigation active */
body#index a#nav-index, body#download a#nav-download, body#aide a#nav-aide, body#apropos a#nav-apropos{
	color: inherit;
	background: #FF8C00;
	font-weight: bold;	
}
/* Contenu
*******************************************************************************/
body#aide #contenu{
	background: url(./images/aide.png) no-repeat;
	background-position: 90% 30px;	
}
#contenu ul{
	margin-top: 5px;
	margin-bottom: 5px;
}
#contenu li{
	margin-left: 2em;
	line-height: 1.3em;	
}
#contenu ul li {
	list-style-image: url(./images/puce.png); 
	list-style-position: inside;
}
#contenu li li{
	list-style:square;
}

/* Telechargement
*******************************************************************************/
#telechargement{
	background: #F3F3F3;
	margin: 1ex 2ex 1ex 1ex;
	border: dashed 1px #FF0000; 
	padding-left: 15px;
	padding-bottom: 15px;
}

/* Sidebar
*******************************************************************************/
#sidebar ul li{
	line-height: 1.5em;	
	list-style:square;
	color: #FF8C00;	
}
#sidebar li li{
	margin-left: 15px;
	list-style-image: url(./images/puce.png);
}
#sidebar li li li{
	margin-left: 0px;
	list-style-position: inside;	
}
#sidebar a{
	text-decoration: none;
}
#sidebar h4 a, #sidebar h3 a, h3 a:visited, h4 a:visited{
	color: #FF8C00;
}

#sidebar h2{
	font-size: 1.2em;
	color: #FF8C00;
	/*text-indent: -10px;*/	
}
#sidebar h3{
	font-size: 1.1em;
	text-indent: 0;
	margin: 0.3em 0 0.3em 0;
}
#sidebar h4{
	font-size: 1em;
	text-indent: 0;	
	margin: 0.3em 0 0.3em 0;
}

/* Footer
*******************************************************************************/
#footer{
	font-size: 0.9em;
	color: #666;
	background: transparent;
	clear: both;
}
#footer p{
	text-align: right;
}

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

#footer img{
	margin-bottom: -0.5em;
}

/* Classes
*******************************************************************************/
.totop{
	float: right;
	margin: 15px 5px 0 0;	
	text-indent: -100em;
	overflow: hidden;
	background: url(./images/totop.png) no-repeat top left;
	width: 100px;
	height: 16px;
	display: block;
	text-decoration: none;	
}
.alinea{
	text-indent: 15px;
}
.left{
	
	float: left;
	margin: 0 0.5em 0 0.5em;
	
}

.right{
	float: right;
	margin: 0 1em 0 1em;
}
.rss{
	margin: 0 ;
	padding: 0 0 0 18px;
	text-indent: -100em;
	overflow: hidden;
	background: url(./images/rss.png) no-repeat top left;
	width: 14px;
	height: 14px;
	text-decoration: none;		
}
