/* css Zugaina.org */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */



#PortageMenu {
	position: absolute;
	top: 12em;
	right: 0;
	width: 19em;
	margin: 0;
	padding: 0;
	color:#369;
	}
#PortageMenu > ul {
	width: 18em;
	margin-left: -1px;
	}
#PortageMenu ul {
	border-width: 0 1px 1px 1px;
	}
#PortageMenu ul li {
	border-width: 1px 0;
	border-color: white;
	padding: 0 0 0 5px;
	line-height: 1.25em;
	}
#PortageMenu ul ul {
	display: none;
	border:1px solid #d6e1ec;
	border-color: gray silver gray gray;
	width: 10em;
	margin-top: 5px;
	}
#PortageMenu ul ul li {
	border-color: #FEFEFC;
	}
#PortageMenu li > a {
	background-color: transparent;
	padding: 3px;
	}
#PortageMenu a {
	text-decoration:none;
	color:#369;
	}
#PortageMenu a:hover{
	background-color:#eff4fa;
	color:#036;
	border: 1px solid gray;
	}
#PortageMenu li.sub > a {
	font-weight: bold;
	background-color: transparent;
	}
#PortageMenu li.sub:hover {
	margin-left: -10.2em;
	border: 1px solid gray;
	background: #eff4fa;
	}
#PortageMenu li.sub:hover > a {
	color:#036;
	}
#PortageMenu li.sub:hover > ul {
	top: 1.75em;
	left: -1px;
	background: #FEFEFC;
	}
#PortageMenu ul {
	padding: 0;
	margin: 0;
	border:1px solid #d6e1ec;
	}
#PortageMenu ul li {
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0;
	}
#PortageMenu ul li:hover > ul {
	display: block;
	position: absolute;
	top: -1px;
	left: 100%;
	}
#PortageMenu li a {
	display: block;
	padding: 5px 7px;
	text-decoration: none;
	background: #FFF;
	color:#369;
	}

	/* The Zugaina Title */
#titre {
	}

#titre h1 {
	text-align: center;
	height: 100px;
	margin-top: 0px;
	background: #FFFFFF url(images/gentoo.png) no-repeat top left;
	padding: 40px 0px 0px 100px;
	border: 1px dashed #5387FF;
	color: #0B0D7D;
	}

#titre h2 {
	text-align:center;
	color: #FF1414;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}
#aide {
	margin-top: 100px;

}
.ebuild {
	margin-top:50px;
	border:1px dashed #d6e1ec;
	padding: 10px 0px 0px 10px;
}

.important {
	font-weight: bold; 
	}
.important span {
	color: #FF1111;
	font: 12pt/16pt georgia;
	}
.soustitre {
	color: #787878;
	font-weight: bold;
	margin-left: -20px;
	}
.commentaires {
	margin-top: 0px;
	font-style:italic;
	}
	
.nomprog {
	font-weight: bold; 
	}
.emplacement {
	display: none;
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px;
	margin-top: 45px;  
	color: #2F65E3;
	/*font: 8pt/10pt georgia;
	font-style: italic;
	float: right;*/
	}
body { 
	font: 8pt/16pt georgia; 
	color: #555753; 
	margin: 0px;
	}
p { 
	font: 10pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}	
#contenu {
	margin-top: 60px;
	margin-left: 20px;
	padding: 20px 50px 0px 50px;  
	background: url(images/preamble-bg.gif) no-repeat top left;
	}

#intro {
	font: 12pt/16pt georgia;
	margin-bottom:40px;
	margin-top:30px;
}	

#ebuild {
	margin-top:50px;
	border:1px dashed #d6e1ec;
	padding: 10px 0px 0px 10px;
}

body { 
	font: 8pt/16pt georgia; 
	color: #555753; 
	margin: 0px;
	}
p { 
	font: 10pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h1 { 
	font: bold normal 30pt georgia;
	letter-spacing: 8px;
	}
h2 { 
	font: bold normal 16pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 20px; 
	color: #220ABD;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 15px;
	margin-top: 35px;  
	color: #2F65E3;
	}
a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #171E77;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #1215B7;
	}
a:hover, a:active { 
	text-decoration: underline;
	color: #9685BA;
	}
	
#langue {
	padding: 0px 0px 0px 20px;
	}
	
.english {
	background-image: url(images/en.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:20px;
	height:14px;
	margin-right:15px;
	}	
.english span {
	display:none;
	}	

.french {
	background-image: url(images/fr.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:20px;
	height:14px;
	margin-right:15px;
	}	
.french span {
	display:none;
	}
	
#langue ul{
	/*border:1px solid #d6e1ec;*/
	padding:0;
	margin:0;
	}
#langue li{
	list-style:none;
	margin:0;
	}