/* Styles généraux */ 
html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	margin-top: 5px;
	background:#ffffff;
	color:#000000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	text-decoration: underline;
	color: #0000CC;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
li {
	list-style-type: none;
}
/* Styles définis pour les blocs */ 
#conteneur {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}
#logo {
	float:left;
	width:725px;
}
#last_update {
	float:right;
	width:275px;
}
#content {
	clear:both;	
	float:left;
	padding-top:15px;
}
#convention {
	clear:both;	
}
/* Styles pour les class */ 
.frame {
	padding:5px;
	border-style:solid;
	border-width:thin;
}
.bigred {
	font-size: 150%;
	font-weight: bold;
	color: red; 
}
.title1 {
	color: #0066cc;
	text-align: center;
	font-size: large;
	font-weight: bold;
}
.title2 {
	text-decoration: underline;
	font-size: medium;
}
.warning {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	font-size: medium;
}
.filecontent {
	color: #009900;
	font-weight: normal;
	font-family: Verdana;
	text-align: left;
}
.command {
	font-weight: bold;
	font-family: Verdana;
	text-align: left;
}
.commandresult {
	color: #ff9900;
	font-weight: normal;
	font-family: Verdana;
	text-align: left;
}
.fakebutton {
	display:inline;
	border:1px solid #524D53;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	color: black;
	background-color:#CCCCCC;
	text-decoration:none;
}
.fakebutton:hover {
	color: white;
	background-color: #524D53;
}
.comment-page {
	clear:both;
	width:87%;
	border: 1px solid #CCCCCC;
	margin:10px;
	padding:5px;
}