@charset "UTF-8";
/*************************************/
/* Partie commune à toute les pages  */
/*************************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000;
	background-repeat:no-repeat;
	background-position:0px 0px;
	}

a {
	text-decoration:none;
	color:#ffffff;
	}

h1 {
	margin:auto;
	padding-top:20px;	
	font-weight:bold;
	font-size:60px;
	letter-spacing: 5px;
	}

#wrapper {
	width:900px;
	margin:auto;
	}

#header {
	background: url("../images/white_transparent.png") repeat 0px 0px;
	background-attachment: fixed;
	height: 180px;
	width: auto;
	text-align:center;
	}
	
#header h1{
	clear: both;
	margin: auto;
	}
#header h1 a{
	margin: auto;
	display: block;
	width: 500px;
	height: 100px;
	background:url("../images/logo.png") no-repeat 0px 0px;
	text-indent: -9999px;
	}


#menu{
	height:60px;
	list-style-type:none;
	margin: auto;
	margin-top:10px;
	margin-left: 170px;
	position:relative;
	}
#menu li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
	
#menu a {
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing: -1px;
	margin:14px 26px;
	padding:3px 10px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	}
#menu a.current, #menu a.current:hover {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:4px;
	background: url("../images/black_transparent.png") repeat 0px 0px;
	}
#menu a:hover {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:4px;
	background: url("../images/black_transparent3.png") repeat 0px 0px;
	}
	
#content {
	background: url("../images/black_transparent.png") repeat 0px 0px;
	width: auto;
	margin-top: 0px;
	clear: both;
	color:#fff;
	}
	
.widget {
	height:200px;
	padding:20px 20px 20px 200px;
	border-bottom:solid 1px #000;
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-khtml-opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.widget:hover{
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-khtml-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
}

#tweet {
	background: url("../images/icon_twitter.png") no-repeat 0px center;	
	font-size:30px;
}

#tweet .meta{
	font-size:14px;
}

#flickr {
	background: url("../images/icon_flickr.png") no-repeat 0px center;	
}

#flickr img {
	margin:10px;
	width:200px;
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	-khtml-opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#flickr img:hover{
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-khtml-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
}