body{
	height: 100%;
	margin: 0;
	padding: 0;
	background : #000;
	text-align :left;
	font-family : verdana;
	font-size : 9px;
}

a {
	color: #ccc;
	text-decoration: none;
}
a:hover { color: #999; }
a img {border: none;}
.strong { font-weight: bold; }

/* BLOC CONTENEUR */
#box {
	position: fixed !important;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 750px;
	height: 346px;
	margin-top: -150px;
	margin-left: -375px;
	background :#000 url(img/background.jpg) no-repeat ;
	text-align : left;
}



 /* BLOC DROITE */
#main {
	background : transparent ;
	height : 280px;
	width : 253px;
	overflow : auto;
	margin-left: 480px;
	font-size : 10px ;
	color: #666;
	}



 /* MENU */
 #menu {
	color: #CCCCCC;
	padding-left: 460px;
	text-transform: capitalize;
	}



 /* MENTIONS */
 #footer {
	color: #333333;
	padding-left: 575px;
	padding-top: 15px;
	font-size: 8px;
}
#footer a {
	color: #333333;
	text-decoration: underline;
	}



 /* HOME */
 #intro { padding-bottom: 15px; }
.titre {
	padding: 20px 0;
	color: #999;
	font-family: "Times New Roman";
	font-size: 2.3em;
	font-style: italic;
	}
.titre:first-letter {
	font-style: normal;
}
#flickr img {
	padding: 0 5px 5px 0;
}



/* BLOG */
.orbg-list { padding: 0; }
.orbg-list li { list-style-type: none; }
.orbg-date { }
.orbg-postlink {
	color: #999;
	font-size: 1.1em;
	}
.orbg-postlink:hover {
	color: #666;
}


/* PHOTOS */
#photos {
	margin: 10px 0;
}
#photos img {
	padding: 2px;
}



/* CONTACT */
form {
	padding-top: 20px;
}
label {
	width: 30%;
	float: left;
	padding-right: 10px;
	text-align: right;
}
input, textarea {
	width: 60%;
}
#boutons input {
	width: 47.5%;
}
