/*************** GLOBAL *********************/

body {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C4C4C4;
	/*background-image:  url("/images/fond.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	*/

}

.logo {
	width: 150px;
	height: 120px;
	border: 1px  solid #000000;
	margin:0px;
}

.header{
	width: 820px;
	height: 120px;
	background-color: #fff;
	border: 1px  solid #000000;
	padding-left :10px;
	padding-right :10px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;

}

.header_infos {
	vertical-align: bottom;
	float: right;
}

.menu{
	width: 150px;
	height:400px;
	border: 1px  solid #000000;
	background-color: #fff;
	margin:0px;
	padding:0px;
}

.content{
	width: 820px;
/*	margin-top: 28px;*/
	border: 1px solid #000000;
	background-color: #fff;
	padding-left :10px;
	padding-right :10px;
	margin:0px;
}

.tabs {
	margin:0px;
	padding:0px;
}

.menuTitle {
	text-align: center;
	vertical-align: text-top;
}

.menuList {
	list-style-type:none;
	margin-top: 50px;
	margin-right: 32px;
}

.menuList li {
	cursor: pointer;
	border:1px solid #000;
	margin-bottom: 2px;
	margin-top: 2px;
	text-align:center;
}

.menuList a {
	color: #666666; 
	text-decoration: none;
}

.menuList a:hover{
	color: #FF0000;
}

.menuList li.active {
	background-color: #C0C0C0;
}

.tabList {
	list-style-type:none;
	width: 820px;
	margin:0px;
	padding-bottom:0px;
	height:16px;
}

.tabList li {
	float:left;
	background-color: #fff;
	border:1px solid #000;
	margin-left: 5px;
	margin-right: 5px;
	margin-top:0px;
	margin-bottom:0px;
	height: 15px;
}

.tabList li.active {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

.tabList a {
	color: #000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.tabList a:hover{
	color: #FF0000;
}

.w3c {
	margin-left: 31px;
}
.debian {
	margin-left: 50px;
}

/*************** HOWTOS *********************/
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}

.paragraphe {
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

.console {
	font-family: "Courier New", Courier, mono;
	color: #800000;
	font-size: 12px;
}



/*************** LOISIRS *********************/
.legende td {
	font-size:12px;
	width: 250px;
	vertical-align:top;
	text-align: justify;
}

/*************** BIO *********************/
.question {
	font-style: italic;
	color: #800000;
}

.poste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.details {
	font-style: italic;
}

.contexte {
	font-style: italic;
	color: #800000;
}
/*************** REALISATIONS *********************/
.legende_realisation {
	text-align: center;
}
